diff --git a/audio/paulstretch/Makefile b/audio/paulstretch/Makefile index 8870cdb7bf7..59e72a509a3 100644 --- a/audio/paulstretch/Makefile +++ b/audio/paulstretch/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 2015/07/18 14:33:50 jasper Exp $ +# $OpenBSD: Makefile,v 1.3 2015/08/21 22:51:10 sthen Exp $ COMMENT = program for extreme audio stretching DISTNAME = paulstretch-2.2-2 +REVISION = 0 PKGNAME = paulstretch-2.2.2 EXTRACT_SUFX = .tar.bz2 CATEGORIES = audio x11 @@ -14,7 +15,7 @@ PERMIT_PACKAGE_CDROM = Yes WANTLIB += X11 Xau Xdmcp Xext Xft Xinerama audiofile c fltk fontconfig WANTLIB += m mad mxml ogg portaudio pthread stdc++ vorbis vorbisenc -WANTLIB += vorbisfile z +WANTLIB += vorbisfile z Xcursor Xfixes MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=hypermammut/} diff --git a/geo/pgrouting/Makefile b/geo/pgrouting/Makefile index 9c9496998e6..02395d36d6c 100644 --- a/geo/pgrouting/Makefile +++ b/geo/pgrouting/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2015/04/05 14:58:42 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2015/08/21 22:51:10 sthen Exp $ SHARED_ONLY = Yes @@ -8,7 +8,7 @@ COMMENT = geospatial routing extension for PostgreSQL GH_COMMIT = d6ed2cba4c574b8ac463632df451b6f011fd522d GH_PROJECT = pgrouting GH_ACCOUNT = pgRouting -REVISION = 0 +REVISION = 1 DISTNAME = pgrouting-2.0.0 CATEGORIES = geo databases @@ -27,7 +27,7 @@ RUN_DEPENDS = geo/postgis BUILD_DEPENDS = databases/postgresql,-server TEST_DEPENDS = ${BUILD_PKGPATH} TEST_ENV = LD_PRELOAD=libpthread.so -WANTLIB += CGAL boost_system-mt boost_thread-mt gmp m stdc++ +WANTLIB += CGAL boost_system-mt boost_thread-mt gmp m stdc++ pthread MODPOSTGRESQL_TEST_CMD = \ cd ${WRKSRC}; \ diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile index 74982c005b9..e4e2ced4518 100644 --- a/graphics/pecl-imagick/Makefile +++ b/graphics/pecl-imagick/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.21 2015/06/05 06:00:21 robert Exp $ +# $OpenBSD: Makefile,v 1.22 2015/08/21 22:51:10 sthen Exp $ COMMENT= PHP support for the ImageMagick library DISTNAME= imagick-3.1.0rc2 WRKDIST= ${WRKDIR}/imagick-3.1.0RC2 CATEGORIES= graphics -REVISION= 1 +REVISION= 2 # PHP PERMIT_PACKAGE_CDROM= Yes @@ -13,6 +13,7 @@ PERMIT_PACKAGE_CDROM= Yes WANTLIB += ICE MagickCore MagickWand SM X11 Xext Xt bz2 djvulibre WANTLIB += expat fftw3 fontconfig freetype jasper jbig jpeg lcms2 WANTLIB += ltdl lzma m png pthread tiff wmf-0.2 wmflite-0.2 xcb xml2 z +WANTLIB += pthread-stubs webp MODULES= converters/libiconv \ lang/php/pecl diff --git a/graphics/pigment/Makefile b/graphics/pigment/Makefile index 3acf1a83bd2..5c558d3b60b 100644 --- a/graphics/pigment/Makefile +++ b/graphics/pigment/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2015/05/22 11:31:16 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.14 2015/08/21 22:51:10 sthen Exp $ COMMENT = 3D scene graph library for rich UI @@ -7,7 +7,7 @@ CATEGORIES = graphics DISTNAME = pigment-0.3.17 MASTER_SITES = http://distfiles.nl/ -REVISION = 6 +REVISION = 7 SHARED_LIBS += pigment-0.3 0.0 \ pigment-gtk-0.3 0.0 \ @@ -41,5 +41,7 @@ WANTLIB += gthread-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre xml2 WANTLIB += pixman-1 png pthread-stubs xcb z gstbase-0.10 gstreamer-0.10 WANTLIB += gdk_pixbuf-2.0 gdk_pixbuf_xlib-2.0 gtk-x11-2.0 gdk-x11-2.0 WANTLIB += gstvideo-0.10 Xxf86vm drm ffi stdc++ xcb-render xcb-shm +WANTLIB += X11-xcb glapi graphite2 harfbuzz lzma orc-0.4 pthread +WANTLIB += xcb-dri2 xcb-glx .include diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile index 7b1890f31bc..2f453e2be9b 100644 --- a/mail/perdition/Makefile +++ b/mail/perdition/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.30 2014/09/13 18:09:21 brad Exp $ +# $OpenBSD: Makefile,v 1.31 2015/08/21 22:51:10 sthen Exp $ COMMENT-main= fully featured POP3 and IMAP4 proxy server COMMENT-ldap= LDAP backend for perdition mail proxy @@ -7,7 +7,7 @@ COMMENT-pgsql= PostgreSQL backend for perdition mail proxy DISTVER= 1.19-rc5 REVISION= 6 -REVISION-mysql= 7 +REVISION-mysql= 8 DISTNAME= perdition-${DISTVER} PKGNAME-main= perdition-${DISTVER:S/-//} PKGNAME-ldap= perdition-ldap-${DISTVER:S/-//} @@ -84,7 +84,8 @@ CONFIGURE_ARGS+= --with-ldap-libraries=${LOCALBASE}/lib \ .endif LIB_DEPENDS-mysql= ${LIB_DEPENDS} databases/mariadb -WANTLIB-mysql= crypto ssl util m z lib/mysql/mysqlclient ${cWANTLIB} +WANTLIB-mysql= crypto ssl util m z lib/mysql/mysqlclient \ + pthread stdc++ ${cWANTLIB} .if !${BUILD_PACKAGES:M-mysql} CONFIGURE_ARGS+= --disable-mysql diff --git a/net/pidgin-sipe/Makefile b/net/pidgin-sipe/Makefile index 3d593c671bc..653a7957543 100644 --- a/net/pidgin-sipe/Makefile +++ b/net/pidgin-sipe/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2015/07/08 12:11:32 sthen Exp $ +# $OpenBSD: Makefile,v 1.21 2015/08/21 22:51:10 sthen Exp $ BROKEN-hppa = -Werror + sip-csta.c:707: warning: cast increases required alignment of target type @@ -7,6 +7,7 @@ SHARED_ONLY = Yes COMMENT = SIPE plugin for Pidgin DISTNAME = pidgin-sipe-1.19.1 +REVISION = 0 CATEGORIES = net @@ -17,10 +18,10 @@ MAINTAINER = Tom Doherty # GPLv2+ PERMIT_PACKAGE_CDROM = Yes -WANTLIB += crypto dbus-1 dbus-glib-1 ffi gio-2.0 glib-2.0 gmime-2.6 +WANTLIB += crypto dbus-1 dbus-glib-1 ffi gadu gio-2.0 glib-2.0 gmime-2.6 WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 idn lzma m nspr4 WANTLIB += nss3 nssutil3 pcre plc4 plds4 pthread purple smime3 -WANTLIB += softokn3 sqlite3 ssl3 util xml2 z +WANTLIB += softokn3 sqlite3 ssl3 xml2 z MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=sipe/} diff --git a/net/pure-ftpd/Makefile b/net/pure-ftpd/Makefile index 1fb044999e8..8b539dbe2e3 100644 --- a/net/pure-ftpd/Makefile +++ b/net/pure-ftpd/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.69 2014/09/13 18:09:21 brad Exp $ +# $OpenBSD: Makefile,v 1.70 2015/08/21 22:51:10 sthen Exp $ COMMENT= small, easy to set up, fast and very secure FTP server DISTNAME= pure-ftpd-1.0.36 -REVISION= 5 +REVISION= 6 CATEGORIES= net MASTER_SITES= http://download.pureftpd.org/pub/pure-ftpd/releases/ \ ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \ @@ -44,7 +44,7 @@ CONF_FILE+= pureftpd-ldap.conf .if ${FLAVOR:Mmysql} LIB_DEPENDS+= databases/mariadb -WANTLIB += lib/mysql/mysqlclient m z +WANTLIB += lib/mysql/mysqlclient m z pthread CONFIGURE_ARGS+= --with-mysql="${LOCALBASE}" DOCS+= README.MySQL CONF_FILE+= pureftpd-mysql.conf diff --git a/plan9/plan9port/Makefile b/plan9/plan9port/Makefile index 458cd43552c..846f6b8c768 100644 --- a/plan9/plan9port/Makefile +++ b/plan9/plan9port/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2015/08/11 21:41:58 jasper Exp $ +# $OpenBSD: Makefile,v 1.8 2015/08/21 22:51:10 sthen Exp $ ONLY_FOR_ARCHS = amd64 i386 powerpc BROKEN-powerpc = threading issues @@ -6,7 +6,7 @@ BROKEN-powerpc = threading issues COMMENT = Plan 9 from user space DISTNAME = plan9port-20140306 -REVISION = 0 +REVISION = 1 CATEGORIES = plan9 @@ -18,7 +18,7 @@ MAINTAINER = Pascal Stumpf # certain fonts may NOT be redistributed separately PERMIT_PACKAGE_CDROM = Yes -WANTLIB = X11 Xext c kvm m pthread util +WANTLIB = X11 Xext c kvm m pthread util fontconfig freetype z DISTFILES = ${DISTNAME}${EXTRACT_SUFX} pgw.tar.bz2 \ roget.tar.bz2:0 scat.tgz:1 diff --git a/x11/partiwm/Makefile b/x11/partiwm/Makefile index c7eacd9dc80..c3fee4e538f 100644 --- a/x11/partiwm/Makefile +++ b/x11/partiwm/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.13 2015/04/04 09:21:08 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.14 2015/08/21 22:51:09 sthen Exp $ COMMENT= tiling window manager DISTNAME= parti-all-0.0.6 PKGNAME= ${DISTNAME:S/-all//} -REVISION= 6 +REVISION= 7 CATEGORIES= x11 HOMEPAGE= https://partiwm.googlecode.com/ @@ -20,10 +20,10 @@ MODULES= devel/gettext \ WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes WANTLIB += Xi Xinerama Xrandr Xrender Xtst atk-1.0 cairo expat WANTLIB += ffi fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 -WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 +WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 -WANTLIB += pixman-1 png pthread-stubs xcb xcb-render xcb-render-util -WANTLIB += z +WANTLIB += pixman-1 png pthread-stubs xcb xcb-render +WANTLIB += z harfbuzz pcre pthread xcb-shm ${MODPY_WANTLIB} BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= devel/ipython \ diff --git a/x11/pidgin-guifications/Makefile b/x11/pidgin-guifications/Makefile index e970c72aef5..8fc84c973b3 100644 --- a/x11/pidgin-guifications/Makefile +++ b/x11/pidgin-guifications/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.22 2015/04/04 09:21:08 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.23 2015/08/21 22:51:10 sthen Exp $ SHARED_ONLY= Yes COMMENT= MSN style 'toaster' popups plugin for Pidgin DISTNAME= pidgin-guifications-2.16 -REVISION= 10 +REVISION= 11 CATEGORIES= x11 HOMEPAGE= http://plugins.guifications.org/trac/wiki/Guifications @@ -15,13 +15,14 @@ MAINTAINER= Thomas Wood # GPLv2+ PERMIT_PACKAGE_CDROM= Yes -WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes -WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 cairo dbus-1 -WANTLIB += dbus-glib-1 drm expat fontconfig freetype gdk-x11-2.0 +WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes +WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo dbus-1 +WANTLIB += dbus-glib-1 expat fontconfig freetype gdk-x11-2.0 WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 WANTLIB += gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0 WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs -WANTLIB += purple util xcb xcb-render xcb-shm xml2 +WANTLIB += purple xcb xcb-render xcb-shm xml2 +WANTLIB += ffi gadu graphite2 harfbuzz idn lzma z MASTER_SITES= http://downloads.guifications.org/plugins/Guifications2/ diff --git a/x11/pidgin-libnotify/Makefile b/x11/pidgin-libnotify/Makefile index aa94de81207..1e223ff4843 100644 --- a/x11/pidgin-libnotify/Makefile +++ b/x11/pidgin-libnotify/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2013/03/21 08:48:56 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.19 2015/08/21 22:51:10 sthen Exp $ SHARED_ONLY= Yes @@ -7,7 +7,7 @@ COMMENT= pidgin plugin to display messages through libnotify DISTNAME= pidgin-libnotify-0.14 CATEGORIES= x11 -REVISION= 2 +REVISION= 3 HOMEPAGE= http://gaim-libnotify.sourceforge.net/ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim-libnotify/} @@ -15,13 +15,13 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim-libnotify/} # GPLv2+ PERMIT_PACKAGE_CDROM= Yes -WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes -WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 cairo drm +WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes +WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 WANTLIB += gtk-x11-2.0 m notify pango-1.0 pangocairo-1.0 pangoft2-1.0 WANTLIB += pcre pixman-1 png pthread-stubs xcb xcb-render xcb-shm -WANTLIB += z +WANTLIB += z ffi graphite2 harfbuzz pthread MODULES= devel/gettext \ textproc/intltool