From alex@vaio.alexdupre.com  Thu Apr 24 01:43:55 2003
Return-Path: <alex@vaio.alexdupre.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 26E7537B401
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <sysadmin@alexdupre.com>
Reply-To: Alex Dupre <sysadmin@alexdupre.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [Maintainer Patch] Fix libtool on MySQL 4.0 and 4.1 ports
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 24 01:50:15 PDT 2003
>Closed-Date:    Mon May 19 07:45:36 PDT 2003
>Last-Modified:  Mon May 19 07:45:36 PDT 2003
>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:
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Mon May 19 07:45:31 PDT 2003 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51342 
>Unformatted:
