diff options
author | demon <demon@FreeBSD.org> | 2006-12-23 22:11:38 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2006-12-23 22:11:38 +0800 |
commit | 3ffc47c27429de3cf08fb0c4e3a7a4e028057bf6 (patch) | |
tree | 4dd9d40e773d895e102b5c1c0f4b36f4bb0a7d66 | |
parent | 3c8e5a782c757df0a7ffb018554659f3b185dc41 (diff) | |
download | freebsd-ports-gnome-3ffc47c27429de3cf08fb0c4e3a7a4e028057bf6.tar.gz freebsd-ports-gnome-3ffc47c27429de3cf08fb0c4e3a7a4e028057bf6.tar.zst freebsd-ports-gnome-3ffc47c27429de3cf08fb0c4e3a7a4e028057bf6.zip |
Update to 1.1.3.
PR: 106653
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
-rw-r--r-- | devel/libmatheval/Makefile | 6 | ||||
-rw-r--r-- | devel/libmatheval/distinfo | 6 | ||||
-rw-r--r-- | devel/libmatheval/files/patch-config-ltmain.sh | 15 | ||||
-rw-r--r-- | devel/libmatheval/pkg-plist | 1 |
4 files changed, 21 insertions, 7 deletions
diff --git a/devel/libmatheval/Makefile b/devel/libmatheval/Makefile index 1213194681ce..03981e52bee8 100644 --- a/devel/libmatheval/Makefile +++ b/devel/libmatheval/Makefile @@ -6,9 +6,9 @@ # PORTNAME= libmatheval -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= devel math -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= GNU MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= demon@FreeBSD.org @@ -19,7 +19,7 @@ LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= MAKEINFO="/usr/bin/makeinfo --no-split" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib INFO= libmatheval diff --git a/devel/libmatheval/distinfo b/devel/libmatheval/distinfo index 52ab29f4d6bf..3eccd7869b64 100644 --- a/devel/libmatheval/distinfo +++ b/devel/libmatheval/distinfo @@ -1,3 +1,3 @@ -MD5 (libmatheval-1.1.2.tar.gz) = 016ac0982312f11d06ef48d4cd1fddb9 -SHA256 (libmatheval-1.1.2.tar.gz) = 5978e0aedb2fff992091f766d3507f1ad260fbf3d2cfcd5abc1c4e6901b42879 -SIZE (libmatheval-1.1.2.tar.gz) = 486250 +MD5 (libmatheval-1.1.3.tar.gz) = e88b3429da2758c799e6fbc44ac87416 +SHA256 (libmatheval-1.1.3.tar.gz) = 2c49061af2998e73619b531e379f3e51f61f9c1a3bd50cce2cbfe841730789c4 +SIZE (libmatheval-1.1.3.tar.gz) = 496193 diff --git a/devel/libmatheval/files/patch-config-ltmain.sh b/devel/libmatheval/files/patch-config-ltmain.sh new file mode 100644 index 000000000000..5e2be0d7e11c --- /dev/null +++ b/devel/libmatheval/files/patch-config-ltmain.sh @@ -0,0 +1,15 @@ +--- config/ltmain.sh.orig Wed Dec 13 11:54:39 2006 ++++ config/ltmain.sh Wed Dec 13 11:54:52 2006 +@@ -5659,10 +5659,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false ; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/devel/libmatheval/pkg-plist b/devel/libmatheval/pkg-plist index 6c8d8a85ffdd..6ec6b2631f97 100644 --- a/devel/libmatheval/pkg-plist +++ b/devel/libmatheval/pkg-plist @@ -1,5 +1,4 @@ include/matheval.h lib/libmatheval.a -lib/libmatheval.la lib/libmatheval.so lib/libmatheval.so.1 |