Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2014 01:07:42 +0000 (UTC)
From:      Brendan Fabeny <bf@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343305 - head/textproc/wv
Message-ID:  <201402080107.s1817ggO006815@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bf
Date: Sat Feb  8 01:07:42 2014
New Revision: 343305
URL: http://svnweb.freebsd.org/changeset/ports/343305
QAT: https://qat.redports.org/buildarchive/r343305/

Log:
  Use staging; strip library

Modified:
  head/textproc/wv/Makefile
  head/textproc/wv/pkg-plist

Modified: head/textproc/wv/Makefile
==============================================================================
--- head/textproc/wv/Makefile	Fri Feb  7 22:59:14 2014	(r343304)
+++ head/textproc/wv/Makefile	Sat Feb  8 01:07:42 2014	(r343305)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://www.abisource.com/d
 MAINTAINER=	bf@FreeBSD.org
 COMMENT=	A library and executables to access Microsoft Word files
 
-LIB_DEPENDS=	wmf.2:${PORTSDIR}/graphics/libwmf
+LIB_DEPENDS=	libwmf.so:${PORTSDIR}/graphics/libwmf
 
 USE_GNOME=	libgsf
 USES=		gmake pkgconfig
@@ -21,15 +21,8 @@ CONFIGURE_ENV=	MKDIR_P="${MKDIR}"
 CONFIGURE_ARGS=	--with-png=${LOCALBASE} \
 		--with-libwmf=${LOCALBASE}
 MAKEFILE=	GNUmakefile
-MAKE_ARGS=	pkgconfigdir="${PREFIX}/libdata/pkgconfig"
+MAKE_ARGS+=	pkgconfigdir="${PREFIX}/libdata/pkgconfig"
+MAKE_ARGS+=	INSTALL_STRIP_FLAG="${STRIP}"
 USE_LDCONFIG=	yes
 
-MAN1=	wvAbw.1 wvCleanLatex.1 wvDVI.1 wvHtml.1 wvLatex.1 wvMime.1 wvPDF.1 \
-	wvPS.1 wvRTF.1 wvSummary.1 wvText.1 wvVersion.1 wvWare.1 wvWml.1
-MLINKS=	wvWare.1 wvConvert.1
-
-NO_STAGE=	yes
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>

Modified: head/textproc/wv/pkg-plist
==============================================================================
--- head/textproc/wv/pkg-plist	Fri Feb  7 22:59:14 2014	(r343304)
+++ head/textproc/wv/pkg-plist	Sat Feb  8 01:07:42 2014	(r343305)
@@ -21,6 +21,20 @@ lib/libwv.a
 lib/libwv.la
 lib/libwv.so
 libdata/pkgconfig/wv-1.0.pc
+man/man1/wvAbw.1.gz
+man/man1/wvCleanLatex.1.gz
+man/man1/wvDVI.1.gz
+man/man1/wvHtml.1.gz
+man/man1/wvLatex.1.gz
+man/man1/wvMime.1.gz
+man/man1/wvPDF.1.gz
+man/man1/wvPS.1.gz
+man/man1/wvRTF.1.gz
+man/man1/wvSummary.1.gz
+man/man1/wvText.1.gz
+man/man1/wvVersion.1.gz
+man/man1/wvWare.1.gz
+man/man1/wvWml.1.gz
 %%DATADIR%%/patterns/100.gif
 %%DATADIR%%/patterns/101.gif
 %%DATADIR%%/patterns/102.gif



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