svn commit: r351017 - head/net/glib-networking
Baptiste Daroussin
bapt at FreeBSD.org
Fri Apr 11 17:20:09 UTC 2014
Author: bapt
Date: Fri Apr 11 17:20:08 2014
New Revision: 351017
URL: http://svnweb.freebsd.org/changeset/ports/351017
QAT: https://qat.redports.org/buildarchive/r351017/
Log:
Support stage
Modified:
head/net/glib-networking/Makefile
Modified: head/net/glib-networking/Makefile
==============================================================================
--- head/net/glib-networking/Makefile Fri Apr 11 17:17:33 2014 (r351016)
+++ head/net/glib-networking/Makefile Fri Apr 11 17:20:08 2014 (r351017)
@@ -13,22 +13,21 @@ COMMENT= Network-related giomodules for
BUILD_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
-LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \
- gcrypt:${PORTSDIR}/security/libgcrypt \
- dbus-1:${PORTSDIR}/devel/dbus \
- proxy:${PORTSDIR}/net/libproxy
+LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \
+ libgcrypt.so:${PORTSDIR}/security/libgcrypt \
+ libdbus-1.so:${PORTSDIR}/devel/dbus \
+ libproxy.so:${PORTSDIR}/net/libproxy
RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss \
gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas
-USE_XZ= yes
GNU_CONFIGURE= yes
-USE_GNOME= gnomehack glib20 intltool
-USES= gettext gmake pkgconfig
+USE_GNOME= glib20 intltool
+USES= gettext gmake libtool pathfix pkgconfig tar:xz
CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e' s|-Wmissing-include-dirs||g' ${WRKSRC}/configure
More information about the svn-ports-all
mailing list