diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-18 16:44:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-18 16:44:21 +0800 |
commit | da26f7158e194bf2d47a9faa0625462a26f765d9 (patch) | |
tree | ef5e8929a02748558907a991a7dbc3d35648e60a /CHANGES | |
parent | d76c3e65cec790802b4e11280b57df5d97fdc845 (diff) | |
download | freebsd-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-- | CHANGES | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |