From owner-svn-ports-head@FreeBSD.ORG Sat Feb 1 16:21:46 2014 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 ESMTPS id A53B19D0; Sat, 1 Feb 2014 16:21:46 +0000 (UTC) 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 911F81A4D; Sat, 1 Feb 2014 16:21:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s11GLk2e052603; Sat, 1 Feb 2014 16:21:46 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s11GLj4e052598; Sat, 1 Feb 2014 16:21:45 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201402011621.s11GLj4e052598@svn.freebsd.org> From: Martin Wilke Date: Sat, 1 Feb 2014 16:21:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342183 - in head/graphics: O2-tools gle jpgtn 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.17 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: Sat, 01 Feb 2014 16:21:46 -0000 Author: miwi Date: Sat Feb 1 16:21:45 2014 New Revision: 342183 URL: http://svnweb.freebsd.org/changeset/ports/342183 QAT: https://qat.redports.org/buildarchive/r342183/ Log: - Stage support Modified: head/graphics/O2-tools/Makefile head/graphics/O2-tools/pkg-plist head/graphics/gle/Makefile head/graphics/gle/pkg-plist head/graphics/jpgtn/Makefile Modified: head/graphics/O2-tools/Makefile ============================================================================== --- head/graphics/O2-tools/Makefile Sat Feb 1 16:16:16 2014 (r342182) +++ head/graphics/O2-tools/Makefile Sat Feb 1 16:21:45 2014 (r342183) @@ -11,8 +11,4 @@ COMMENT= Huge image processing tools and GNU_CONFIGURE= yes -MAN1= bmptopnm-O2.1 breduce.1 lpsmooth.1 makecr.1 makepr.1 prlst2ps.1 -MAN4= d4file.4 - -NO_STAGE= yes .include Modified: head/graphics/O2-tools/pkg-plist ============================================================================== --- head/graphics/O2-tools/pkg-plist Sat Feb 1 16:16:16 2014 (r342182) +++ head/graphics/O2-tools/pkg-plist Sat Feb 1 16:21:45 2014 (r342183) @@ -27,3 +27,10 @@ include/stdps.h include/ufilep.h include/utypes.h include/xiplib.h +man/man1/bmptopnm-O2.1.gz +man/man1/breduce.1.gz +man/man1/lpsmooth.1.gz +man/man1/makecr.1.gz +man/man1/makepr.1.gz +man/man1/prlst2ps.1.gz +man/man4/d4file.4.gz Modified: head/graphics/gle/Makefile ============================================================================== --- head/graphics/gle/Makefile Sat Feb 1 16:16:16 2014 (r342182) +++ head/graphics/gle/Makefile Sat Feb 1 16:21:45 2014 (r342183) @@ -20,13 +20,6 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= "LIBS=-L${LOCALBASE}/lib -lXext ${PTHREAD_LIBS}" -MAN3= gle.3gle gleExtrusion.3gle gleHelicoid.3gle gleLathe.3gle \ - glePolyCone.3gle glePolyCylinder.3gle gleScrew.3gle \ - gleSetJoinStyle.3gle gleSetNumSides.3gle gleSpiral.3gle \ - gleSuperExtrusion.3gle gleTextureMode.3gle gleToroid.3gle \ - gleTwistExtrusion.3gle - -NO_STAGE= yes post-patch: .for file in ex_angle.c ex_cut_round.c ex_raw.c extrude.c round_cap.c segment.c texgen.c @${REINPLACE_CMD} -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/src/${file} Modified: head/graphics/gle/pkg-plist ============================================================================== --- head/graphics/gle/pkg-plist Sat Feb 1 16:16:16 2014 (r342182) +++ head/graphics/gle/pkg-plist Sat Feb 1 16:21:45 2014 (r342183) @@ -3,6 +3,20 @@ lib/libgle.a lib/libgle.la lib/libgle.so lib/libgle.so.4 +man/man3/gle.3gle.gz +man/man3/gleExtrusion.3gle.gz +man/man3/gleHelicoid.3gle.gz +man/man3/gleLathe.3gle.gz +man/man3/glePolyCone.3gle.gz +man/man3/glePolyCylinder.3gle.gz +man/man3/gleScrew.3gle.gz +man/man3/gleSetJoinStyle.3gle.gz +man/man3/gleSetNumSides.3gle.gz +man/man3/gleSpiral.3gle.gz +man/man3/gleSuperExtrusion.3gle.gz +man/man3/gleTextureMode.3gle.gz +man/man3/gleToroid.3gle.gz +man/man3/gleTwistExtrusion.3gle.gz %%DOCSDIR%%/AUTHORS %%DOCSDIR%%/COPYING %%DOCSDIR%%/COPYING.artistic Modified: head/graphics/jpgtn/Makefile ============================================================================== --- head/graphics/jpgtn/Makefile Sat Feb 1 16:16:16 2014 (r342182) +++ head/graphics/jpgtn/Makefile Sat Feb 1 16:21:45 2014 (r342183) @@ -16,14 +16,13 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphic GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libjpeg=${LOCALBASE} -MAN1= jpgtn.1 -PLIST_FILES= bin/jpgtn +PLIST_FILES= bin/jpgtn \ + man/man1/jpgtn.1.gz WITH_MAXSIZE?= 2048 WITH_MINSIZE?= 1 WITH_DEFSIZE?= 128 -NO_STAGE= yes pre-everything:: @${ECHO_MSG} "===>" @${ECHO_MSG} "===> You can control program functionality by defining the following variables:"