aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-18 08:44:21 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-18 08:44:21 +0000
commit3911a83860141f7828546c68e7d26b9683a722f9 (patch)
treeef5e8929a02748558907a991a7dbc3d35648e60a /CHANGES
parent2b07ee6ce079233c14fbe6d2b8bc72cb65126d3e (diff)
downloadports-3911a83860141f7828546c68e7d26b9683a722f9.tar.gz
ports-3911a83860141f7828546c68e7d26b9683a722f9.zip
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
Notes
Notes: svn path=/head/; revision=327536
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d99029d65985..daf0077716fd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,17 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20130918:
+AUTHOR: bapt@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@FreeBSD.org