From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 13 03:00:18 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1165F10656A3 for ; Fri, 13 Aug 2010 03:00:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C3E438FC1A for ; Fri, 13 Aug 2010 03:00:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o7D30Hej078787 for ; Fri, 13 Aug 2010 03:00:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7D30HNA078781; Fri, 13 Aug 2010 03:00:17 GMT (envelope-from gnats) Resent-Date: Fri, 13 Aug 2010 03:00:17 GMT Resent-Message-Id: <201008130300.o7D30HNA078781@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Benjamin Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9529B1065674 for ; Fri, 13 Aug 2010 02:53:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 84CC48FC13 for ; Fri, 13 Aug 2010 02:53:24 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o7D2rOSZ069032 for ; Fri, 13 Aug 2010 02:53:24 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o7D2rOZg069031; Fri, 13 Aug 2010 02:53:24 GMT (envelope-from nobody) Message-Id: <201008130253.o7D2rOZg069031@www.freebsd.org> Date: Fri, 13 Aug 2010 02:53:24 GMT From: Benjamin Lee To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/149607: sysutils/confman needs BUILD_DEPENDS set X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2010 03:00:18 -0000 >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@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: