From owner-svn-ports-head@FreeBSD.ORG Mon Sep 1 17:53:23 2014 Return-Path: Delivered-To: svn-ports-head@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 01149B15; Mon, 1 Sep 2014 17:53:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C19031A90; Mon, 1 Sep 2014 17:53:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s81HrMlY065203; Mon, 1 Sep 2014 17:53:22 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s81HrMUH065201; Mon, 1 Sep 2014 17:53:22 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409011753.s81HrMUH065201@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Mon, 1 Sep 2014 17:53:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366913 - head/textproc/libxml++26 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2014 17:53:23 -0000 Author: tijl Date: Mon Sep 1 17:53:22 2014 New Revision: 366913 URL: http://svnweb.freebsd.org/changeset/ports/366913 QAT: https://qat.redports.org/buildarchive/r366913/ Log: - Replace LIB_DEPENDS=libglibmm-2.4.so with USE_GNOME=glibmm - Add USES=libtool and INSTALL_TARGET=install-strip Modified: head/textproc/libxml++26/Makefile head/textproc/libxml++26/pkg-plist Modified: head/textproc/libxml++26/Makefile ============================================================================== --- head/textproc/libxml++26/Makefile Mon Sep 1 17:52:26 2014 (r366912) +++ head/textproc/libxml++26/Makefile Mon Sep 1 17:53:22 2014 (r366913) @@ -4,7 +4,7 @@ PORTNAME= libxml++ PORTVERSION= 2.34.2 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= textproc MASTER_SITES= GNOME @@ -17,22 +17,18 @@ PLIST_SUB= VERSION="2.6" API_VERSION="2. .if !defined(REFERENCE_PORT) -LATEST_LINK= libxml++26 - -LIB_DEPENDS= libglibmm-2.4.so:${PORTSDIR}/devel/glibmm BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -USES+= gmake pathfix pkgconfig -USE_GNOME= libxml2 -GNU_CONFIGURE= yes +USES+= gmake libtool pathfix pkgconfig +USE_GNOME= glibmm libxml2 USE_LDCONFIG= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-static --disable-documentation +INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e '/^gentoo_ltmain_version=/s/`.*`/$$gentoo_lt_version/' \ - ${WRKSRC}/configure @${REINPLACE_CMD} -e '/^library_configdir =/s/libdir/includedir/' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e '/^Cflags:/s/libdir/includedir/' \ Modified: head/textproc/libxml++26/pkg-plist ============================================================================== --- head/textproc/libxml++26/pkg-plist Mon Sep 1 17:52:26 2014 (r366912) +++ head/textproc/libxml++26/pkg-plist Mon Sep 1 17:53:22 2014 (r366913) @@ -30,9 +30,9 @@ include/libxml++-%%API_VERSION%%/libxml+ include/libxml++-%%API_VERSION%%/libxml++/validators/schemavalidator.h include/libxml++-%%API_VERSION%%/libxml++/validators/validator.h lib/libxml++-%%VERSION%%.a -lib/libxml++-%%VERSION%%.la lib/libxml++-%%VERSION%%.so lib/libxml++-%%VERSION%%.so.2 +lib/libxml++-%%VERSION%%.so.2.0.7 libdata/pkgconfig/libxml++-%%API_VERSION%%.pc @dirrm include/libxml++-%%API_VERSION%%/libxml++/validators @dirrm include/libxml++-%%API_VERSION%%/libxml++/parsers