diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-05 22:56:15 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-05 22:56:15 +0800 |
commit | dcd90f921fc0148f5fa5b2e66f3f2bd5c05fc315 (patch) | |
tree | 1c644e44947e53d71d9a5f5a1cfd740b4e0a6b36 | |
parent | 90324c927ac79f8e436002fb8278edb8de511e76 (diff) | |
download | freebsd-ports-gnome-dcd90f921fc0148f5fa5b2e66f3f2bd5c05fc315.tar.gz freebsd-ports-gnome-dcd90f921fc0148f5fa5b2e66f3f2bd5c05fc315.tar.zst freebsd-ports-gnome-dcd90f921fc0148f5fa5b2e66f3f2bd5c05fc315.zip |
- Switch textproc/libnxml to USES=libtool, drop .la files
- Switch to USES=pathfix
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
-rw-r--r-- | audio/gimmix/Makefile | 2 | ||||
-rw-r--r-- | editors/morla/Makefile | 2 | ||||
-rw-r--r-- | textproc/libmrss/Makefile | 2 | ||||
-rw-r--r-- | textproc/libnxml/Makefile | 8 | ||||
-rw-r--r-- | textproc/libnxml/pkg-plist | 4 |
5 files changed, 7 insertions, 11 deletions
diff --git a/audio/gimmix/Makefile b/audio/gimmix/Makefile index 1209acc553e3..5ab16f3092e0 100644 --- a/audio/gimmix/Makefile +++ b/audio/gimmix/Makefile @@ -3,7 +3,7 @@ PORTNAME= gimmix PORTVERSION= 0.5.7.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= BERLIOS/gimmix diff --git a/editors/morla/Makefile b/editors/morla/Makefile index 39f98bfebe1d..dead73a75058 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -3,7 +3,7 @@ PORTNAME= morla PORTVERSION= 0.16.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors textproc MASTER_SITES= http://www.morlardf.net/src/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ diff --git a/textproc/libmrss/Makefile b/textproc/libmrss/Makefile index 45d3629cafc5..040dc2d53d3b 100644 --- a/textproc/libmrss/Makefile +++ b/textproc/libmrss/Makefile @@ -3,7 +3,7 @@ PORTNAME= libmrss PORTVERSION= 0.19.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= http://www.autistici.org/bakunin/libmrss/ diff --git a/textproc/libnxml/Makefile b/textproc/libnxml/Makefile index e9539c36574b..ccec237309ab 100644 --- a/textproc/libnxml/Makefile +++ b/textproc/libnxml/Makefile @@ -3,7 +3,7 @@ PORTNAME= libnxml PORTVERSION= 0.18.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc devel MASTER_SITES= http://www.autistici.org/bakunin/libnxml/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ @@ -13,15 +13,11 @@ COMMENT= C library for writing XML 1.0/1.1 files or streams LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +USES= libtool pathfix GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes -WANT_GNOME= yes - -pre-patch: - ${gnomehack_PRE_PATCH} - .include <bsd.port.mk> diff --git a/textproc/libnxml/pkg-plist b/textproc/libnxml/pkg-plist index 74fc6d521e6d..c088ce1c4b10 100644 --- a/textproc/libnxml/pkg-plist +++ b/textproc/libnxml/pkg-plist @@ -1,6 +1,6 @@ include/nxml.h lib/libnxml.a -lib/libnxml.la lib/libnxml.so -lib/libnxml.so.18 +lib/libnxml.so.0 +lib/libnxml.so.0.18.3 libdata/pkgconfig/nxml.pc |