8cdca77473
string "2.0s3") which fixes some serious memory leaks and other significant bugs. This update also replaces the rc.d script with a new version that uses the rc.subr framework. I was able to successfully compile the port with all of the WITH_* knobs, but only have the means to test WITH_POSTGRESQL (which worked as expected). commiter says: - Added extra line to files/patch-util::util.h (4.x fix) - Changed --with-extra-include-path statements to work around mysql inclusion and db41 exclusion. - Added --disable- for options not choosen. PR: ports/68967 Submitted by: Kirk Strauser <kirk@strauser.com>
11 lines
473 B
Text
11 lines
473 B
Text
--- configure.orig Mon Jul 12 10:15:17 2004
|
|
+++ configure Mon Jul 12 10:15:26 2004
|
|
@@ -20575,7 +20575,7 @@
|
|
done
|
|
|
|
if test "x-$ac_cv_header_db_h" = "x-yes" ; then
|
|
- for lib in db-4.2 db-4.1 db-4 db4 db ; do
|
|
+ for lib in db-4.2 db-4.1 db-4 db4 db41 ; do
|
|
if test "x-$have_db_version" != "x-yes" ; then
|
|
echo "$as_me:$LINENO: checking for db_create in -l$lib" >&5
|
|
echo $ECHO_N "checking for db_create in -l$lib... $ECHO_C" >&6
|