Date: Thu, 3 Oct 2013 13:35:04 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329188 - in head/lang: perl5.12 perl5.14 perl5.16 perl5.18 Message-ID: <201310031335.r93DZ4Gb085950@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310031335.r93DZ4Gb085950>