sync WANTLIB

This commit is contained in:
sthen 2016-07-09 08:46:24 +00:00
parent bc11f5c3af
commit be8dfb30fb
15 changed files with 65 additions and 46 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.154 2016/04/28 11:13:15 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.155 2016/07/09 08:46:24 sthen Exp $
COMMENT= integrated music management application for GNOME
GNOME_PROJECT= rhythmbox
GNOME_VERSION= 3.3.1
REVISION= 1
REVISION= 2
SHARED_LIBS += rhythmbox-core 0.0 # 7.0
@ -31,7 +31,7 @@ WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre peas-1.0 peas-gtk-1.0
WANTLIB += pixman-1 plist png pthread pthread-stubs secret-1 soup-2.4
WANTLIB += sqlite3 stdc++ tdb totem-plparser webkit2gtk-4.0 webp
WANTLIB += xcb xcb-dri2 xcb-glx xcb-render xcb-shape xcb-shm xcb-xfixes
WANTLIB += xml2 xslt z
WANTLIB += xml2 xslt z crypto lz4
MODULES= devel/dconf \
devel/gettext \

View File

@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.30 2016/04/26 20:19:01 landry Exp $
# $OpenBSD: Makefile,v 1.31 2016/07/09 08:46:25 sthen Exp $
V = 2.2.2
REVISION = 0
COMMENT= geographic objects support for PostgreSQL
DISTNAME= postgis-${V}
CATEGORIES= geo databases
@ -20,7 +21,7 @@ WANTLIB= c geos_c m pq>=5.3 proj xml2 z
WANTLIB += curl expat gdal geos geotiff gif idn nghttp2
WANTLIB += jasper jpeg json-c png pthread ssl stdc++ tiff
WANTLIB += freexl pcre spatialite sqlite3
WANTLIB += crypto openjp2 lzma
WANTLIB += crypto openjp2 lzma qhull
MODULES = devel/gettext databases/postgresql

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.88 2016/03/18 21:38:24 naddy Exp $
# $OpenBSD: Makefile,v 1.89 2016/07/09 08:46:24 sthen Exp $
COMMENT-main= mail and news client
COMMENT-bogofilter= bogofilter plugin
@ -10,6 +10,7 @@ COMMENT-gdata= gdata plugin
V= 3.13.2
REVISION= 0
REVISION-main= 1
DISTNAME= claws-mail-${V}
PKGNAME-main= ${DISTNAME}
PKGNAME-bogofilter= claws-mail-bogofilter-${V}
@ -53,8 +54,8 @@ WANTLIB += xcb-shm z
WANTLIB-main = ${WANTLIB}
WANTLIB-main += ICE SM X11-xcb assuan c dbus-1 dbus-glib-1 enchant
WANTLIB-main += gmp gnutls gpg-error gpgme hogweed nettle p11-kit perl
WANTLIB-main += startup-notification-1 stdc++ tasn1 util xcb-util
WANTLIB-main += gmp gnutls gpg-error gpgme hogweed lz4 nettle p11-kit
WANTLIB-main += perl startup-notification-1 stdc++ tasn1 xcb-util
WANTLIB-main += canberra canberra-gtk notify ltdl ogg vorbis vorbisfile
WANTLIB-gdata = ${WANTLIB}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.108 2016/04/06 21:41:55 sthen Exp $
# $OpenBSD: Makefile,v 1.109 2016/07/09 08:46:24 sthen Exp $
COMMENT-main = flexible mail transfer agent
COMMENT-eximon = X11 monitor tool for Exim MTA
@ -6,6 +6,7 @@ COMMENT-eximon = X11 monitor tool for Exim MTA
VERSION = 4.87
DISTNAME = exim-${VERSION}
PKGNAME-main = exim-${VERSION}
REVISION-main = 0
FULLPKGNAME-eximon = exim-eximon-${VERSION}
FULLPKGPATH-eximon = ${PKGPATH},-eximon
@ -17,7 +18,7 @@ HOMEPAGE = http://www.exim.org/
PERMIT_PACKAGE_CDROM = Yes
cWANTLIB = c m
WANTLIB-main = ${WANTLIB} ${cWANTLIB} crypto perl ssl util pcre
WANTLIB-main = ${WANTLIB} ${cWANTLIB} crypto perl pthread pcre ssl
WANTLIB-eximon = ${cWANTLIB} X11 Xaw Xext Xmu Xt pcre
MASTER_SITES = http://ftp.exim.org/pub/exim/exim4/ \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2016/06/23 10:15:27 giovanni Exp $
# $OpenBSD: Makefile,v 1.15 2016/07/09 08:46:25 sthen Exp $
COMMENT-main= extras for smtpd
COMMENT-clamav= extras with clamav support for smtpd
@ -10,6 +10,7 @@ COMMENT-redis= redis based smtpd table support
COMMENT-spamassassin= extras with spamassassin support for smtpd
V= 201606230001
REVISION-main= 0
DISTNAME= opensmtpd-extras-${V}
PKGNAME-main= ${DISTNAME}
PKGNAME-clamav= opensmtpd-extras-clamav-${V}
@ -33,7 +34,7 @@ MULTI_PACKAGES= -main -clamav -lua -mysql -pgsql -python -redis \
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c crypto event ssl m util sqlite3 perl
WANTLIB= c crypto event ssl m pthread sqlite3 perl
WANTLIB-clamav= c crypto event ssl
WANTLIB-lua= c crypto event ssl m ${MODLUA_WANTLIB}
WANTLIB-mysql= c crypto event ssl m z pthread stdc++ mysqlclient

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.46 2016/04/24 07:09:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.47 2016/07/09 08:46:25 sthen Exp $
COMMENT = labels and business card designer
GNOME_PROJECT = glabels
GNOME_VERSION = 3.4.0
REVISION = 0
CATEGORIES = productivity graphics
@ -16,19 +17,24 @@ HOMEPAGE = http://glabels.sourceforge.net
# Attribution-ShareAlike 3.0 Unported
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
WANTLIB += c cairo cairo-gobject camel-1.2 croco-0.6 db dbus-1
WANTLIB += ebackend-1.2 ebook-1.2 ebook-contacts-1.2 edata-book-1.2
WANTLIB += edataserver-1.2 epoxy expat ffi fontconfig freetype
WANTLIB += gck-1 gcr-base-3 gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gpg-error graphite2
WANTLIB += gthread-2.0 gtk-3 harfbuzz iconv icudata icui18n icuuc
WANTLIB += iec16022 intl lzma m nspr4 nss3 nssutil3 p11-kit pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 plc4 plds4
WANTLIB += png pthread pthread-stubs qrencode rsvg-2 secret-1
WANTLIB += smime3 softokn3 soup-2.4 sqlite3 ssl3 xcb xcb-render
WANTLIB += xcb-shm xml2 z zint
WANTLIB += EGL GL ICE SM X11 X11-xcb Xcomposite Xcursor Xdamage
WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xt Xxf86vm atk-1.0
WANTLIB += atk-bridge-2.0 atspi c cairo cairo-gobject camel-1.2
WANTLIB += croco-0.6 db dbus-1 drm ebackend-1.2 ebook-1.2 ebook-contacts-1.2
WANTLIB += edata-book-1.2 edataserver-1.2 enchant epoxy expat
WANTLIB += ffi fontconfig freetype gbm gck-1 gcr-base-3 gcrypt
WANTLIB += gdk-3 gdk_pixbuf-2.0 gio-2.0 glapi glib-2.0 gmodule-2.0
WANTLIB += gobject-2.0 gpg-error graphite2 gstapp-1.0 gstaudio-1.0
WANTLIB += gstbase-1.0 gstfft-1.0 gstpbutils-1.0 gstreamer-1.0
WANTLIB += gsttag-1.0 gstvideo-1.0 gthread-2.0 gtk-3 harfbuzz
WANTLIB += harfbuzz-icu iconv icudata icui18n icuuc iec16022 intl
WANTLIB += javascriptcoregtk-3.0 jpeg json-glib-1.0 lzma m nspr4
WANTLIB += nss3 nssutil3 orc-0.4 p11-kit pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 plc4 plds4 png pthread pthread-stubs
WANTLIB += qrencode rsvg-2 secret-1 smime3 softokn3 soup-2.4 sqlite3
WANTLIB += ssl3 stdc++ webkitgtk-3.0 webp xcb xcb-dri2 xcb-glx
WANTLIB += xcb-render xcb-shape xcb-shm xcb-xfixes xml2 xslt z
WANTLIB += zint
MODULES = devel/dconf \
x11/gnome

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.3 2016/05/27 12:57:53 jasper Exp $
# $OpenBSD: Makefile,v 1.4 2016/07/09 08:46:25 sthen Exp $
COMMENT = lightweight shipper for real-time network analytics
BEAT = packetbeat
VERSION = 1.2.3
REVISION = 0
GH_ACCOUNT = elastic
GH_PROJECT = beats
@ -11,6 +12,6 @@ GH_TAGNAME = v${VERSION}
CONFIGS = packetbeat.yml packetbeat.template.json
WANTLIB += c pthread
WANTLIB += c pcap pthread
.include <bsd.port.mk>

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/01/20 05:09:38 shadchin Exp $
# $OpenBSD: Makefile,v 1.2 2016/07/09 08:46:24 sthen Exp $
COMMENT = snowball stemming algorithms, for information retrieval
MODPY_EGG_VERSION = 1.3.0
REVISION = 0
DISTNAME = PyStemmer-${MODPY_EGG_VERSION}
PKGNAME = py-stemmer-${MODPY_EGG_VERSION}
@ -13,6 +14,8 @@ MAINTAINER = Alexandr Shadchin <shadchin@openbsd.org>
# MIT/BSD
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += ${MODPY_WANTLIB} pthread
MODULES = lang/python
MODPY_PI = Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/06/05 17:10:53 danj Exp $
# $OpenBSD: Makefile,v 1.2 2016/07/09 08:46:24 sthen Exp $
COMMENT = http client/server for asyncio
@ -6,11 +6,13 @@ MODPY_EGG_VERSION = 0.22.0a0
DISTNAME = aiohttp-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = www
REVISION = 0
REVISION = 1
# Apache2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += ${MODPY_WANTLIB} pthread
MODULES = lang/python
MODPY_PI = Yes

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.22 2016/05/12 14:00:13 espie Exp $
# $OpenBSD: Makefile,v 1.23 2016/07/09 08:46:24 sthen Exp $
COMMENT= Website META Language: off-line HTML generation toolkit
DISTNAME= wml-2.0.11
REVISION= 10
REVISION= 11
CATEGORIES= www
HOMEPAGE= http://www.thewml.org/
@ -13,7 +13,7 @@ PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}/distrib/
WANTLIB= c iconv intl m ncurses perl util
WANTLIB= c iconv intl m ncurses perl pthread
LIB_DEPENDS= devel/gettext
RUN_DEPENDS= graphics/p5-GD \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.60 2016/06/17 18:32:38 jasper Exp $
# $OpenBSD: Makefile,v 1.61 2016/07/09 08:46:25 sthen Exp $
# XXX: PORTROACH overriden at end of this file.
@ -8,6 +8,7 @@ COMMENT= plugins for Grilo
GNOME_PROJECT= grilo-plugins
GNOME_VERSION= 0.3.2
REVISION= 0
API= 0.3
SUBST_VARS= API
@ -25,7 +26,7 @@ WANTLIB += grlpls-0.3 gthread-2.0 icudata icui18n icuuc idn json-glib-1.0
WANTLIB += kvm lzma m mediaart-2.0 nghttp2 nspr4 nss3 oauth p11-kit pcre
WANTLIB += plc4 plds4 png pthread smime3 softokn3 soup-2.4
WANTLIB += sqlite3 ssl ssl3 totem-plparser uuid
WANTLIB += xml2 z lzo2 iconv intl
WANTLIB += xml2 z lzo2 iconv intl lz4
WANTLIB += tracker-sparql-${TRACKER_API}
WANTLIB += lib/tracker-${TRACKER_API}/tracker-common
WANTLIB += lib/tracker-${TRACKER_API}/tracker-data

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.42 2016/06/17 18:32:29 jasper Exp $
# $OpenBSD: Makefile,v 1.43 2016/07/09 08:46:24 sthen Exp $
# XXX: PORTROACH overriden at end of this file.
@ -7,6 +7,7 @@ COMMENT= framework for making media discovery and browsing easy
GNOME_PROJECT= grilo
GNOME_VERSION= 0.3.1
API= 0.3
REVISION= 0
SUBST_VARS= API
@ -28,7 +29,7 @@ WANTLIB += graphite2 gthread-2.0 gtk-3 harfbuzz idn lzma lzo2 m nghttp2 nspr4
WANTLIB += nss3 oauth pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB += pixman-1 plc4 plds4 png pthread pthread-stubs smime3 softokn3
WANTLIB += soup-2.4 sqlite3 ssl ssl3 totem-plparser xcb xcb-render
WANTLIB += xcb-shm xml2 z iconv intl
WANTLIB += xcb-shm xml2 z iconv intl lz4
MODULES= x11/gnome

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.158 2016/05/10 05:34:37 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.159 2016/07/09 08:46:25 sthen Exp $
COMMENT-main= GNOME Virtual File System
COMMENT-smb= GVFS mount module for samba
@ -8,6 +8,7 @@ COMMENT-google= GVFS mount module for Google Drive
GNOME_PROJECT= gvfs
GNOME_VERSION= 1.28.2
REVISION-main= 0
PKGNAME-main= ${DISTNAME}
PKGNAME-smb= ${GNOME_PROJECT}-smb-${GNOME_VERSION}
@ -33,7 +34,7 @@ WANTLIB-main += gck-1 gcr-base-3 gcrypt gdk-3 gdk_pixbuf-2.0 gpg-error
WANTLIB-main += graphite2 gthread-2.0 gtk-3 harfbuzz lzma lzo2 m p11-kit
WANTLIB-main += pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
WANTLIB-main += pthread-stubs secret-1 soup-2.4 sqlite3 xcb xcb-render
WANTLIB-main += xcb-shm xml2
WANTLIB-main += xcb-shm xml2 crypto lz4
WANTLIB-smb += ${WANTLIB}
WANTLIB-smb += crypto dcerpc-binding execinfo gcrypt samba-errors

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.70 2016/06/13 09:22:42 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.71 2016/07/09 08:46:24 sthen Exp $
COMMENT= GObject-based parsing library
GNOME_PROJECT= totem-pl-parser
GNOME_VERSION= 3.10.6
REVISION= 1
REVISION= 2
SHARED_LIBS += totem-plparser 18.1 # 19.0
SHARED_LIBS += totem-plparser-mini 18.0 # 19.0
@ -17,7 +17,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += archive bz2 c crypto curl expat ffi gcrypt gio-2.0
WANTLIB += glib-2.0 gmime-2.6 gmodule-2.0 gobject-2.0 gpg-error
WANTLIB += gthread-2.0 idn lua5.1 lzma lzo2 m nghttp2 pcre proxy pthread
WANTLIB += quvi-0.9 soup-2.4 sqlite3 ssl xml2 z iconv intl
WANTLIB += quvi-0.9 soup-2.4 sqlite3 ssl xml2 z iconv intl lz4
MODULES= x11/gnome

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.143 2016/04/28 11:13:15 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.144 2016/07/09 08:46:24 sthen Exp $
COMMENT= official media player for GNOME
GNOME_PROJECT= totem
GNOME_VERSION= 3.20.1
REVISION= 0
REVISION= 1
SHARED_LIBS += totem 0.0 # unknown
@ -26,7 +26,7 @@ WANTLIB += harfbuzz iconv intl json-glib-1.0 lzma lzo2 m nautilus-extension
WANTLIB += orc-0.4 pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB += peas-1.0 peas-gtk-1.0 pixman-1 png pthread pthread-stubs
WANTLIB += soup-2.4 sqlite3 totem-plparser xcb xcb-dri2 xcb-render
WANTLIB += xcb-shape xcb-shm xcb-xfixes xml2 z
WANTLIB += xcb-shape xcb-shm xcb-xfixes xml2 z crypto lz4
MODULES= devel/dconf \
lang/python \