Date: Mon, 30 Jun 2014 20:31:32 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359914 - head/x11-toolkits/pangoxsl Message-ID: <201406302031.s5UKVWAI006095@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Mon Jun 30 20:31:31 2014 New Revision: 359914 URL: http://svnweb.freebsd.org/changeset/ports/359914 QAT: https://qat.redports.org/buildarchive/r359914/ Log: - Convert to USES=libtool - Add DOCS option Modified: head/x11-toolkits/pangoxsl/Makefile head/x11-toolkits/pangoxsl/pkg-plist Modified: head/x11-toolkits/pangoxsl/Makefile ============================================================================== --- head/x11-toolkits/pangoxsl/Makefile Mon Jun 30 20:30:34 2014 (r359913) +++ head/x11-toolkits/pangoxsl/Makefile Mon Jun 30 20:31:31 2014 (r359914) @@ -3,21 +3,23 @@ PORTNAME= pangoxsl PORTVERSION= 1.6.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits MASTER_SITES= SF/pangopdf/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Implements Pango library with a PDF backend for PDF output -USES= gmake pathfix pkgconfig +USES= gmake libtool pathfix pkgconfig USE_GNOME= pango USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +OPTIONS_DEFINE= DOCS + .include <bsd.port.mk> Modified: head/x11-toolkits/pangoxsl/pkg-plist ============================================================================== --- head/x11-toolkits/pangoxsl/pkg-plist Mon Jun 30 20:30:34 2014 (r359913) +++ head/x11-toolkits/pangoxsl/pkg-plist Mon Jun 30 20:31:31 2014 (r359914) @@ -1,18 +1,17 @@ include/pangoxsl/pangoxsl/pango-xsl-attributes.h -lib/libpangoxsl-1.0.a -lib/libpangoxsl-1.0.la lib/libpangoxsl-1.0.so -lib/libpangoxsl-1.0.so.600 +lib/libpangoxsl-1.0.so.0 +lib/libpangoxsl-1.0.so.0.600.3 libdata/pkgconfig/pangoxsl.pc -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/pangoxsl-pango-xsl-attributes.html -%%DOCSDIR%%/pangoxsl.devhelp -%%DOCSDIR%%/right.png -%%DOCSDIR%%/up.png -@dirrm %%DOCSDIR%% +%%PORTDOCS%%%%DOCSDIR%%/ch01.html +%%PORTDOCS%%%%DOCSDIR%%/home.png +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/index.sgml +%%PORTDOCS%%%%DOCSDIR%%/left.png +%%PORTDOCS%%%%DOCSDIR%%/pangoxsl-pango-xsl-attributes.html +%%PORTDOCS%%%%DOCSDIR%%/pangoxsl.devhelp +%%PORTDOCS%%%%DOCSDIR%%/right.png +%%PORTDOCS%%%%DOCSDIR%%/up.png +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/pangoxsl/pangoxsl @dirrm include/pangoxsl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406302031.s5UKVWAI006095>