svn commit: r329188 - in head/lang: perl5.12 perl5.14 perl5.16 perl5.18
Baptiste Daroussin
bapt at FreeBSD.org
Thu Oct 3 13:35:05 UTC 2013
Author: bapt
Date: Thu Oct 3 13:35:04 2013
New Revision: 329188
URL: http://svnweb.freebsd.org/changeset/ports/329188
Log:
Stop renaming perl ports base on options
Modified:
head/lang/perl5.12/Makefile
head/lang/perl5.14/Makefile
head/lang/perl5.16/Makefile
head/lang/perl5.18/Makefile
Modified: head/lang/perl5.12/Makefile
==============================================================================
--- head/lang/perl5.12/Makefile Thu Oct 3 13:34:43 2013 (r329187)
+++ head/lang/perl5.12/Makefile Thu Oct 3 13:35:04 2013 (r329188)
@@ -117,7 +117,6 @@ PLIST_SUB+= MANCONF="@comment "
#XXX IGNORE= Threaded perl does not pass tests on ${ARCH}
#XXX .endif
CONFIGURE_ARGS+= -Dusethreads=y
-PKGNAMESUFFIX= -threaded
WITH_PTHREAD= yes
# it seems perl malloc has problems with threaded perl on FreeBSD
PORT_OPTIONS:= ${PORT_OPTIONS:O:u}
Modified: head/lang/perl5.14/Makefile
==============================================================================
--- head/lang/perl5.14/Makefile Thu Oct 3 13:34:43 2013 (r329187)
+++ head/lang/perl5.14/Makefile Thu Oct 3 13:35:04 2013 (r329188)
@@ -114,7 +114,6 @@ PLIST_SUB+= MANCONF="@comment "
#XXX IGNORE= Threaded perl does not pass tests on ${ARCH}
#XXX .endif
CONFIGURE_ARGS+= -Dusethreads=y
-PKGNAMESUFFIX= -threaded
WITH_PTHREAD= yes
# it seems perl malloc has problems with threaded perl on FreeBSD
PORT_OPTIONS:= ${PORT_OPTIONS:O:u}
Modified: head/lang/perl5.16/Makefile
==============================================================================
--- head/lang/perl5.16/Makefile Thu Oct 3 13:34:43 2013 (r329187)
+++ head/lang/perl5.16/Makefile Thu Oct 3 13:35:04 2013 (r329188)
@@ -113,7 +113,6 @@ PLIST_SUB+= MANCONF="@comment "
#XXX IGNORE= Threaded perl does not pass tests on ${ARCH}
#XXX .endif
CONFIGURE_ARGS+= -Dusethreads=y
-PKGNAMESUFFIX= -threaded
WITH_PTHREAD= yes
# it seems perl malloc has problems with threaded perl on FreeBSD
PORT_OPTIONS:= ${PORT_OPTIONS:O:u}
Modified: head/lang/perl5.18/Makefile
==============================================================================
--- head/lang/perl5.18/Makefile Thu Oct 3 13:34:43 2013 (r329187)
+++ head/lang/perl5.18/Makefile Thu Oct 3 13:35:04 2013 (r329188)
@@ -118,7 +118,6 @@ PLIST_SUB+= MANCONF="@comment "
.endif
.if ${PORT_OPTIONS:MTHREADS}
-PKGNAMESUFFIX= -threaded
WITH_PTHREAD= yes
.endif
More information about the svn-ports-all
mailing list