From owner-freebsd-ports@FreeBSD.ORG Sat Apr 3 18:34:03 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 7CE5A16A4CE for ; Sat, 3 Apr 2004 18:34:03 -0800 (PST) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5761243D3F for ; Sat, 3 Apr 2004 18:34:03 -0800 (PST) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: from dibbler.crodrigues.org (h00609772adf0.ne.client2.attbi.com[66.31.45.197]) by comcast.net (rwcrmhc13) with ESMTP id <20040404023402015003q6m2e>; Sun, 4 Apr 2004 02:34:02 +0000 Received: from dibbler.crodrigues.org (localhost.crodrigues.org [127.0.0.1]) i342YJNI037841 for ; Sat, 3 Apr 2004 21:34:19 -0500 (EST) (envelope-from rodrigc@h00609772adf0.ne.client2.attbi.com) Received: (from rodrigc@localhost) by dibbler.crodrigues.org (8.12.11/8.12.11/Submit) id i342YIvX037840 for freebsd-ports@freebsd.org; Sat, 3 Apr 2004 21:34:18 -0500 (EST) (envelope-from rodrigc) Date: Sat, 3 Apr 2004 21:34:18 -0500 From: Craig Rodrigues To: freebsd-ports@freebsd.org Message-ID: <20040404023418.GA37816@crodrigues.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: Problems with USE_AUTOMAKE_VER variable 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: Sun, 04 Apr 2004 02:34:03 -0000 Hi, I am trying to fix up the apr port, and am trying to understand the interdependencies of the variables which determine how autoconf, automake, and libtool are used. If I have the following variables defined: USE_AUTOCONF_VER= 257 USE_PERL5= yes USE_GMAKE= yes USE_LIBTOOL_VER= 15 LIBTOOLFILES= # none USE_AUTOMAKE_VER= 15 Then the following things happen which I don't want: (1) autoconf 2.53 is used instead of autoconf 2.57 (2) If autoconf is not installed on the system, the correct autoconf port is not downloaded and installed If I change the following line: USE_AUTOMAKE_VER= 15 to: #USE_AUTOMAKE_VER= 15 Then autoconf 2.57 is used, and the autoconf 2.57 port is downloaded and installed. However, the automake version I want to use is not specified. How do I use all these variables properly and get things to work? Thanks. -- Craig Rodrigues http://crodrigues.org rodrigc@crodrigues.org