svn commit: r327536 - in head: . Mk

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 18 08:44:22 UTC 2013


Author: bapt
Date: Wed Sep 18 08:44:21 2013
New Revision: 327536
URL: http://svnweb.freebsd.org/changeset/ports/327536

Log:
  Remove the old perl framework, that also means all the perl code is not loaded inconditionnaly anymore
  Huge thanks for az@ for his hard work on the subject!
  
  PR:		ports/172608
  Submitted by:	az

Deleted:
  head/Mk/bsd.perl.mk
Modified:
  head/CHANGES
  head/Mk/bsd.port.mk

Modified: head/CHANGES
==============================================================================
--- head/CHANGES	Wed Sep 18 08:38:20 2013	(r327535)
+++ head/CHANGES	Wed Sep 18 08:44:21 2013	(r327536)
@@ -10,6 +10,17 @@ in the release notes and/or placed into 
 
 All ports committers are allowed to commit to this file.
 
+20130918:
+AUTHOR: bapt at FreeBSD.org
+
+  The perl framework is not included inconditionnaly and the old framework
+  is not recognized anymore, the following MACROS has been removed:
+
+  * PERL_CONFIGURE
+  * USE_PERL5_RUN
+  * USE_PERL5_BUILD
+  * PERL_MODBUILD
+
 20130904:
 AUTHOR: madpilot at FreeBSD.org
 

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Wed Sep 18 08:38:20 2013	(r327535)
+++ head/Mk/bsd.port.mk	Wed Sep 18 08:44:21 2013	(r327536)
@@ -1391,8 +1391,6 @@ PKGCOMPATDIR?=		${LOCALBASE}/lib/compat/
 .include "${PORTSDIR}/Mk/bsd.gnustep.mk"
 .endif
 
-.include "${PORTSDIR}/Mk/bsd.perl.mk"
-
 .if defined(USE_PHP)
 .include "${PORTSDIR}/Mk/bsd.php.mk"
 .endif
@@ -1956,8 +1954,6 @@ RUN_DEPENDS+=	${_GL_${_component}_RUN_DE
 .include "${PORTSDIR}/Mk/bsd.sdl.mk"
 .endif
 
-.include "${PORTSDIR}/Mk/bsd.perl.mk"
-
 .if defined(USE_PHP)
 .include "${PORTSDIR}/Mk/bsd.php.mk"
 .endif


More information about the svn-ports-all mailing list