Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 2013 20:06:03 +0700
From:      Alexey Dokuchaev <danfe@nsu.ru>
To:        office@FreeBSD.org
Subject:   [patch] graphics/libwpg: DOCS option should be renamed to DOXYGEN
Message-ID:  <20131023130603.GA20224@regency.nsu.ru>

next in thread | raw e-mail | index | archive | help

--nFreZHaLTZJo0R7j
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

hi there,

please consider attached diff.  it also looks like that port is
stage-ready as it is.

./danfe

--nFreZHaLTZJo0R7j
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="libwpg.diff"

Index: Makefile
===================================================================
--- Makefile	(revision 331348)
+++ Makefile	(working copy)
@@ -11,7 +11,7 @@
 LICENSE=	LGPL21 MPL
 LICENSE_COMB=	dual
 
-LIB_DEPENDS=	wpd-0.9:${PORTSDIR}/textproc/libwpd
+LIB_DEPENDS=	libwpd-0.9.so:${PORTSDIR}/textproc/libwpd
 
 USE_AUTOTOOLS=	libtool
 USES=		pkgconfig perl5
@@ -20,12 +20,11 @@
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-werror
 
-OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFINE=	DOXYGEN
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MDOCS}
+.if ${PORT_OPTIONS:MDOXYGEN}
 BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen
 PORTDOCS=	*
 .else
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 331348)
+++ pkg-descr	(working copy)
@@ -1,3 +1,3 @@
-Library for importing and converting Corel WordPerfect(tm) Graphics images
+Library for importing and converting Corel WordPerfect(tm) Graphics images.
 
 WWW: http://libwpg.sourceforge.net/

--nFreZHaLTZJo0R7j--



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