aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-12-17 13:21:56 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-12-17 13:21:56 +0000
commit64835f0cdc52b538b4d0bca8a163eaa4b2c88377 (patch)
tree4202a3b2243a0e4544eabc8d5f6b2ecccb217330 /CHANGES
parent6bc46658858388f64b55ac80567c3bd2274750a8 (diff)
downloadports-64835f0cdc52b538b4d0bca8a163eaa4b2c88377.tar.gz
ports-64835f0cdc52b538b4d0bca8a163eaa4b2c88377.zip
Make Perl link all .so it builds with libperl.so.
It makes upgrading from one Perl major version to another way easier. For binary package users, it means pkg upgrade will detect the libperl.so.x.yy change, and reinstall the affected packages. For users using ports, it will save rebuild time as it's easier to detect what ports really need to be rebuilt. PR: 195821 Differential Revision: https://reviews.freebsd.org/D1241 Submitted by: mat Reviewed by: antoine, bdrewery Exp-run by: antoine With hat: perl Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=374847
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index db8f16d189df..cadfde64226e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,15 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20141217:
+ AFFECTS: users of lang/perl5.*
+ AUTHOR: mat@FreeBSD.org
+
+ Perl now links libperl.so with all .so it builds. The stage-qa checks have
+ been extended to check that libperl.so is in fact linked with .so in
+ SITE_ARCH and errors out if none of the .so build by a port are linked with
+ it. It also checks that the rpath and runpath elf attributes are present.
+
20141130:
AUTHOR: tijl@FreeBSD.org