Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Nov 2013 20:02:43 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332645 - head/graphics/vcg
Message-ID:  <201311032002.rA3K2hw9017440@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  3 20:02:42 2013
New Revision: 332645
URL: http://svnweb.freebsd.org/changeset/ports/332645

Log:
  - Convert to STAGEDIR, the side effect is that the packages are fixed
  (this ports uses imake but didn't compress man pages)

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

Modified: head/graphics/vcg/Makefile
==============================================================================
--- head/graphics/vcg/Makefile	Sun Nov  3 20:00:12 2013	(r332644)
+++ head/graphics/vcg/Makefile	Sun Nov  3 20:02:42 2013	(r332645)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vcg
 PORTVERSION=	1.30
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	http://download.polytechnic.edu.na/pub2/openpkg1/sources/DST/vcg/ \
 		http://ftp.gwdg.de/linux/openpkg/openpkg-ftp/sources/DST/vcg/ \
@@ -23,9 +23,6 @@ USES=		imake:env
 USE_XORG=	x11 xext
 MAKE_JOBS_UNSAFE=	yes
 
-MANL=		pbmrot90.l pbmshift.l pbm2hp.l vcgdemomaker.l vcg.l xvcg.l
-
-NO_STAGE=	yes
 pre-patch:
 	@${MKDIR} ${WRKSRC}/preconf/X11ccFreeBSD
 .for file in conf demo.csh globals.h tMakefile
@@ -33,7 +30,7 @@ pre-patch:
 	        -e "s:%%CFLAGS%%:${CFLAGS}:g" \
 	        -e "s:%%MAKE%%:${MAKE}:g;" \
 		-e "s:%%LOCALBASE%%:${LOCALBASE}:g" \
-	        -e "s:%%PREFIX%%:${PREFIX}:g" \
+	        -e "s:%%PREFIX%%:${STAGEDIR}${PREFIX}:g" \
 	        -e "s:%%INSTALL_PROGRAM%%:${INSTALL_PROGRAM}:g" \
 	        -e "s:%%INSTALL_MAN%%:${INSTALL_MAN}:g" \
 		< ${FILESDIR}/${file} > ${WRKSRC}/preconf/X11ccFreeBSD/${file}

Modified: head/graphics/vcg/pkg-plist
==============================================================================
--- head/graphics/vcg/pkg-plist	Sun Nov  3 20:00:12 2013	(r332644)
+++ head/graphics/vcg/pkg-plist	Sun Nov  3 20:02:42 2013	(r332645)
@@ -1,5 +1,11 @@
-bin/xvcg
+bin/pbm2hp
 bin/pbmrot90
 bin/pbmshift
-bin/pbm2hp
 bin/vcgdemomaker
+bin/xvcg
+man/manl/pbm2hp.l.gz
+man/manl/pbmrot90.l.gz
+man/manl/pbmshift.l.gz
+man/manl/vcg.l.gz
+man/manl/vcgdemomaker.l.gz
+man/manl/xvcg.l.gz



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