svn commit: r358905 - head/net/gq

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jun 23 08:56:10 UTC 2014


Author: vanilla
Date: Mon Jun 23 08:56:09 2014
New Revision: 358905
URL: http://svnweb.freebsd.org/changeset/ports/358905
QAT: https://qat.redports.org/buildarchive/r358905/

Log:
  1: Stagify.
  2: add shared-mime-info and desktop-file-utils to USES.
  3: use option helper.

Modified:
  head/net/gq/Makefile

Modified: head/net/gq/Makefile
==============================================================================
--- head/net/gq/Makefile	Mon Jun 23 08:36:31 2014	(r358904)
+++ head/net/gq/Makefile	Mon Jun 23 08:56:09 2014	(r358905)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gq
 PORTVERSION=	1.3.4
-PORTREVISION=	8
+PORTREVISION=	9
 PORTEPOCH=	1
 CATEGORIES=	net
 MASTER_SITES=	SF/${PORTNAME}client/GQ%20Unstable/${PORTVERSION}
@@ -11,7 +11,7 @@ MASTER_SITES=	SF/${PORTNAME}client/GQ%20
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	GTK-based LDAP client
 
-LIB_DEPENDS=	gnome-keyring:${PORTSDIR}/security/gnome-keyring
+LIB_DEPENDS=	libgnome-keyring.so:${PORTSDIR}/security/gnome-keyring
 
 OPTIONS_DEFINE=	DND CACHE
 OPTIONS_DEFAULT=	DND CACHE
@@ -21,24 +21,16 @@ CACHE_DESC=	Support the OpenLDAP experim
 USE_GNOME=	libglade2 gnomedocutils
 USE_OPENSSL=	yes
 USE_OPENLDAP=	yes
-USES=		gettext gmake pkgconfig
+USES=		gettext gmake pkgconfig shared-mime-info desktop-file-utils
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-ldap-prefix=${LOCALBASE}
+DND_CONFIGURE_ENABLE=	browser-dns
+CACHE_CONFIGURE_ENABLE=	cache
+INSTALLS_ICONS=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS} -Wno-return-type
 LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDND}
-CONFIGURE_ARGS+=	--enable-browser-dnd
-.endif
-
-.if ${PORT_OPTIONS:MCACHE}
-CONFIGURE_ARGS+=	--enable-cache
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
 		${WRKSRC}/src/syntax.h \


More information about the svn-ports-head mailing list