From owner-freebsd-ports Sun Dec 15 8:10: 5 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87AB937B401 for ; Sun, 15 Dec 2002 08:10:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B584743ED8 for ; Sun, 15 Dec 2002 08:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBFGA2x3069906 for ; Sun, 15 Dec 2002 08:10:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBFGA2KP069905; Sun, 15 Dec 2002 08:10:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2443037B401 for ; Sun, 15 Dec 2002 08:07:53 -0800 (PST) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id A9E5A43EC5 for ; Sun, 15 Dec 2002 08:07:52 -0800 (PST) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (lyon-2-a7-62-147-22-89.dial.proxad.net [62.147.22.89]) by postfix3-2.free.fr (Postfix) with ESMTP id F223E17E8D for ; Sun, 15 Dec 2002 17:07:50 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id E82A27600; Sun, 15 Dec 2002 17:04:22 +0100 (CET) Message-Id: <20021215160422.E82A27600@graf.pompo.net> Date: Sun, 15 Dec 2002 17:04:22 +0100 (CET) From: Thierry Thomas Reply-To: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46276: www/p5-Apache-AuthCookie: fixing BUILD_DEPENDS. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46276 >Category: ports >Synopsis: www/p5-Apache-AuthCookie: fixing BUILD_DEPENDS. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Dec 15 08:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.7-STABLE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Nov 16 12:34:31 CET 2002 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386 >Description: In the other ports, APACHE_PORT already includes PORTSDIR. If you have one in /etc/make.conf, this breaks `make index': p5-Apache-AuthCookie-2.011:"/usr/ports/www//usr/ports/www/apache13-modssl" non-existent -- dependency list incomplete Since I'm here, make portlint happy with ${AWK} and fix $1. >How-To-Repeat: Re-build index. >Fix: Just apply the following patch: --- www/p5-Apache-AuthCookie/Makefile.orig Wed Nov 13 00:15:56 2002 +++ www/p5-Apache-AuthCookie/Makefile Sun Dec 15 17:02:46 2002 @@ -15,12 +15,12 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl \ - ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/${APACHE_PORT} + ${LOCALBASE}/sbin/apxs:${APACHE_PORT} RUN_DEPENDS= ${BUILD_DEPENDS} -APACHE_PORT?= apache13 +APACHE_PORT?= ${PORTSDIR}/www/apache13 CURUSER?= `whoami` -CURGRP?= `groups | awk '{print $1}'` +CURGRP?= `groups | ${AWK} '{print $$1}'` TESTPORT?= 8228 PERL_CONFIGURE= yes CONFIGURE_ENV+= APACHE="${PREFIX}/sbin/apache" \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message