View | Details | Raw Unified | Return to bug 44484
Collapse All | Expand All

(-)databases/dbh/Makefile (+2 lines)
Lines 8-13 Link Here
8
8
9
PORTNAME=	dbh
9
PORTNAME=	dbh
10
PORTVERSION=	1.0.11
10
PORTVERSION=	1.0.11
11
PORTREVISION=	1
11
CATEGORIES=	databases
12
CATEGORIES=	databases
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
13
		http://dbh.sourceforge.net/archive/
14
		http://dbh.sourceforge.net/archive/
Lines 18-23 Link Here
18
MAINTAINER=	ports@FreeBSD.org
19
MAINTAINER=	ports@FreeBSD.org
19
20
20
USE_LIBTOOL=	yes
21
USE_LIBTOOL=	yes
22
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
21
INSTALLS_SHLIB=	yes
23
INSTALLS_SHLIB=	yes
22
24
23
.include <bsd.port.mk>
25
.include <bsd.port.mk>
(-)databases/dbh/files/patch-configure (-3 / +47 lines)
Lines 1-6 Link Here
1
--- configure.orig	Fri Aug  9 23:22:33 2002
1
--- configure.orig	Wed Aug 14 06:39:38 2002
2
+++ configure	Fri Aug  9 23:22:38 2002
2
+++ configure	Sat Oct 26 05:29:34 2002
3
@@ -10854,7 +10854,7 @@
3
@@ -1400,7 +1400,7 @@
4
 # an executable is not found, even if stderr is redirected.
5
 # Redirect stdin to placate older versions of autoconf.  Sigh.
6
 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
7
-   ACLOCAL=aclocal
8
+   ACLOCAL=true
9
    echo "$as_me:1404: result: found" >&5
10
 echo "${ECHO_T}found" >&6
11
 else
12
@@ -1415,7 +1415,7 @@
13
 # an executable is not found, even if stderr is redirected.
14
 # Redirect stdin to placate older versions of autoconf.  Sigh.
15
 if (autoconf --version) < /dev/null > /dev/null 2>&1; then
16
-   AUTOCONF=autoconf
17
+   AUTOCONF=true
18
    echo "$as_me:1419: result: found" >&5
19
 echo "${ECHO_T}found" >&6
20
 else
21
@@ -1430,7 +1430,7 @@
22
 # an executable is not found, even if stderr is redirected.
23
 # Redirect stdin to placate older versions of autoconf.  Sigh.
24
 if (automake --version) < /dev/null > /dev/null 2>&1; then
25
-   AUTOMAKE=automake
26
+   AUTOMAKE=true
27
    echo "$as_me:1434: result: found" >&5
28
 echo "${ECHO_T}found" >&6
29
 else
30
@@ -1445,7 +1445,7 @@
31
 # an executable is not found, even if stderr is redirected.
32
 # Redirect stdin to placate older versions of autoconf.  Sigh.
33
 if (autoheader --version) < /dev/null > /dev/null 2>&1; then
34
-   AUTOHEADER=autoheader
35
+   AUTOHEADER=true
36
    echo "$as_me:1449: result: found" >&5
37
 echo "${ECHO_T}found" >&6
38
 else
39
@@ -6802,6 +6802,7 @@
40
 
41
 # This can be used to rebuild libtool when needed
42
 LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
43
+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
44
 
45
 # Always use our own libtool.
46
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
47
@@ -10854,7 +10855,7 @@
4
 "NONE")
48
 "NONE")
5
 ;;
49
 ;;
6
 *)
50
 *)
(-)databases/dbh/pkg-plist (-2 lines)
Lines 1-8 Link Here
1
include/dbh.h
1
include/dbh.h
2
include/dbh_config.h
2
include/dbh_config.h
3
include/dbh_functions.h
3
include/dbh_functions.h
4
lib/libdbh-1.0.so
5
lib/libdbh-1.0.so.1
4
lib/libdbh-1.0.so.1
6
lib/libdbh.a
5
lib/libdbh.a
7
lib/libdbh.la
8
lib/libdbh.so
6
lib/libdbh.so

Return to bug 44484