From owner-svn-ports-head@FreeBSD.ORG Wed Jul 23 05:19:08 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B9962FC; Wed, 23 Jul 2014 05:19:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED3332F47; Wed, 23 Jul 2014 05:19:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6N5J7ia031534; Wed, 23 Jul 2014 05:19:07 GMT (envelope-from pi@svn.freebsd.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6N5J7vT031533; Wed, 23 Jul 2014 05:19:07 GMT (envelope-from pi@svn.freebsd.org) Message-Id: <201407230519.s6N5J7vT031533@svn.freebsd.org> From: Kurt Jaeger Date: Wed, 23 Jul 2014 05:19:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362622 - head/www/p5-libapreq2 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.18 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: Wed, 23 Jul 2014 05:19:08 -0000 Author: pi Date: Wed Jul 23 05:19:07 2014 New Revision: 362622 URL: http://svnweb.freebsd.org/changeset/ports/362622 QAT: https://qat.redports.org/buildarchive/r362622/ Log: www/p5-libapreq2: reduce/fix dependencies PR: 191161 Submitted by: vivek@khera.org Modified: head/www/p5-libapreq2/Makefile Modified: head/www/p5-libapreq2/Makefile ============================================================================== --- head/www/p5-libapreq2/Makefile Wed Jul 23 05:17:15 2014 (r362621) +++ head/www/p5-libapreq2/Makefile Wed Jul 23 05:19:07 2014 (r362622) @@ -16,7 +16,7 @@ LICENSE= APACHE20 USES= gmake libtool perl5 USE_APACHE= 22+ -USE_PERL5= fixpacklist +USE_PERL5= fixpacklist run USE_LDCONFIG= yes USE_AUTOTOOLS= autoconf CONFIGURE_ARGS+= --with-apache2-apxs=${APXS} \ @@ -25,12 +25,14 @@ CONFIGURE_ARGS+= --with-apache2-apxs=${A MAKE_ENV+= MAKE=${GMAKE} ## MakeMaker blows it without this -BUILD_DEPENDS+= libapreq2>0:${PORTSDIR}/www/libapreq2 \ +BUILD_DEPENDS= libapreq2>0:${PORTSDIR}/www/libapreq2 \ ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \ p5-ExtUtils-XSBuilder>=0:${PORTSDIR}/devel/p5-ExtUtils-XSBuilder \ p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent -RUN_DEPENDS+= ${BUILD_DEPENDS} +RUN_DEPENDS= libapreq2>0:${PORTSDIR}/www/libapreq2 \ + ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \ + p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent post-patch: @${REINPLACE_CMD} -i '' -e "s!%%APACHEINCLUDEDIR%%!${APACHEINCLUDEDIR}!" \