Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2002 15:09:52 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/44961: Update port: databases/libdbi to 0.6.6
Message-ID:  <200211052309.gA5N9qhw061458@www.freebsd.org>

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

>Number:         44961
>Category:       ports
>Synopsis:       Update port: databases/libdbi to 0.6.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 05 15:10:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.7-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.6.6

New file:
files/patch-src::Makefile.in

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/databases/libdbi/Makefile databases/libdbi/Makefile
--- /usr/ports/databases/libdbi/Makefile	Tue Oct 15 21:19:04 2002
+++ databases/libdbi/Makefile	Sat Nov  2 20:52:59 2002
@@ -7,7 +7,7 @@
 #
 
 PORTNAME=	libdbi
-PORTVERSION=	0.6.5
+PORTVERSION=	0.6.6
 CATEGORIES=	databases devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://linux.ucla.edu/~dap24/%SUBDIR%/
diff -urN /usr/ports/databases/libdbi/distinfo databases/libdbi/distinfo
--- /usr/ports/databases/libdbi/distinfo	Tue Oct 15 21:19:04 2002
+++ databases/libdbi/distinfo	Sun Nov  3 09:30:15 2002
@@ -1 +1 @@
-MD5 (libdbi-0.6.5.tar.gz) = d3f8c027a161f71a9891e2cbb55b78e9
+MD5 (libdbi-0.6.6.tar.gz) = aff0f6c96d6c63c0fe73ba0f39fd22c6
diff -urN /usr/ports/databases/libdbi/files/patch-configure databases/libdbi/files/patch-configure
--- /usr/ports/databases/libdbi/files/patch-configure	Tue Oct 15 01:22:53 2002
+++ databases/libdbi/files/patch-configure	Sun Nov  3 09:35:13 2002
@@ -1,6 +1,6 @@
---- configure.orig	Sat Jun 15 09:45:18 2002
-+++ configure	Sat Oct  5 21:05:30 2002
-@@ -5551,6 +5551,7 @@
+--- configure.orig	Mon Oct 28 02:01:23 2002
++++ configure	Sun Nov  3 09:35:03 2002
+@@ -5412,6 +5412,7 @@
  
  # This can be used to rebuild libtool when needed
  LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
@@ -8,3 +8,14 @@
  
  # Always use our own libtool.
  LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -5452,8 +5453,8 @@
+                 PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char -mv8" ;;
+         *)
+                 DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char"
+-                CFLAGS="-O20 -D__NO_MATH_INLINES -fsigned-char"
+-                PROFILE="-O20 -g -pg -D__NO_MATH_INLINES -fsigned-char" ;;
++                CFLAGS="$CFLAGS -D__NO_MATH_INLINES -fsigned-char"
++                PROFILE="$CFLAGS -g -pg -D__NO_MATH_INLINES -fsigned-char" ;;
+         esac
+ fi
+ 
diff -urN /usr/ports/databases/libdbi/files/patch-src::Makefile.in databases/libdbi/files/patch-src::Makefile.in
--- /usr/ports/databases/libdbi/files/patch-src::Makefile.in	Thu Jan  1 09:00:00 1970
+++ databases/libdbi/files/patch-src::Makefile.in	Sun Nov  3 09:31:52 2002
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig	Mon Oct 28 02:01:32 2002
++++ src/Makefile.in	Sun Nov  3 09:31:37 2002
+@@ -96,7 +96,7 @@
+ libdbi_la_SOURCES = dbi_main.c dbi_result.c dbd_helper.c atoll.c asprintf.c
+ libdbi_la_LDFLAGS = -version-info @LIB_CURRENT@:@LIB_REVISION@:@LIB_AGE@
+ 
+-CFLAGS = -DDBI_DRIVER_DIR=\"@driverdir@\"
++CFLAGS = @CFLAGS@ -DDBI_DRIVER_DIR=\"@driverdir@\"
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h
+ CONFIG_CLEAN_FILES = 
diff -urN /usr/ports/databases/libdbi/pkg-plist databases/libdbi/pkg-plist
--- /usr/ports/databases/libdbi/pkg-plist	Fri Nov  1 21:49:07 2002
+++ databases/libdbi/pkg-plist	Sun Nov  3 09:38:00 2002
@@ -40,4 +40,4 @@
 %%PORTDOCS%%@dirrm share/doc/libdbi/driver-guide
 %%PORTDOCS%%@dirrm share/doc/libdbi
 @dirrm include/dbi
-@dirrm lib/dbd
+@unexec rmdir %D/lib/dbd 2>/dev/null || true

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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