ports/70851:

Mark R Russell freebsd at mark.net.au
Mon Aug 23 08:50:29 UTC 2004


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list