From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 24 01:50:17 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F40B37B401 for ; Thu, 24 Apr 2003 01:50:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CE2643FBD for ; Thu, 24 Apr 2003 01:50:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3O8oGUp016868 for ; Thu, 24 Apr 2003 01:50:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3O8oGqh016865; Thu, 24 Apr 2003 01:50:16 -0700 (PDT) Resent-Date: Thu, 24 Apr 2003 01:50:16 -0700 (PDT) Resent-Message-Id: <200304240850.h3O8oGqh016865@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Dupre Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 26E7537B401 for ; Thu, 24 Apr 2003 01:43:55 -0700 (PDT) Received: from vaio.alexdupre.com (212-41-211-209.adsl.galactica.it [212.41.211.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6D5943FA3 for ; Thu, 24 Apr 2003 01:43:53 -0700 (PDT) (envelope-from alex@vaio.alexdupre.com) Received: from vaio.alexdupre.com (localhost [127.0.0.1]) by vaio.alexdupre.com (8.12.9/8.12.9) with ESMTP id h3O8hqH2098367 for ; Thu, 24 Apr 2003 10:43:52 +0200 (CEST) (envelope-from alex@vaio.alexdupre.com) Received: (from alex@localhost) by vaio.alexdupre.com (8.12.9/8.12.9/Submit) id h3O8hpkj098366; Thu, 24 Apr 2003 10:43:51 +0200 (CEST) Message-Id: <200304240843.h3O8hpkj098366@vaio.alexdupre.com> Date: Thu, 24 Apr 2003 10:43:51 +0200 (CEST) From: Alex Dupre To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/51342: [Maintainer Patch] Fix libtool on MySQL 4.0 and 4.1 ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex Dupre List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 08:50:17 -0000 >Number: 51342 >Category: ports >Synopsis: [Maintainer Patch] Fix libtool on MySQL 4.0 and 4.1 ports >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Apr 24 01:50:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Alex Dupre >Release: FreeBSD 4.8-ALEXDUPRE i386 >Organization: >Environment: System: FreeBSD 4.8-ALEXDUPRE i386 >Description: Correct configure patch in mysql40-server and mysql41-server ports. (Ops, I did the diff after the libtool hack) >How-To-Repeat: >Fix: --- mysql4.diff begins here --- --- files/patch-configure.orig Thu Apr 24 10:33:17 2003 +++ files/patch-configure Thu Apr 24 10:27:54 2003 @@ -1,12 +1,10 @@ --- configure.orig Tue Feb 25 21:30:07 2003 +++ configure Thu Feb 27 12:42:12 2003 -@@ -8101,7 +8101,8 @@ - +@@ -8101,6 +8101,7 @@ # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool/ltmain.sh" -+/usr/local/share/libtool/ltconfig $LIBTOOL_DEPS + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' --- mysql4.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: