diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-04-06 07:50:32 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-04-06 07:50:32 +0000 |
commit | 25508aacf9ebcf1dd7aaa409ae86dff76c7426ac (patch) | |
tree | 5aa06122aceb7086ca65f66c30119d9d42959ca7 /databases | |
parent | 57738dc25581fd7c5b07fec76cbeab38e9b57133 (diff) | |
download | ports-25508aacf9ebcf1dd7aaa409ae86dff76c7426ac.tar.gz ports-25508aacf9ebcf1dd7aaa409ae86dff76c7426ac.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/dbh/Makefile | 6 | ||||
-rw-r--r-- | databases/dbh/distinfo | 4 | ||||
-rw-r--r-- | databases/dbh/files/patch-configure | 10 | ||||
-rw-r--r-- | databases/dbh/files/patch-ltmain.sh | 15 | ||||
-rw-r--r-- | databases/dbh/pkg-plist | 3 | ||||
-rw-r--r-- | databases/dbh10/Makefile | 6 | ||||
-rw-r--r-- | databases/dbh10/distinfo | 4 | ||||
-rw-r--r-- | databases/dbh10/files/patch-configure | 10 | ||||
-rw-r--r-- | databases/dbh10/files/patch-ltmain.sh | 15 | ||||
-rw-r--r-- | databases/dbh10/pkg-plist | 3 |
10 files changed, 44 insertions, 32 deletions
diff --git a/databases/dbh/Makefile b/databases/dbh/Makefile index 04309e51db93..156ea451c0e0 100644 --- a/databases/dbh/Makefile +++ b/databases/dbh/Makefile @@ -7,7 +7,7 @@ # PORTNAME= dbh -PORTVERSION= 1.0.17 +PORTVERSION= 1.0.18 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,9 +16,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= Disk Based Hashtables +USE_BZIP2= yes USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL_VER= 13 -LIBTOOLFLAGS= --disable-ltlibs --release-ignore +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/databases/dbh/distinfo b/databases/dbh/distinfo index 45552c5f5e85..db96d042cd5e 100644 --- a/databases/dbh/distinfo +++ b/databases/dbh/distinfo @@ -1,2 +1,2 @@ -MD5 (dbh_1.0-17.tar.gz) = 5edde82192ea481a073ee312d4e86104 -SIZE (dbh_1.0-17.tar.gz) = 594330 +MD5 (dbh_1.0-18.tar.bz2) = dca09e2949616471669320e3429a49ef +SIZE (dbh_1.0-18.tar.bz2) = 344473 diff --git a/databases/dbh/files/patch-configure b/databases/dbh/files/patch-configure deleted file mode 100644 index d2359bc32019..000000000000 --- a/databases/dbh/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Mon Mar 17 12:08:31 2003 -+++ configure Wed Jul 30 20:58:14 2003 -@@ -7349,6 +7349,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' diff --git a/databases/dbh/files/patch-ltmain.sh b/databases/dbh/files/patch-ltmain.sh new file mode 100644 index 000000000000..cba2f407b979 --- /dev/null +++ b/databases/dbh/files/patch-ltmain.sh @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Tue Apr 6 15:43:05 2004 ++++ ltmain.sh Tue Apr 6 15:43:18 2004 +@@ -5436,10 +5436,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/databases/dbh/pkg-plist b/databases/dbh/pkg-plist index cafc578e99ba..b6f08db54255 100644 --- a/databases/dbh/pkg-plist +++ b/databases/dbh/pkg-plist @@ -2,7 +2,8 @@ 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.so -lib/libdbh.so.1 libdata/pkgconfig/dbh-1.0.pc diff --git a/databases/dbh10/Makefile b/databases/dbh10/Makefile index 04309e51db93..156ea451c0e0 100644 --- a/databases/dbh10/Makefile +++ b/databases/dbh10/Makefile @@ -7,7 +7,7 @@ # PORTNAME= dbh -PORTVERSION= 1.0.17 +PORTVERSION= 1.0.18 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,9 +16,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= Disk Based Hashtables +USE_BZIP2= yes USE_GNOME= gnomehack gnometarget pkgconfig -USE_LIBTOOL_VER= 13 -LIBTOOLFLAGS= --disable-ltlibs --release-ignore +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/databases/dbh10/distinfo b/databases/dbh10/distinfo index 45552c5f5e85..db96d042cd5e 100644 --- a/databases/dbh10/distinfo +++ b/databases/dbh10/distinfo @@ -1,2 +1,2 @@ -MD5 (dbh_1.0-17.tar.gz) = 5edde82192ea481a073ee312d4e86104 -SIZE (dbh_1.0-17.tar.gz) = 594330 +MD5 (dbh_1.0-18.tar.bz2) = dca09e2949616471669320e3429a49ef +SIZE (dbh_1.0-18.tar.bz2) = 344473 diff --git a/databases/dbh10/files/patch-configure b/databases/dbh10/files/patch-configure deleted file mode 100644 index d2359bc32019..000000000000 --- a/databases/dbh10/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Mon Mar 17 12:08:31 2003 -+++ configure Wed Jul 30 20:58:14 2003 -@@ -7349,6 +7349,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' diff --git a/databases/dbh10/files/patch-ltmain.sh b/databases/dbh10/files/patch-ltmain.sh new file mode 100644 index 000000000000..cba2f407b979 --- /dev/null +++ b/databases/dbh10/files/patch-ltmain.sh @@ -0,0 +1,15 @@ +--- ltmain.sh.orig Tue Apr 6 15:43:05 2004 ++++ ltmain.sh Tue Apr 6 15:43:18 2004 +@@ -5436,10 +5436,12 @@ + fi + + # Install the pseudo-library for information purposes. ++ if /usr/bin/false; then + name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ fi + + # Maybe install the static library, too. + test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/databases/dbh10/pkg-plist b/databases/dbh10/pkg-plist index cafc578e99ba..b6f08db54255 100644 --- a/databases/dbh10/pkg-plist +++ b/databases/dbh10/pkg-plist @@ -2,7 +2,8 @@ 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.so -lib/libdbh.so.1 libdata/pkgconfig/dbh-1.0.pc |