From owner-freebsd-ports@FreeBSD.ORG Mon Jul 5 06:30:02 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6480416A4D0 for ; Mon, 5 Jul 2004 06:30:02 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.248]) by mx1.FreeBSD.org (Postfix) with SMTP id 25B4C43D5A for ; Mon, 5 Jul 2004 06:30:02 +0000 (GMT) (envelope-from aeefyu@gmail.com) Received: by mproxy.gmail.com with SMTP id w29so1795272cwb for ; Sun, 04 Jul 2004 23:30:02 -0700 (PDT) Received: by 10.11.118.68 with SMTP id q68mr305105cwc; Sun, 04 Jul 2004 23:30:02 -0700 (PDT) Message-ID: <793eaa52040704233053c44f48@mail.gmail.com> Date: Mon, 5 Jul 2004 14:30:02 +0800 From: "Al.Aeefyu" To: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Handling automake and autoconf versions X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jul 2004 06:30:02 -0000 Hi there! How do I safely handle automake/autoconf versions built from ports?? Recently, some of my port builds (x11/kde3 specifically) failed because automake and autoconf has been MOVED. Do I absolutely have to wait for the maintainers to update the ports' Makefiles? There are references to USE_AUTOCONF_VER=* and USE_AUTOMAKE_VER=*, but unless I am mistaken, these are mainly useful for port maintainers only. Can I override them safely, say .. modifying the Makefiles myself? A "pkg_info -R autoconf\*" lists many versions of autoconf in my system. Can I simply delete the unused ones? Same goes for "pkg_info -R automake\*" --- output follows: [root@roxanne: ports] # pkg_info -R autoconf\* Information for autoconf-2.53_1: Information for autoconf-2.57_1: Required by: automake-1.7.9_1 kde-3.2.3 kdevelop-3.0.4 [root@roxanne: ports] # pkg_info -R automake\* Information for automake-1.5,1: Information for automake-1.7.9_1: Required by: kde-3.2.3 kdevelop-3.0.4 Information for automake14-1.4.5_9: -- ------------------- aeefyu -------------------