aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-10-05 20:56:34 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-10-05 20:56:34 +0000
commitd67f1fa8d608dcb388c3f16a4509252255d186ef (patch)
tree2f70da3b7bd0bbaf5596f8bd598288baff9c4efc
parentb19fe5635826b9d909635f5be3d964356437a07d (diff)
downloadports-d67f1fa8d608dcb388c3f16a4509252255d186ef.tar.gz
ports-d67f1fa8d608dcb388c3f16a4509252255d186ef.zip
devel/libuninum:
- Add USES=libtool and bump dependent ports - Replace MAKE_ENV with CPPFLAGS - Add INSTALL_TARGET=install-strip
Notes
Notes: svn path=/head/; revision=370119
-rw-r--r--devel/libuninum/Makefile8
-rw-r--r--devel/libuninum/files/patch-ltmain.sh15
-rw-r--r--devel/libuninum/pkg-plist5
-rw-r--r--textproc/msort/Makefile2
4 files changed, 9 insertions, 21 deletions
diff --git a/devel/libuninum/Makefile b/devel/libuninum/Makefile
index fc5f197e99e4..2a025a809960 100644
--- a/devel/libuninum/Makefile
+++ b/devel/libuninum/Makefile
@@ -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:
diff --git a/devel/libuninum/files/patch-ltmain.sh b/devel/libuninum/files/patch-ltmain.sh
deleted file mode 100644
index 8a01c629fef2..000000000000
--- a/devel/libuninum/files/patch-ltmain.sh
+++ /dev/null
@@ -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"
diff --git a/devel/libuninum/pkg-plist b/devel/libuninum/pkg-plist
index 20c7b8ce3097..9e4715de1e33 100644
--- a/devel/libuninum/pkg-plist
+++ b/devel/libuninum/pkg-plist
@@ -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
diff --git a/textproc/msort/Makefile b/textproc/msort/Makefile
index c95c8ab6f9ce..b825fb116f96 100644
--- a/textproc/msort/Makefile
+++ b/textproc/msort/Makefile
@@ -3,7 +3,7 @@
PORTNAME= msort
PORTVERSION= 8.53
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://billposer.org/Software/Downloads/