Date: Wed, 30 Jan 2002 18:55:21 -0500 (EST) From: Alan Eldridge <ports@geeksrus.net> To: FreeBSD-gnats-submit@freebsd.org Cc: portmgr@freebsd.org, lioux@brturbo.com, will@csociety.org Subject: ports/34467: bsd.port.mk is broken WRT USE_AUTOCONF_VER Message-ID: <200201302355.g0UNtL245769@wwweasel.geeksrus.net>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> [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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201302355.g0UNtL245769>