Index: head/devel/gnatpython/Makefile =================================================================== --- head/devel/gnatpython/Makefile (revision 354230) +++ head/devel/gnatpython/Makefile (revision 354231) @@ -1,23 +1,24 @@ # Created by: John Marino # $FreeBSD$ PORTNAME= gnatpython PORTVERSION= ${SNAPSHOT} +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://downloads.dragonlace.net/src/ MAINTAINER= marino@FreeBSD.org COMMENT= Python package used in Ada testsuites LICENSE= GPLv3 SNAPSHOT= 20140205 -USE_BZIP2= yes +USES= tar:bzip2 USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGVERSION= 1.2 NO_LICENSES_INSTALL= yes .include Index: head/devel/gnatpython/files/patch-setup__helpers.py =================================================================== --- head/devel/gnatpython/files/patch-setup__helpers.py (nonexistent) +++ head/devel/gnatpython/files/patch-setup__helpers.py (revision 354231) @@ -0,0 +1,11 @@ +--- setup_helpers.py.orig 2014-02-14 10:41:26.000000000 +0000 ++++ setup_helpers.py +@@ -28,7 +28,7 @@ def build_scripts_gnatpython(root_dir='' + os.system('gcc -o %sscripts/rlimit %ssrc/rlimit/rlimit-NT.c' % + (root_dir, root_dir)) + else: +- os.system('gcc -o %sscripts/rlimit %ssrc/rlimit/rlimit.c' % ++ os.system('cc -o %sscripts/rlimit %ssrc/rlimit/rlimit.c' % + (root_dir, root_dir)) + + # Update the scripts list Property changes on: head/devel/gnatpython/files/patch-setup__helpers.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property