aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-18 16:44:21 +0800
committerbapt <bapt@FreeBSD.org>2013-09-18 16:44:21 +0800
commitda26f7158e194bf2d47a9faa0625462a26f765d9 (patch)
treeef5e8929a02748558907a991a7dbc3d35648e60a /CHANGES
parentd76c3e65cec790802b4e11280b57df5d97fdc845 (diff)
downloadfreebsd-ports-gnome-da26f7158e194bf2d47a9faa0625462a26f765d9.tar.gz
freebsd-ports-gnome-da26f7158e194bf2d47a9faa0625462a26f765d9.tar.zst
freebsd-ports-gnome-da26f7158e194bf2d47a9faa0625462a26f765d9.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
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