Stop configure looking for ORBit and disable mysqlfs

This commit is contained in:
Adrian Portelli 2003-07-10 22:49:26 +00:00
parent 6e3da7f058
commit 9630a7e131
3 changed files with 35 additions and 6 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2003/07/09 22:38:14 xtraeme Exp $
# $NetBSD: Makefile,v 1.5 2003/07/10 22:49:26 adrian_p Exp $
PKGNAME= ${DISTNAME:S/-/4-server-/}
SVR4_PKGNAME= mysqs
@ -8,6 +8,7 @@ COMMENT= MySQL, a free SQL database (server)
CONFIGURE_ARGS+= --with-libwrap
CONFIGURE_ARGS+= --without-berkeley-db
CONFIGURE_ARGS+= --without-mysqlfs
USE_BUILDLINK2= YES
USE_PKGINSTALL= YES

View file

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.6 2003/07/10 16:48:41 marc Exp $
$NetBSD: distinfo,v 1.7 2003/07/10 22:49:26 adrian_p Exp $
SHA1 (mysql-4.0.13.tar.gz) = f5adc736d1f453e5e7bd60a2d7cd335fbccc6213
Size (mysql-4.0.13.tar.gz) = 12511177 bytes
SHA1 (patch-aa) = 83bfddd1d1190529caac34f1eebdfa29e54029fc
SHA1 (patch-ae) = bdc00bc6513616796844b1a14efa06cc5af1b8dd
SHA1 (patch-af) = 8def106695aec8d18506ce3553bc804cb29a78f1
SHA1 (patch-af) = 0fe8e8dc7f00a3cc4423d6f05de70a4a37848a7e
SHA1 (patch-al) = 0af2ef3aacc4bae8227c7f40a75a2b9f6565409e
SHA1 (patch-am) = d4880be7e98ae91806d626f57d81fcd49643bdb7

View file

@ -1,7 +1,7 @@
$NetBSD: patch-af,v 1.2 2003/07/09 21:51:04 adrian_p Exp $
$NetBSD: patch-af,v 1.3 2003/07/10 22:49:26 adrian_p Exp $
--- configure.orig Wed May 14 21:24:53 2003
+++ configure Wed Jul 9 21:15:24 2003
+++ configure Thu Jul 10 23:31:59 2003
@@ -19778,7 +19778,7 @@
tell atod memcpy memmove \
setupterm strcasecmp sighold vidattr lrand48 localtime_r \
@ -11,7 +11,35 @@ $NetBSD: patch-af,v 1.2 2003/07/09 21:51:04 adrian_p Exp $
pthread_attr_create pthread_getsequence_np pthread_attr_setstacksize \
pthread_attr_getstacksize \
pthread_condattr_create rwlock_init pthread_rwlock_rdlock \
@@ -20999,7 +20999,6 @@
@@ -20795,27 +20795,11 @@
echo "$as_me:$LINENO: checking for ORBit" >&5
echo $ECHO_N "checking for ORBit... $ECHO_C" >&6
-orbit_config_path=`which orbit-config`
-if test -n "$orbit_config_path" -a $? = 0
-then
- orbit_exec_prefix=`orbit-config --exec-prefix`
- orbit_includes=`orbit-config --cflags server`
- orbit_libs=`orbit-config --libs server`
- orbit_idl="$orbit_exec_prefix/bin/orbit-idl"
- echo "$as_me:$LINENO: result: found!" >&5
-echo "${ECHO_T}found!" >&6
- cat >>confdefs.h <<\_ACEOF
-#define HAVE_ORBIT 1
-_ACEOF
-
-else
orbit_exec_prefix=
orbit_includes=
orbit_libs=
orbit_idl=
echo "$as_me:$LINENO: result: not found" >&5
-echo "${ECHO_T}not found" >&6
-fi
@@ -20999,7 +20983,6 @@
else
bench_dirs=""
fi