diff --git a/audio/snack/Makefile b/audio/snack/Makefile index bd751467339..abc2f0b1460 100644 --- a/audio/snack/Makefile +++ b/audio/snack/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2013/11/09 18:22:02 zhuk Exp $ +# $OpenBSD: Makefile,v 1.12 2015/08/25 12:57:33 sthen Exp $ COMMENT-main = Tcl/Tk snack sound toolkit COMMENT-python = Python bindings for Tcl/Tk snack sound toolkit @@ -9,7 +9,7 @@ PKGNAME-main = snack-${MODPY_EGG_VERSION} PKGNAME-python = py-snack-${MODPY_EGG_VERSION} CATEGORIES = audio -REVISION-main = 4 +REVISION-main = 5 REVISION-python =1 HOMEPAGE = http://www.speech.kth.se/snack @@ -20,7 +20,7 @@ MAINTAINER = Sebastian Reitenbach PERMIT_PACKAGE_CDROM = Yes WANTLIB-main += c sndio ossaudio ogg vorbis vorbisenc -WANTLIB-main += X11 Xext Xft Xss m +WANTLIB-main += X11 Xext Xft Xss m fontconfig LIB_DEPENDS-main = audio/libvorbis diff --git a/databases/ruby-mysql/Makefile b/databases/ruby-mysql/Makefile index b98280884fd..7ea38af2d8c 100644 --- a/databases/ruby-mysql/Makefile +++ b/databases/ruby-mysql/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.33 2015/07/18 11:51:28 zhuk Exp $ +# $OpenBSD: Makefile,v 1.34 2015/08/25 12:57:33 sthen Exp $ COMMENT= access a MySQL database from Ruby DISTNAME= mysql-2.9.1 +REVISION= 0 CATEGORIES= databases HOMEPAGE= http://tmtm.org/mysql/ruby/ @@ -12,7 +13,7 @@ PERMIT_PACKAGE_CDROM= Yes MODULES= databases/mariadb lang/ruby -WANTLIB= mysqlclient crypto ssl z +WANTLIB= mysqlclient crypto pthread ssl z LIB_DEPENDS= databases/mariadb diff --git a/databases/skytools/Makefile b/databases/skytools/Makefile index 9055db200bc..20995b0f851 100644 --- a/databases/skytools/Makefile +++ b/databases/skytools/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.22 2015/07/19 05:51:29 sthen Exp $ +# $OpenBSD: Makefile,v 1.23 2015/08/25 12:57:33 sthen Exp $ COMMENT= PostgreSQL tools from Skype MODPY_EGG_VERSION= 3.1.1 DISTNAME= skytools-${MODPY_EGG_VERSION} -REVISION= 0 +REVISION= 1 CATEGORIES= databases @@ -15,7 +15,7 @@ MAINTAINER= Pierre-Emmanuel Andre # BSD PERMIT_PACKAGE_CDROM= Yes -WANTLIB= c ${MODPY_WANTLIB} +WANTLIB= c pq pthread ${MODPY_WANTLIB} MASTER_SITES= https://github.com/downloads/markokr/skytools/ diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index af2100c0012..529f37955f3 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.75 2015/07/16 16:52:59 stu Exp $ +# $OpenBSD: Makefile,v 1.76 2015/08/25 12:57:33 sthen Exp $ COMMENT-main= embedded SQL implementation COMMENT-tcl= TCL bindings for Sqlite3 @@ -14,7 +14,7 @@ IGNORE-main = "--${FULLPKGNAME-main} comes with OpenBSD as of release 5.2" SUBPACKAGE ?= -lemon REVISION-lemon= 0 REVISION-main= 0 -REVISION-tcl= 1 +REVISION-tcl= 2 MASTER_SITES = ${HOMEPAGE}2013/ @@ -52,7 +52,7 @@ MODULES+= lang/tcl BUILD_DEPENDS= ${MODTCL_BUILD_DEPENDS} RUN_DEPENDS-tcl=${MODTCL_RUN_DEPENDS} -WANTLIB-tcl = sqlite3 +WANTLIB-tcl = pthread sqlite3 CONFIGURE_ARGS+=--with-tcl=${MODTCL_LIBDIR} CONFIGURE_ARGS+=TCLSH_CMD="${MODTCL_BIN}" diff --git a/geo/spatialite/gis/Makefile b/geo/spatialite/gis/Makefile index 7a974905e43..bd8c4830164 100644 --- a/geo/spatialite/gis/Makefile +++ b/geo/spatialite/gis/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.2 2013/06/01 12:55:05 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.3 2015/08/25 12:57:33 sthen Exp $ COMMENT = minimalistic GIS on top of spatialite and rasterlite PROJECT = spatialite_gis DISTNAME = ${PROJECT}-1.0.0c -REVISION= 0 +REVISION= 1 LIB_DEPENDS += print/libharu \ x11/wxWidgets \ @@ -23,7 +23,7 @@ WANTLIB += sndio spatialite sqlite3 stdc++ tiff usbhid wx_base WANTLIB += wx_base_net wx_base_odbc wx_base_xml wx_gtk2_adv wx_gtk2_aui WANTLIB += wx_gtk2_core wx_gtk2_dbgrid wx_gtk2_html wx_gtk2_qa WANTLIB += wx_gtk2_richtext wx_gtk2_xrc xcb xcb-render xcb-shm -WANTLIB += z +WANTLIB += z lzma xml2 post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/{pixmaps,applications} diff --git a/graphics/scratch/Makefile b/graphics/scratch/Makefile index 80403db27e0..0b1148ef062 100644 --- a/graphics/scratch/Makefile +++ b/graphics/scratch/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2015/03/27 08:11:29 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.10 2015/08/25 12:57:33 sthen Exp $ COMMENT = visual programming environment and toolkit DISTNAME = ${PKGNAME}.src PKGNAME = scratch-1.4.0.7 -REVISION = 1 +REVISION = 2 CATEGORIES = graphics HOMEPAGE = http://scratch.mit.edu/ MAINTAINER = Stuart Cassoff @@ -13,7 +13,7 @@ MAINTAINER = Stuart Cassoff PERMIT_PACKAGE_CDROM = Yes WANTLIB = X11 Xau Xdmcp Xext Xrender cairo expat fontconfig freetype \ - glib-2.0 gmodule-2.0 gobject-2.0 harfbuzz \ + glib-2.0 gmodule-2.0 gobject-2.0 graphite2 harfbuzz \ m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 \ png pthread pthread-stubs xcb xcb-render xcb-shm z diff --git a/graphics/shotwell/Makefile b/graphics/shotwell/Makefile index ef13008b26c..c68d0be0b73 100644 --- a/graphics/shotwell/Makefile +++ b/graphics/shotwell/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.50 2015/05/05 17:00:18 sthen Exp $ +# $OpenBSD: Makefile,v 1.51 2015/08/25 12:57:33 sthen Exp $ COMMENT = digital photo organizer GNOME_VERSION = 0.22.0 GNOME_PROJECT = shotwell -REVISION = 2 +REVISION = 3 CATEGORIES = graphics @@ -22,7 +22,7 @@ WANTLIB += gstpbutils-1.0 gstreamer-1.0 gthread-2.0 gtk-3 harfbuzz WANTLIB += javascriptcoregtk-3.0 json-glib-1.0 lcms2 m pango-1.0 WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread WANTLIB += pthread-stubs raw rest-0.7 soup-2.4 sqlite3 stdc++ -WANTLIB += webkitgtk-3.0 xcb xcb-render xcb-shm xml2 z +WANTLIB += webkitgtk-3.0 xcb xcb-render xcb-shm xml2 z graphite2 MODULES = devel/dconf \ devel/gettext \ diff --git a/graphics/simgear/Makefile b/graphics/simgear/Makefile index eaa4b872c10..3ff1ef9a5b2 100644 --- a/graphics/simgear/Makefile +++ b/graphics/simgear/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.5 2015/05/28 10:17:24 pascal Exp $ +# $OpenBSD: Makefile,v 1.6 2015/08/25 12:57:33 sthen Exp $ COMMENT = library set for simulations, games and visualizations DISTNAME = simgear-3.4.0 -REVISION = 0 +REVISION = 1 SHARED_LIBS += SimGearCore 2.0 # 2.10 SHARED_LIBS += SimGearScene 2.0 # 2.10 @@ -20,9 +20,8 @@ PERMIT_PACKAGE_CDROM = Yes MASTER_SITES = http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/ EXTRACT_SUFX = .tar.bz2 -WANTLIB += GL GLU ICE OpenThreads SM X11 Xext expat m openal osg -WANTLIB += osgDB osgGA osgParticle osgSim osgText osgUtil pthread -WANTLIB += z +WANTLIB += GL GLU OpenThreads expat m openal osg osgDB osgGA osgParticle +WANTLIB += osgSim osgText osgUtil osgViewer pthread z MODULES = devel/cmake gcc4 MODGCC4_ARCHS = * diff --git a/sysutils/ruby-libvirt/Makefile b/sysutils/ruby-libvirt/Makefile index cb8f37ccc2d..897fd215fa3 100644 --- a/sysutils/ruby-libvirt/Makefile +++ b/sysutils/ruby-libvirt/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.10 2015/06/17 10:22:43 jasper Exp $ +# $OpenBSD: Makefile,v 1.11 2015/08/25 12:57:33 sthen Exp $ COMMENT= Ruby bindings for libvirt DISTNAME= ruby-libvirt-0.5.2 -REVISION= 2 +REVISION= 3 PKGNAME= ${DISTNAME:S/ruby-//} CATEGORIES= sysutils @@ -16,7 +16,7 @@ PERMIT_PACKAGE_CDROM= Yes MODULES= lang/ruby -WANTLIB += c m pthread virt virt-qemu ${MODRUBY_WANTLIB} +WANTLIB += c m pthread virt virt-lxc virt-qemu ${MODRUBY_WANTLIB} LIB_DEPENDS= sysutils/libvirt diff --git a/textproc/ruby-hyperestraier/Makefile b/textproc/ruby-hyperestraier/Makefile index ec5fc412e69..88fdaa77363 100644 --- a/textproc/ruby-hyperestraier/Makefile +++ b/textproc/ruby-hyperestraier/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.35 2015/01/08 18:59:03 jeremy Exp $ +# $OpenBSD: Makefile,v 1.36 2015/08/25 12:57:33 sthen Exp $ SHARED_ONLY= Yes @@ -6,7 +6,7 @@ COMMENT= Ruby interface to hyperestraier DISTNAME= hyperestraier-1.4.13 PKGNAME= ruby-hyperestraier-1.0.0 -REVISION = 22 +REVISION = 23 CATEGORIES= textproc HOMEPAGE= http://hyperestraier.sourceforge.net/ @@ -42,7 +42,7 @@ BIN_SUFFIX = .endif SUBST_VARS += BIN_SUFFIX -WANTLIB= c m pthread estraier ${MODRUBY_WANTLIB} +WANTLIB= c gmp m pthread estraier ${MODRUBY_WANTLIB} MODULES= lang/ruby LIB_DEPENDS= ${MODRUBY_LIB_DEPENDS} \