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 /lang | |
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 'lang')
-rw-r--r-- | lang/gforth/Makefile | 2 | ||||
-rw-r--r-- | lang/gforth/pkg-plist | 20 | ||||
-rw-r--r-- | lang/oo2c/Makefile | 2 | ||||
-rw-r--r-- | lang/oo2c/pkg-plist | 1 |
4 files changed, 15 insertions, 10 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 026c549d1d3a..dc34b7df200a 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -3,7 +3,7 @@ PORTNAME= gforth PORTVERSION= 0.7.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= http://www.complang.tuwien.ac.at/forth/gforth/ \ GNU diff --git a/lang/gforth/pkg-plist b/lang/gforth/pkg-plist index b32538677674..5aae09bfe168 100644 --- a/lang/gforth/pkg-plist +++ b/lang/gforth/pkg-plist @@ -12,18 +12,22 @@ include/gforth/%%PORTVERSION%%/config.h include/gforth/%%PORTVERSION%%/libcc.h lib/gforth/%%PORTVERSION%%/gforth-ditc lib/gforth/%%PORTVERSION%%/gforth.fi -lib/gforth/%%PORTVERSION%%/libcc-named/cstr.so.0 -lib/gforth/%%PORTVERSION%%/libcc-named/cstr.so lib/gforth/%%PORTVERSION%%/libcc-named/cstr.a -lib/gforth/%%PORTVERSION%%/libcc-named/socket.so.0 -lib/gforth/%%PORTVERSION%%/libcc-named/socket.so +lib/gforth/%%PORTVERSION%%/libcc-named/cstr.so +lib/gforth/%%PORTVERSION%%/libcc-named/cstr.so.0 +lib/gforth/%%PORTVERSION%%/libcc-named/cstr.so.0.0.0 lib/gforth/%%PORTVERSION%%/libcc-named/socket.a -lib/gforth/%%PORTVERSION%%/libcc-named/libffi.so.0 -lib/gforth/%%PORTVERSION%%/libcc-named/libffi.so +lib/gforth/%%PORTVERSION%%/libcc-named/socket.so +lib/gforth/%%PORTVERSION%%/libcc-named/socket.so.0 +lib/gforth/%%PORTVERSION%%/libcc-named/socket.so.0.0.0 lib/gforth/%%PORTVERSION%%/libcc-named/libffi.a -lib/gforth/%%PORTVERSION%%/libcc-named/fflib.so.0 -lib/gforth/%%PORTVERSION%%/libcc-named/fflib.so +lib/gforth/%%PORTVERSION%%/libcc-named/libffi.so +lib/gforth/%%PORTVERSION%%/libcc-named/libffi.so.0 +lib/gforth/%%PORTVERSION%%/libcc-named/libffi.so.0.0.0 lib/gforth/%%PORTVERSION%%/libcc-named/fflib.a +lib/gforth/%%PORTVERSION%%/libcc-named/fflib.so +lib/gforth/%%PORTVERSION%%/libcc-named/fflib.so.0 +lib/gforth/%%PORTVERSION%%/libcc-named/fflib.so.0.0.0 man/man1/gforth.1.gz %%DATADIR%%/%%PORTVERSION%%/TAGS %%DATADIR%%/%%PORTVERSION%%/add.fs diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile index 05201d47a9cc..b454cb821ede 100644 --- a/lang/oo2c/Makefile +++ b/lang/oo2c/Makefile @@ -3,7 +3,7 @@ PORTNAME= oo2c PORTVERSION= 2.1.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= SF/ooc/ooc2/${PORTVERSION} DISTNAME= ${PORTNAME}_${BITS}-${PORTVERSION} diff --git a/lang/oo2c/pkg-plist b/lang/oo2c/pkg-plist index d9e81bb743ff..d66fc2a932f9 100644 --- a/lang/oo2c/pkg-plist +++ b/lang/oo2c/pkg-plist @@ -10,6 +10,7 @@ man/man1/oowhereis.1.gz lib/liboo2c.a lib/liboo2c.so lib/liboo2c.so.3 +lib/liboo2c.so.3.0.0 lib/oo2c/emacs/o2-default.el lib/oo2c/emacs/o2-indent.el lib/oo2c/emacs/o2-insert.el |