From owner-svn-ports-head@FreeBSD.ORG Sun Nov 3 20:02:43 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A4D2E11D; Sun, 3 Nov 2013 20:02:43 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 777D72F96; Sun, 3 Nov 2013 20:02:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA3K2h7A017445; Sun, 3 Nov 2013 20:02:43 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA3K2hw9017440; Sun, 3 Nov 2013 20:02:43 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201311032002.rA3K2hw9017440@svn.freebsd.org> From: Antoine Brodin Date: Sun, 3 Nov 2013 20:02:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332645 - head/graphics/vcg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Nov 2013 20:02:43 -0000 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