Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 15:59:35 +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: r331283 - head/converters/libticonv
Message-ID:  <201310221559.r9MFxZWw090575@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Oct 22 15:59:35 2013
New Revision: 331283
URL: http://svnweb.freebsd.org/changeset/ports/331283

Log:
  - Support staging.
  - USES=gmake.
  - Make the Requires field private in pkgconfig file.

Modified:
  head/converters/libticonv/Makefile

Modified: head/converters/libticonv/Makefile
==============================================================================
--- head/converters/libticonv/Makefile	Tue Oct 22 14:59:32 2013	(r331282)
+++ head/converters/libticonv/Makefile	Tue Oct 22 15:59:35 2013	(r331283)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libticonv
 PORTVERSION=	1.1.4
+PORTREVISION=	1
 CATEGORIES=	converters
 MASTER_SITES=	SF/tilp/tilp2-linux/tilp2-1.17
 
@@ -12,10 +13,11 @@ LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
-USES=		pathfix pkgconfig
+USES=		gmake pathfix pkgconfig
+
+post-patch:
+	@${REINPLACE_CMD} -e 's/Requires/&.private/' ${WRKSRC}/ticonv.pc.in
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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