mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
Update to 1.1.3.
PR: 106653 Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
This commit is contained in:
parent
90427c416f
commit
be19a61925
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180603
@ -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
|
||||
|
@ -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
|
||||
|
15
devel/libmatheval/files/patch-config-ltmain.sh
Normal file
15
devel/libmatheval/files/patch-config-ltmain.sh
Normal file
@ -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"
|
@ -1,5 +1,4 @@
|
||||
include/matheval.h
|
||||
lib/libmatheval.a
|
||||
lib/libmatheval.la
|
||||
lib/libmatheval.so
|
||||
lib/libmatheval.so.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user