Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Apr 2003 10:43:51 +0200 (CEST)
From:      Alex Dupre <sysadmin@alexdupre.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/51342: [Maintainer Patch] Fix libtool on MySQL 4.0 and 4.1 ports
Message-ID:  <200304240843.h3O8hpkj098366@vaio.alexdupre.com>
Resent-Message-ID: <200304240850.h3O8oGqh016865@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304240843.h3O8hpkj098366>