diff options
author | thierry <thierry@FreeBSD.org> | 2016-11-13 20:44:13 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2016-11-13 20:44:13 +0800 |
commit | a893caf1523701fd4d4432e4984222b49b6d2a0b (patch) | |
tree | 31c2e2afdbe0c31372d29c057b08e86104b7fb8f /math | |
parent | ae971d17a1ad00da27429a02fcb590a5bc7c9b9f (diff) | |
download | freebsd-ports-gnome-a893caf1523701fd4d4432e4984222b49b6d2a0b.tar.gz freebsd-ports-gnome-a893caf1523701fd4d4432e4984222b49b6d2a0b.tar.zst freebsd-ports-gnome-a893caf1523701fd4d4432e4984222b49b6d2a0b.zip |
Upgrade Code_Aster to 12.0.6-4.
This brings french/eficas to 2016.0.1,
cad/astk-serveur and astk-client to 1.13.8.2,
french/med to 3.2.0 (built against hdf5-18),
bump PORTREVSION to math/metis-edf and fix soname,
and french/homard to 11.7-1.
Diffstat (limited to 'math')
-rw-r--r-- | math/metis-edf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/metis-edf/Makefile b/math/metis-edf/Makefile index e5d22504f2db..64d1e85e9122 100644 --- a/math/metis-edf/Makefile +++ b/math/metis-edf/Makefile @@ -3,7 +3,7 @@ PORTNAME= metis-edf DISTVERSION= 4.0.3-1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= math @@ -16,6 +16,7 @@ ALL_TARGET= default MAKE_ENV= PICFLAG="${PICFLAG}" prefix="${PREFIX}" OPTFLAGS="${CFLAGS}" PICFLAG?= -fPIC +LDFLAGS+= -Wl,-soname,libmetis.so.0 WRKSRC= ${WRKDIR}/${PORTNAME:C|-edf||}-${PORTVERSION:R} |