From owner-freebsd-ports Tue Mar 26 15: 0:22 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 97B4337B41B for ; Tue, 26 Mar 2002 15:00:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2QN05R95779; Tue, 26 Mar 2002 15:00:05 -0800 (PST) (envelope-from gnats) Received: from talri.sapros.com (rularan.sapros.com [204.182.55.17]) by hub.freebsd.org (Postfix) with ESMTP id 91D3837B404 for ; Tue, 26 Mar 2002 14:52:48 -0800 (PST) Received: (from peterh@localhost) by talri.sapros.com (8.11.6/8.11.6) id g2QMqgi49024; Tue, 26 Mar 2002 14:52:42 -0800 (PST) (envelope-from peterh) Message-Id: <200203262252.g2QMqgi49024@talri.sapros.com> Date: Tue, 26 Mar 2002 14:52:42 -0800 (PST) From: Peter Haight Reply-To: Peter Haight To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/36347: Update net/gale: Fix for breakage caused by auto* cleanups 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: 36347 >Category: ports >Synopsis: Update net/gale: Fix for breakage caused by auto* cleanups >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Mar 26 15:00:05 PST 2002 >Closed-Date: >Last-Modified: >Originator: Peter Haight >Release: FreeBSD 4.5-STABLE i386 >Organization: >Environment: System: FreeBSD talri.sapros.com 4.5-STABLE FreeBSD 4.5-STABLE #1: Sat Mar 23 23:08:10 PST 2002 peterh@talri.sapros.com:/usr/obj/usr/src/sys/TALRI i386 >Description: Update net/gale: Fix for breakage caused by auto* cleanups For some reason, when the ports were updated for the auto* cleanups the line that runs aclocal was removed. It is important to run aclocal because it ensures that a fix for a buggy autoconf macro is included. I'm also adding USE_AUTOMAKE_VER and USE_LIBTOOL because I need the old version of aclocal and I need to show it the path to the libtool automake macro AM_PROG_LIBTOOL which is installed with LIBTOOL. >How-To-Repeat: >Fix: diff -u gale/Makefile gale.new/Makefile --- gale/Makefile Sun Jan 6 01:02:37 2002 +++ gale.new/Makefile Tue Mar 26 14:38:03 2002 @@ -19,6 +19,8 @@ USE_OPENSSL= yes USE_AUTOCONF_VER=213 +USE_AUTOMAKE_VER=14 +USE_LIBTOOL= yes INSTALLS_SHLIB= yes CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib @@ -26,6 +28,9 @@ -I${LOCALBASE}/include/w3c-libwww LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" + +pre-configure: + cd ${WRKSRC} && ${ACLOCAL} -I ${LOCALBASE}/share/libtool/libltdl post-install: @${CAT} ${PKGMESSAGE} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message