Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Sep 2014 17:53:22 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366913 - head/textproc/libxml++26
Message-ID:  <201409011753.s81HrMUH065201@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409011753.s81HrMUH065201>