Date: Tue, 5 Aug 2014 14:56:15 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364112 - in head: audio/gimmix editors/morla textproc/libmrss textproc/libnxml Message-ID: <53e0f090.581d.15fb143b@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Aug 5 14:56:15 2014 New Revision: 364112 URL: http://svnweb.freebsd.org/changeset/ports/364112 QAT: https://qat.redports.org/buildarchive/r364112/ Log: - 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 Modified: head/audio/gimmix/Makefile head/editors/morla/Makefile head/textproc/libmrss/Makefile head/textproc/libnxml/Makefile head/textproc/libnxml/pkg-plist Modified: head/audio/gimmix/Makefile ============================================================================== --- head/audio/gimmix/Makefile Tue Aug 5 14:54:55 2014 (r364111) +++ head/audio/gimmix/Makefile Tue Aug 5 14:56:15 2014 (r364112) @@ -3,7 +3,7 @@ PORTNAME= gimmix PORTVERSION= 0.5.7.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio MASTER_SITES= BERLIOS/gimmix Modified: head/editors/morla/Makefile ============================================================================== --- head/editors/morla/Makefile Tue Aug 5 14:54:55 2014 (r364111) +++ head/editors/morla/Makefile Tue Aug 5 14:56:15 2014 (r364112) @@ -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}/ Modified: head/textproc/libmrss/Makefile ============================================================================== --- head/textproc/libmrss/Makefile Tue Aug 5 14:54:55 2014 (r364111) +++ head/textproc/libmrss/Makefile Tue Aug 5 14:56:15 2014 (r364112) @@ -3,7 +3,7 @@ PORTNAME= libmrss PORTVERSION= 0.19.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= http://www.autistici.org/bakunin/libmrss/ Modified: head/textproc/libnxml/Makefile ============================================================================== --- head/textproc/libnxml/Makefile Tue Aug 5 14:54:55 2014 (r364111) +++ head/textproc/libnxml/Makefile Tue Aug 5 14:56:15 2014 (r364112) @@ -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 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> Modified: head/textproc/libnxml/pkg-plist ============================================================================== --- head/textproc/libnxml/pkg-plist Tue Aug 5 14:54:55 2014 (r364111) +++ head/textproc/libnxml/pkg-plist Tue Aug 5 14:56:15 2014 (r364112) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e0f090.581d.15fb143b>