Fwd: cvs commit: ports/www/apache21 Makefile Makefile.doc distinfo pkg-plist ports/www/apache21/files patch-docs:conf:httpd-std.conf.in patch-modules:ssl:ssl_engine_io.c patch-srclib:apr-util:Makefile.in patch-srclib:apr:Makefile.in patch-srclib:apr:build

Clement Laforet clement at FreeBSD.org
Wed Feb 23 03:02:09 PST 2005


FYI.
Please test and report any odd behavior.

Thanks.

clem

----- Forwarded message from Clement Laforet <clement at FreeBSD.org> -----

From: Clement Laforet <clement at FreeBSD.org>
Date: Wed, 23 Feb 2005 10:59:45 +0000 (UTC)
To: ports-committers at FreeBSD.org, cvs-ports at FreeBSD.org,
	cvs-all at FreeBSD.org
Subject: cvs commit: ports/www/apache21 Makefile Makefile.doc distinfo
         pkg-plist ports/www/apache21/files patch-docs:conf:httpd-std.conf.in
         patch-modules:ssl:ssl_engine_io.c patch-srclib:apr-util:Makefile.in patch-srclib:apr:Makefile.in
         patch-srclib:apr:build:buildcheck.sh

clement     2005-02-23 10:59:45 UTC

  FreeBSD ports repository

  Modified files:
    www/apache21         Makefile Makefile.doc distinfo pkg-plist 
    www/apache21/files   patch-docs:conf:httpd-std.conf.in 
                         patch-srclib:apr-util:Makefile.in 
                         patch-srclib:apr:Makefile.in 
                         patch-srclib:apr:build:buildcheck.sh 
  Removed files:
    www/apache21/files   patch-modules:ssl:ssl_engine_io.c 
  Log:
  - Update to 2.1.3
  
  If you can't fetch the distfile, fetch http://httpd.apache.org/dev/dist/httpd-2.1.3-alpha.tar.bz2
  into ${PORTSDIR}/distfiles/apache21
  
  Revision  Changes    Path
  1.170     +5 -4      ports/www/apache21/Makefile
  1.4       +2 -2      ports/www/apache21/Makefile.doc
  1.61      +2 -2      ports/www/apache21/distinfo
  1.5       +6 -6      ports/www/apache21/files/patch-docs:conf:httpd-std.conf.in
  1.2       +0 -11     ports/www/apache21/files/patch-modules:ssl:ssl_engine_io.c (dead)
  1.4       +6 -5      ports/www/apache21/files/patch-srclib:apr-util:Makefile.in
  1.4       +6 -4      ports/www/apache21/files/patch-srclib:apr:Makefile.in
  1.2       +3 -3      ports/www/apache21/files/patch-srclib:apr:build:buildcheck.sh
  1.65      +5 -5      ports/www/apache21/pkg-plist

http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/apache21/Makefile.diff?&r1=1.169&r2=1.170&f=h&f=u
http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/apache21/Makefile.doc.diff?&r1=1.3&r2=1.4&f=h&f=u
http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/apache21/distinfo.diff?&r1=1.60&r2=1.61&f=h&f=u
http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/apache21/files/patch-docs:conf:httpd-std.conf.in.diff?&r1=1.4&r2=1.5&f=h&f=u
http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/apache21/files/patch-modules:ssl:ssl_engine_io.c
http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/apache21/files/patch-srclib:apr-util:Makefile.in.diff?&r1=1.3&r2=1.4&f=h&f=u
http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/apache21/files/patch-srclib:apr:Makefile.in.diff?&r1=1.3&r2=1.4&f=h&f=u
http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/apache21/files/patch-srclib:apr:build:buildcheck.sh.diff?&r1=1.1&r2=1.2&f=h&f=u
http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/www/apache21/pkg-plist.diff?&r1=1.64&r2=1.65&f=h&f=u


===================================================================
RCS file: /usr/local/www/cvsroot/FreeBSD/ports/www/apache21/Makefile,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -p -r1.169 -r1.170
--- ports/www/apache21/Makefile	2005/02/05 18:26:20	1.169
+++ ports/www/apache21/Makefile	2005/02/23 10:59:45	1.170
@@ -2,20 +2,19 @@
 # Date created:				Dec 11 2004
 # Whom:					Clement Laforet <clement at FreeBSD.org>
 #
-# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/apache21/Makefile,v 1.169 2005/02/05 18:26:20 clement Exp $
+# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/apache21/Makefile,v 1.170 2005/02/23 10:59:45 clement Exp $
 #
 # For more information, please read Makefile.doc
 #
 
 PORTNAME=	apache
-PORTVERSION=	2.1.2
-PORTREVISION=	4
+PORTVERSION=	2.1.3
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_LOCAL:S/%SUBDIR%/clement/}
 DISTNAME=	httpd-${PORTVERSION}-alpha
-DISTFILES=	${DISTNAME}.tar.gz powerlogo.gif
+DISTFILES=	${DISTNAME}.tar.bz2 powerlogo.gif
 DIST_SUBDIR=	apache21
-EXTRACT_ONLY=	${DISTNAME}.tar.gz
+EXTRACT_ONLY=	${DISTNAME}.tar.bz2
 
 MAINTAINER?=	clement at FreeBSD.org
 COMMENT?=	Version 2.1 of Apache web server with ${WITH_MPM:L} MPM.
@@ -37,6 +36,8 @@ SCRIPTS_ENV+=		LIBTOOL=${LIBTOOL} LIBTOO
 			LIBTOOL_VERSION=${LIBTOOL_VERSION} AUTOCONF=${AUTOCONF} \
 			LIBTOOL_M4=${LOCALBASE}/share/aclocal/libtool${LIBTOOL_VERSION}.m4 \
 			AUTOHEADER=${AUTOHEADER}
+
+USE_BZIP2=		yes
 USE_ICONV=		yes
 USE_AUTOCONF_VER=	259
 USE_LIBTOOL_VER=	15
===================================================================
RCS file: /usr/local/www/cvsroot/FreeBSD/ports/www/apache21/Makefile.doc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ports/www/apache21/Makefile.doc	2004/12/27 20:38:37	1.3
+++ ports/www/apache21/Makefile.doc	2005/02/23 10:59:45	1.4
@@ -5,7 +5,7 @@
 #      - make options output
 #      - apache2 man/docs routines
 #
-# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/apache21/Makefile.doc,v 1.3 2004/12/27 20:38:37 clement Exp $
+# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/apache21/Makefile.doc,v 1.4 2005/02/23 10:59:45 clement Exp $
 #
 
 ## Available knobs:
@@ -150,4 +150,4 @@ PLIST_SUB+=	ERROR="@comment "
 PLIST_SUB+=	ERROR=""
 .endif
 
-PORTDOCS=	#don't blame me ;-)
+PORTDOCS=	*#don't blame me ;-)
===================================================================
RCS file: /usr/local/www/cvsroot/FreeBSD/ports/www/apache21/distinfo,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -p -r1.60 -r1.61
--- ports/www/apache21/distinfo	2004/12/11 18:06:04	1.60
+++ ports/www/apache21/distinfo	2005/02/23 10:59:45	1.61
@@ -1,4 +1,4 @@
-MD5 (apache21/httpd-2.1.2-alpha.tar.gz) = 06b459ae8aa46ca3336890b91dd10aad
-SIZE (apache21/httpd-2.1.2-alpha.tar.gz) = 7458973
+MD5 (apache21/httpd-2.1.3-alpha.tar.bz2) = 26a610611603dda9132ec44b9b9b2a13
+SIZE (apache21/httpd-2.1.3-alpha.tar.bz2) = 5224114
 MD5 (apache21/powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62
 SIZE (apache21/powerlogo.gif) = 5279
===================================================================
RCS file: /usr/local/www/cvsroot/FreeBSD/ports/www/apache21/files/patch-docs:conf:httpd-std.conf.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- ports/www/apache21/files/patch-docs:conf:httpd-std.conf.in	2004/12/11 18:06:04	1.4
+++ ports/www/apache21/files/patch-docs:conf:httpd-std.conf.in	2005/02/23 10:59:45	1.5
@@ -1,9 +1,9 @@
---- docs/conf/httpd-std.conf.in.orig	Sat Nov 20 21:16:24 2004
-+++ docs/conf/httpd-std.conf.in	Sat Dec 11 16:49:35 2004
+--- docs/conf/httpd-std.conf.in.orig	Tue Feb  8 23:31:56 2005
++++ docs/conf/httpd-std.conf.in	Wed Feb 23 11:06:23 2005
 @@ -68,7 +68,7 @@
  #
- #<IfModule !mpm_netware.c>
- #<IfModule !perchild.c>
+ #<IfModule !mpm_netware_module>
+ #<IfModule !mpm_perchild_module>
 -#ScoreBoardFile @rel_logfiledir@/apache_runtime_status
 +#ScoreBoardFile @rel_runtimedir@/apache_runtime_status
  #</IfModule>
@@ -30,7 +30,7 @@
      Deny from all
 @@ -369,6 +368,23 @@
  #
- <IfModule mod_userdir.c>
+ <IfModule userdir_module>
      UserDir public_html
 +    UserDir disabled %%FTPUSERS%%
 +#
@@ -86,7 +86,7 @@
  </IfModule>
  
  #
-@@ -1082,3 +1098,5 @@
+@@ -1071,3 +1087,5 @@
  #    ErrorLog @rel_logfiledir@/dummy-host.example.com-error_log
  #    CustomLog @rel_logfiledir@/dummy-host.example.com-access_log common
  #</VirtualHost>
===================================================================
RCS file: /usr/local/www/cvsroot/FreeBSD/ports/www/apache21/files/patch-srclib:apr-util:Makefile.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ports/www/apache21/files/patch-srclib:apr-util:Makefile.in	2004/12/11 18:06:04	1.3
+++ ports/www/apache21/files/patch-srclib:apr-util:Makefile.in	2005/02/23 10:59:45	1.4
@@ -1,14 +1,15 @@
---- srclib/apr-util/Makefile.in.orig	Wed Nov 17 02:12:20 2004
-+++ srclib/apr-util/Makefile.in	Sat Dec 11 18:20:07 2004
-@@ -55,11 +55,10 @@
+--- srclib/apr-util/Makefile.in.orig	Sun Nov 28 19:59:35 2004
++++ srclib/apr-util/Makefile.in	Wed Feb 23 11:26:13 2005
+@@ -54,12 +54,11 @@
  	sed 's,^\(location=\).*$$,\1installed,' < $(APU_CONFIG) > $@
  
  install: $(TARGET_LIB) apu-config.out
 -	$(APR_MKDIR) $(DESTDIR)$(includedir) $(DESTDIR)$(libdir)/pkgconfig \
 +	$(APR_MKDIR) $(DESTDIR)$(includedir) \
  		     $(DESTDIR)$(libdir) $(DESTDIR)$(bindir)
- 	$(INSTALL_DATA) $(top_srcdir)/include/*.h $(DESTDIR)$(includedir)
- 	$(INSTALL_DATA) $(top_blddir)/include/*.h $(DESTDIR)$(includedir)
+ 	for f in $(top_srcdir)/include/*.h $(top_blddir)/include/*.h; do \
+ 		$(INSTALL_DATA) $${f} $(DESTDIR)$(includedir); \
+ 	done
 -	$(INSTALL_DATA) apr-util.pc $(DESTDIR)$(libdir)/pkgconfig/$(APRUTIL_PCFILE)
  	list='$(INSTALL_SUBDIRS)'; for i in $$list; do \
  		( cd $$i ; $(MAKE) DESTDIR=$(DESTDIR) install ); \
===================================================================
RCS file: /usr/local/www/cvsroot/FreeBSD/ports/www/apache21/files/patch-srclib:apr:Makefile.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ports/www/apache21/files/patch-srclib:apr:Makefile.in	2004/12/11 18:06:04	1.3
+++ ports/www/apache21/files/patch-srclib:apr:Makefile.in	2005/02/23 10:59:45	1.4
@@ -1,13 +1,15 @@
---- srclib/apr/Makefile.in.orig	Wed Nov 17 02:07:02 2004
-+++ srclib/apr/Makefile.in	Sat Dec 11 18:19:36 2004
-@@ -67,12 +67,11 @@
+--- srclib/apr/Makefile.in.orig	Sun Nov 28 20:00:49 2004
++++ srclib/apr/Makefile.in	Wed Feb 23 11:10:47 2005
+@@ -67,14 +67,13 @@
  
  install: $(TARGET_LIB) apr-config.out build/apr_rules.out
  	$(APR_MKDIR) $(DESTDIR)$(libdir) $(DESTDIR)$(bindir) $(DESTDIR)$(installbuilddir) \
 -		     $(DESTDIR)$(libdir)/pkgconfig $(DESTDIR)$(includedir)
 +		     $(DESTDIR)$(includedir)
  	$(INSTALL_DATA) $(top_blddir)/include/apr.h $(DESTDIR)$(includedir)
- 	$(INSTALL_DATA) $(top_srcdir)/include/apr_*.h $(DESTDIR)$(includedir)
+ 	for f in $(top_srcdir)/include/apr_*.h; do \
+ 	    $(INSTALL_DATA) $${f} $(DESTDIR)$(includedir); \
+ 	done
  	$(LIBTOOL) --mode=install $(INSTALL) -m 755 $(TARGET_LIB) $(DESTDIR)$(libdir)
  	$(INSTALL_DATA) apr.exp $(DESTDIR)$(libdir)/apr.exp
 -	$(INSTALL_DATA) apr.pc $(DESTDIR)$(libdir)/pkgconfig/$(APR_PCFILE)
===================================================================
RCS file: /usr/local/www/cvsroot/FreeBSD/ports/www/apache21/files/patch-srclib:apr:build:buildcheck.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- ports/www/apache21/files/patch-srclib:apr:build:buildcheck.sh	2004/12/11 18:06:04	1.1
+++ ports/www/apache21/files/patch-srclib:apr:build:buildcheck.sh	2005/02/23 10:59:45	1.2
@@ -1,9 +1,9 @@
---- srclib/apr/build/buildcheck.sh.orig	Sun Jun  6 23:19:19 2004
-+++ srclib/apr/build/buildcheck.sh	Sat Dec 11 16:57:18 2004
+--- srclib/apr/build/buildcheck.sh.orig	Fri Jan 14 11:16:31 2005
++++ srclib/apr/build/buildcheck.sh	Wed Feb 23 11:16:25 2005
 @@ -38,7 +38,7 @@
  # output is multiline from 1.5 onwards
  
- # Require libtool 1.3.3 or newer
+ # Require libtool 1.4 or newer
 -libtool=`build/PrintPath glibtool libtool libtool15 libtool14`
 +libtool=${LIBTOOL}
  lt_pversion=`$libtool --version 2>/dev/null|sed -e 's/([^)]*)//g;s/^[^0-9]*//;s/[- ].*//g;q'`
===================================================================
RCS file: /usr/local/www/cvsroot/FreeBSD/ports/www/apache21/pkg-plist,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -p -r1.64 -r1.65
--- ports/www/apache21/pkg-plist	2005/02/05 18:26:20	1.64
+++ ports/www/apache21/pkg-plist	2005/02/23 10:59:45	1.65
@@ -1,4 +1,4 @@
- at comment $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/apache21/pkg-plist,v 1.64 2005/02/05 18:26:20 clement Exp $
+ at comment $FreeBSD: /usr/local/www/cvsroot/FreeBSD/ports/www/apache21/pkg-plist,v 1.65 2005/02/23 10:59:45 clement Exp $
 @exec mkdir -p %D/etc/apache21 2> /dev/null
 @unexec if cmp -s %D/etc/apache21/httpd.conf %D/%%EXAMPLESDIR%%/httpd-std.conf; then rm -f %D/etc/apache21/httpd.conf; fi
 %%EXAMPLESDIR%%/httpd-std.conf
@@ -21,6 +21,7 @@ include/apache21/ap_listen.h
 include/apache21/ap_mmn.h
 include/apache21/ap_mpm.h
 include/apache21/ap_provider.h
+include/apache21/ap_regex.h
 include/apache21/ap_regkey.h
 include/apache21/ap_release.h
 %%APR_PORTS%%include/apr-1/apr.h
@@ -45,6 +46,7 @@ include/apache21/ap_release.h
 %%APR_PORTS%%include/apr-1/apr_inherit.h
 %%APR_PORTS%%include/apr-1/apr_ldap.h
 %%APR_PORTS%%include/apr-1/apr_ldap_init.h
+%%APR_PORTS%%include/apr-1/apr_ldap_option.h
 %%APR_PORTS%%include/apr-1/apr_ldap_url.h
 %%APR_PORTS%%include/apr-1/apr_lib.h
 %%APR_PORTS%%include/apr-1/apr_md4.h
@@ -111,8 +113,6 @@ include/apache21/mpm.h
 include/apache21/mpm_common.h
 include/apache21/mpm_default.h
 include/apache21/os.h
-include/apache21/pcre.h
-include/apache21/pcreposix.h
 %%WORKER%%include/apache21/pod.h
 include/apache21/scoreboard.h
 include/apache21/unixd.h
@@ -131,10 +131,10 @@ include/apache21/util_xml.h
 %%APR_PORTS%%lib/aprutil.exp
 %%APR_PORTS%%lib/libapr-1.a
 %%APR_PORTS%%lib/libapr-1.so
-%%APR_PORTS%%lib/libapr-1.so.0
+%%APR_PORTS%%lib/libapr-1.so.1
 %%APR_PORTS%%lib/libaprutil-1.a
 %%APR_PORTS%%lib/libaprutil-1.so
-%%APR_PORTS%%lib/libaprutil-1.so.0
+%%APR_PORTS%%lib/libaprutil-1.so.1
 libexec/apache21/httpd.exp
 %%MOD_ACTIONS%%libexec/apache21/mod_actions.so
 %%MOD_ALIAS%%libexec/apache21/mod_alias.so

----- End forwarded message -----
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-apache/attachments/20050223/a0eaf6b0/attachment.bin


More information about the freebsd-apache mailing list