aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authortijl <tijl@FreeBSD.org>2014-10-06 02:01:19 +0800
committertijl <tijl@FreeBSD.org>2014-10-06 02:01:19 +0800
commit8808f90dc26f504cac1938f6eb2a7fdd2ca3c128 (patch)
tree7cbdb4fab3875190571a0b209d81cba3b925a549 /math
parentb304305a190cdc82ecd44eb34765cba47e701f89 (diff)
downloadfreebsd-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 'math')
-rw-r--r--math/libtommath/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile
index 151f849e5d7c..141ef094120d 100644
--- a/math/libtommath/Makefile
+++ b/math/libtommath/Makefile
@@ -2,7 +2,7 @@
PORTNAME= libtommath
PORTVERSION= 0.42.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= http://libtom.org/files/
DISTNAME= ltm-${PORTVERSION}
@@ -31,7 +31,7 @@ post-patch:
.if ${PORT_OPTIONS:MSHARED}
USES+= libtool:build
USE_LDCONFIG= yes
-PLIST_FILES+= lib/libtommath.so.0 lib/libtommath.so
+PLIST_FILES+= lib/libtommath.so lib/libtommath.so.0 lib/libtommath.so.0.0.41
MAKEFILE= makefile.shared
.else
MAKEFILE= makefile