freebsd-ports/net-im/jabberd/files/patch-configure
Edwin Groothuis 8cdca77473 This is an update of the net/jabberd port to version 2.0.3 (vendor
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>
2004-07-13 02:38:15 +00:00

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