Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Mar 2014 22:24:05 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346824 - head/graphics/libwpg
Message-ID:  <201403022224.s22MO53L003689@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Mar  2 22:24:04 2014
New Revision: 346824
URL: http://svnweb.freebsd.org/changeset/ports/346824
QAT: https://qat.redports.org/buildarchive/r346824/

Log:
  Convert to USES=libtool
  Remove useless USE_GNOME=gnomeprefix
  Remove now useless DOCS patches

Modified:
  head/graphics/libwpg/Makefile
  head/graphics/libwpg/pkg-plist

Modified: head/graphics/libwpg/Makefile
==============================================================================
--- head/graphics/libwpg/Makefile	Sun Mar  2 22:19:12 2014	(r346823)
+++ head/graphics/libwpg/Makefile	Sun Mar  2 22:24:04 2014	(r346824)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libwpg
 PORTVERSION=	0.2.2
+PORTREVISION=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
@@ -13,23 +14,15 @@ LICENSE_COMB=	dual
 
 LIB_DEPENDS=	libwpd-0.9.so:${PORTSDIR}/textproc/libwpd
 
-USE_AUTOTOOLS=	libtool
-USES=		pkgconfig perl5 pathfix
-USE_GNOME=	gnomeprefix ltverhack
+USES=		libtool pkgconfig perl5 pathfix
 USE_BZIP2=	yes
 USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-werror
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen
+DOCS_BUILD_DEPENDS=	doxygen:${PORTSDIR}/devel/doxygen
 PORTDOCS=	*
-.else
-post-patch:
-	@${REINPLACE_CMD} -E '/^SUBDIRS = /s/docs//g' ${WRKSRC}/Makefile.in
-.endif
 
 .include <bsd.port.mk>

Modified: head/graphics/libwpg/pkg-plist
==============================================================================
--- head/graphics/libwpg/pkg-plist	Sun Mar  2 22:19:12 2014	(r346823)
+++ head/graphics/libwpg/pkg-plist	Sun Mar  2 22:24:04 2014	(r346824)
@@ -8,6 +8,7 @@ lib/libwpg-0.2.a
 lib/libwpg-0.2.la
 lib/libwpg-0.2.so
 lib/libwpg-0.2.so.2
+lib/libwpg-0.2.so.2.0.2
 libdata/pkgconfig/libwpg-0.2.pc
 @dirrm include/libwpg-0.2/libwpg
 @dirrm include/libwpg-0.2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403022224.s22MO53L003689>