Upgrade to 2.0.

This commit is contained in:
Vanilla I. Shu 2007-02-26 06:35:24 +00:00
parent 2d6b76ef44
commit 20c0c35f3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=185957
4 changed files with 16 additions and 14 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= libzdb
PORTVERSION= 1.1.3
PORTVERSION= 2.0
CATEGORIES= databases
MASTER_SITES= http://www.tildeslash.com/libzdb/dist/
@ -27,6 +27,8 @@ OPTIONS= MYSQL "Add MySQL support" on \
SQLITE " Add Sqlite support" on \
PGSQL "Add PgSQL support" on
PLIST_SUB= VERSION=${PORTVERSION}
.include <bsd.port.pre.mk>
.if defined(WITH_MYSQL)

View file

@ -1,3 +1,3 @@
MD5 (libzdb-1.1.3.tar.gz) = 1449af48017ecc79c623ccb115a45f8b
SHA256 (libzdb-1.1.3.tar.gz) = 47413070fcbf2c1594ce7eef02591d56380d9fc5430116d31ec0172232b6e0cf
SIZE (libzdb-1.1.3.tar.gz) = 509250
MD5 (libzdb-2.0.tar.gz) = 32cea8214f74b5f9c9185763159064c3
SHA256 (libzdb-2.0.tar.gz) = 89f90f8c461bc6cf39e6edec68ab0170334a045f4948bef402b67a2208482736
SIZE (libzdb-2.0.tar.gz) = 521236

View file

@ -1,24 +1,24 @@
--- configure.orig Sun Nov 5 05:57:07 2006
+++ configure Sun Nov 5 18:57:50 2006
@@ -19366,7 +19366,7 @@
--- configure.orig Fri Feb 16 05:10:48 2007
+++ configure Mon Feb 26 14:33:53 2007
@@ -19459,7 +19459,7 @@
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lpthread $LIBS"
+LIBS="-pthread $LIBS"
+LIBS="%%PTHREAD_LIBS%% $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -19429,7 +19429,7 @@
@@ -19522,7 +19522,7 @@
#define HAVE_LIBPTHREAD 1
_ACEOF
- LIBS="-lpthread $LIBS"
+ LIBS="-pthread $LIBS"
+ LIBS="%%PTHREAD_LIBS%% $LIBS"
else
{ { echo "$as_me:$LINENO: error: POSIX thread library is required" >&5
@@ -19455,8 +19455,8 @@
@@ -19548,8 +19548,8 @@
else
svd_LDFLAGS=$LDFLAGS
svd_CPPFLAGS=$CPPFLAGS
@ -29,7 +29,7 @@
for ac_header in mysql.h
do
@@ -19604,9 +19604,9 @@
@@ -19697,9 +19697,9 @@
_ACEOF
mysql="yes"

View file

@ -6,5 +6,5 @@ include/URL.h
lib/libzdb.a
lib/libzdb.la
lib/libzdb.so
lib/libzdb-1.1.3.so
lib/libzdb-1.1.3.so.1
lib/libzdb-%%VERSION%%.so
lib/libzdb-%%VERSION%%.so.2