ports/51342: [Maintainer Patch] Fix libtool on MySQL 4.0 and 4.1 ports

Alex Dupre sysadmin at alexdupre.com
Thu Apr 24 08:50:17 UTC 2003


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



More information about the freebsd-ports-bugs mailing list