Upgrade to 1.2b2

This commit is contained in:
Andrey A. Chernov 1996-12-11 19:10:06 +00:00
parent ee1dee6f75
commit b52bc6ef01
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4929
17 changed files with 70 additions and 231 deletions

View File

@ -1,44 +1,27 @@
# New ports collection makefile for: apache HTTPD and HTTPSD
# Version required: 1.1.1
# Version required: 1.2b2
# Date created: Fri Aug 25 16:42:36 CDT 1995
# Whom: erich@rrnet.com
#
# $Id: Makefile,v 1.21 1996/11/07 01:53:14 ache Exp $
# $Id: Makefile,v 1.22 1996/11/18 11:40:33 asami Exp $
#
DISTNAME= apache_1.1.1
PKGNAME= apache-1.1.1
DISTNAME= apache_1.2b2
PKGNAME= apache-1.2b2
CATEGORIES= www
MASTER_SITES= ftp://www.apache.org/apache/dist/
MAINTAINER= ache@freebsd.org
# User-controlled variables list
# CHARSET_ACHE - add charset negotiation to .var files and charset guessing
# see http://www.nagual.ru/~ache/apache_var.html
# DIR_ACHE - add SuppressHTMLPreamble option to directory index
# see http://www.nagual.ru/~ache/apache_dir.html
# ALL_ACHE - both patches from above
#
# SECURE_SERVER - build Apache with SSL
.if defined(ALL_ACHE)
CHARSET_ACHE=YES
DIR_ACHE=YES
.endif
.if defined(CHARSET_ACHE) || defined(DIR_ACHE)
PATCH_SITES+= http://www.nagual.ru/~ache/
.endif
.if defined(CHARSET_ACHE)
PATCHFILES+= mod.patch
VERS_ID1= charset/
.endif
.if defined(DIR_ACHE)
PATCH_SITES+= http://www.nagual.ru/~ache/
PATCHFILES+= dir.patch
VERS_ID2= dir/
.endif
.if defined(VERS_ID1) || defined(VERS_ID2)
VERS_ID= ${VERS_ID1}${VERS_ID2}ache
VERS_ID= dir/ache
.endif
.if defined(VERS_ID)

View File

@ -1,44 +1,27 @@
# New ports collection makefile for: apache HTTPD and HTTPSD
# Version required: 1.1.1
# Version required: 1.2b2
# Date created: Fri Aug 25 16:42:36 CDT 1995
# Whom: erich@rrnet.com
#
# $Id: Makefile,v 1.21 1996/11/07 01:53:14 ache Exp $
# $Id: Makefile,v 1.22 1996/11/18 11:40:33 asami Exp $
#
DISTNAME= apache_1.1.1
PKGNAME= apache-1.1.1
DISTNAME= apache_1.2b2
PKGNAME= apache-1.2b2
CATEGORIES= www
MASTER_SITES= ftp://www.apache.org/apache/dist/
MAINTAINER= ache@freebsd.org
# User-controlled variables list
# CHARSET_ACHE - add charset negotiation to .var files and charset guessing
# see http://www.nagual.ru/~ache/apache_var.html
# DIR_ACHE - add SuppressHTMLPreamble option to directory index
# see http://www.nagual.ru/~ache/apache_dir.html
# ALL_ACHE - both patches from above
#
# SECURE_SERVER - build Apache with SSL
.if defined(ALL_ACHE)
CHARSET_ACHE=YES
DIR_ACHE=YES
.endif
.if defined(CHARSET_ACHE) || defined(DIR_ACHE)
PATCH_SITES+= http://www.nagual.ru/~ache/
.endif
.if defined(CHARSET_ACHE)
PATCHFILES+= mod.patch
VERS_ID1= charset/
.endif
.if defined(DIR_ACHE)
PATCH_SITES+= http://www.nagual.ru/~ache/
PATCHFILES+= dir.patch
VERS_ID2= dir/
.endif
.if defined(VERS_ID1) || defined(VERS_ID2)
VERS_ID= ${VERS_ID1}${VERS_ID2}ache
VERS_ID= dir/ache
.endif
.if defined(VERS_ID)

View File

@ -1,3 +1,2 @@
MD5 (apache_1.1.1.tar.gz) = 0dc9c3a3148d2acf419dd926018003c3
MD5 (mod.patch) = ae4c7ec8520bd384f7552f4dd5f4151e
MD5 (dir.patch) = d840a0a1b484a1820e246ed1effcf561
MD5 (apache_1.2b2.tar.gz) = 3203f4ffcd7ad5d27ae733ca68a77b69
MD5 (dir.patch) = b91b8faad5c9d849c691e1b0f47479d0

View File

@ -1,44 +1,27 @@
# New ports collection makefile for: apache HTTPD and HTTPSD
# Version required: 1.1.1
# Version required: 1.2b2
# Date created: Fri Aug 25 16:42:36 CDT 1995
# Whom: erich@rrnet.com
#
# $Id: Makefile,v 1.21 1996/11/07 01:53:14 ache Exp $
# $Id: Makefile,v 1.22 1996/11/18 11:40:33 asami Exp $
#
DISTNAME= apache_1.1.1
PKGNAME= apache-1.1.1
DISTNAME= apache_1.2b2
PKGNAME= apache-1.2b2
CATEGORIES= www
MASTER_SITES= ftp://www.apache.org/apache/dist/
MAINTAINER= ache@freebsd.org
# User-controlled variables list
# CHARSET_ACHE - add charset negotiation to .var files and charset guessing
# see http://www.nagual.ru/~ache/apache_var.html
# DIR_ACHE - add SuppressHTMLPreamble option to directory index
# see http://www.nagual.ru/~ache/apache_dir.html
# ALL_ACHE - both patches from above
#
# SECURE_SERVER - build Apache with SSL
.if defined(ALL_ACHE)
CHARSET_ACHE=YES
DIR_ACHE=YES
.endif
.if defined(CHARSET_ACHE) || defined(DIR_ACHE)
PATCH_SITES+= http://www.nagual.ru/~ache/
.endif
.if defined(CHARSET_ACHE)
PATCHFILES+= mod.patch
VERS_ID1= charset/
.endif
.if defined(DIR_ACHE)
PATCH_SITES+= http://www.nagual.ru/~ache/
PATCHFILES+= dir.patch
VERS_ID2= dir/
.endif
.if defined(VERS_ID1) || defined(VERS_ID2)
VERS_ID= ${VERS_ID1}${VERS_ID2}ache
VERS_ID= dir/ache
.endif
.if defined(VERS_ID)

View File

@ -1,3 +1,2 @@
MD5 (apache_1.1.1.tar.gz) = 0dc9c3a3148d2acf419dd926018003c3
MD5 (mod.patch) = ae4c7ec8520bd384f7552f4dd5f4151e
MD5 (dir.patch) = d840a0a1b484a1820e246ed1effcf561
MD5 (apache_1.2b2.tar.gz) = 3203f4ffcd7ad5d27ae733ca68a77b69
MD5 (dir.patch) = b91b8faad5c9d849c691e1b0f47479d0

View File

@ -1,44 +1,27 @@
# New ports collection makefile for: apache HTTPD and HTTPSD
# Version required: 1.1.1
# Version required: 1.2b2
# Date created: Fri Aug 25 16:42:36 CDT 1995
# Whom: erich@rrnet.com
#
# $Id: Makefile,v 1.21 1996/11/07 01:53:14 ache Exp $
# $Id: Makefile,v 1.22 1996/11/18 11:40:33 asami Exp $
#
DISTNAME= apache_1.1.1
PKGNAME= apache-1.1.1
DISTNAME= apache_1.2b2
PKGNAME= apache-1.2b2
CATEGORIES= www
MASTER_SITES= ftp://www.apache.org/apache/dist/
MAINTAINER= ache@freebsd.org
# User-controlled variables list
# CHARSET_ACHE - add charset negotiation to .var files and charset guessing
# see http://www.nagual.ru/~ache/apache_var.html
# DIR_ACHE - add SuppressHTMLPreamble option to directory index
# see http://www.nagual.ru/~ache/apache_dir.html
# ALL_ACHE - both patches from above
#
# SECURE_SERVER - build Apache with SSL
.if defined(ALL_ACHE)
CHARSET_ACHE=YES
DIR_ACHE=YES
.endif
.if defined(CHARSET_ACHE) || defined(DIR_ACHE)
PATCH_SITES+= http://www.nagual.ru/~ache/
.endif
.if defined(CHARSET_ACHE)
PATCHFILES+= mod.patch
VERS_ID1= charset/
.endif
.if defined(DIR_ACHE)
PATCH_SITES+= http://www.nagual.ru/~ache/
PATCHFILES+= dir.patch
VERS_ID2= dir/
.endif
.if defined(VERS_ID1) || defined(VERS_ID2)
VERS_ID= ${VERS_ID1}${VERS_ID2}ache
VERS_ID= dir/ache
.endif
.if defined(VERS_ID)

View File

@ -1,3 +1,2 @@
MD5 (apache_1.1.1.tar.gz) = 0dc9c3a3148d2acf419dd926018003c3
MD5 (mod.patch) = ae4c7ec8520bd384f7552f4dd5f4151e
MD5 (dir.patch) = d840a0a1b484a1820e246ed1effcf561
MD5 (apache_1.2b2.tar.gz) = 3203f4ffcd7ad5d27ae733ca68a77b69
MD5 (dir.patch) = b91b8faad5c9d849c691e1b0f47479d0

View File

@ -1,44 +1,27 @@
# New ports collection makefile for: apache HTTPD and HTTPSD
# Version required: 1.1.1
# Version required: 1.2b2
# Date created: Fri Aug 25 16:42:36 CDT 1995
# Whom: erich@rrnet.com
#
# $Id: Makefile,v 1.21 1996/11/07 01:53:14 ache Exp $
# $Id: Makefile,v 1.22 1996/11/18 11:40:33 asami Exp $
#
DISTNAME= apache_1.1.1
PKGNAME= apache-1.1.1
DISTNAME= apache_1.2b2
PKGNAME= apache-1.2b2
CATEGORIES= www
MASTER_SITES= ftp://www.apache.org/apache/dist/
MAINTAINER= ache@freebsd.org
# User-controlled variables list
# CHARSET_ACHE - add charset negotiation to .var files and charset guessing
# see http://www.nagual.ru/~ache/apache_var.html
# DIR_ACHE - add SuppressHTMLPreamble option to directory index
# see http://www.nagual.ru/~ache/apache_dir.html
# ALL_ACHE - both patches from above
#
# SECURE_SERVER - build Apache with SSL
.if defined(ALL_ACHE)
CHARSET_ACHE=YES
DIR_ACHE=YES
.endif
.if defined(CHARSET_ACHE) || defined(DIR_ACHE)
PATCH_SITES+= http://www.nagual.ru/~ache/
.endif
.if defined(CHARSET_ACHE)
PATCHFILES+= mod.patch
VERS_ID1= charset/
.endif
.if defined(DIR_ACHE)
PATCH_SITES+= http://www.nagual.ru/~ache/
PATCHFILES+= dir.patch
VERS_ID2= dir/
.endif
.if defined(VERS_ID1) || defined(VERS_ID2)
VERS_ID= ${VERS_ID1}${VERS_ID2}ache
VERS_ID= dir/ache
.endif
.if defined(VERS_ID)

View File

@ -1,3 +1,2 @@
MD5 (apache_1.1.1.tar.gz) = 0dc9c3a3148d2acf419dd926018003c3
MD5 (mod.patch) = ae4c7ec8520bd384f7552f4dd5f4151e
MD5 (dir.patch) = d840a0a1b484a1820e246ed1effcf561
MD5 (apache_1.2b2.tar.gz) = 3203f4ffcd7ad5d27ae733ca68a77b69
MD5 (dir.patch) = b91b8faad5c9d849c691e1b0f47479d0

View File

@ -1,44 +1,27 @@
# New ports collection makefile for: apache HTTPD and HTTPSD
# Version required: 1.1.1
# Version required: 1.2b2
# Date created: Fri Aug 25 16:42:36 CDT 1995
# Whom: erich@rrnet.com
#
# $Id: Makefile,v 1.21 1996/11/07 01:53:14 ache Exp $
# $Id: Makefile,v 1.22 1996/11/18 11:40:33 asami Exp $
#
DISTNAME= apache_1.1.1
PKGNAME= apache-1.1.1
DISTNAME= apache_1.2b2
PKGNAME= apache-1.2b2
CATEGORIES= www
MASTER_SITES= ftp://www.apache.org/apache/dist/
MAINTAINER= ache@freebsd.org
# User-controlled variables list
# CHARSET_ACHE - add charset negotiation to .var files and charset guessing
# see http://www.nagual.ru/~ache/apache_var.html
# DIR_ACHE - add SuppressHTMLPreamble option to directory index
# see http://www.nagual.ru/~ache/apache_dir.html
# ALL_ACHE - both patches from above
#
# SECURE_SERVER - build Apache with SSL
.if defined(ALL_ACHE)
CHARSET_ACHE=YES
DIR_ACHE=YES
.endif
.if defined(CHARSET_ACHE) || defined(DIR_ACHE)
PATCH_SITES+= http://www.nagual.ru/~ache/
.endif
.if defined(CHARSET_ACHE)
PATCHFILES+= mod.patch
VERS_ID1= charset/
.endif
.if defined(DIR_ACHE)
PATCH_SITES+= http://www.nagual.ru/~ache/
PATCHFILES+= dir.patch
VERS_ID2= dir/
.endif
.if defined(VERS_ID1) || defined(VERS_ID2)
VERS_ID= ${VERS_ID1}${VERS_ID2}ache
VERS_ID= dir/ache
.endif
.if defined(VERS_ID)

View File

@ -1,3 +1,2 @@
MD5 (apache_1.1.1.tar.gz) = 0dc9c3a3148d2acf419dd926018003c3
MD5 (mod.patch) = ae4c7ec8520bd384f7552f4dd5f4151e
MD5 (dir.patch) = d840a0a1b484a1820e246ed1effcf561
MD5 (apache_1.2b2.tar.gz) = 3203f4ffcd7ad5d27ae733ca68a77b69
MD5 (dir.patch) = b91b8faad5c9d849c691e1b0f47479d0

View File

@ -1,44 +1,27 @@
# New ports collection makefile for: apache HTTPD and HTTPSD
# Version required: 1.1.1
# Version required: 1.2b2
# Date created: Fri Aug 25 16:42:36 CDT 1995
# Whom: erich@rrnet.com
#
# $Id: Makefile,v 1.21 1996/11/07 01:53:14 ache Exp $
# $Id: Makefile,v 1.22 1996/11/18 11:40:33 asami Exp $
#
DISTNAME= apache_1.1.1
PKGNAME= apache-1.1.1
DISTNAME= apache_1.2b2
PKGNAME= apache-1.2b2
CATEGORIES= www
MASTER_SITES= ftp://www.apache.org/apache/dist/
MAINTAINER= ache@freebsd.org
# User-controlled variables list
# CHARSET_ACHE - add charset negotiation to .var files and charset guessing
# see http://www.nagual.ru/~ache/apache_var.html
# DIR_ACHE - add SuppressHTMLPreamble option to directory index
# see http://www.nagual.ru/~ache/apache_dir.html
# ALL_ACHE - both patches from above
#
# SECURE_SERVER - build Apache with SSL
.if defined(ALL_ACHE)
CHARSET_ACHE=YES
DIR_ACHE=YES
.endif
.if defined(CHARSET_ACHE) || defined(DIR_ACHE)
PATCH_SITES+= http://www.nagual.ru/~ache/
.endif
.if defined(CHARSET_ACHE)
PATCHFILES+= mod.patch
VERS_ID1= charset/
.endif
.if defined(DIR_ACHE)
PATCH_SITES+= http://www.nagual.ru/~ache/
PATCHFILES+= dir.patch
VERS_ID2= dir/
.endif
.if defined(VERS_ID1) || defined(VERS_ID2)
VERS_ID= ${VERS_ID1}${VERS_ID2}ache
VERS_ID= dir/ache
.endif
.if defined(VERS_ID)

View File

@ -1,3 +1,2 @@
MD5 (apache_1.1.1.tar.gz) = 0dc9c3a3148d2acf419dd926018003c3
MD5 (mod.patch) = ae4c7ec8520bd384f7552f4dd5f4151e
MD5 (dir.patch) = d840a0a1b484a1820e246ed1effcf561
MD5 (apache_1.2b2.tar.gz) = 3203f4ffcd7ad5d27ae733ca68a77b69
MD5 (dir.patch) = b91b8faad5c9d849c691e1b0f47479d0

View File

@ -1,44 +1,27 @@
# New ports collection makefile for: apache HTTPD and HTTPSD
# Version required: 1.1.1
# Version required: 1.2b2
# Date created: Fri Aug 25 16:42:36 CDT 1995
# Whom: erich@rrnet.com
#
# $Id: Makefile,v 1.21 1996/11/07 01:53:14 ache Exp $
# $Id: Makefile,v 1.22 1996/11/18 11:40:33 asami Exp $
#
DISTNAME= apache_1.1.1
PKGNAME= apache-1.1.1
DISTNAME= apache_1.2b2
PKGNAME= apache-1.2b2
CATEGORIES= www
MASTER_SITES= ftp://www.apache.org/apache/dist/
MAINTAINER= ache@freebsd.org
# User-controlled variables list
# CHARSET_ACHE - add charset negotiation to .var files and charset guessing
# see http://www.nagual.ru/~ache/apache_var.html
# DIR_ACHE - add SuppressHTMLPreamble option to directory index
# see http://www.nagual.ru/~ache/apache_dir.html
# ALL_ACHE - both patches from above
#
# SECURE_SERVER - build Apache with SSL
.if defined(ALL_ACHE)
CHARSET_ACHE=YES
DIR_ACHE=YES
.endif
.if defined(CHARSET_ACHE) || defined(DIR_ACHE)
PATCH_SITES+= http://www.nagual.ru/~ache/
.endif
.if defined(CHARSET_ACHE)
PATCHFILES+= mod.patch
VERS_ID1= charset/
.endif
.if defined(DIR_ACHE)
PATCH_SITES+= http://www.nagual.ru/~ache/
PATCHFILES+= dir.patch
VERS_ID2= dir/
.endif
.if defined(VERS_ID1) || defined(VERS_ID2)
VERS_ID= ${VERS_ID1}${VERS_ID2}ache
VERS_ID= dir/ache
.endif
.if defined(VERS_ID)

View File

@ -1,3 +1,2 @@
MD5 (apache_1.1.1.tar.gz) = 0dc9c3a3148d2acf419dd926018003c3
MD5 (mod.patch) = ae4c7ec8520bd384f7552f4dd5f4151e
MD5 (dir.patch) = d840a0a1b484a1820e246ed1effcf561
MD5 (apache_1.2b2.tar.gz) = 3203f4ffcd7ad5d27ae733ca68a77b69
MD5 (dir.patch) = b91b8faad5c9d849c691e1b0f47479d0

View File

@ -1,44 +1,27 @@
# New ports collection makefile for: apache HTTPD and HTTPSD
# Version required: 1.1.1
# Version required: 1.2b2
# Date created: Fri Aug 25 16:42:36 CDT 1995
# Whom: erich@rrnet.com
#
# $Id: Makefile,v 1.21 1996/11/07 01:53:14 ache Exp $
# $Id: Makefile,v 1.22 1996/11/18 11:40:33 asami Exp $
#
DISTNAME= apache_1.1.1
PKGNAME= apache-1.1.1
DISTNAME= apache_1.2b2
PKGNAME= apache-1.2b2
CATEGORIES= www
MASTER_SITES= ftp://www.apache.org/apache/dist/
MAINTAINER= ache@freebsd.org
# User-controlled variables list
# CHARSET_ACHE - add charset negotiation to .var files and charset guessing
# see http://www.nagual.ru/~ache/apache_var.html
# DIR_ACHE - add SuppressHTMLPreamble option to directory index
# see http://www.nagual.ru/~ache/apache_dir.html
# ALL_ACHE - both patches from above
#
# SECURE_SERVER - build Apache with SSL
.if defined(ALL_ACHE)
CHARSET_ACHE=YES
DIR_ACHE=YES
.endif
.if defined(CHARSET_ACHE) || defined(DIR_ACHE)
PATCH_SITES+= http://www.nagual.ru/~ache/
.endif
.if defined(CHARSET_ACHE)
PATCHFILES+= mod.patch
VERS_ID1= charset/
.endif
.if defined(DIR_ACHE)
PATCH_SITES+= http://www.nagual.ru/~ache/
PATCHFILES+= dir.patch
VERS_ID2= dir/
.endif
.if defined(VERS_ID1) || defined(VERS_ID2)
VERS_ID= ${VERS_ID1}${VERS_ID2}ache
VERS_ID= dir/ache
.endif
.if defined(VERS_ID)

View File

@ -1,3 +1,2 @@
MD5 (apache_1.1.1.tar.gz) = 0dc9c3a3148d2acf419dd926018003c3
MD5 (mod.patch) = ae4c7ec8520bd384f7552f4dd5f4151e
MD5 (dir.patch) = d840a0a1b484a1820e246ed1effcf561
MD5 (apache_1.2b2.tar.gz) = 3203f4ffcd7ad5d27ae733ca68a77b69
MD5 (dir.patch) = b91b8faad5c9d849c691e1b0f47479d0