diff options
author | tijl <tijl@FreeBSD.org> | 2014-10-06 02:01:19 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-10-06 02:01:19 +0800 |
commit | 8808f90dc26f504cac1938f6eb2a7fdd2ca3c128 (patch) | |
tree | 7cbdb4fab3875190571a0b209d81cba3b925a549 /devel/bglibs | |
parent | b304305a190cdc82ecd44eb34765cba47e701f89 (diff) | |
download | freebsd-ports-gnome-8808f90dc26f504cac1938f6eb2a7fdd2ca3c128.tar.gz freebsd-ports-gnome-8808f90dc26f504cac1938f6eb2a7fdd2ca3c128.tar.zst freebsd-ports-gnome-8808f90dc26f504cac1938f6eb2a7fdd2ca3c128.zip |
- Update devel/libtool and devel/libltdl to version 2.4.2.418
- Patch libtool so it uses the same library version specification as on
Darwin, Linux and other systems. Given the version current:revision:age
a library will be given the extension .so.major.age.revision with major
equal to current-age. Before libtool would use .so.current on FreeBSD.
- Patch libtoolize to remove two cases of umask 0 that caused libltdl
files to be copied world writable (--ltdl option)
- Let USES=libtool patch this new version correctly
- Adjust all ports with USES=libtool:build and bump PORTREVISION on their
dependent ports if a library version changed
PR: 194068
Exp-run by: antoine
Approved by: portmgr (antoine)
Diffstat (limited to 'devel/bglibs')
-rw-r--r-- | devel/bglibs/Makefile | 2 | ||||
-rw-r--r-- | devel/bglibs/pkg-plist | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/devel/bglibs/Makefile b/devel/bglibs/Makefile index 32998945df91..54a63eb8af6a 100644 --- a/devel/bglibs/Makefile +++ b/devel/bglibs/Makefile @@ -3,7 +3,7 @@ PORTNAME= bglibs PORTVERSION= 1.106 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= http://untroubled.org/${PORTNAME}/archive/ \ diff --git a/devel/bglibs/pkg-plist b/devel/bglibs/pkg-plist index bdcfd14544e6..4584fc15265e 100644 --- a/devel/bglibs/pkg-plist +++ b/devel/bglibs/pkg-plist @@ -100,11 +100,13 @@ lib/bglibs/libbg-path.a lib/bglibs/libbg-str.a lib/bglibs/libbg-sysdeps.a lib/bglibs/libbg-sysdeps.so -lib/bglibs/libbg-sysdeps.so.2 +lib/bglibs/libbg-sysdeps.so.1 +lib/bglibs/libbg-sysdeps.so.1.1.1 lib/bglibs/libbg-unix.a lib/bglibs/libbg.a lib/bglibs/libbg.so -lib/bglibs/libbg.so.2 +lib/bglibs/libbg.so.1 +lib/bglibs/libbg.so.1.1.1 lib/bglibs/libinstaller.a lib/bglibs/libinstcheck.a lib/bglibs/libinstshow.a |