svn commit: r341662 - head/devel/libgpc

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 28 21:58:20 UTC 2014


Author: bapt
Date: Tue Jan 28 21:58:19 2014
New Revision: 341662
URL: http://svnweb.freebsd.org/changeset/ports/341662
QAT: https://qat.redports.org/buildarchive/r341662/

Log:
  Support stage
  Use bsdtar + dos2unix to extract and convert the zip content

Modified:
  head/devel/libgpc/Makefile

Modified: head/devel/libgpc/Makefile
==============================================================================
--- head/devel/libgpc/Makefile	Tue Jan 28 21:47:19 2014	(r341661)
+++ head/devel/libgpc/Makefile	Tue Jan 28 21:58:19 2014	(r341662)
@@ -6,11 +6,12 @@ PORTVERSION=	2.32
 CATEGORIES=	devel math graphics
 MASTER_SITES=	ftp://ftp.cs.man.ac.uk/pub/toby/gpc/
 DISTNAME=	gpc${PORTVERSION:S/.//}
+EXTRACT_SUFX=	.zip
 
 MAINTAINER=	mi at aldan.algebra.com
 COMMENT=	Generic Polygon Clipper
 
-USE_ZIP=	yes
+USES=		dos2unix uidfix
 PLIST_FILES=	lib/libgpc.so.2	\
 		lib/libgpc.so	lib/libgpc.a	\
 		include/gpc.h
@@ -19,7 +20,4 @@ NO_CDROM=	Can't be used for profit witho
 
 MAKEFILE=	${FILESDIR}/BSDmakefile
 
-EXTRACT_BEFORE_ARGS=-qoa
-
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list