From owner-svn-ports-head@FreeBSD.ORG Sun Nov 4 00:14:06 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4EB89E0; Sun, 4 Nov 2012 00:14:06 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8A2378FC16; Sun, 4 Nov 2012 00:14:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id qA40E6Kh074339; Sun, 4 Nov 2012 00:14:06 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id qA40E62R074337; Sun, 4 Nov 2012 00:14:06 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201211040014.qA40E62R074337@svn.freebsd.org> From: Olli Hauer Date: Sun, 4 Nov 2012 00:14:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306946 - head/www/serf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2012 00:14:06 -0000 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 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}