Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Mar 2014 07:55:33 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346864 - head/textproc/raptor2
Message-ID:  <201403030755.s237tXCQ089986@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Mar  3 07:55:32 2014
New Revision: 346864
URL: http://svnweb.freebsd.org/changeset/ports/346864
QAT: https://qat.redports.org/buildarchive/r346864/

Log:
  Remove unsupported configure argument (pkg-config is gathered from env vars)
  While here:
  - Add an explicit dependency on pkg-config
  - Convert to USES=libtool

Modified:
  head/textproc/raptor2/Makefile
  head/textproc/raptor2/pkg-plist

Modified: head/textproc/raptor2/Makefile
==============================================================================
--- head/textproc/raptor2/Makefile	Mon Mar  3 07:35:23 2014	(r346863)
+++ head/textproc/raptor2/Makefile	Mon Mar  3 07:55:32 2014	(r346864)
@@ -3,7 +3,7 @@
 
 PORTNAME=	raptor2
 PORTVERSION=	2.0.13
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	http://download.librdf.org/source/ \
 		SF/librdf/${PORTNAME}/${PORTVERSION}
@@ -23,11 +23,10 @@ LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/
 CONFLICTS=	raptor-1.4.1[0-9]* raptor-1.4.21
 
 USE_GNOME=	libxml2 libxslt
-USES=		pathfix
+USES=		pathfix pkgconfig libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-xml2-config=${LOCALBASE}/bin/xml2-config \
 		--with-curl-config=${LOCALBASE}/bin/curl-config \
-		--with-pkg-config=${LOCALBASE}/bin/pkg-config \
 		--with-icu-config=${LOCALBASE}/bin/icu-config \
 		--with-www=curl
 

Modified: head/textproc/raptor2/pkg-plist
==============================================================================
--- head/textproc/raptor2/pkg-plist	Mon Mar  3 07:35:23 2014	(r346863)
+++ head/textproc/raptor2/pkg-plist	Mon Mar  3 07:55:32 2014	(r346864)
@@ -5,6 +5,7 @@ lib/libraptor2.a
 lib/libraptor2.la
 lib/libraptor2.so
 lib/libraptor2.so.0
+lib/libraptor2.so.0.0.0
 libdata/pkgconfig/raptor2.pc
 man/man1/rapper.1.gz
 man/man3/libraptor2.3.gz



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