idn -> idn2 after gnutls WANTLIB change.

This commit is contained in:
ajacoutot 2017-02-18 17:32:37 +00:00
parent a981852b13
commit 1722249aa0
60 changed files with 136 additions and 137 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.14 2016/11/07 10:51:36 sthen Exp $
# $OpenBSD: Makefile,v 1.15 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT = GTK2-based MPD client inspired by Rhythmbox
DISTNAME = ario-1.5.1
@ -23,7 +23,7 @@ WANTLIB += Xrender atk-1.0 avahi-client avahi-common avahi-glib c cairo
WANTLIB += crypto curl dbus-1 dbus-glib-1 expat ffi fontconfig freetype
WANTLIB += gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gmp gnutls gobject-2.0 gpg-error graphite2
WANTLIB += gthread-2.0 gtk-x11-2.0 harfbuzz hogweed idn lzma m mpdclient
WANTLIB += gthread-2.0 gtk-x11-2.0 harfbuzz hogweed idn2 lzma m mpdclient
WANTLIB += nettle nghttp2 notify p11-kit pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs soup-2.4
WANTLIB += sqlite3 ssl tag tag_c tasn1 unique-1.0 xcb xcb-render xcb-shm

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.215 2017/02/13 16:49:38 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.216 2017/02/18 17:32:37 ajacoutot Exp $
# XXX add libphonenumber support when a cpp release is out
@ -35,7 +35,7 @@ WANTLIB += gmodule-2.0 gmp gnutls goa-1.0 gobject-2.0 gpg-error
WANTLIB += graphite2 gstapp-1.0 gstaudio-1.0 gstbase-1.0 gstfft-1.0
WANTLIB += gstpbutils-1.0 gstreamer-1.0 gsttag-1.0 gstvideo-1.0
WANTLIB += gthread-2.0 gtk-3 gweather-3 harfbuzz harfbuzz-icu hogweed
WANTLIB += hyphen ical icalss icalvcal iconv icudata icui18n icuuc idn
WANTLIB += hyphen ical icalss icalvcal iconv icudata icui18n icuuc idn2
WANTLIB += intl javascriptcoregtk-4.0 jpeg json-glib-1.0 lber-2.4 ldap-2.4
WANTLIB += lzma m nettle nghttp2 notify nspr4 nss3 nssutil3 oauth
WANTLIB += orc-0.4 p11-kit pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.84 2016/09/13 11:44:07 naddy Exp $
# $OpenBSD: Makefile,v 1.85 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= database drivers for Sybase/Microsoft SQL Server
@ -19,7 +19,7 @@ MASTER_SITES= ftp://ftp.freetds.org/pub/freetds/stable/
# LGPLv2+ (most things) GPLv2+ (fisql, tdspool) FDL (docs)
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c ffi gmp gnutls hogweed iconv idn intl iodbc iodbcinst ncurses
WANTLIB += c ffi gmp gnutls hogweed iconv idn2 intl iodbc iodbcinst ncurses
WANTLIB += nettle p11-kit pthread readline tasn1 z
WANTLIB += gcrypt gpg-error

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2016/11/08 21:56:38 sthen Exp $
# $OpenBSD: Makefile,v 1.28 2017/02/18 17:32:37 ajacoutot Exp $
V = 0.8.3-1
REVISION = 11
@ -58,7 +58,7 @@ LIB_DEPENDS-sqlite3 = databases/libdbi \
RUN_DEPENDS-sqlite3 =
WANTLIB-freetds = ct dbi iconv m pthread ffi gcrypt gmp gnutls
WANTLIB-freetds += gpg-error hogweed idn intl nettle p11-kit tasn1 z
WANTLIB-freetds += gpg-error hogweed idn2 intl nettle p11-kit tasn1 z
LIB_DEPENDS-freetds = databases/freetds \
databases/libdbi

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2017/01/12 16:36:12 zhuk Exp $
# $OpenBSD: Makefile,v 1.12 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= helper library for networking and security applications
@ -23,7 +23,7 @@ WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB += Xrandr Xrender atk-1.0 c cairo crypto expat ffi fontconfig
WANTLIB += freetype gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gmp gmp gnutls gobject-2.0 gpg-error graphite2
WANTLIB += gthread-2.0 gtk-x11-2.0 harfbuzz hogweed idn lib/qt4/QtGui m
WANTLIB += gthread-2.0 gtk-x11-2.0 harfbuzz hogweed idn2 lib/qt4/QtGui m
WANTLIB += nettle p11-kit pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB += pixman-1 png pthread pthread-stubs ssl stdc++ tasn1 xcb
WANTLIB += xcb-render xcb-shm z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2016/11/08 14:38:55 sthen Exp $
# $OpenBSD: Makefile,v 1.23 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= libvirt wrapper suited for GObject-based applications
@ -20,7 +20,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += avahi-client avahi-common crypto curl dbus-1 ffi gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gmp gnutls gobject-2.0 gthread-2.0
WANTLIB += hogweed idn lzma m nettle nghttp2 p11-kit pcre pthread
WANTLIB += hogweed idn2 lzma m nettle nghttp2 p11-kit pcre pthread
WANTLIB += ssh2 ssl tasn1 util virt xml2 z
MODULES= devel/gettext \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.26 2016/07/09 08:57:11 sthen Exp $
# $OpenBSD: Makefile,v 1.27 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= C++ class library for working with Internet mail
@ -33,7 +33,7 @@ MAINTAINER= Robert Nagy <robert@openbsd.org>
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += ffi gmp gnutls hogweed idn m nettle p11-kit pthread stdc++
WANTLIB += ffi gmp gnutls hogweed idn2 m nettle p11-kit pthread stdc++
WANTLIB += tasn1 z
MODULES= devel/gettext

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.73 2016/11/08 05:36:14 jasper Exp $
# $OpenBSD: Makefile,v 1.74 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= terminal emulation library
@ -25,7 +25,7 @@ WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gmp gnutls gobject-2.0 graphite2 gthread-2.0 gtk-3
WANTLIB += harfbuzz hogweed m nettle p11-kit pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += tasn1 xcb xcb-render xcb-shm z iconv intl idn pcre2-8
WANTLIB += tasn1 xcb xcb-render xcb-shm z iconv intl idn2 pcre2-8
MODULES= x11/gnome \
gcc4

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.112 2016/12/17 17:27:02 zhuk Exp $
# $OpenBSD: Makefile,v 1.113 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= GNU Image Manipulation Program
@ -54,7 +54,7 @@ WANTLIB += avahi-common babl-0.1 bz2 c cairo croco-0.6 crypto cups
WANTLIB += cupsimage curl dbus-1 dbus-glib-1 execinfo exif expat ffi
WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gegl-0.2
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gmp gnutls gobject-2.0 graphite2
WANTLIB += gs gthread-2.0 gtk-x11-2.0 harfbuzz hogweed idn ijs jasper
WANTLIB += gs gthread-2.0 gtk-x11-2.0 harfbuzz hogweed idn2 ijs jasper
WANTLIB += jbig2dec jpeg lcms lcms2 lzma m mng ncurses nettle nghttp2
WANTLIB += openjp2 p11-kit pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB += pixman-1 png poppler poppler-glib pthread pthread-stubs

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.69 2017/02/14 08:24:10 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.70 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT = digital photo organizer
@ -25,7 +25,7 @@ WANTLIB += gmodule-2.0 gmp gnutls gobject-2.0 gpg-error gphoto2
WANTLIB += gphoto2_port graphite2 gstapp-1.0 gstaudio-1.0 gstbase-1.0
WANTLIB += gstfft-1.0 gstpbutils-1.0 gstreamer-1.0 gsttag-1.0
WANTLIB += gstvideo-1.0 gthread-2.0 gtk-3 harfbuzz harfbuzz-icu
WANTLIB += hogweed hyphen iconv icudata icui18n icuuc idn intl
WANTLIB += hogweed hyphen iconv icudata icui18n icuuc idn2 intl
WANTLIB += jasper javascriptcoregtk-4.0 jpeg json-glib-1.0 lcms2
WANTLIB += ltdl lzma m nettle notify orc-0.4 p11-kit pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.98 2017/02/03 19:36:03 danj Exp $
# $OpenBSD: Makefile,v 1.99 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT-main= mail and news client
COMMENT-bogofilter= bogofilter plugin
@ -52,7 +52,7 @@ WANTLIB += pthread-stubs sasl2 ssl xcb xcb-render xcb-shm z
WANTLIB-main = ${WANTLIB}
WANTLIB-main += ICE SM X11-xcb archive assuan bz2 c canberra canberra-gtk
WANTLIB-main += dbus-1 dbus-glib-1 enchant gmp gnutls gpg-error gpgme
WANTLIB-main += hogweed idn ltdl lz4 lzma lzo2 nettle notify ogg p11-kit
WANTLIB-main += hogweed idn2 ltdl lz4 lzma lzo2 nettle notify ogg p11-kit
WANTLIB-main += perl startup-notification-1 stdc++ tasn1 unistring vorbis
WANTLIB-main += vorbisfile xcb-util

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.83 2017/02/13 16:50:24 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.84 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= evolution connector for MS Exchange via EWS
@ -30,7 +30,7 @@ WANTLIB += gnutls 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 gtkspell3-3
WANTLIB += harfbuzz harfbuzz-icu hogweed hyphen ical icalss icalvcal
WANTLIB += iconv icudata icui18n icuuc idn intl javascriptcoregtk-4.0
WANTLIB += iconv icudata icui18n icuuc idn2 intl javascriptcoregtk-4.0
WANTLIB += jpeg json-glib-1.0 ltdl lz4 lzma lzo2 m mspack nettle
WANTLIB += notify nspr4 nss3 nssutil3 ogg orc-0.4 p11-kit pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 plc4 plds4

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.59 2016/10/31 12:34:30 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.60 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= RSS reader plugin for evolution
@ -31,7 +31,7 @@ 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 gtkhtml-4.0
WANTLIB += gtkhtml-editor-4.0 gtkspell3-3 harfbuzz harfbuzz-icu
WANTLIB += hogweed hyphen ical icalss icalvcal iconv icudata icui18n
WANTLIB += icuuc idn intl javascriptcoregtk-4.0 jpeg json-glib-1.0
WANTLIB += icuuc idn2 intl javascriptcoregtk-4.0 jpeg json-glib-1.0
WANTLIB += ltdl lz4 lzma lzo2 m nettle notify nspr4 nss3 nssutil3
WANTLIB += ogg orc-0.4 p11-kit pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 plc4 plds4 png pthread pthread-stubs

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.200 2016/09/04 14:52:38 robert Exp $
# $OpenBSD: Makefile,v 1.201 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT-main= MS Exchange groupware suite replacement
COMMENT-mapi= zarafa MAPI extensions for PHP
@ -50,7 +50,7 @@ BUILD_DEPENDS += net/curl
WANTLIB += ${MODGETTEXT_WANTLIB}
WANTLIB += m pthread z vmime execinfo icudata icui18n icuuc
WANTLIB += boost_filesystem-mt boost_system-mt lzma idn crypto
WANTLIB += boost_filesystem-mt boost_system-mt lzma idn2 crypto
WANTLIB-main += ${WANTLIB} ${MODPY_WANTLIB}
WANTLIB-main += c ical icalss lber-2.4

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.44 2016/09/23 09:16:56 sthen Exp $
# $OpenBSD: Makefile,v 1.45 2017/02/18 17:32:38 ajacoutot Exp $
COMMENT= fast FTP and SFTP GUI client with a lot of features
BROKEN-hppa= serverpath.h:17:19: error: variable 'CServerPath final' has initializer but incomplete type
@ -8,7 +8,7 @@ V= 3.8.1
PKGNAME= filezilla-$V
DISTNAME= FileZilla_$V_src
EXTRACT_SUFX= .tar.bz2
REVISION= 4
REVISION= 5
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
@ -20,19 +20,16 @@ HOMEPAGE= http://www.filezilla-project.org/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c m pthread stdc++ tasn1 z hogweed nettle
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig
WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
WANTLIB += png pthread-stubs xcb xcb-render xcb-shm
WANTLIB += idn gnutls>=13 dbus-1 wx_gtk2_aui wx_base_xml wx_gtk2_adv
WANTLIB += wx_gtk2_xrc wx_base_net wx_base wx_gtk2_core
WANTLIB += sqlite3 ffi p11-kit
WANTLIB += gmp harfbuzz
WANTLIB += ICE SDL SM Xxf86vm graphite2 jpeg mspack sndio tiff
WANTLIB += usbhid wx_gtk2_html
WANTLIB += ICE SDL SM X11 Xcomposite Xcursor Xdamage Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo
WANTLIB += dbus-1 expat ffi fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gmp gnutls gobject-2.0
WANTLIB += graphite2 gthread-2.0 gtk-x11-2.0 harfbuzz hogweed
WANTLIB += idn2 jpeg m mspack nettle p11-kit pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += sndio sqlite3 stdc++ tasn1 tiff unistring usbhid wx_base
WANTLIB += wx_base_net wx_base_xml wx_gtk2_adv wx_gtk2_aui wx_gtk2_core
WANTLIB += wx_gtk2_html wx_gtk2_xrc xcb xcb-render xcb-shm z
MODULES= devel/gettext \
gcc4
@ -41,13 +38,13 @@ MODGCC4_ARCHS= *
MODGCC4_LANGS= c++
LIB_DEPENDS= databases/sqlite3 \
devel/libidn \
devel/harfbuzz \
security/gnutls \
x11/dbus \
x11/wxWidgets>=2.8.6
BUILD_DEPENDS= devel/cppunit \
devel/libidn \
devel/xdg-utils
RUN_DEPENDS= devel/desktop-file-utils \
devel/xdg-utils \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.41 2016/10/28 13:41:49 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.42 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= network-related gio modules for glib2
@ -16,7 +16,7 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c ffi gio-2.0 glib-2.0 gmodule-2.0 gmp gnutls gobject-2.0
WANTLIB += hogweed iconv idn intl m nettle p11-kit pcre proxy
WANTLIB += hogweed iconv idn2 intl m nettle p11-kit pcre proxy
WANTLIB += pthread stdc++ tasn1 z
MODULES= x11/gnome

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2016/11/11 11:52:35 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.18 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= Easy Publish and Consume library
@ -20,7 +20,7 @@ WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gmp gnutls gobject-2.0
WANTLIB += graphite2 gthread-2.0 gtk-3 harfbuzz hogweed lzma m
WANTLIB += nettle p11-kit pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs soup-2.4 sqlite3
WANTLIB += tasn1 uuid xcb xcb-render xcb-shm xml2 z idn
WANTLIB += tasn1 uuid xcb xcb-render xcb-shm xml2 z idn2
MODULES= devel/gettext \
x11/gnome

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2016/07/08 16:48:21 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= library for easy implementation of a VNC server
@ -17,7 +17,7 @@ HOMEPAGE= https://libvnc.github.io/
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += crypto ffi gcrypt gmp gnutls gpg-error hogweed jpeg
WANTLIB += m nettle p11-kit png pthread ssl tasn1 z idn
WANTLIB += m nettle p11-kit png pthread ssl tasn1 z idn2
MASTER_SITES= https://github.com/LibVNC/libvncserver/archive/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2017/01/27 10:20:17 sthen Exp $
# $OpenBSD: Makefile,v 1.10 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT-main= monitoring plugins (for Nagios, Icinga, etc)
COMMENT-dbi= dbi monitoring plugin
@ -91,7 +91,7 @@ RUN_DEPENDS-snmp= ${RUN_DEPENDS} \
net/p5-Net-SNMP
LIB_DEPENDS-radius= net/radcli
WANTLIB-radius+= ${WANTLIB} ffi gmp gnutls hogweed idn nettle
WANTLIB-radius+= ${WANTLIB} ffi gmp gnutls hogweed idn2 nettle
WANTLIB-radius+= p11-kit radcli tasn1 z
# MYSQL

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.38 2016/12/13 21:44:14 sthen Exp $
# $OpenBSD: Makefile,v 1.39 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= client for Cisco AnyConnect SSL VPN
@ -15,7 +15,7 @@ MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# LGPLv2.1 only
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c ffi gmp gnutls hogweed iconv idn intl lz4 lzma m
WANTLIB += c ffi gmp gnutls hogweed iconv idn2 intl lz4 lzma m
WANTLIB += nettle p11-kit pthread tasn1 xml2 z
MASTER_SITES= ftp://ftp.infradead.org/pub/openconnect/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2016/03/19 19:59:35 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= simple RADIUS client library
@ -16,7 +16,7 @@ MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# recent code BSD, some old MERIT/Livingston
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += ffi gmp gnutls hogweed idn nettle p11-kit pthread tasn1
WANTLIB += ffi gmp gnutls hogweed idn2 nettle p11-kit pthread tasn1
WANTLIB += z
MASTER_SITES= https://github.com/radcli/radcli/releases/download/$V/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.73 2016/11/21 18:47:17 jasper Exp $
# $OpenBSD: Makefile,v 1.74 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= flexible communications framework, xmpp component
@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITES_TP:=telepathy-gabble/}
WANTLIB += c dbus-1 dbus-glib-1 ffi gio-2.0 glib-2.0 gmodule-2.0 gmp
WANTLIB += gnutls gobject-2.0 gssdp-1.0 gthread-2.0 gupnp-1.0
WANTLIB += gupnp-igd-1.0 hogweed lzma m nettle nice p11-kit pcre pthread
WANTLIB += soup-2.4 sqlite3 tasn1 telepathy-glib xml2 z idn
WANTLIB += soup-2.4 sqlite3 tasn1 telepathy-glib xml2 z idn2
MODULES= devel/gettext \
lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.47 2016/07/08 16:48:21 sthen Exp $
# $OpenBSD: Makefile,v 1.48 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= flexible communications framework, local-link component
@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITES_TP:=telepathy-salut/}
WANTLIB += avahi-client avahi-common avahi-glib avahi-gobject c dbus-1
WANTLIB += dbus-glib-1 ffi gio-2.0 glib-2.0 gmodule-2.0 gmp gnutls
WANTLIB += gobject-2.0 gthread-2.0 hogweed lzma m nettle p11-kit pcre
WANTLIB += pthread soup-2.4 sqlite3 tasn1 telepathy-glib uuid xml2 z idn
WANTLIB += pthread soup-2.4 sqlite3 tasn1 telepathy-glib uuid xml2 z idn2
MODULES= devel/gettext \
lang/python

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.104 2017/02/18 12:04:57 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.105 2017/02/18 17:32:37 ajacoutot Exp $
BROKEN-alpha= ICE in cupsfilters/image-jpeg.c:316
BROKEN-hppa= ICE on filter/pdftopdf/qpdf_pdftopdf.cc:147
@ -20,7 +20,7 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB += avahi-client avahi-common avahi-glib c cups cupsimage
WANTLIB += dbus-1 expat ffi fontconfig freetype gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gmp gnutls gobject-2.0 hogweed iconv idn
WANTLIB += gmodule-2.0 gmp gnutls gobject-2.0 hogweed iconv idn2
WANTLIB += ijs intl jpeg lcms2 m nettle openjp2 p11-kit pcre
WANTLIB += png poppler pthread pthread-stubs qpdf tasn1 tiff
WANTLIB += unistring z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.33 2016/07/08 16:53:23 sthen Exp $
# $OpenBSD: Makefile,v 1.34 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= GTK+2 frontend to CUPS
@ -22,7 +22,7 @@ WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gmp gnutls
WANTLIB += gobject-2.0 graphite2 gthread-2.0 gtk-x11-2.0 harfbuzz
WANTLIB += hogweed m nettle p11-kit pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs tasn1 xcb xcb-render
WANTLIB += xcb-shm z idn
WANTLIB += xcb-shm z idn2
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtklp/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.46 2017/01/14 17:15:51 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.47 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= high quality print drivers for foomatic and CUPS
@ -22,7 +22,7 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += avahi-client avahi-common c cups cupsimage dbus-1 ffi
WANTLIB += gmp gnutls hogweed iconv idn intl m ncurses nettle
WANTLIB += gmp gnutls hogweed iconv idn2 intl m ncurses nettle
WANTLIB += p11-kit pthread readline tasn1 usb-1.0 z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.150 2016/11/26 09:48:11 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.151 2017/02/18 17:32:37 ajacoutot Exp $
PORTROACH= skipv:${V}_py2.5
@ -48,7 +48,7 @@ cWANTLIB += crypto m pthread
WANTLIB-main += ${cWANTLIB}
WANTLIB-main += avahi-client avahi-common cups dbus-1 hpmud netsnmp
WANTLIB-main += ffi gmp gnutls hogweed nettle p11-kit tasn1 usb-1.0 z
WANTLIB-main += hpdiscovery hpipp idn iconv intl
WANTLIB-main += hpdiscovery hpipp idn2 iconv intl
LIB_DEPENDS-main= print/cups,-libs \
print/hplip,-common
@ -77,7 +77,7 @@ WANTLIB-hpaio += ${cWANTLIB}
WANTLIB-hpaio += avahi-client avahi-common cups dbus-1 ffi gmp gnutls
WANTLIB-hpaio += hogweed hpip hpipp hpmud jpeg netsnmp nettle p11-kit
WANTLIB-hpaio += sane tasn1 tiff usb usb-1.0 z hpdiscovery
WANTLIB-hpaio += v4l1 v4l2 v4lconvert idn iconv intl
WANTLIB-hpaio += v4l1 v4l2 v4lconvert idn2 iconv intl
LIB_DEPENDS-hpaio= print/hplip,-common \
print/cups,-libs \
@ -87,7 +87,7 @@ RUN_DEPENDS-hpaio= # empty
### -hpcups
WANTLIB-hpcups += ${cWANTLIB} z netsnmp hpdiscovery iconv intl
WANTLIB-hpcups += c jpeg stdc++ hpip cups cupsimage dbus-1 idn
WANTLIB-hpcups += c jpeg stdc++ hpip cups cupsimage dbus-1 idn2
WANTLIB-hpcups += z usb-1.0 avahi-client avahi-common hpmud
WANTLIB-hpcups += ffi gmp gnutls hogweed nettle p11-kit tasn1

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.24 2016/07/02 09:11:41 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.25 2017/02/18 17:32:37 ajacoutot Exp $
# libgs from ghostscript is only provided on shared libs archs
@ -17,7 +17,7 @@ MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += ICE SM X11 Xext Xt avahi-client avahi-common cups cupsimage
WANTLIB += dbus-1 ffi freetype gmp gnutls gs hogweed iconv idn
WANTLIB += dbus-1 ffi freetype gmp gnutls gs hogweed iconv idn2
WANTLIB += ijs intl jbig2dec jpeg lcms2 m nettle p11-kit png pthread
WANTLIB += tasn1 tiff xcb z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2017/01/12 16:36:12 zhuk Exp $
# $OpenBSD: Makefile,v 1.10 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= online banking interface and financial data framework
@ -22,7 +22,7 @@ HOMEPAGE= http://www.aquamaniac.de/sites/aqbanking/
# GPLv2 or GPLv3
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c ffi gcrypt gmp gnutls gpg-error gwenhywfar hogweed idn ltdl
WANTLIB += c ffi gcrypt gmp gnutls gpg-error gwenhywfar hogweed idn2 ltdl
WANTLIB += lzma m nettle p11-kit pthread stdc++ tasn1 xml2 xmlsec1
WANTLIB += xmlsec1-gcrypt xmlsec1-gnutls xslt z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.42 2016/09/03 14:23:37 sthen Exp $
# $OpenBSD: Makefile,v 1.43 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT-main= XML security library
COMMENT-docs= XML security library documentation
@ -18,7 +18,7 @@ HOMEPAGE= https://www.aleksey.com/xmlsec/
# MIT
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c crypto gcrypt gmp gnutls gpg-error hogweed idn ltdl m
WANTLIB += c crypto gcrypt gmp gnutls gpg-error hogweed idn2 ltdl m
WANTLIB += nettle pthread ssl tasn1 xml2 xslt z p11-kit ffi lzma
MASTER_SITES= ${HOMEPAGE}/download/ \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.44 2016/12/12 17:55:24 landry Exp $
# $OpenBSD: Makefile,v 1.45 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT-main = system metrics collection engine
COMMENT-mysql = collectd mysql plugin
@ -64,7 +64,7 @@ RUN_DEPENDS-snmp = collectd-$V:${BASE_PKGPATH},-main
LIB_DEPENDS-virt = sysutils/libvirt
WANTLIB-virt = avahi-client avahi-common c dbus-1 ffi gmp gnutls hogweed \
nettle p11-kit ssh2 tasn1 util virt crypto curl iconv \
idn intl lzma m nghttp2 pthread ssl xml2 z
idn2 intl lzma m nghttp2 pthread ssl xml2 z
RUN_DEPENDS-virt = collectd-$V:${BASE_PKGPATH},-main
LIB_DEPENDS-python = ${MODPY_LIB_DEPENDS}
@ -81,7 +81,7 @@ RUN_DEPENDS-nut = collectd-$V:${BASE_PKGPATH},-main
WANTLIB-nut = crypto pthread ssl upsclient
LIB_DEPENDS-riemann = sysutils/riemann-c-client
WANTLIB-riemann = c gmp gnutls ffi hogweed intl iconv idn \
WANTLIB-riemann = c gmp gnutls ffi hogweed intl iconv idn2 \
nettle protobuf-c p11-kit pthread riemann-client tasn1 z
RUN_DEPENDS-riemann = collectd-$V:${BASE_PKGPATH},-main

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2016/03/15 23:22:13 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT = reliable event logging protocol library
@ -15,7 +15,7 @@ MAINTAINER = Todd T. Fries <todd@openbsd.org>
# GPLv3+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += ffi gmp gnutls hogweed idn nettle p11-kit pthread
WANTLIB += ffi gmp gnutls hogweed idn2 nettle p11-kit pthread
WANTLIB += tasn1 z
MASTER_SITES = http://download.rsyslog.com/librelp/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.55 2016/11/08 14:38:55 sthen Exp $
# $OpenBSD: Makefile,v 1.56 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= tool/library for managing platform virtualization
@ -20,7 +20,7 @@ MASTER_SITES= ${HOMEPAGE}/sources/ \
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += avahi-client avahi-common c crypto curl dbus-1 ffi gmp gnutls
WANTLIB += hogweed idn lzma m ncurses nettle nghttp2 p11-kit pthread
WANTLIB += hogweed idn2 lzma m ncurses nettle nghttp2 p11-kit pthread
WANTLIB += readline ssh2 ssl tasn1 util xml2 z
MODULES= devel/gettext \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2016/11/30 07:44:29 landry Exp $
# $OpenBSD: Makefile,v 1.2 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT = c client library for the Riemann monitoring system
@ -17,7 +17,7 @@ HOMEPAGE = https://github.com/algernon/riemann-c-client
# LGPLv3
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c gmp gnutls ffi hogweed intl iconv idn json-c \
WANTLIB = c gmp gnutls ffi hogweed intl iconv idn2 json-c \
nettle protobuf-c p11-kit pthread tasn1 z
BUILD_DEPENDS = devel/libtool \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2016/04/26 10:28:19 sthen Exp $
# $OpenBSD: Makefile,v 1.32 2017/02/18 17:32:37 ajacoutot Exp $
BROKEN-powerpc = 64-bit atomics (__sync_bool_compare_and_swap_8)
@ -21,7 +21,7 @@ HOMEPAGE = http://www.rsyslog.com/
PERMIT_PACKAGE_CDROM = Yes
WANTLIB-main += ${MODGETTEXT_WANTLIB}
WANTLIB-main += c estr ffi gcrypt gmp gnutls gpg-error hogweed idn
WANTLIB-main += c estr ffi gcrypt gmp gnutls gpg-error hogweed idn2
WANTLIB-main += json-c nettle p11-kit pthread relp tasn1 uuid z
WANTLIB-mysql += crypto m mysqlclient pthread ssl stdc++ z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.21 2016/10/01 11:54:17 naddy Exp $
# $OpenBSD: Makefile,v 1.22 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= XML parser designed for Jabber applications
DISTNAME= iksemel-1.4
@ -15,7 +15,7 @@ MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c ffi gmp gnutls hogweed idn nettle p11-kit pthread tasn1 z
WANTLIB += c ffi gmp gnutls hogweed idn2 nettle p11-kit pthread tasn1 z
MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=iksemel/}

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.146 2017/02/06 17:57:29 jasper Exp $
# $OpenBSD: Makefile,v 1.147 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= GNOME web browser based on webkit
@ -31,7 +31,7 @@ WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += secret-1 soup-2.4 sqlite3 stdc++
WANTLIB += webkit2gtk-4.0 webp xcb xcb-dri2 xcb-glx xcb-render
WANTLIB += xcb-shm xcb-xfixes xml2 xslt z tasn1
WANTLIB += epoxy hyphen intl iconv gmp gnutls hogweed idn nettle
WANTLIB += epoxy hyphen intl iconv gmp gnutls hogweed idn2 nettle
BUILD_DEPENDS= devel/iso-codes \
devel/gsettings-desktop-schemas

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.89 2017/01/04 19:10:55 sthen Exp $
# $OpenBSD: Makefile,v 1.90 2017/02/18 17:32:37 ajacoutot Exp $
BROKEN-i386= hangs during build while running g-ir-scanner
@ -25,7 +25,7 @@ WANTLIB += glapi glib-2.0 gmodule-2.0 gmp gnutls gobject-2.0 gpg-error
WANTLIB += graphite2 gstapp-1.0 gstaudio-1.0 gstbase-1.0 gstfft-1.0
WANTLIB += gstpbutils-1.0 gstreamer-1.0 gsttag-1.0 gstvideo-1.0
WANTLIB += gthread-2.0 gtk-3 harfbuzz harfbuzz-icu hogweed hyphen
WANTLIB += iconv icudata icui18n icuuc idn intl javascriptcoregtk-4.0
WANTLIB += iconv icudata icui18n icuuc idn2 intl javascriptcoregtk-4.0
WANTLIB += jpeg json-glib-1.0 lzma m nettle notify orc-0.4 p11-kit
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre peas-1.0
WANTLIB += peas-gtk-1.0 pixman-1 png pthread pthread-stubs secret-1

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.191 2017/01/29 20:43:31 sthen Exp $
# $OpenBSD: Makefile,v 1.192 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT-main= WWW and FTP proxy cache and accelerator
COMMENT-ldap= LDAP authentication/ACL support for Squid
@ -21,7 +21,7 @@ MAINTAINER= Stuart Henderson <sthen@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c m nettle pthread
cWANTLIB = ${WANTLIB} ffi gmp gnutls hogweed iconv idn intl p11-kit tasn1 z
cWANTLIB = ${WANTLIB} ffi gmp gnutls hogweed iconv idn2 intl p11-kit tasn1 z
# bzr repository at https://code.launchpad.net/squid
MASTER_SITES= ${HOMEPAGE}Versions/v${V:C/^([0-9]).*/\1/}/${V:C/([0-9.]{3}).*/\1/}/ \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.142 2016/11/01 22:26:34 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.143 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= versatile IDE for GNOME
@ -35,7 +35,7 @@ WANTLIB += svn_ra_serf-1 svn_ra_svn-1 svn_repos-1 svn_subr-1 svn_wc-1
WANTLIB += util vala-0.34 vte-2.91 webkit2gtk-4.0 webp xcb xcb-dri2
WANTLIB += xcb-glx xcb-render xcb-shm xcb-xfixes xml2
WANTLIB += epoxy gmp gnutls hogweed nettle notify p11-kit tasn1 xslt z
WANTLIB += hyphen idn iconv intl svn_fs_x-1 pcre2-8
WANTLIB += hyphen idn2 iconv intl svn_fs_x-1 pcre2-8
MODULES= devel/dconf \
lang/python \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.40 2017/01/08 01:59:49 bluhm Exp $
# $OpenBSD: Makefile,v 1.41 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= IDE for GNOME
@ -31,7 +31,7 @@ WANTLIB += gnutls gobject-2.0 gpg-error graphite2 gstapp-1.0
WANTLIB += gstaudio-1.0 gstbase-1.0 gstfft-1.0 gstpbutils-1.0
WANTLIB += gstreamer-1.0 gsttag-1.0 gstvideo-1.0 gthread-2.0 gtk-3
WANTLIB += gtkmm-3.0 gtksourceview-3.0 harfbuzz harfbuzz-icu hogweed
WANTLIB += hyphen iconv icudata icui18n icuuc idn intl javascriptcoregtk-4.0
WANTLIB += hyphen iconv icudata icui18n icuuc idn2 intl javascriptcoregtk-4.0
WANTLIB += jpeg json-glib-1.0 lzma m nettle nghttp2 notify orc-0.4
WANTLIB += p11-kit pango-1.0 pangocairo-1.0 pangoft2-1.0 pangomm-1.4
WANTLIB += pcre pcre2-8 peas-1.0 pixman-1 png pthread pthread-stubs

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.51 2016/11/07 10:44:15 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.52 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= color profile manager for GNOME
@ -16,7 +16,7 @@ WANTLIB += c cairo cairo-gobject canberra canberra-gtk3 colord
WANTLIB += colord-gtk colordprivate dbus-1 epoxy exif exiv2 expat
WANTLIB += ffi fontconfig freetype gdk-3 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gmp gnutls gobject-2.0 graphite2
WANTLIB += gthread-2.0 gtk-3 harfbuzz hogweed iconv idn intl jpeg
WANTLIB += gthread-2.0 gtk-3 harfbuzz hogweed iconv idn2 intl jpeg
WANTLIB += lcms2 ltdl m nettle ogg p11-kit pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pcre2-8 pixman-1 png pthread pthread-stubs
WANTLIB += stdc++ tasn1 tiff vorbis vorbisfile vte-2.91 xcb xcb-render

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.94 2016/10/29 18:14:29 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.95 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= API documentation browser for GNOME
@ -21,7 +21,7 @@ WANTLIB += gmodule-2.0 gmp gnutls gobject-2.0 gpg-error graphite2
WANTLIB += gstapp-1.0 gstaudio-1.0 gstbase-1.0 gstfft-1.0 gstpbutils-1.0
WANTLIB += gstreamer-1.0 gsttag-1.0 gstvideo-1.0 gthread-2.0 gtk-3
WANTLIB += harfbuzz harfbuzz-icu hogweed hyphen iconv icudata
WANTLIB += icui18n icuuc idn intl javascriptcoregtk-4.0 jpeg lzma
WANTLIB += icui18n icuuc idn2 intl javascriptcoregtk-4.0 jpeg lzma
WANTLIB += m nettle notify orc-0.4 p11-kit pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
WANTLIB += secret-1 soup-2.4 sqlite3 stdc++ tasn1 webkit2gtk-4.0

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.69 2016/11/08 14:38:55 sthen Exp $
# $OpenBSD: Makefile,v 1.70 2017/02/18 17:32:37 ajacoutot Exp $
TRACKER_API= 1.0
@ -22,7 +22,7 @@ WANTLIB += gnutls goa-1.0 gobject-2.0 gpg-error graphite2 gstapp-1.0
WANTLIB += gstaudio-1.0 gstbase-1.0 gstfft-1.0 gstpbutils-1.0
WANTLIB += gstreamer-1.0 gsttag-1.0 gstvideo-1.0 gthread-2.0 gtk-3
WANTLIB += harfbuzz harfbuzz-icu hogweed hyphen iconv icudata
WANTLIB += icui18n icuuc idn intl javascriptcoregtk-4.0 jpeg json-glib-1.0
WANTLIB += icui18n icuuc idn2 intl javascriptcoregtk-4.0 jpeg json-glib-1.0
WANTLIB += kvm lzma m mediaart-2.0 mozjs-24 ncursesw nettle nghttp2
WANTLIB += notify nspr4 nss3 oauth orc-0.4 p11-kit pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 plc4 plds4 png pthread pthread-stubs

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.180 2017/01/20 13:43:47 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.181 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= Telepathy based messenger for GNOME
@ -34,7 +34,7 @@ WANTLIB += pulse pulse-mainloop-glib secret-1 sndfile soup-2.4
WANTLIB += sqlite3 stdc++ tasn1 telepathy-farstream telepathy-glib
WANTLIB += telepathy-logger vorbis vorbisenc vorbisfile webkitgtk-3.0
WANTLIB += webp xcb xcb-dri2 xcb-render xcb-shm xcb-xfixes unistring
WANTLIB += xml2 xslt z Xxf86vm xcb-glx iconv intl idn
WANTLIB += xml2 xslt z Xxf86vm xcb-glx iconv intl idn2
MODULES= devel/dconf \
lang/python \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.167 2016/12/16 08:46:19 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.168 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT-main= GNOME Virtual File System
COMMENT-smb= GVFS mount module for samba
@ -37,7 +37,7 @@ WANTLIB-main += xcb-shm xml2 crypto lz4
WANTLIB-smb += ${WANTLIB}
WANTLIB-smb += crypto dcerpc-binding execinfo gcrypt samba-errors
WANTLIB-smb += gmp gnutls gpg-error gthread-2.0 hogweed iconv idn
WANTLIB-smb += gmp gnutls gpg-error gthread-2.0 hogweed iconv idn2
WANTLIB-smb += intl lber-2.4 ldap-2.4 ldb ndr ndr-krb5pac ndr-nbt
WANTLIB-smb += ndr-standard nettle p11-kit replace samba-credentials
WANTLIB-smb += samba-hostconfig samba-util samdb sasl2 smbclient smbconf

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2016/12/17 15:00:22 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.32 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= initial-setup firstboot-like tool
@ -20,7 +20,7 @@ WANTLIB += goa-1.0 goa-backend-1.0 gobject-2.0 gpg-error graphite2
WANTLIB += gstapp-1.0 gstaudio-1.0 gstbase-1.0 gstfft-1.0 gstpbutils-1.0
WANTLIB += gstreamer-1.0 gsttag-1.0 gstvideo-1.0 gthread-2.0 gtk-3
WANTLIB += gweather-3 harfbuzz harfbuzz-icu hogweed hyphen ibus-1.0
WANTLIB += iconv icudata icui18n icuuc idn intl javascriptcoregtk-4.0
WANTLIB += iconv icudata icui18n icuuc idn2 intl javascriptcoregtk-4.0
WANTLIB += jpeg json-glib-1.0 lzma m nettle notify orc-0.4 p11-kit
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
WANTLIB += png polkit-gobject-1 pthread-stubs pwquality

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2016/12/11 09:22:52 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.4 2017/02/18 17:32:37 ajacoutot Exp $
# Required at build time for a temporary program created and run by
# g-ir-scanner; programs linked against libgepub need wxneeded, too
@ -27,7 +27,7 @@ WANTLIB += glib-2.0 gmodule-2.0 gmp gnutls gobject-2.0 gpg-error
WANTLIB += graphite2 gstapp-1.0 gstaudio-1.0 gstbase-1.0 gstfft-1.0
WANTLIB += gstpbutils-1.0 gstreamer-1.0 gsttag-1.0 gstvideo-1.0
WANTLIB += gthread-2.0 gtk-3 harfbuzz harfbuzz-icu hogweed hyphen
WANTLIB += iconv icudata icui18n icuuc idn intl javascriptcoregtk-4.0
WANTLIB += iconv icudata icui18n icuuc idn2 intl javascriptcoregtk-4.0
WANTLIB += jpeg lz4 lzma lzo2 m nettle notify orc-0.4 p11-kit
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
WANTLIB += png pthread pthread-stubs secret-1 soup-2.4 sqlite3

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.85 2017/01/11 13:47:16 jasper Exp $
# $OpenBSD: Makefile,v 1.86 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= interfaces for interacting with online accounts
@ -27,7 +27,7 @@ WANTLIB += webp xcb xcb-render xcb-shm xml2 xslt z gbm
WANTLIB += X11-xcb Xxf86vm drm epoxy estdc++ glapi
WANTLIB += javascriptcoregtk-4.0 notify webkit2gtk-4.0 xcb-dri2
WANTLIB += xcb-xfixes xcb-glx hyphen intl iconv
WANTLIB += gmp gnutls hogweed idn nettle p11-kit tasn1
WANTLIB += gmp gnutls hogweed idn2 nettle p11-kit tasn1
MODULES= devel/dconf \
x11/gnome

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.158 2017/01/20 13:43:47 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.159 2017/02/18 17:32:37 ajacoutot Exp $
# XXX gcm-dmi.c:141:2: warning: #warning Please add dmi support for your OS
@ -19,7 +19,7 @@ WANTLIB += cups dbus-1 epoxy execinfo expat ffi fontconfig freetype
WANTLIB += gdbm gdk-3 gdk_pixbuf-2.0 geoclue-2 geocode-glib gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gmp gnome-desktop-3 gnutls gobject-2.0
WANTLIB += graphite2 gthread-2.0 gtk-3 gweather-3 harfbuzz hogweed
WANTLIB += iconv idn intl json-glib-1.0 lcms2 ltdl lzma unistring
WANTLIB += iconv idn2 intl json-glib-1.0 lcms2 ltdl lzma unistring
WANTLIB += m nettle notify nspr4 nss3 nssutil3 ogg p11-kit pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 plc4 plds4
WANTLIB += png polkit-gobject-1 pthread pthread-stubs pulse pulse-mainloop-glib

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.146 2016/11/08 05:39:02 jasper Exp $
# $OpenBSD: Makefile,v 1.147 2017/02/18 17:32:37 ajacoutot Exp $
COMMENT= GNOME terminal
@ -16,7 +16,7 @@ WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 graphite2
WANTLIB += gthread-2.0 gtk-3 harfbuzz m
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
WANTLIB += png pthread pthread-stubs vte-2.91 xcb xcb-render
WANTLIB += xcb-shm z nautilus-extension iconv intl idn
WANTLIB += xcb-shm z nautilus-extension iconv intl idn2
WANTLIB += epoxy gmp gnutls hogweed nettle p11-kit tasn1
WANTLIB += archive bz2 crypto gnome-autoar-0 lz4 lzma lzo2 pcre2-8

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.115 2016/10/29 18:11:39 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.116 2017/02/18 17:32:38 ajacoutot Exp $
COMMENT= GNOME help browser
@ -19,7 +19,7 @@ WANTLIB += glib-2.0 gmodule-2.0 gmp gnutls gobject-2.0 gpg-error
WANTLIB += graphite2 gstapp-1.0 gstaudio-1.0 gstbase-1.0 gstfft-1.0
WANTLIB += gstpbutils-1.0 gstreamer-1.0 gsttag-1.0 gstvideo-1.0
WANTLIB += gthread-2.0 gtk-3 harfbuzz harfbuzz-icu hogweed hyphen
WANTLIB += iconv icudata icui18n icuuc idn intl javascriptcoregtk-4.0
WANTLIB += iconv icudata icui18n icuuc idn2 intl javascriptcoregtk-4.0
WANTLIB += jpeg lzma m nettle notify orc-0.4 p11-kit pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread
WANTLIB += pthread-stubs secret-1 soup-2.4 sqlite3 stdc++ tasn1

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.212 2016/09/09 20:35:19 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.213 2017/02/18 17:32:38 ajacoutot Exp $
COMMENT-main= multi-platform graphical toolkit
COMMENT-cups= gtk+2 CUPS print backend
@ -33,7 +33,7 @@ WANTLIB-main += ${WANTLIB} c
WANTLIB-cups += ${WANTLIB}
WANTLIB-cups += avahi-client avahi-common cups dbus-1 gdk-x11-2.0 gmp
WANTLIB-cups += gnutls gtk-x11-2.0 hogweed idn nettle p11-kit tasn1
WANTLIB-cups += gnutls gtk-x11-2.0 hogweed idn2 nettle p11-kit tasn1
MULTI_PACKAGES= -main -cups

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.163 2017/02/14 03:51:19 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.164 2017/02/18 17:32:38 ajacoutot Exp $
COMMENT-main= multi-platform graphical toolkit
COMMENT-cups= gtk+3 CUPS print backend
@ -58,7 +58,7 @@ LIB_DEPENDS-cups= ${LIB_DEPENDS} \
${BASE_PKGPATH},-main=${GNOME_VERSION}
RUN_DEPENDS-cups= ${MODGETTEXT_RUN_DEPENDS}
WANTLIB-cups += ${WANTLIB} epoxy idn
WANTLIB-cups += ${WANTLIB} epoxy idn2
WANTLIB-cups += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
WANTLIB-cups += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
WANTLIB-cups += cairo cairo-gobject dbus-1 expat fontconfig freetype

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.57 2017/02/09 12:34:30 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.58 2017/02/18 17:32:38 ajacoutot Exp $
COMMENT= VNC viewer widget for GTK
@ -24,7 +24,7 @@ WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi
WANTLIB += c cairo cairo-gobject dbus-1 epoxy expat ffi fontconfig
WANTLIB += freetype gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0
WANTLIB += gmodule-2.0 gmp gnutls gobject-2.0 gpg-error graphite2
WANTLIB += gthread-2.0 gtk-3 harfbuzz hogweed iconv idn intl m
WANTLIB += gthread-2.0 gtk-3 harfbuzz hogweed iconv idn2 intl m
WANTLIB += nettle p11-kit pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pcre pixman-1 png pthread pthread-stubs sasl2 tasn1
WANTLIB += unistring xcb xcb-render xcb-shm z

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.144 2017/01/11 13:32:11 zhuk Exp $
# $OpenBSD: Makefile,v 1.145 2017/02/18 17:32:38 ajacoutot Exp $
COMMENT-main = K Desktop Environment, basic applications
COMMENT-samba = K Desktop Environment, samba support
@ -68,7 +68,7 @@ WANTLIB = crypto expat m pthread pthread-stubs ssl stdc++ util z
WANTLIB += ICE SM X11 Xext Xfixes Xrender Xt freetype fontconfig xcb
WANTLIB += ${KDE}/DCOP ${KDE}/kdecore>=6 ${KDE}/kdefx ${KDE}/kdesu
WANTLIB += ${KDE}/kdeui ${KDE}/kio ${KDE}/kwalletclient
WANTLIB += art_lgpl_2 fam idn lber-2.4 ldap-2.4 png sasl2
WANTLIB += art_lgpl_2 fam idn2 lber-2.4 ldap-2.4 png sasl2
WANTLIB-main = ${WANTLIB} c sndio IexMath
WANTLIB-main += GL GLU Half Iex IlmImf IlmThread Imath Xau Xcomposite

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2017/01/20 13:43:47 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.30 2017/02/18 17:32:38 ajacoutot Exp $
COMMENT= graphics viewer for KVM guest displays
BROKEN-hppa= build stuck on virt-viewer-window.c
@ -22,7 +22,7 @@ WANTLIB += gcrypt gdbm gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0
WANTLIB += gmp gnutls gobject-2.0 gpg-error graphite2 gstapp-1.0
WANTLIB += gstaudio-1.0 gstbase-1.0 gstreamer-1.0 gsttag-1.0 unistring
WANTLIB += gstvideo-1.0 gthread-2.0 gtk-3 gtk-vnc-2.0 gvnc-1.0 harfbuzz
WANTLIB += hogweed idn jpeg lz4 lzma m nettle nghttp2 ogg opus
WANTLIB += hogweed idn2 jpeg lz4 lzma m nettle nghttp2 ogg opus
WANTLIB += orc-0.4 p11-kit pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB += pixman-1 png pthread pthread-stubs pulse pulse-mainloop-glib
WANTLIB += sasl2 sndfile spice-client-glib-2.0 spice-client-gtk-3.0

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.206 2016/06/06 08:34:38 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.207 2017/02/18 17:32:38 ajacoutot Exp $
COMMENT-main= VideoLAN client; multimedia player
COMMENT-jack= JACK audio output module for VLC
@ -10,6 +10,8 @@ PKGNAME-jack= vlc-jack-${V}
CATEGORIES= x11
MASTER_SITES= https://download.videolan.org/pub/videolan/vlc/${V}/
EXTRACT_SUFX= .tar.xz
REVISION-main= 0
REVISION-jack= 0
SHARED_LIBS= vlc 3.0 \
vlccore 3.0
@ -38,7 +40,7 @@ WANTLIB-main= EGL GL ICE lib/qt4/QtGui QtCore SM SDL SDL_image X11 \
v4l2 vorbis vorbisenc webp x264 x265 xcb-composite xcb-keysyms \
xcb-randr xcb-render xcb-shape xcb-shm xcb-xfixes xcb-xv \
xcb xml2 z X11-xcb Xxf86vm drm gbm glapi xcb-dri2 xcb-glx \
${WANTLIB-common}
idn2 unistring ${WANTLIB-common}
WANTLIB-jack= db jack vlccore ${WANTLIB-common}
AUTOCONF_VERSION= 2.69

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.51 2017/02/06 09:54:34 landry Exp $
# $OpenBSD: Makefile,v 1.52 2017/02/18 17:32:38 ajacoutot Exp $
COMMENT= Xfce4 vte-based terminal
@ -23,6 +23,6 @@ WANTLIB= X11 X11-xcb atk-1.0 c gdk_pixbuf-2.0 gio-2.0 \
glib-2.0 gobject-2.0 pango-1.0 xfce4util ffi graphite2 \
harfbuzz startup-notification-1 xfce4ui-2 unistring \
atk-bridge-2.0 atspi cairo-gobject dbus-1 epoxy gdk-3 \
gmp gnutls gtk-3 hogweed idn nettle p11-kit tasn1 vte-2.91
gmp gnutls gtk-3 hogweed idn2 nettle p11-kit tasn1 vte-2.91
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2016/11/03 16:20:40 landry Exp $
# $OpenBSD: Makefile,v 1.32 2017/02/18 17:32:38 ajacoutot Exp $
COMMENT= Xfce4 mailboxes monitor panel plugin
@ -13,7 +13,7 @@ WANTLIB += ICE SM X11 X11-xcb Xcomposite Xcursor Xdamage Xext Xfixes Xi
WANTLIB += Xinerama Xrandr Xrender atk-1.0 cairo exo-1 expat ffi
WANTLIB += fontconfig freetype gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
WANTLIB += glib-2.0 gmodule-2.0 gmp gnutls gobject-2.0 gpg-error
WANTLIB += graphite2 gthread-2.0 gtk-x11-2.0 harfbuzz hogweed idn m
WANTLIB += graphite2 gthread-2.0 gtk-x11-2.0 harfbuzz hogweed idn2 m
WANTLIB += nettle p11-kit pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre
WANTLIB += pixman-1 png pthread pthread-stubs startup-notification-1
WANTLIB += tasn1 xcb xcb-render xcb-shm xcb-util xfce4ui-1 xfce4util z iconv intl