From owner-svn-ports-all@FreeBSD.ORG Mon Jun 23 08:56:10 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 840D85E4; Mon, 23 Jun 2014 08:56:10 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 717F52F05; Mon, 23 Jun 2014 08:56:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5N8uA7L005456; Mon, 23 Jun 2014 08:56:10 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5N8uAup005455; Mon, 23 Jun 2014 08:56:10 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406230856.s5N8uAup005455@svn.freebsd.org> From: "Vanilla I. Shu" Date: Mon, 23 Jun 2014 08:56:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358905 - head/net/gq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2014 08:56:10 -0000 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@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 - -.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 \