svn commit: r306946 - head/www/serf

Olli Hauer ohauer at FreeBSD.org
Sun Nov 4 00:14:06 UTC 2012


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 at 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}


More information about the svn-ports-head mailing list