ports/149607: sysutils/confman needs BUILD_DEPENDS set

Benjamin Lee ben at b1c1l1.com
Fri Aug 13 03:00:18 UTC 2010


>Number:         149607
>Category:       ports
>Synopsis:       sysutils/confman needs BUILD_DEPENDS set
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 13 03:00:17 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Benjamin Lee
>Release:        8.1-RELEASE
>Organization:
>Environment:
FreeBSD eclipse.b1c1l1.com 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010     root at almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
The sysutils/confman port needs BUILD_DEPENDS set so that the dependencies are installed before ./configure runs.
>How-To-Repeat:
Install sysutils/confman without having its dependencies installed already.
>Fix:
Apply the attached patch, which sets BUILD_DEPENDS equal to RUN_DEPENDS.

Patch attached with submission follows:

--- /usr/ports/sysutils/confman/Makefile	2010-05-17 21:07:48.000000000 -0700
+++ Makefile	2010-08-12 19:45:38.000000000 -0700
@@ -7,7 +7,7 @@
 
 PORTNAME=	confman
 PORTVERSION=	1.9.3b
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.timesinks.net/distfiles/
 
@@ -19,6 +19,7 @@
 		sudo:${PORTSDIR}/security/sudo \
 		greadlink:${PORTSDIR}/sysutils/coreutils \
 		wget:${PORTSDIR}/ftp/wget
+BUILD_DEPENDS=	${RUN_DEPENDS}
 
 GNU_CONFIGURE=	yes
 


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



More information about the freebsd-ports-bugs mailing list