Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2012 00:14:06 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306946 - head/www/serf
Message-ID:  <201211040014.qA40E62R074337@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Sun Nov  4 00:14:05 2012
New Revision: 306946
URL: http://svn.freebsd.org/changeset/ports/306946

Log:
  - fix serf.pc by removing wrong Requires.private statement
  
  No version bump needed, the issue was detected in a special openoffice-3-devel build
  
  Noted by: Maho NAKATA <maho@apache.org> on the apache@ list
  
  Feature safe: yes

Modified:
  head/www/serf/Makefile

Modified: head/www/serf/Makefile
==============================================================================
--- head/www/serf/Makefile	Sun Nov  4 00:03:05 2012	(r306945)
+++ head/www/serf/Makefile	Sun Nov  4 00:14:05 2012	(r306946)
@@ -23,6 +23,9 @@ USE_LDCONFIG=	yes
 CONFIGURE_ARGS+=	--with-apr=${LOCALBASE}/bin/apr-1-config \
 			--with-apr-util=${LOCALBASE}/bin/apu-1-config
 
+post-patch:
+	${REINPLACE_CMD} -e '/^Requires.private/d' ${WRKSRC}/serf.pc.in
+
 post-install:
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}



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