Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2015 10:45:54 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383786 - in head/lang: perl5.18 perl5.20
Message-ID:  <201504111045.t3BAjsVN039673@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504111045.t3BAjsVN039673>