svn commit: r370119 - in head: devel/libuninum devel/libuninum/files textproc/msort
Tijl Coosemans
tijl at FreeBSD.org
Sun Oct 5 20:56:36 UTC 2014
Author: tijl
Date: Sun Oct 5 20:56:34 2014
New Revision: 370119
URL: https://svnweb.freebsd.org/changeset/ports/370119
QAT: https://qat.redports.org/buildarchive/r370119/
Log:
devel/libuninum:
- Add USES=libtool and bump dependent ports
- Replace MAKE_ENV with CPPFLAGS
- Add INSTALL_TARGET=install-strip
Deleted:
head/devel/libuninum/files/
Modified:
head/devel/libuninum/Makefile
head/devel/libuninum/pkg-plist
head/textproc/msort/Makefile
Modified: head/devel/libuninum/Makefile
==============================================================================
--- head/devel/libuninum/Makefile Sun Oct 5 20:55:02 2014 (r370118)
+++ head/devel/libuninum/Makefile Sun Oct 5 20:56:34 2014 (r370119)
@@ -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
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:
Modified: head/devel/libuninum/pkg-plist
==============================================================================
--- head/devel/libuninum/pkg-plist Sun Oct 5 20:55:02 2014 (r370118)
+++ head/devel/libuninum/pkg-plist Sun Oct 5 20:56:34 2014 (r370119)
@@ -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
Modified: head/textproc/msort/Makefile
==============================================================================
--- head/textproc/msort/Makefile Sun Oct 5 20:55:02 2014 (r370118)
+++ head/textproc/msort/Makefile Sun Oct 5 20:56:34 2014 (r370119)
@@ -3,7 +3,7 @@
PORTNAME= msort
PORTVERSION= 8.53
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://billposer.org/Software/Downloads/
More information about the svn-ports-head
mailing list