Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Feb 2005 15:55:32 +0800 (CST)
From:      Xin LI <delphij@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        seanc@FreeBSD.org
Subject:   ports/77910: [PATCH] use libtool 1.5 instead of libtool 1.3 for databases/libdbi
Message-ID:  <200502220755.j1M7tWLa065389@tarsier.geekcn.org>
Resent-Message-ID: <200502220800.j1M80kqW032856@freefall.freebsd.org>

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

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



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