diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-16 13:48:55 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-16 13:48:55 +0000 |
commit | af729fb39c28bd07c0f1e5d048d864312c9ecaf4 (patch) | |
tree | 7cf06250aff62942d1ad1d8f9ce9a1eeb648b954 /databases/libsdb | |
parent | 33767111360b7838c5396eab2672ab628a4ece19 (diff) | |
download | ports-af729fb39c28bd07c0f1e5d048d864312c9ecaf4.tar.gz ports-af729fb39c28bd07c0f1e5d048d864312c9ecaf4.zip |
Notes
Diffstat (limited to 'databases/libsdb')
-rw-r--r-- | databases/libsdb/Makefile | 10 | ||||
-rw-r--r-- | databases/libsdb/distinfo | 4 | ||||
-rw-r--r-- | databases/libsdb/files/patch-ltmain.sh | 41 |
3 files changed, 9 insertions, 46 deletions
diff --git a/databases/libsdb/Makefile b/databases/libsdb/Makefile index 5ecefcced10f..92bec03bf480 100644 --- a/databases/libsdb/Makefile +++ b/databases/libsdb/Makefile @@ -7,7 +7,7 @@ # PORTNAME= libsdb -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= databases MASTER_SITES= ftp://siag.nu/pub/libsdb/ \ http://siag.nu/pub/libsdb/ @@ -16,11 +16,15 @@ DISTNAME= sdb-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple database library -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +USE_GNOME= gnometarget lthack +USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes MAN3= sdb.3 sdb_init.3 sdb_open.3 sdb_close.3 sdb_query.3 MAN8= sdbd.8 +post-patch: + @${REINPLACE_CMD} -e \ + 's|= -lsdb|= $$(top_builddir)/libsdb.la|g' ${WRKSRC}/Makefile.in + .include <bsd.port.mk> diff --git a/databases/libsdb/distinfo b/databases/libsdb/distinfo index 16d62ac5a730..cbf422ee4048 100644 --- a/databases/libsdb/distinfo +++ b/databases/libsdb/distinfo @@ -1,2 +1,2 @@ -MD5 (sdb-0.5.1.tar.gz) = c37ea7ba086da341def577fde66fe57b -SIZE (sdb-0.5.1.tar.gz) = 236028 +MD5 (sdb-0.5.2.tar.gz) = bcc84f84914a7c4ebb5953eec331ab15 +SIZE (sdb-0.5.2.tar.gz) = 259220 diff --git a/databases/libsdb/files/patch-ltmain.sh b/databases/libsdb/files/patch-ltmain.sh deleted file mode 100644 index 4ecdfcd91801..000000000000 --- a/databases/libsdb/files/patch-ltmain.sh +++ /dev/null @@ -1,41 +0,0 @@ ---- ltmain.sh.orig Fri Dec 21 07:33:52 2001 -+++ ltmain.sh Sun Nov 3 09:48:46 2002 -@@ -1043,14 +1043,14 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-frebsd*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -2441,7 +2441,7 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -- *-*-openbsd*) -+ *-*-openbsd* | *-*-freebsd*) - # Do not include libc due to us having libc/libc_r. - ;; - *) -@@ -4210,10 +4210,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" |