From owner-freebsd-ports Tue Jun 26 22:40:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1084A37B405 for ; Tue, 26 Jun 2001 22:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5R5e1s32798; Tue, 26 Jun 2001 22:40:01 -0700 (PDT) (envelope-from gnats) Received: from electron.databits.net (electron.databits.net [207.29.204.16]) by hub.freebsd.org (Postfix) with ESMTP id F053837B409 for ; Tue, 26 Jun 2001 22:31:35 -0700 (PDT) (envelope-from petef@electron.databits.net) Received: (from petef@localhost) by electron.databits.net (8.11.4/8.11.4) id f5R5UTJ03389; Wed, 27 Jun 2001 01:30:29 -0400 (EDT) (envelope-from petef) Message-Id: <200106270530.f5R5UTJ03389@electron.databits.net> Date: Wed, 27 Jun 2001 01:30:29 -0400 (EDT) From: Pete Fritchman Reply-To: Pete Fritchman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28440: Fix build for www/mod_layout 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: 28440 >Category: ports >Synopsis: Fix build for www/mod_layout >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jun 26 22:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Pete Fritchman >Release: FreeBSD 4.3-STABLE i386 >Organization: Databits Network Services, Inc. >Environment: System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #7: Mon Jun 11 10:15:45 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386 >Description: If apache was installed as a depend from mod_layout, "apxs" might not show up in your path (csh), or you might not have ${LOCALBASE}/sbin in your path at all. >How-To-Repeat: http://bento.freebsd.org/errorlogs/4-full/mod_layout-2.10.6.log >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/mod_layout/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 2001/06/17 18:36:35 1.2 +++ Makefile 2001/06/27 05:29:46 @@ -16,8 +16,11 @@ BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 +MAKE_ENV= APXS=${LOCALBASE}/sbin/apxs + post-patch: - @${PERL} -pi -e 's!-i -a -n!-i -A -n!' ${WRKSRC}/Makefile + @${PERL} -pi -e 's!-i -a -n!-i -A -n!; s!APXS=apxs!APXS?=apxs!' \ + ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message