upgrade to 0.5.1
PR: 44962 Submitted by: Ports Fury
This commit is contained in:
parent
0dfd0799ce
commit
487aef8666
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69595
5 changed files with 45 additions and 4 deletions
|
@ -7,7 +7,8 @@
|
|||
#
|
||||
|
||||
PORTNAME= libsdb
|
||||
PORTVERSION= 0.5.0
|
||||
PORTVERSION= 0.5.1
|
||||
PORTCOMMENT= Simple database library
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ftp://siag.nu/pub/libsdb/ \
|
||||
http://siag.nu/pub/libsdb/
|
||||
|
@ -16,6 +17,7 @@ DISTNAME= sdb-${PORTVERSION}
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN3= sdb.3 sdb_init.3 sdb_open.3 sdb_close.3 sdb_query.3
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (sdb-0.5.0.tar.gz) = 56c13b0ae609a2b4d9fad445b85bea14
|
||||
MD5 (sdb-0.5.1.tar.gz) = c37ea7ba086da341def577fde66fe57b
|
||||
|
|
41
databases/libsdb/files/patch-ltmain.sh
Normal file
41
databases/libsdb/files/patch-ltmain.sh
Normal file
|
@ -0,0 +1,41 @@
|
|||
--- 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"
|
|
@ -1 +0,0 @@
|
|||
Simple database library
|
|
@ -4,6 +4,5 @@ bin/sdbd
|
|||
bin/sdbd_client
|
||||
include/sdb.h
|
||||
lib/libsdb.a
|
||||
lib/libsdb.la
|
||||
lib/libsdb.so
|
||||
lib/libsdb.so.5
|
||||
|
|
Loading…
Reference in a new issue