From owner-svn-ports-all@FreeBSD.ORG Tue Aug 5 14:56:17 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0836750F for ; Tue, 5 Aug 2014 14:56:17 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B2CC8282C for ; Tue, 5 Aug 2014 14:56:16 +0000 (UTC) Received: from amdmi3 (uid 1170) (envelope-from amdmi3@FreeBSD.org) id 581d by svn.freebsd.org (DragonFly Mail Agent v0.9+); Tue, 05 Aug 2014 14:56:15 +0000 From: Dmitry Marakasov Date: Tue, 5 Aug 2014 14:56:15 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e0f090.581d.15fb143b@svn.freebsd.org> X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Aug 2014 14:56:17 -0000 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 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