From owner-svn-ports-head@freebsd.org Wed Oct 7 18:04:13 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 87D139D1D7D; Wed, 7 Oct 2015 18:04:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 2991AA6C; Wed, 7 Oct 2015 18:04:13 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t97I4C3R013445; Wed, 7 Oct 2015 18:04:12 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t97I4CMi013443; Wed, 7 Oct 2015 18:04:12 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201510071804.t97I4CMi013443@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 7 Oct 2015 18:04:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398778 - head/devel/gconf2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2015 18:04:13 -0000 Author: amdmi3 Date: Wed Oct 7 18:04:11 2015 New Revision: 398778 URL: https://svnweb.freebsd.org/changeset/ports/398778 Log: - Optionize DOCS - Switch to options helpers Approved by: kwm Modified: head/devel/gconf2/Makefile head/devel/gconf2/pkg-plist Modified: head/devel/gconf2/Makefile ============================================================================== --- head/devel/gconf2/Makefile Wed Oct 7 18:04:03 2015 (r398777) +++ head/devel/gconf2/Makefile Wed Oct 7 18:04:11 2015 (r398778) @@ -35,18 +35,13 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip -OPTIONS_DEFINE= LDAP +DOCSDIR= ${PREFIX}/share/doc/gconf -.include +OPTIONS_DEFINE= LDAP DOCS +OPTIONS_SUB= yes -.if ${PORT_OPTIONS:MLDAP} -USE_OPENLDAP= yes -CONFIGURE_ARGS+=--with-openldap -PLIST_SUB+= LDAP="" -.else -CONFIGURE_ARGS+=--without-openldap -PLIST_SUB+= LDAP="@comment " -.endif +LDAP_USE= OPENLDAP=yes +LDAP_CONFIGURE_WITH= openldap post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/gconf/gconf.xml.system Modified: head/devel/gconf2/pkg-plist ============================================================================== --- head/devel/gconf2/pkg-plist Wed Oct 7 18:04:03 2015 (r398777) +++ head/devel/gconf2/pkg-plist Wed Oct 7 18:04:11 2015 (r398778) @@ -38,27 +38,27 @@ man/man1/gsettings-schema-convert.1.gz share/aclocal/gconf-2.m4 share/dbus-1/system-services/org.gnome.GConf.Defaults.service share/dbus-1/services/org.gnome.GConf.service -share/doc/gconf/ch01.html -share/doc/gconf/gconf-gconf-backend.html -share/doc/gconf/gconf-gconf-changeset.html -share/doc/gconf/gconf-gconf-client.html -share/doc/gconf/gconf-gconf-engine.html -share/doc/gconf/gconf-gconf-error.html -share/doc/gconf/gconf-gconf-internals.html -share/doc/gconf/gconf-gconf-listeners.html -share/doc/gconf/gconf-gconf-locale.html -share/doc/gconf/gconf-gconf-schema.html -share/doc/gconf/gconf-gconf-sources.html -share/doc/gconf/gconf-gconf-value.html -share/doc/gconf/gconf-gconf.html -share/doc/gconf/gconf.devhelp2 -share/doc/gconf/home.png -share/doc/gconf/index.html -share/doc/gconf/index.sgml -share/doc/gconf/left.png -share/doc/gconf/right.png -share/doc/gconf/style.css -share/doc/gconf/up.png +%%PORTDOCS%%%%DOCSDIR%%/ch01.html +%%PORTDOCS%%%%DOCSDIR%%/gconf-gconf-backend.html +%%PORTDOCS%%%%DOCSDIR%%/gconf-gconf-changeset.html +%%PORTDOCS%%%%DOCSDIR%%/gconf-gconf-client.html +%%PORTDOCS%%%%DOCSDIR%%/gconf-gconf-engine.html +%%PORTDOCS%%%%DOCSDIR%%/gconf-gconf-error.html +%%PORTDOCS%%%%DOCSDIR%%/gconf-gconf-internals.html +%%PORTDOCS%%%%DOCSDIR%%/gconf-gconf-listeners.html +%%PORTDOCS%%%%DOCSDIR%%/gconf-gconf-locale.html +%%PORTDOCS%%%%DOCSDIR%%/gconf-gconf-schema.html +%%PORTDOCS%%%%DOCSDIR%%/gconf-gconf-sources.html +%%PORTDOCS%%%%DOCSDIR%%/gconf-gconf-value.html +%%PORTDOCS%%%%DOCSDIR%%/gconf-gconf.html +%%PORTDOCS%%%%DOCSDIR%%/gconf.devhelp2 +%%PORTDOCS%%%%DOCSDIR%%/home.png +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/index.sgml +%%PORTDOCS%%%%DOCSDIR%%/left.png +%%PORTDOCS%%%%DOCSDIR%%/right.png +%%PORTDOCS%%%%DOCSDIR%%/style.css +%%PORTDOCS%%%%DOCSDIR%%/up.png share/gir-1.0/GConf-2.0.gir share/locale/am/LC_MESSAGES/GConf2.mo share/locale/ar/LC_MESSAGES/GConf2.mo