svn commit: r383786 - in head/lang: perl5.18 perl5.20
Mathieu Arnold
mat at FreeBSD.org
Sat Apr 11 10:45:54 UTC 2015
Author: mat
Date: Sat Apr 11 10:45:53 2015
New Revision: 383786
URL: https://svnweb.freebsd.org/changeset/ports/383786
Log:
Remove old, unused, code.
Sponsored by: Absolight
Modified:
head/lang/perl5.18/Makefile
head/lang/perl5.20/Makefile
Modified: head/lang/perl5.18/Makefile
==============================================================================
--- head/lang/perl5.18/Makefile Sat Apr 11 10:43:19 2015 (r383785)
+++ head/lang/perl5.18/Makefile Sat Apr 11 10:45:53 2015 (r383786)
@@ -169,10 +169,6 @@ PLIST_SUB+= MANCONF=""
PLIST_SUB+= MANCONF="@comment "
.endif
-.if ${PORT_OPTIONS:MTHREADS}
-WITH_PTHREAD= yes
-.endif
-
.if ${PORT_OPTIONS:MUSE_PERL}
LINK_USRBIN= yes
.else
Modified: head/lang/perl5.20/Makefile
==============================================================================
--- head/lang/perl5.20/Makefile Sat Apr 11 10:43:19 2015 (r383785)
+++ head/lang/perl5.20/Makefile Sat Apr 11 10:45:53 2015 (r383786)
@@ -173,10 +173,6 @@ PLIST_SUB+= MANCONF=""
PLIST_SUB+= MANCONF="@comment "
.endif
-.if ${PORT_OPTIONS:MTHREADS}
-WITH_PTHREAD= yes
-.endif
-
# Put a symlink to the future libperl.so.x.yy so that -lperl works.
post-extract:
${LN} -s libperl.so.${PERL_VERSION} ${WRKSRC}/libperl.so
More information about the svn-ports-all
mailing list