Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 2004 18:50:30 +1000
From:      "Mark R Russell" <freebsd@mark.net.au>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/70851: 
Message-ID:  <1093251030.0@notebook>
Resent-Message-ID: <200408230850.i7N8oPZt035147@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         70851
>Category:       ports
>Synopsis:       
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 23 08:50:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Mark R Russell
>Release:        FreeBSD 5.3-BETA1 i386
>Organization:
>Environment:


System: FreeBSD 5.3-BETA1 #1: Sun Aug 22 15:02:32 EST 2004
    root@notebook:/usr/obj/usr/src/sys/SMALLIE



>Description:


Change FETCH_DEPENDS to BUILD_DEPENDS


>How-To-Repeat:


`make fetch` and  it installs dependencies before fetching the distfile


>Fix:


--- Makefile.orig	Mon Aug 23 18:44:03 2004
+++ Makefile	Mon Aug 23 18:44:21 2004
@@ -21,7 +21,7 @@
 MAINTAINER=	frank.reppin@boerde.de
 COMMENT=	Groupware package including mail, calendar, palm sync and much more
 
-FETCH_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2 \
+BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2 \
 		${LOCALBASE}/bin/psql:${PORTSDIR}/databases/postgresql72 \
 		${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2 \
 		${LINUXBASE}/lib/libc-2.3.2.so:${PORTSDIR}/emulators/linux_base-8 \




>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1093251030.0>