From owner-freebsd-ports Wed Jan 30 16:10:41 2002 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 4568D37B6C4 for ; Wed, 30 Jan 2002 16:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0V0A1l36161; Wed, 30 Jan 2002 16:10:01 -0800 (PST) (envelope-from gnats) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.67.200.82]) by hub.freebsd.org (Postfix) with ESMTP id A2D7C37B979; Wed, 30 Jan 2002 16:02:24 -0800 (PST) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.11.6/8.11.6) id g0UNtL245769; Wed, 30 Jan 2002 18:55:21 -0500 (EST) (envelope-from alane) Message-Id: <200201302355.g0UNtL245769@wwweasel.geeksrus.net> Date: Wed, 30 Jan 2002 18:55:21 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@freebsd.org Cc: portmgr@freebsd.org, lioux@brturbo.com, will@csociety.org X-Send-Pr-Version: 3.113 Subject: ports/34467: bsd.port.mk is broken WRT USE_AUTOCONF_VER 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: 34467 >Category: ports >Synopsis: bsd.port.mk is broken WRT USE_AUTOCONF_VER >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 30 16:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.4-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Sun Dec 2 19:14:12 EST 2001 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386 >Description: No way to specify using current autoconf version. >How-To-Repeat: [alane ~]$ cat Makefile all: echo ${AUTOCONF} PORTNAME=foo PORTVERSION=1 USE_AUTOCONF_VER=252 CATEGORIES=x11 .include [alane ~]$ make all echo autoconf213 autoconf213 [alane ~]$ >Fix: Check the value of USE_AUTOCONF_VER and act accordingly. Suggest also allowing a symbolic value of "current" for both USE_AUTOMAKE_VER and USE_AUTOCONF_VER, which will pick up the unsuffixed version. Just checking to see if it is defined is not sufficient. This also affects the BUILD_DEPENDS that gets added. Ouch. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message