mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
devel/libuninum:
- Add USES=libtool and bump dependent ports - Replace MAKE_ENV with CPPFLAGS - Add INSTALL_TARGET=install-strip
This commit is contained in:
parent
b19fe56358
commit
d67f1fa8d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370119
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= libuninum
|
||||
PORTVERSION= 2.7
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://billposer.org/Software/Downloads/
|
||||
|
||||
@ -13,8 +13,10 @@ COMMENT= Library for converting Unicode strings to numbers
|
||||
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_ENV+= INCLUDES="-I${LOCALBASE}/include"
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
|
@ -1,15 +0,0 @@
|
||||
--- ltmain.sh.orig Sun Jan 22 03:36:15 2006
|
||||
+++ ltmain.sh Sun Jan 7 22:28:13 2007
|
||||
@@ -5995,10 +5995,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"
|
@ -3,8 +3,9 @@ bin/numconv
|
||||
include/uninum/uninum.h
|
||||
include/uninum/nsdefs.h
|
||||
include/uninum/unicode.h
|
||||
lib/libuninum.so.7
|
||||
lib/libuninum.so
|
||||
lib/libuninum.a
|
||||
lib/libuninum.so
|
||||
lib/libuninum.so.5
|
||||
lib/libuninum.so.5.2.1
|
||||
man/man1/numconv.1.gz
|
||||
@dirrmtry include/uninum
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= msort
|
||||
PORTVERSION= 8.53
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://billposer.org/Software/Downloads/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user