Index: head/www/apache20/Makefile =================================================================== --- head/www/apache20/Makefile (revision 161023) +++ head/www/apache20/Makefile (revision 161024) @@ -1,247 +1,246 @@ # New ports collection makefile for: apache2 # Date created: 7 April 2001 # Whom: Hye-Shik Chang # # $FreeBSD$ # # For more information, please read Makefile.doc # PORTNAME= apache -PORTVERSION= 2.0.55 -PORTREVISION= 4 +PORTVERSION= 2.0.58 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} \ ${MASTER_SITE_LOCAL:S/$/:powerlogo/} MASTER_SITE_SUBDIR= clement/:powerlogo DISTNAME= httpd-${PORTVERSION} DISTFILES= ${DISTNAME}.tar.bz2 powerlogo.gif:powerlogo DIST_SUBDIR= apache2 EXTRACT_ONLY= ${DISTNAME}.tar.bz2 MAINTAINER?= clement@FreeBSD.org COMMENT?= Version 2 of Apache web server with ${WITH_MPM:L} MPM. LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 LATEST_LINK= apache20 CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* \ apache+mod_ssl+mod_snmp+ipv6-1.* apache+mod_ssl+mod_accel-1.* \ apache+mod_ssl+mod_snmp+mod_accel-1.* \ apache+ipv6-1.* apache+ssl-1.* apache-1.* apache_fp-1.* \ caudium-devel-1.* caudium10-1.* caudium12-* \ ru-apache+mod_ssl-1.* ru-apache-1.* thttpd-2.* # patch files EXTRA_PATCHES+= ${FILESDIR}/build-fix-openssl_beta .if defined (WITH_WINDOWSUPDATEFIX) EXTRA_PATCHES+= ${FILESDIR}/exp-windowsupdate.patch .endif .if defined(WITH_EXPERIMENTAL_PATCHES) IGNORE= : Please define WITH_KQUEUE_SUPPORT instead .endif .if defined(WITH_KQUEUE_SUPPORT) EXTRA_PATCHES+= ${FILESDIR}/exp-apr-kqueue.patch .endif SCRIPTS_ENV+= LIBTOOL=${LIBTOOL} LIBTOOLIZE=${LIBTOOLIZE} \ LIBTOOL_VERSION=${LIBTOOL_VERSION} AUTOCONF=${AUTOCONF} \ LIBTOOL_M4=${LOCALBASE}/share/aclocal/libtool${LIBTOOL_VERSION}.m4 \ AUTOHEADER=${AUTOHEADER} USE_ICONV= yes USE_AUTOTOOLS= autoconf:259 libtool:15 USE_PERL5= yes USE_RC_SUBR= yes USE_REINPLACE= yes USE_APACHE= common20 LIBTOOLFILES= configure INSTALLS_SHLIB= yes LDCONFIG_DIRS= ${PREFIX}/lib/apache2 USE_BZIP2= yes CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --enable-layout=FreeBSD \ --with-perl=${PERL5} \ --with-port=${WITH_HTTP_PORT} \ --with-expat=${LOCALBASE} \ --with-iconv=${LOCALBASE} \ --libdir=${PREFIX_RELDEST}/lib/apache2 \ --includedir=${PREFIX_RELDEST}/include/apache2 CONFIGURE_ENV= CC="${CC}" CPPFLAGS="${CPPFLAGS}" \ CFLAGS="${CFLAGS}" \ LDFLAGS="${LDFLAGS}" CONFIG_SHELL="${SH}" \ LOCALBASE="${LOCALBASE}" PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} MAKE_ENV+= DESTDIR=${DESTDIR} EXPR_COMPAT=yes WITH_MPM?= prefork # or worker, perchild, threadpool WITH_HTTP_PORT?= 80 .if defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --disable-ipv6 .else CATEGORIES+= ipv6 . if defined(WITH_IPV6_V6ONLY) || defined(WITHOUT_V4MAPPED) CONFIGURE_ARGS+= --disable-v4-mapped . else CONFIGURE_ARGS+= --enable-v4-mapped . endif .endif #backward compatibility .if defined(WITHOUT_SSL) WITHOUT_SSL_MODULES= YES .endif .if !defined(WITHOUT_SSL_MODULES) USE_OPENSSL= yes .endif .if defined(WITH_STATIC_SUPPORT) CONFIGURE_ARGS+= --enable-static-support .endif .if defined(WITH_SSL_EXPERIMENTAL_ENGINE) CFLAGS+= -DSSL_EXPERIMENTAL_ENGINE .endif # debug overrides CFLAGS .if defined(WITH_DEBUG) DEBUG_FLAGS?= -O0 -g -ggdb3 CFLAGS= ${DEBUG_FLAGS} CONFIGURE_ARGS+= --enable-maintainer-mode WITH_EXCEPTION_HOOK= YES .endif .if defined(WITH_EXCEPTION_HOOK) CONFIGURE_ARGS+= --enable-exception-hook .endif # for slave ports .if !defined(MASTERDIR) APACHEDIR= ${.CURDIR} .else APACHEDIR= ${MASTERDIR} .endif .if defined (WITH_LDAP) || defined (WITH_LDAP_MODULES) USE_OPENLDAP= YES CONFIGURE_ARGS+= --with-ldap \ --with-ldap-lib="${LOCALBASE}/lib" \ --with-ldap-include="${LOCALBASE}/include" .endif .include "${APACHEDIR}/Makefile.doc" .include "${APACHEDIR}/Makefile.modules" .include .if exists(${LOCALBASE}/lib/libapr-0.so) || defined(WITH_APR_FROM_PORTS) IGNORE= : apr from ports (WITH_APR_FROM_PORTS) is no longer supported .endif .if defined(WITH_THREADS) CONFIGURE_ARGS+= --enable-threads . if ${OSVERSION} > 500023 . if ${ARCH} == i386 CONFIGURE_ARGS+= --enable-nonportable-atomics . endif . else CFLAGS+= -DFREEBSD_THREAD_HACK . endif .endif CONFIGURE_ARGS+= --with-mpm=${WITH_MPM:L} ${CONFIGURE_TARGET} show-options: @${SED} -ne 's/^##//p' ${APACHEDIR}/Makefile.doc pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} " To enable a module category: WITH__MODULES" @${ECHO_MSG} " To disable a module category: WITHOUT__MODULES" @${ECHO_MSG} "" @${ECHO_MSG} " Per default categories are:" @${ECHO_MSG} " ${DEFAULT_MODULES_CATEGORIES}" @${ECHO_MSG} " Categories available:" @${ECHO_MSG} " ${ALL_MODULES_CATEGORIES}" @${ECHO_MSG} "" @${ECHO_MSG} " To see all available knobs, type make show-options" @${ECHO_MSG} " To see all modules in different categories, type make show-categories" @${ECHO_MSG} " You can check your modules configuration by using make show-modules" @${ECHO_MSG} "" @${ECHO_MSG} "To save apache.org bandwidth, please use the closest" @${ECHO_MSG} "mirror. Hit Ctrl+C now and do a "make print-closest-mirrors." @${ECHO_MSG} "To automatically update /etc/make.conf do:" @${ECHO_MSG} "make print-closest-mirrors >> /etc/make.conf" @${ECHO_MSG} "" post-extract: @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif post-patch: @cd ${WRKSRC}/docs/docroot && \ for f in index.html.*; do (\ ${REINPLACE_CMD} -e 's,apache_pb,icons/freebsd.gif"\ ALT="[Powered by FreeBSD]"> ${WRKDIR}/apache2.sh @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ ${FILESDIR}/apache2libs.sh > ${WRKDIR}/apache2libs.sh .endif @${ECHO_CMD} "=> Installing ${PREFIX}/etc/rc.d/000.apache2libs.sh startup script." @${INSTALL_SCRIPT} -m 555 ${WRKDIR}/apache2libs.sh ${PREFIX}/etc/rc.d/000.apache2libs.sh @${ECHO_CMD} "=> Installing ${PREFIX}/etc/rc.d/apache2.sh startup script." @${INSTALL_SCRIPT} -m 555 ${WRKDIR}/apache2.sh ${PREFIX}/etc/rc.d/apache2.sh post-install: install-startup-script @${MKDIR} ${PREFIX}/etc/apache2/envvars.d @${MKDIR} ${PREFIX}/etc/apache2/Includes @${ECHO_CMD} "" @${CAT} ${PKGMESSAGE} .if !defined(NOPORTDOCS) @[ -d ${DOCSDIR}/style/lang/ ] && ${TOUCH} ${DOCSDIR}/style/lang/.keepme .endif .include Property changes on: head/www/apache20/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.236 \ No newline at end of property +1.237 \ No newline at end of property Index: head/www/apache20/distinfo =================================================================== --- head/www/apache20/distinfo (revision 161023) +++ head/www/apache20/distinfo (revision 161024) @@ -1,6 +1,6 @@ -MD5 (apache2/httpd-2.0.55.tar.bz2) = f1b5b65c8661db9ffe38b5a4a865a0e2 -SHA256 (apache2/httpd-2.0.55.tar.bz2) = 764d12f9f3ca1b01218077681a9c08b43bc8239079ec7c2ca99c8a7fa47d3652 -SIZE (apache2/httpd-2.0.55.tar.bz2) = 4745220 +MD5 (apache2/httpd-2.0.58.tar.bz2) = ac732a8b3ec5760baa582888f5dbad66 +SHA256 (apache2/httpd-2.0.58.tar.bz2) = 4f746715c408f4cac48099ea72560c50ef190568dfcfa8e0762bae66c0398029 +SIZE (apache2/httpd-2.0.58.tar.bz2) = 4704318 MD5 (apache2/powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62 SHA256 (apache2/powerlogo.gif) = 0144675a80761b9660bdb652d331d9ba3bebdff89c0fa35a56aa463662a53254 SIZE (apache2/powerlogo.gif) = 5279 Property changes on: head/www/apache20/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.69 \ No newline at end of property +1.70 \ No newline at end of property Index: head/www/apache20/files/patch-srclib:apr-util:xml:expat:buildconf.sh =================================================================== --- head/www/apache20/files/patch-srclib:apr-util:xml:expat:buildconf.sh (revision 161023) +++ head/www/apache20/files/patch-srclib:apr-util:xml:expat:buildconf.sh (revision 161024) @@ -1,18 +1,20 @@ ---- srclib/apr-util/xml/expat/buildconf.sh Tue Jun 17 20:51:47 2003 -+++ srclib/apr-util/xml/expat/buildconf.sh Tue Mar 9 07:52:57 2004 -@@ -3,13 +3,13 @@ +--- srclib/apr-util/xml/expat/buildconf.sh.orig Sat Mar 25 21:41:35 2006 ++++ srclib/apr-util/xml/expat/buildconf.sh Mon May 1 12:11:04 2006 +@@ -3,7 +3,7 @@ # # Build aclocal.m4 from libtool's libtool.m4 # -libtoolize=`conftools/PrintPath glibtoolize libtoolize` +libtoolize=${LIBTOOLIZE} if [ "x$libtoolize" = "x" ]; then echo "libtoolize not found in path" exit 1 - fi +@@ -16,7 +16,7 @@ + rm -rf aclocal.m4 libtool.m4 ltsugar.m4 autom4te*.cache + ltpath=`dirname $libtoolize` -ltfile=${LIBTOOL_M4-`cd $ltpath/../share/aclocal ; pwd`/libtool.m4} +ltfile=${LIBTOOL_M4-`cd $ltpath/../../share/aclocal ; pwd`/libtool${LIBTOOL_VERSION}.m4} echo "Incorporating $ltfile into aclocal.m4 ..." echo "dnl THIS FILE IS AUTOMATICALLY GENERATED BY buildconf.sh" > aclocal.m4 echo "dnl edits here will be lost" >> aclocal.m4 Property changes on: head/www/apache20/files/patch-srclib:apr-util:xml:expat:buildconf.sh ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/www/apache20/pkg-plist =================================================================== --- head/www/apache20/pkg-plist (revision 161023) +++ head/www/apache20/pkg-plist (revision 161024) @@ -1,531 +1,534 @@ @comment $FreeBSD$ @exec mkdir -p %D/etc/apache2 2> /dev/null @unexec if cmp -s %D/etc/apache2/httpd.conf %D/%%EXAMPLESDIR%%/httpd-std.conf; then rm -f %D/etc/apache2/httpd.conf; fi %%EXAMPLESDIR%%/httpd-std.conf @exec [ -f %D/etc/apache2/httpd.conf ] || cp %D/%%EXAMPLESDIR%%/httpd-std.conf %D/etc/apache2/httpd.conf @unexec if cmp -s %D/etc/apache2/magic %D/%%EXAMPLESDIR%%/magic-dist; then rm -f %D/etc/apache2/magic; fi %%EXAMPLESDIR%%/magic-dist @exec [ -f %D/etc/apache2/magic ] || cp %D/%%EXAMPLESDIR%%/magic-dist %D/etc/apache2/magic @unexec if cmp -s %D/etc/apache2/mime.types %D/%%EXAMPLESDIR%%/mime.types-dist; then rm -f %D/etc/apache2/mime.types; fi %%EXAMPLESDIR%%/mime.types-dist @exec [ -f %D/etc/apache2/mime.types ] || cp %D/%%EXAMPLESDIR%%/mime.types-dist %D/etc/apache2/mime.types @unexec if cmp -s %D/etc/apache2/ssl.conf %D/%%EXAMPLESDIR%%/ssl-std.conf; then rm -f %D/etc/apache2/ssl.conf; fi %%EXAMPLESDIR%%/ssl-std.conf @exec [ -f %D/etc/apache2/ssl.conf ] || cp %D/%%EXAMPLESDIR%%/ssl-std.conf %D/etc/apache2/ssl.conf etc/rc.d/000.apache2libs.sh etc/rc.d/apache2.sh include/apache2/ap_compat.h include/apache2/ap_config.h include/apache2/ap_config_auto.h include/apache2/ap_config_layout.h include/apache2/ap_listen.h include/apache2/ap_mmn.h include/apache2/ap_mpm.h include/apache2/ap_provider.h include/apache2/ap_regkey.h include/apache2/ap_release.h include/apache2/apr.h include/apache2/apr_allocator.h include/apache2/apr_anylock.h include/apache2/apr_atomic.h include/apache2/apr_base64.h include/apache2/apr_buckets.h include/apache2/apr_compat.h include/apache2/apr_date.h include/apache2/apr_dbm.h include/apache2/apr_dso.h include/apache2/apr_env.h include/apache2/apr_errno.h include/apache2/apr_file_info.h include/apache2/apr_file_io.h include/apache2/apr_fnmatch.h include/apache2/apr_general.h include/apache2/apr_getopt.h include/apache2/apr_global_mutex.h include/apache2/apr_hash.h include/apache2/apr_hooks.h include/apache2/apr_inherit.h include/apache2/apr_ldap.h include/apache2/apr_ldap_url.h include/apache2/apr_lib.h include/apache2/apr_md4.h include/apache2/apr_md5.h include/apache2/apr_mmap.h include/apache2/apr_network_io.h include/apache2/apr_optional.h include/apache2/apr_optional_hooks.h include/apache2/apr_poll.h include/apache2/apr_pools.h include/apache2/apr_portable.h include/apache2/apr_proc_mutex.h include/apache2/apr_queue.h include/apache2/apr_reslist.h include/apache2/apr_ring.h include/apache2/apr_rmm.h include/apache2/apr_sdbm.h include/apache2/apr_sha1.h include/apache2/apr_shm.h include/apache2/apr_signal.h include/apache2/apr_strings.h include/apache2/apr_strmatch.h include/apache2/apr_support.h include/apache2/apr_tables.h include/apache2/apr_thread_cond.h include/apache2/apr_thread_mutex.h include/apache2/apr_thread_proc.h include/apache2/apr_thread_rwlock.h include/apache2/apr_time.h include/apache2/apr_uri.h include/apache2/apr_user.h include/apache2/apr_uuid.h include/apache2/apr_version.h include/apache2/apr_want.h include/apache2/apr_xlate.h include/apache2/apr_xml.h include/apache2/apu.h include/apache2/apu_compat.h include/apache2/apu_version.h include/apache2/apu_want.h %%WORKER%%include/apache2/fdqueue.h %%THREADPOOL%%include/apache2/pod.h include/apache2/http_config.h include/apache2/http_connection.h include/apache2/http_core.h include/apache2/http_log.h include/apache2/http_main.h include/apache2/http_protocol.h include/apache2/http_request.h include/apache2/http_vhost.h include/apache2/httpd.h include/apache2/mod_cgi.h include/apache2/mod_core.h include/apache2/mod_dav.h include/apache2/mod_include.h include/apache2/mod_log_config.h include/apache2/mod_proxy.h include/apache2/mod_ssl.h include/apache2/mod_status.h include/apache2/mpm.h include/apache2/mpm_common.h include/apache2/mpm_default.h include/apache2/os.h include/apache2/pcre.h include/apache2/pcreposix.h %%WORKER%%include/apache2/pod.h include/apache2/rfc1413.h include/apache2/scoreboard.h include/apache2/ssl_expr.h include/apache2/ssl_expr_parse.h include/apache2/ssl_toolkit_compat.h include/apache2/ssl_util_ssl.h include/apache2/ssl_util_table.h include/apache2/unixd.h include/apache2/util_cfgtree.h include/apache2/util_charset.h include/apache2/util_ebcdic.h include/apache2/util_filter.h include/apache2/util_ldap.h include/apache2/util_md5.h include/apache2/util_script.h include/apache2/util_time.h include/apache2/util_xml.h lib/apache2/apr-config lib/apache2/apr.exp lib/apache2/aprutil.exp lib/apache2/apu-config lib/apache2/libapr-0.a lib/apache2/libapr-0.la lib/apache2/libapr-0.so lib/apache2/libapr-0.so.9 lib/apache2/libaprutil-0.a lib/apache2/libaprutil-0.la lib/apache2/libaprutil-0.so lib/apache2/libaprutil-0.so.9 libexec/apache2/httpd.exp %%MOD_ACCESS%%libexec/apache2/mod_access.so %%MOD_ACTIONS%%libexec/apache2/mod_actions.so %%MOD_ALIAS%%libexec/apache2/mod_alias.so %%MOD_ASIS%%libexec/apache2/mod_asis.so %%MOD_AUTH%%libexec/apache2/mod_auth.so %%MOD_AUTH_ANON%%libexec/apache2/mod_auth_anon.so %%MOD_AUTH_DBM%%libexec/apache2/mod_auth_dbm.so %%MOD_AUTH_DIGEST%%libexec/apache2/mod_auth_digest.so %%MOD_AUTH_LDAP%%libexec/apache2/mod_auth_ldap.so %%MOD_AUTOINDEX%%libexec/apache2/mod_autoindex.so %%MOD_BUCKETEER%%libexec/apache2/mod_bucketeer.so %%MOD_CACHE%%libexec/apache2/mod_cache.so %%MOD_CASE_FILTER%%libexec/apache2/mod_case_filter.so %%MOD_CASE_FILTER_IN%%libexec/apache2/mod_case_filter_in.so %%MOD_CERN_META%%libexec/apache2/mod_cern_meta.so %%MOD_CGI%%libexec/apache2/mod_cgi.so %%MOD_CGID%%libexec/apache2/mod_cgid.so %%MOD_CHARSET_LITE%%libexec/apache2/mod_charset_lite.so %%MOD_DAV%%libexec/apache2/mod_dav.so %%MOD_DAV_FS%%libexec/apache2/mod_dav_fs.so %%MOD_DEFLATE%%libexec/apache2/mod_deflate.so %%MOD_DIR%%libexec/apache2/mod_dir.so %%MOD_DISK_CACHE%%libexec/apache2/mod_disk_cache.so %%MOD_ENV%%libexec/apache2/mod_env.so %%MOD_EXPIRES%%libexec/apache2/mod_expires.so %%MOD_EXT_FILTER%%libexec/apache2/mod_ext_filter.so %%MOD_FILE_CACHE%%libexec/apache2/mod_file_cache.so %%MOD_HEADERS%%libexec/apache2/mod_headers.so %%MOD_IMAP%%libexec/apache2/mod_imap.so %%MOD_INCLUDE%%libexec/apache2/mod_include.so %%MOD_INFO%%libexec/apache2/mod_info.so %%MOD_LDAP%%libexec/apache2/mod_ldap.so %%MOD_LOG_CONFIG%%libexec/apache2/mod_log_config.so %%MOD_LOGIO%%libexec/apache2/mod_logio.so %%MOD_MEM_CACHE%%libexec/apache2/mod_mem_cache.so %%MOD_MIME%%libexec/apache2/mod_mime.so %%MOD_MIME_MAGIC%%libexec/apache2/mod_mime_magic.so %%MOD_NEGOTIATION%%libexec/apache2/mod_negotiation.so %%MOD_OPTIONAL_HOOK_EXPORT%%libexec/apache2/mod_optional_hook_export.so %%MOD_OPTIONAL_HOOK_IMPORT%%libexec/apache2/mod_optional_hook_import.so %%MOD_OPTIONAL_FN_IMPORT%%libexec/apache2/mod_optional_fn_import.so %%MOD_OPTIONAL_FN_EXPORT%%libexec/apache2/mod_optional_fn_export.so %%MOD_PROXY%%libexec/apache2/mod_proxy.so %%MOD_PROXY_CONNECT%%libexec/apache2/mod_proxy_connect.so %%MOD_PROXY_FTP%%libexec/apache2/mod_proxy_ftp.so %%MOD_PROXY_HTTP%%libexec/apache2/mod_proxy_http.so %%MOD_REWRITE%%libexec/apache2/mod_rewrite.so %%MOD_SETENVIF%%libexec/apache2/mod_setenvif.so %%MOD_SPELING%%libexec/apache2/mod_speling.so %%MOD_SSL%%libexec/apache2/mod_ssl.so %%MOD_STATUS%%libexec/apache2/mod_status.so %%MOD_SUEXEC%%libexec/apache2/mod_suexec.so %%MOD_UNIQUE_ID%%libexec/apache2/mod_unique_id.so %%MOD_USERDIR%%libexec/apache2/mod_userdir.so %%MOD_USERTRACK%%libexec/apache2/mod_usertrack.so %%MOD_VHOST_ALIAS%%libexec/apache2/mod_vhost_alias.so sbin/ab sbin/apachectl sbin/apxs sbin/checkgid sbin/dbmmanage sbin/envvars sbin/htdbm sbin/htdigest sbin/htpasswd sbin/httpd sbin/logresolve sbin/rotatelogs %%MOD_SUEXEC%%sbin/suexec share/apache2/build/apr_rules.mk share/apache2/build/config_vars.mk share/apache2/build/config.nice share/apache2/build/instdso.sh share/apache2/build/library.mk share/apache2/build/libtool share/apache2/build/ltlib.mk +share/apache2/build/make_exports.awk +share/apache2/build/make_var_export.awk +share/apache2/build/mkdir.sh share/apache2/build/program.mk share/apache2/build/rules.mk share/apache2/build/special.mk %%CGI%%@unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi %%CGI%%www/cgi-bin-dist/printenv %%CGI%%www/cgi-bin-dist/test-cgi %%CGI%%@exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin-dist %D/www/cgi-bin %%WWWDATA%%@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi %%WWWDATA%%www/data-dist/apache_pb.gif %%WWWDATA%%www/data-dist/apache_pb.png %%WWWDATA%%www/data-dist/apache_pb2.gif %%WWWDATA%%www/data-dist/apache_pb2.png %%WWWDATA%%www/data-dist/apache_pb2_ani.gif %%WWWDATA%%www/data-dist/index.html.ca %%WWWDATA%%www/data-dist/index.html.cz.iso8859-2 %%WWWDATA%%www/data-dist/index.html.de %%WWWDATA%%www/data-dist/index.html.dk %%WWWDATA%%www/data-dist/index.html.ee %%WWWDATA%%www/data-dist/index.html.el %%WWWDATA%%www/data-dist/index.html.en %%WWWDATA%%www/data-dist/index.html.es %%WWWDATA%%www/data-dist/index.html.et %%WWWDATA%%www/data-dist/index.html.fr %%WWWDATA%%www/data-dist/index.html.he.iso8859-8 %%WWWDATA%%www/data-dist/index.html.hr.iso8859-2 %%WWWDATA%%www/data-dist/index.html.it %%WWWDATA%%www/data-dist/index.html.ja.iso2022-jp %%WWWDATA%%www/data-dist/index.html.ko.euc-kr %%WWWDATA%%www/data-dist/index.html.lb.utf8 %%WWWDATA%%www/data-dist/index.html.nl %%WWWDATA%%www/data-dist/index.html.nn %%WWWDATA%%www/data-dist/index.html.no %%WWWDATA%%www/data-dist/index.html.po.iso8859-2 %%WWWDATA%%www/data-dist/index.html.pt %%WWWDATA%%www/data-dist/index.html.pt-br %%WWWDATA%%www/data-dist/index.html.ru.cp-1251 %%WWWDATA%%www/data-dist/index.html.ru.cp866 %%WWWDATA%%www/data-dist/index.html.ru.iso-ru %%WWWDATA%%www/data-dist/index.html.ru.koi8-r %%WWWDATA%%www/data-dist/index.html.ru.utf8 %%WWWDATA%%www/data-dist/index.html.sv %%WWWDATA%%www/data-dist/index.html.var %%WWWDATA%%www/data-dist/index.html.zh-cn.gb2312 %%WWWDATA%%www/data-dist/index.html.zh-tw.big5 %%WWWDATA%%@exec [ ! -d %D/www/data ] && ln -fs %D/www/data-dist %D/www/data %%ERROR%%@unexec if [ -L %D/www/error ]; then rm -f %D/www/error; fi %%ERROR%%www/error-dist/HTTP_BAD_GATEWAY.html.var %%ERROR%%www/error-dist/HTTP_BAD_REQUEST.html.var %%ERROR%%www/error-dist/HTTP_FORBIDDEN.html.var %%ERROR%%www/error-dist/HTTP_GONE.html.var %%ERROR%%www/error-dist/HTTP_INTERNAL_SERVER_ERROR.html.var %%ERROR%%www/error-dist/HTTP_LENGTH_REQUIRED.html.var %%ERROR%%www/error-dist/HTTP_METHOD_NOT_ALLOWED.html.var %%ERROR%%www/error-dist/HTTP_NOT_FOUND.html.var %%ERROR%%www/error-dist/HTTP_NOT_IMPLEMENTED.html.var %%ERROR%%www/error-dist/HTTP_PRECONDITION_FAILED.html.var %%ERROR%%www/error-dist/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var %%ERROR%%www/error-dist/HTTP_REQUEST_TIME_OUT.html.var %%ERROR%%www/error-dist/HTTP_REQUEST_URI_TOO_LARGE.html.var %%ERROR%%www/error-dist/HTTP_SERVICE_UNAVAILABLE.html.var %%ERROR%%www/error-dist/HTTP_UNAUTHORIZED.html.var %%ERROR%%www/error-dist/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var %%ERROR%%www/error-dist/HTTP_VARIANT_ALSO_VARIES.html.var %%ERROR%%www/error-dist/README %%ERROR%%www/error-dist/contact.html.var %%ERROR%%www/error-dist/include/bottom.html %%ERROR%%www/error-dist/include/spacer.html %%ERROR%%www/error-dist/include/top.html %%ERROR%%@exec [ ! -d %D/www/error ] && ln -fs %D/www/error-dist %D/www/error %%ICONS%%@unexec if [ -L %D/www/icons ]; then rm -f %D/www/icons; fi %%ICONS%%www/icons-dist/README %%ICONS%%www/icons-dist/a.gif %%ICONS%%www/icons-dist/a.png %%ICONS%%www/icons-dist/alert.black.gif %%ICONS%%www/icons-dist/alert.black.png %%ICONS%%www/icons-dist/alert.red.gif %%ICONS%%www/icons-dist/alert.red.png %%ICONS%%www/icons-dist/apache_pb.gif %%ICONS%%www/icons-dist/apache_pb.png %%ICONS%%www/icons-dist/apache_pb2.gif %%ICONS%%www/icons-dist/apache_pb2.png %%ICONS%%www/icons-dist/apache_pb2_ani.gif %%ICONS%%www/icons-dist/back.gif %%ICONS%%www/icons-dist/back.png %%ICONS%%www/icons-dist/ball.gray.gif %%ICONS%%www/icons-dist/ball.gray.png %%ICONS%%www/icons-dist/ball.red.gif %%ICONS%%www/icons-dist/ball.red.png %%ICONS%%www/icons-dist/binary.gif %%ICONS%%www/icons-dist/binary.png %%ICONS%%www/icons-dist/binhex.gif %%ICONS%%www/icons-dist/binhex.png %%ICONS%%www/icons-dist/blank.gif %%ICONS%%www/icons-dist/blank.png %%ICONS%%www/icons-dist/bomb.gif %%ICONS%%www/icons-dist/bomb.png %%ICONS%%www/icons-dist/box1.gif %%ICONS%%www/icons-dist/box1.png %%ICONS%%www/icons-dist/box2.gif %%ICONS%%www/icons-dist/box2.png %%ICONS%%www/icons-dist/broken.gif %%ICONS%%www/icons-dist/broken.png %%ICONS%%www/icons-dist/burst.gif %%ICONS%%www/icons-dist/burst.png %%ICONS%%www/icons-dist/c.gif %%ICONS%%www/icons-dist/c.png %%ICONS%%www/icons-dist/comp.blue.gif %%ICONS%%www/icons-dist/comp.blue.png %%ICONS%%www/icons-dist/comp.gray.gif %%ICONS%%www/icons-dist/comp.gray.png %%ICONS%%www/icons-dist/compressed.gif %%ICONS%%www/icons-dist/compressed.png %%ICONS%%www/icons-dist/continued.gif %%ICONS%%www/icons-dist/continued.png %%ICONS%%www/icons-dist/dir.gif %%ICONS%%www/icons-dist/dir.png %%ICONS%%www/icons-dist/diskimg.gif %%ICONS%%www/icons-dist/diskimg.png %%ICONS%%www/icons-dist/down.gif %%ICONS%%www/icons-dist/down.png %%ICONS%%www/icons-dist/dvi.gif %%ICONS%%www/icons-dist/dvi.png %%ICONS%%www/icons-dist/f.gif %%ICONS%%www/icons-dist/f.png %%ICONS%%www/icons-dist/folder.gif %%ICONS%%www/icons-dist/folder.open.gif %%ICONS%%www/icons-dist/folder.open.png %%ICONS%%www/icons-dist/folder.png %%ICONS%%www/icons-dist/folder.sec.gif %%ICONS%%www/icons-dist/folder.sec.png %%ICONS%%www/icons-dist/forward.gif %%ICONS%%www/icons-dist/forward.png %%ICONS%%www/icons-dist/freebsd.gif %%ICONS%%www/icons-dist/generic.gif %%ICONS%%www/icons-dist/generic.png %%ICONS%%www/icons-dist/generic.red.gif %%ICONS%%www/icons-dist/generic.red.png %%ICONS%%www/icons-dist/generic.sec.gif %%ICONS%%www/icons-dist/generic.sec.png %%ICONS%%www/icons-dist/hand.right.gif %%ICONS%%www/icons-dist/hand.right.png %%ICONS%%www/icons-dist/hand.up.gif %%ICONS%%www/icons-dist/hand.up.png %%ICONS%%www/icons-dist/icon.sheet.gif %%ICONS%%www/icons-dist/icon.sheet.png %%ICONS%%www/icons-dist/image1.gif %%ICONS%%www/icons-dist/image1.png %%ICONS%%www/icons-dist/image2.gif %%ICONS%%www/icons-dist/image2.png %%ICONS%%www/icons-dist/image3.gif %%ICONS%%www/icons-dist/image3.png %%ICONS%%www/icons-dist/index.gif %%ICONS%%www/icons-dist/index.png %%ICONS%%www/icons-dist/layout.gif %%ICONS%%www/icons-dist/layout.png %%ICONS%%www/icons-dist/left.gif %%ICONS%%www/icons-dist/left.png %%ICONS%%www/icons-dist/link.gif %%ICONS%%www/icons-dist/link.png %%ICONS%%www/icons-dist/movie.gif %%ICONS%%www/icons-dist/movie.png %%ICONS%%www/icons-dist/p.gif %%ICONS%%www/icons-dist/p.png %%ICONS%%www/icons-dist/patch.gif %%ICONS%%www/icons-dist/patch.png %%ICONS%%www/icons-dist/pdf.gif %%ICONS%%www/icons-dist/pdf.png %%ICONS%%www/icons-dist/pie0.gif %%ICONS%%www/icons-dist/pie0.png %%ICONS%%www/icons-dist/pie1.gif %%ICONS%%www/icons-dist/pie1.png %%ICONS%%www/icons-dist/pie2.gif %%ICONS%%www/icons-dist/pie2.png %%ICONS%%www/icons-dist/pie3.gif %%ICONS%%www/icons-dist/pie3.png %%ICONS%%www/icons-dist/pie4.gif %%ICONS%%www/icons-dist/pie4.png %%ICONS%%www/icons-dist/pie5.gif %%ICONS%%www/icons-dist/pie5.png %%ICONS%%www/icons-dist/pie6.gif %%ICONS%%www/icons-dist/pie6.png %%ICONS%%www/icons-dist/pie7.gif %%ICONS%%www/icons-dist/pie7.png %%ICONS%%www/icons-dist/pie8.gif %%ICONS%%www/icons-dist/pie8.png %%ICONS%%www/icons-dist/portal.gif %%ICONS%%www/icons-dist/portal.png %%ICONS%%www/icons-dist/ps.gif %%ICONS%%www/icons-dist/ps.png %%ICONS%%www/icons-dist/quill.gif %%ICONS%%www/icons-dist/quill.png %%ICONS%%www/icons-dist/right.gif %%ICONS%%www/icons-dist/right.png %%ICONS%%www/icons-dist/screw1.gif %%ICONS%%www/icons-dist/screw1.png %%ICONS%%www/icons-dist/screw2.gif %%ICONS%%www/icons-dist/screw2.png %%ICONS%%www/icons-dist/script.gif %%ICONS%%www/icons-dist/script.png %%ICONS%%www/icons-dist/small/README.txt %%ICONS%%www/icons-dist/small/back.gif %%ICONS%%www/icons-dist/small/back.png %%ICONS%%www/icons-dist/small/binary.gif %%ICONS%%www/icons-dist/small/binary.png %%ICONS%%www/icons-dist/small/binhex.gif %%ICONS%%www/icons-dist/small/binhex.png %%ICONS%%www/icons-dist/small/blank.gif %%ICONS%%www/icons-dist/small/blank.png %%ICONS%%www/icons-dist/small/broken.gif %%ICONS%%www/icons-dist/small/broken.png %%ICONS%%www/icons-dist/small/burst.gif %%ICONS%%www/icons-dist/small/burst.png %%ICONS%%www/icons-dist/small/comp1.gif %%ICONS%%www/icons-dist/small/comp1.png %%ICONS%%www/icons-dist/small/comp2.gif %%ICONS%%www/icons-dist/small/comp2.png %%ICONS%%www/icons-dist/small/compressed.gif %%ICONS%%www/icons-dist/small/compressed.png %%ICONS%%www/icons-dist/small/continued.gif %%ICONS%%www/icons-dist/small/continued.png %%ICONS%%www/icons-dist/small/dir.gif %%ICONS%%www/icons-dist/small/dir.png %%ICONS%%www/icons-dist/small/dir2.gif %%ICONS%%www/icons-dist/small/dir2.png %%ICONS%%www/icons-dist/small/doc.gif %%ICONS%%www/icons-dist/small/doc.png %%ICONS%%www/icons-dist/small/forward.gif %%ICONS%%www/icons-dist/small/forward.png %%ICONS%%www/icons-dist/small/generic.gif %%ICONS%%www/icons-dist/small/generic.png %%ICONS%%www/icons-dist/small/generic2.gif %%ICONS%%www/icons-dist/small/generic2.png %%ICONS%%www/icons-dist/small/generic3.gif %%ICONS%%www/icons-dist/small/generic3.png %%ICONS%%www/icons-dist/small/image.gif %%ICONS%%www/icons-dist/small/image.png %%ICONS%%www/icons-dist/small/image2.gif %%ICONS%%www/icons-dist/small/image2.png %%ICONS%%www/icons-dist/small/index.gif %%ICONS%%www/icons-dist/small/index.png %%ICONS%%www/icons-dist/small/key.gif %%ICONS%%www/icons-dist/small/key.png %%ICONS%%www/icons-dist/small/movie.gif %%ICONS%%www/icons-dist/small/movie.png %%ICONS%%www/icons-dist/small/patch.gif %%ICONS%%www/icons-dist/small/patch.png %%ICONS%%www/icons-dist/small/ps.gif %%ICONS%%www/icons-dist/small/ps.png %%ICONS%%www/icons-dist/small/rainbow.gif %%ICONS%%www/icons-dist/small/rainbow.png %%ICONS%%www/icons-dist/small/sound.gif %%ICONS%%www/icons-dist/small/sound.png %%ICONS%%www/icons-dist/small/sound2.gif %%ICONS%%www/icons-dist/small/sound2.png %%ICONS%%www/icons-dist/small/tar.gif %%ICONS%%www/icons-dist/small/tar.png %%ICONS%%www/icons-dist/small/text.gif %%ICONS%%www/icons-dist/small/text.png %%ICONS%%www/icons-dist/small/transfer.gif %%ICONS%%www/icons-dist/small/transfer.png %%ICONS%%www/icons-dist/small/unknown.gif %%ICONS%%www/icons-dist/small/unknown.png %%ICONS%%www/icons-dist/small/uu.gif %%ICONS%%www/icons-dist/small/uu.png %%ICONS%%www/icons-dist/sound1.gif %%ICONS%%www/icons-dist/sound1.png %%ICONS%%www/icons-dist/sound2.gif %%ICONS%%www/icons-dist/sound2.png %%ICONS%%www/icons-dist/sphere1.gif %%ICONS%%www/icons-dist/sphere1.png %%ICONS%%www/icons-dist/sphere2.gif %%ICONS%%www/icons-dist/sphere2.png %%ICONS%%www/icons-dist/tar.gif %%ICONS%%www/icons-dist/tar.png %%ICONS%%www/icons-dist/tex.gif %%ICONS%%www/icons-dist/tex.png %%ICONS%%www/icons-dist/text.gif %%ICONS%%www/icons-dist/text.png %%ICONS%%www/icons-dist/transfer.gif %%ICONS%%www/icons-dist/transfer.png %%ICONS%%www/icons-dist/unknown.gif %%ICONS%%www/icons-dist/unknown.png %%ICONS%%www/icons-dist/up.gif %%ICONS%%www/icons-dist/up.png %%ICONS%%www/icons-dist/uu.gif %%ICONS%%www/icons-dist/uu.png %%ICONS%%www/icons-dist/uuencoded.gif %%ICONS%%www/icons-dist/uuencoded.png %%ICONS%%www/icons-dist/world1.gif %%ICONS%%www/icons-dist/world1.png %%ICONS%%www/icons-dist/world2.gif %%ICONS%%www/icons-dist/world2.png %%ICONS%%@dirrm www/icons-dist/small %%ICONS%%@dirrm www/icons-dist %%ICONS%%@exec [ ! -d %D/www/icons ] && ln -fs %D/www/icons-dist %D/www/icons %%ERROR%%@dirrm www/error-dist/include %%ERROR%%@dirrm www/error-dist %%WWWDATA%%@dirrm www/data-dist %%CGI%%@dirrm www/cgi-bin-dist @dirrm %%EXAMPLESDIR%% @dirrm share/apache2/build @dirrm share/apache2 @dirrmtry libexec/apache2 @dirrm lib/apache2 @dirrm include/apache2 @exec mkdir -p %D/etc/apache2/Includes 2> /dev/null || true @exec mkdir -p %D/etc/apache2/envvars.d 2> /dev/null || true @dirrmtry etc/apache2/Includes @dirrmtry etc/apache2/envvars.d @unexec rm -f %D/etc/apache2/httpd.conf.bak 2> /dev/null || true @unexec rmdir %D/etc/apache2 2> /dev/null || echo "===> If you plan to do not reinstall apache2, you can safely remove %D/etc/apache2." Property changes on: head/www/apache20/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.77 \ No newline at end of property +1.78 \ No newline at end of property