Date: Tue, 26 Mar 2002 14:52:42 -0800 (PST) From: Peter Haight <peterh@sapros.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/36347: Update net/gale: Fix for breakage caused by auto* cleanups Message-ID: <200203262252.g2QMqgi49024@talri.sapros.com>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203262252.g2QMqgi49024>