[Bsd-sharp-cvs] CVS commit to
/cvsroot/bsd-sharp/FreeBSD-ports/www/mod_mono/files by tmclau02
noreply at forge.novell.com
noreply at forge.novell.com
Tue Apr 11 21:18:41 MDT 2006
CVS commit to /cvsroot/bsd-sharp/FreeBSD-ports/www/mod_mono/files by tmclau02
Modified Files:
patch-configure
Added Files:
patch-mod_mono.c patch-mod_mono.h
Log Message:
- Add apache22 support
- Change maintainer to bsd-sharp-list at forge.novell.com
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/www/mod_mono/files/patch-mod_mono.c,v
rcsdiff: /cvsroot/bsd-sharp/FreeBSD-ports/www/mod_mono/files/patch-mod_mono.c,v: Symbolic name `NONE' is undefined.
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/www/mod_mono/files/patch-mod_mono.h,v
rcsdiff: /cvsroot/bsd-sharp/FreeBSD-ports/www/mod_mono/files/patch-mod_mono.h,v: Symbolic name `NONE' is undefined.
===================================================================
RCS file: /cvsroot/bsd-sharp/FreeBSD-ports/www/mod_mono/files/patch-configure,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /cvsroot/bsd-sharp/FreeBSD-ports/www/mod_mono/files/patch-configure 2005/10/22 03:02:23 1.1
+++ /cvsroot/bsd-sharp/FreeBSD-ports/www/mod_mono/files/patch-configure 2006/04/12 03:18:40 1.2
@@ -1,6 +1,27 @@
---- configure.orig Thu Sep 22 14:04:40 2005
-+++ configure Fri Oct 21 22:55:22 2005
-@@ -21386,7 +21386,7 @@
+--- configure.orig Fri Jan 6 14:38:40 2006
++++ configure Tue Apr 11 22:19:01 2006
+@@ -21250,6 +21250,20 @@
+ fi
+ fi
+
++if test -z "$APRCONFIG"; then
++ echo "$as_me:$LINENO: checking for apr-config in /usr/local/bin" >&5
++echo $ECHO_N "checking for apr-1-config in /usr/local/bin... $ECHO_C" >&6
++ if test -x /usr/local/bin/apr-1-config; then
++ APRCONFIG=/usr/local/bin/apr-1-config
++ echo "$as_me:$LINENO: result: found, we'll use this. Use --with-apr-config to specify another." >&5
++echo "${ECHO_T}found, we'll use this. Use --with-apr-config to specify another." >&6
++ else
++ echo "$as_me:$LINENO: result: no" >&5
++echo "${ECHO_T}no" >&6
++ APRCONFIG=""
++ fi
++fi
++
+ # last resort
+ if test -z "$APXS"; then
+ # Extract the first word of "apxs2", so it can be a program name with args.
+@@ -21386,7 +21400,7 @@
# determine LIBEXEC
echo "$as_me:$LINENO: checking for Apache libexec directory" >&5
echo $ECHO_N "checking for Apache libexec directory... $ECHO_C" >&6
More information about the Bsd-sharp-cvs
mailing list