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

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

>Number:         44959
>Category:       ports
>Synopsis:       Update port: databases/dbh
>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:
- Do not install useless .la file

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/databases/dbh/Makefile databases/dbh/Makefile
--- /usr/ports/databases/dbh/Makefile	Thu Aug 15 14:24:55 2002
+++ databases/dbh/Makefile	Sat Oct 26 05:31:05 2002
@@ -8,6 +8,7 @@
 
 PORTNAME=	dbh
 PORTVERSION=	1.0.11
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
 		http://dbh.sourceforge.net/archive/
@@ -18,6 +19,7 @@
 MAINTAINER=	ports@FreeBSD.org
 
 USE_LIBTOOL=	yes
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 INSTALLS_SHLIB=	yes
 
 .include <bsd.port.mk>
diff -urN /usr/ports/databases/dbh/files/patch-configure databases/dbh/files/patch-configure
--- /usr/ports/databases/dbh/files/patch-configure	Sat Aug 10 01:22:37 2002
+++ databases/dbh/files/patch-configure	Sat Oct 26 05:30:40 2002
@@ -1,6 +1,50 @@
---- configure.orig	Fri Aug  9 23:22:33 2002
-+++ configure	Fri Aug  9 23:22:38 2002
-@@ -10854,7 +10854,7 @@
+--- 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")
  ;;
  *)
diff -urN /usr/ports/databases/dbh/pkg-plist databases/dbh/pkg-plist
--- /usr/ports/databases/dbh/pkg-plist	Sat Aug 10 01:22:37 2002
+++ databases/dbh/pkg-plist	Sat Oct 26 05:33:21 2002
@@ -1,8 +1,6 @@
 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

>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.gA5N91Je061370>