Date: Sun, 23 Mar 2003 12:11:03 +0100 From: Marcus vA <marcus@sysfault.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/50208: port update: databases/dbh Message-ID: <E18x3NX-0007cM-00@medusa.sysfault.org>
next in thread | raw e-mail | index | archive | help
>Number: 50208 >Category: ports >Synopsis: port update: databases/dbh >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Mar 23 03:10:17 PST 2003 >Closed-Date: >Last-Modified: >Originator: Marcus vA >Release: FreeBSD 5.0-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD medusa.sysfault.org 5.0-RELEASE-p6 FreeBSD 5.0-RELEASE-p6 #6: Sat Mar 22 23:10:21 CET 2003 marcus@medusa.sysfault.org:/usr/obj/usr/src/sys/MEDUSA i386 >Description: dbh has got a new version, updated to 1.0.14 >How-To-Repeat: >Fix: diff -Nur dbh/Makefile dbh.new/Makefile --- dbh/Makefile Thu Feb 20 19:37:07 2003 +++ dbh.new/Makefile Sun Mar 23 11:51:38 2003 @@ -7,8 +7,8 @@ # PORTNAME= dbh -PORTVERSION= 1.0.11 -PORTREVISION= 1 +PORTVERSION= 1.0.14 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -Nur dbh/README.html dbh.new/README.html --- dbh/README.html Sat Dec 7 19:30:34 2002 +++ dbh.new/README.html Sun Mar 23 11:55:38 2003 @@ -3,7 +3,7 @@ <head><h1> The FreeBSD Ports Collection ("databases/dbh")</h1> </head> <hr> <body> -<p>You are now in the directory for the port "databases/dbh" (package name "dbh-1.0.11_1"). +<p>You are now in the directory for the port "databases/dbh" (package name "dbh-1.0.14"). <p>This is the one-line description for this port: diff -Nur dbh/distinfo dbh.new/distinfo --- dbh/distinfo Thu Aug 15 07:24:55 2002 +++ dbh.new/distinfo Sun Mar 23 11:52:45 2003 @@ -1 +1 @@ -MD5 (dbh_1.0-11.tgz) = 810706d04b97dd087f05af0ed2119b89 +MD5 (dbh_1.0-14.tgz) = 11352e539a3e40f23d539a52f2153b95 diff -Nur dbh/files/patch-configure dbh.new/files/patch-configure --- dbh/files/patch-configure Fri Nov 8 23:01:31 2002 +++ dbh.new/files/patch-configure Thu Jan 1 01:00:00 1970 @@ -1,55 +0,0 @@ ---- configure.orig Wed Aug 14 06:39:38 2002 -+++ configure Sat Oct 26 05:29:34 2002 -@@ -1400,7 +1400,7 @@ - # an executable is not found, even if stderr is redirected. - # Redirect stdin to placate older versions of autoconf. Sigh. - if (aclocal --version) < /dev/null > /dev/null 2>&1; then -- ACLOCAL=aclocal -+ ACLOCAL=true - echo "$as_me:1404: result: found" >&5 - echo "${ECHO_T}found" >&6 - else -@@ -1415,7 +1415,7 @@ - # an executable is not found, even if stderr is redirected. - # Redirect stdin to placate older versions of autoconf. Sigh. - if (autoconf --version) < /dev/null > /dev/null 2>&1; then -- AUTOCONF=autoconf -+ AUTOCONF=true - echo "$as_me:1419: result: found" >&5 - echo "${ECHO_T}found" >&6 - else -@@ -1430,7 +1430,7 @@ - # an executable is not found, even if stderr is redirected. - # Redirect stdin to placate older versions of autoconf. Sigh. - if (automake --version) < /dev/null > /dev/null 2>&1; then -- AUTOMAKE=automake -+ AUTOMAKE=true - echo "$as_me:1434: result: found" >&5 - echo "${ECHO_T}found" >&6 - else -@@ -1445,7 +1445,7 @@ - # an executable is not found, even if stderr is redirected. - # Redirect stdin to placate older versions of autoconf. Sigh. - if (autoheader --version) < /dev/null > /dev/null 2>&1; then -- AUTOHEADER=autoheader -+ AUTOHEADER=true - echo "$as_me:1449: result: found" >&5 - echo "${ECHO_T}found" >&6 - else -@@ -6802,6 +6802,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -10854,7 +10855,7 @@ - "NONE") - ;; - *) -- CFLAGS="$CFLAGS -march=$target" -+ CFLAGS="$CFLAGS" - ;; - esac - diff -Nur dbh/pkg-plist dbh.new/pkg-plist --- dbh/pkg-plist Fri Nov 8 23:01:31 2002 +++ dbh.new/pkg-plist Sun Mar 23 12:00:51 2003 @@ -1,7 +1,9 @@ -@comment $FreeBSD: ports/databases/dbh/pkg-plist,v 1.2 2002/11/08 22:01:31 naddy Exp $ include/dbh.h include/dbh_config.h include/dbh_functions.h +lib/libdbh-1.0.so lib/libdbh-1.0.so.1 lib/libdbh.a +lib/libdbh.la lib/libdbh.so +lib/pkgconfig/dbh-1.0.pc >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E18x3NX-0007cM-00>