ports/77910: [PATCH] use libtool 1.5 instead of libtool 1.3 for databases/libdbi
Xin LI
delphij at FreeBSD.org
Tue Feb 22 08:01:00 UTC 2005
>Number: 77910
>Category: ports
>Synopsis: [PATCH] use libtool 1.5 instead of libtool 1.3 for databases/libdbi
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Feb 22 08:00:45 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Xin LI
>Release: FreeBSD 5.3-RELEASE-p5 i386
>Organization:
The FreeBSD Simplified Chinese Project
Confidential: no
>Environment:
System: FreeBSD tarsier.geekcn.org 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Sat Jan 22 01:19:23 CST 2005 root at builder.delphij.net:/usr/obj/usr/src/sys/MULE i386
>Description:
libtool 1.3.x is obsolete and deprecated. This patch is a
trivial change that switch from libtool 1.3.x to libtool 1.5.x for
databases/libdbi.
>How-To-Repeat:
make depend
>Fix:
--- patch-libdbi begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/libdbi/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile 9 Jul 2004 17:42:01 -0000 1.11
+++ Makefile 22 Feb 2005 07:47:48 -0000
@@ -17,7 +17,7 @@
MAINTAINER= seanc at FreeBSD.org
COMMENT= Database Independent Abstraction Layer for C
-USE_INC_LIBTOOL_VER= 13
+USE_INC_LIBTOOL_VER= 15
INSTALLS_SHLIB= yes
post-install:
--- patch-libdbi ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list