From owner-svn-ports-all@FreeBSD.ORG Sun Aug 31 16:42:26 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 EC97B9BC; Sun, 31 Aug 2014 16:42:26 +0000 (UTC) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B9C31BAD; Sun, 31 Aug 2014 16:42:25 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id bs8so11346194wib.3 for ; Sun, 31 Aug 2014 09:42:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=npBFiJWIrRmeWqXTEHi3vBlNJEgJtSMnrV4wYeyGFp0=; b=n+uuEaW14vX18S3bDTnQHaQT0UgsLMJLLDhAiq/rfvZoYLru2e8/Na9v3ehhENkqrC 2W/2C6H2eeOR7WGXhd+38FPp2FBFmr4v72hGc4U+mb5wKkrqrlSe5JsYmlrlQDUKMvUt CnnWLGPh8qR3q+NJU7gTp2q3QPH9/7MbkcfeTFEf9E5EI7sQFNJO/KD88LBTjcEblVFy WmLyxvFuqcmlrOnFqOEQcqAQI4tgwCSAyNI1hrWSzqpZB3OpDJKzDBT4udoxHGchk81a 1svCo94Q/ofow6Wbqc+aTN5mSHoujpiErOdJSObEh2q2XyVn0jaFfakLymoUslzVuP2s VcGg== X-Received: by 10.180.93.8 with SMTP id cq8mr16145151wib.17.1409503344159; Sun, 31 Aug 2014 09:42:24 -0700 (PDT) Received: from tuborg (AMarseille-656-1-679-194.w90-8.abo.wanadoo.fr. [90.8.184.194]) by mx.google.com with ESMTPSA id r8sm12791867wjy.20.2014.08.31.09.42.23 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 31 Aug 2014 09:42:23 -0700 (PDT) Date: Sun, 31 Aug 2014 18:39:35 +0000 From: Olivier Duchateau To: Tijl Coosemans Subject: Re: svn commit: r366779 - head/x11/libxfce4util Message-Id: <20140831183935.f81ee263a550c07bd1f3e6c0@gmail.com> In-Reply-To: <201408311521.s7VFLwxm097841@svn.freebsd.org> References: <201408311521.s7VFLwxm097841@svn.freebsd.org> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; i386-portbld-freebsd9.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 31 Aug 2014 16:42:27 -0000 On Sun, 31 Aug 2014 15:21:58 +0000 (UTC) Tijl Coosemans wrote: > Author: tijl > Date: Sun Aug 31 15:21:58 2014 > New Revision: 366779 > URL: http://svnweb.freebsd.org/changeset/ports/366779 > QAT: https://qat.redports.org/buildarchive/r366779/ > > Log: > - Add USES=libtool and INSTALL_TARGET=install-strip > - Use USES=tar:bzip2 > - Use option helpers > - Install documentation in DOCSDIR Please, revert your change with documentation. It's API's documentation, not usage. > > Modified: > head/x11/libxfce4util/Makefile > head/x11/libxfce4util/pkg-plist > > Modified: head/x11/libxfce4util/Makefile > ============================================================================== > --- head/x11/libxfce4util/Makefile Sun Aug 31 15:21:24 2014 (r366778) > +++ head/x11/libxfce4util/Makefile Sun Aug 31 15:21:58 2014 (r366779) > @@ -3,6 +3,7 @@ > > PORTNAME= libxfce4util > PORTVERSION= 4.10.1 > +PORTREVISION= 1 > CATEGORIES= x11 xfce > MASTER_SITES= ${MASTER_SITE_XFCE} > MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R} > @@ -12,31 +13,19 @@ MAINTAINER= xfce@FreeBSD.org > COMMENT= Extension library for the Xfce desktop environment > > GNU_CONFIGURE= yes > -USE_BZIP2= yes > +INSTALL_TARGET= install-strip > +USES= gmake libtool pathfix perl5 pkgconfig tar:bzip2 > USE_GNOME= glib20 intltool intlhack > USE_LDCONFIG= yes > USE_XFCE= configenv > -USES= gmake pathfix perl5 pkgconfig > > -OPTIONS_DEFINE= NLS DOCS > +OPTIONS_DEFINE= DOCS NLS > +OPTIONS_SUB= yes > > -.include > +DOCS_CONFIGURE_ENABLE= gtk-doc-html > +DOCS_CONFIGURE_ON= --with-html-dir=${PREFIX}/share/doc > > -.if ${PORT_OPTIONS:MNLS} > -USES+= gettext > -CONFIGURE_ARGS+=--enable-nls > -PLIST_SUB+= NLS="" > -.else > -CONFIGURE_ARGS+=--disable-nls > -PLIST_SUB+= NLS="@comment " > -.endif > - > -.if ${PORT_OPTIONS:MDOCS} > -CONFIGURE_ARGS+=--with-html-dir=${PREFIX}/share/gtk-doc/html > -PLIST_SUB+= APIDOCS="" > -.else > -CONFIGURE_ARGS+=--without-html-dir > -PLIST_SUB+= APIDOCS="@comment " > -.endif > +NLS_CONFIGURE_ENABLE= nls > +NLS_USES= gettext > > .include > > Modified: head/x11/libxfce4util/pkg-plist > ============================================================================== > --- head/x11/libxfce4util/pkg-plist Sun Aug 31 15:21:24 2014 (r366778) > +++ head/x11/libxfce4util/pkg-plist Sun Aug 31 15:21:58 2014 (r366779) > @@ -11,35 +11,35 @@ include/xfce4/libxfce4util/xfce-posix-si > include/xfce4/libxfce4util/xfce-rc.h > include/xfce4/libxfce4util/xfce-resource.h > include/xfce4/libxfce4util/xfce-utf8.h > -lib/libxfce4util.la > lib/libxfce4util.so > lib/libxfce4util.so.6 > +lib/libxfce4util.so.6.0.0 > libdata/pkgconfig/libxfce4util-1.0.pc > sbin/xfce4-kiosk-query > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/home.png > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/index.html > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/index.sgml > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/left.png > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/libxfce4util-File-Utilities.html > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/libxfce4util-Internationalisation.html > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/libxfce4util-Miscellaneous-Utilities.html > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/libxfce4util-POSIX-Signal-Handling.html > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/libxfce4util-Resource-Config-File-Support.html > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/libxfce4util-Resource-lookup-functions.html > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/libxfce4util-Software-Licenses.html > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/libxfce4util-Unicode-Support-Functions.html > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/libxfce4util-Version-Information.html > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/libxfce4util-Xfce-Generics.html > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/libxfce4util-Xfce-Kiosk-functions.html > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/libxfce4util-core.html > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/libxfce4util-datatypes.html > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/libxfce4util-fundamentals.html > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/libxfce4util-utilities.html > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/libxfce4util.devhelp2 > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/reference.html > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/right.png > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/style.css > -%%APIDOCS%%share/gtk-doc/html/libxfce4util/up.png > +%%PORTDOCS%%%%DOCSDIR%%/home.png > +%%PORTDOCS%%%%DOCSDIR%%/index.html > +%%PORTDOCS%%%%DOCSDIR%%/index.sgml > +%%PORTDOCS%%%%DOCSDIR%%/left.png > +%%PORTDOCS%%%%DOCSDIR%%/libxfce4util-File-Utilities.html > +%%PORTDOCS%%%%DOCSDIR%%/libxfce4util-Internationalisation.html > +%%PORTDOCS%%%%DOCSDIR%%/libxfce4util-Miscellaneous-Utilities.html > +%%PORTDOCS%%%%DOCSDIR%%/libxfce4util-POSIX-Signal-Handling.html > +%%PORTDOCS%%%%DOCSDIR%%/libxfce4util-Resource-Config-File-Support.html > +%%PORTDOCS%%%%DOCSDIR%%/libxfce4util-Resource-lookup-functions.html > +%%PORTDOCS%%%%DOCSDIR%%/libxfce4util-Software-Licenses.html > +%%PORTDOCS%%%%DOCSDIR%%/libxfce4util-Unicode-Support-Functions.html > +%%PORTDOCS%%%%DOCSDIR%%/libxfce4util-Version-Information.html > +%%PORTDOCS%%%%DOCSDIR%%/libxfce4util-Xfce-Generics.html > +%%PORTDOCS%%%%DOCSDIR%%/libxfce4util-Xfce-Kiosk-functions.html > +%%PORTDOCS%%%%DOCSDIR%%/libxfce4util-core.html > +%%PORTDOCS%%%%DOCSDIR%%/libxfce4util-datatypes.html > +%%PORTDOCS%%%%DOCSDIR%%/libxfce4util-fundamentals.html > +%%PORTDOCS%%%%DOCSDIR%%/libxfce4util-utilities.html > +%%PORTDOCS%%%%DOCSDIR%%/libxfce4util.devhelp2 > +%%PORTDOCS%%%%DOCSDIR%%/reference.html > +%%PORTDOCS%%%%DOCSDIR%%/right.png > +%%PORTDOCS%%%%DOCSDIR%%/style.css > +%%PORTDOCS%%%%DOCSDIR%%/up.png > %%NLS%%share/locale/am/LC_MESSAGES/libxfce4util.mo > %%NLS%%share/locale/ar/LC_MESSAGES/libxfce4util.mo > %%NLS%%share/locale/ast/LC_MESSAGES/libxfce4util.mo > @@ -108,8 +108,6 @@ sbin/xfce4-kiosk-query > %%NLS%%@dirrmtry share/locale/dz > %%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES > %%NLS%%@dirrmtry share/locale/ast > -%%APIDOCS%%@dirrm share/gtk-doc/html/libxfce4util > -%%APIDOCS%%@dirrmtry share/gtk-doc/html > -%%APIDOCS%%@dirrmtry share/gtk-doc > +%%PORTDOCS%%@dirrm %%DOCSDIR%% > @dirrm include/xfce4/libxfce4util > @dirrmtry include/xfce4 > -- olivier