mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
The great apache shuffle, part 1.. Revive files and break out SSL..
This commit is contained in:
parent
a071303f4b
commit
c91e427134
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7544
@ -1,9 +1,9 @@
|
||||
# New ports collection makefile for: apache HTTPD and HTTPSD
|
||||
# New ports collection makefile for: apache HTTPD
|
||||
# Version required: 1.2.1
|
||||
# Date created: Fri Aug 25 16:42:36 CDT 1995
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $Id: Makefile,v 1.34 1997/06/06 13:45:07 ache Exp $
|
||||
# $Id: Makefile,v 1.35 1997/07/08 13:04:09 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_1.2.1
|
||||
@ -11,11 +11,7 @@ PKGNAME= apache-1.2.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://www.apache.org/apache/dist/
|
||||
|
||||
.if !defined(SECURE_SERVER)
|
||||
MAINTAINER= ache@freebsd.org
|
||||
.else
|
||||
MAINTAINER= markm@freebsd.org
|
||||
.endif
|
||||
|
||||
# User-controlled variables list
|
||||
# DIR_ACHE - add SuppressHTMLPreamble option to directory index
|
||||
@ -36,37 +32,6 @@ post-patch:
|
||||
< Configuration.old > Configuration
|
||||
.endif
|
||||
|
||||
.if defined(SECURE_SERVER)
|
||||
|
||||
BROKEN= "SSLeay has changed, and the patches for apache need more work"
|
||||
PKGNAME= apache_SSL-1.1.1
|
||||
MAIN_SRC= ${DISTNAME}${EXTRACT_SUFX}
|
||||
SSL_EXTRAS= ${DISTNAME}+1.3.ssl${EXTRACT_SUFX}
|
||||
DISTFILES= ${MAIN_SRC} ${SSL_EXTRAS}
|
||||
MASTER_SITES+= ftp://ftp.ox.ac.uk/pub/crypto/SSL/
|
||||
EXTRACT_ONLY= ${MAIN_SRC}
|
||||
MD5_FILE= ${FILESDIR}/md5.SSL
|
||||
PATCHDIR= ${.CURDIR}/patches.SSL
|
||||
PKGDIR= ${.CURDIR}/pkg.SSL
|
||||
CONFIGURE_SCRIPT= configure.SSL
|
||||
DEPENDS= ${PORTSDIR}/security/SSLeay
|
||||
|
||||
post-extract:
|
||||
@cd ${WRKSRC} && tar xzf ${DISTDIR}/${SSL_EXTRAS}
|
||||
|
||||
pre-patch:
|
||||
@cd ${WRKSRC} && ${PATCH} ${PATCH_DIST_ARGS} < SSLpatch
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/apache_ssl.sh ]; then \
|
||||
echo "Installing ${PREFIX}/etc/rc.d/apache_ssl.sh startup file."; \
|
||||
echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
echo "[ -x /usr/local/sbin/httpsd ] && /usr/local/sbin/httpsd && echo -n ' httpsd'" >> ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
chmod 751 ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
fi
|
||||
|
||||
.else
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \
|
||||
echo "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \
|
||||
@ -75,6 +40,4 @@ post-install:
|
||||
chmod 751 ${PREFIX}/etc/rc.d/apache.sh; \
|
||||
fi
|
||||
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# New ports collection makefile for: apache HTTPD and HTTPSD
|
||||
# New ports collection makefile for: apache HTTPD
|
||||
# Version required: 1.2.1
|
||||
# Date created: Fri Aug 25 16:42:36 CDT 1995
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $Id: Makefile,v 1.34 1997/06/06 13:45:07 ache Exp $
|
||||
# $Id: Makefile,v 1.35 1997/07/08 13:04:09 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_1.2.1
|
||||
@ -11,11 +11,7 @@ PKGNAME= apache-1.2.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://www.apache.org/apache/dist/
|
||||
|
||||
.if !defined(SECURE_SERVER)
|
||||
MAINTAINER= ache@freebsd.org
|
||||
.else
|
||||
MAINTAINER= markm@freebsd.org
|
||||
.endif
|
||||
|
||||
# User-controlled variables list
|
||||
# DIR_ACHE - add SuppressHTMLPreamble option to directory index
|
||||
@ -36,37 +32,6 @@ post-patch:
|
||||
< Configuration.old > Configuration
|
||||
.endif
|
||||
|
||||
.if defined(SECURE_SERVER)
|
||||
|
||||
BROKEN= "SSLeay has changed, and the patches for apache need more work"
|
||||
PKGNAME= apache_SSL-1.1.1
|
||||
MAIN_SRC= ${DISTNAME}${EXTRACT_SUFX}
|
||||
SSL_EXTRAS= ${DISTNAME}+1.3.ssl${EXTRACT_SUFX}
|
||||
DISTFILES= ${MAIN_SRC} ${SSL_EXTRAS}
|
||||
MASTER_SITES+= ftp://ftp.ox.ac.uk/pub/crypto/SSL/
|
||||
EXTRACT_ONLY= ${MAIN_SRC}
|
||||
MD5_FILE= ${FILESDIR}/md5.SSL
|
||||
PATCHDIR= ${.CURDIR}/patches.SSL
|
||||
PKGDIR= ${.CURDIR}/pkg.SSL
|
||||
CONFIGURE_SCRIPT= configure.SSL
|
||||
DEPENDS= ${PORTSDIR}/security/SSLeay
|
||||
|
||||
post-extract:
|
||||
@cd ${WRKSRC} && tar xzf ${DISTDIR}/${SSL_EXTRAS}
|
||||
|
||||
pre-patch:
|
||||
@cd ${WRKSRC} && ${PATCH} ${PATCH_DIST_ARGS} < SSLpatch
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/apache_ssl.sh ]; then \
|
||||
echo "Installing ${PREFIX}/etc/rc.d/apache_ssl.sh startup file."; \
|
||||
echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
echo "[ -x /usr/local/sbin/httpsd ] && /usr/local/sbin/httpsd && echo -n ' httpsd'" >> ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
chmod 751 ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
fi
|
||||
|
||||
.else
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \
|
||||
echo "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \
|
||||
@ -75,6 +40,4 @@ post-install:
|
||||
chmod 751 ${PREFIX}/etc/rc.d/apache.sh; \
|
||||
fi
|
||||
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# New ports collection makefile for: apache HTTPD and HTTPSD
|
||||
# New ports collection makefile for: apache HTTPD
|
||||
# Version required: 1.2.1
|
||||
# Date created: Fri Aug 25 16:42:36 CDT 1995
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $Id: Makefile,v 1.34 1997/06/06 13:45:07 ache Exp $
|
||||
# $Id: Makefile,v 1.35 1997/07/08 13:04:09 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_1.2.1
|
||||
@ -11,11 +11,7 @@ PKGNAME= apache-1.2.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://www.apache.org/apache/dist/
|
||||
|
||||
.if !defined(SECURE_SERVER)
|
||||
MAINTAINER= ache@freebsd.org
|
||||
.else
|
||||
MAINTAINER= markm@freebsd.org
|
||||
.endif
|
||||
|
||||
# User-controlled variables list
|
||||
# DIR_ACHE - add SuppressHTMLPreamble option to directory index
|
||||
@ -36,37 +32,6 @@ post-patch:
|
||||
< Configuration.old > Configuration
|
||||
.endif
|
||||
|
||||
.if defined(SECURE_SERVER)
|
||||
|
||||
BROKEN= "SSLeay has changed, and the patches for apache need more work"
|
||||
PKGNAME= apache_SSL-1.1.1
|
||||
MAIN_SRC= ${DISTNAME}${EXTRACT_SUFX}
|
||||
SSL_EXTRAS= ${DISTNAME}+1.3.ssl${EXTRACT_SUFX}
|
||||
DISTFILES= ${MAIN_SRC} ${SSL_EXTRAS}
|
||||
MASTER_SITES+= ftp://ftp.ox.ac.uk/pub/crypto/SSL/
|
||||
EXTRACT_ONLY= ${MAIN_SRC}
|
||||
MD5_FILE= ${FILESDIR}/md5.SSL
|
||||
PATCHDIR= ${.CURDIR}/patches.SSL
|
||||
PKGDIR= ${.CURDIR}/pkg.SSL
|
||||
CONFIGURE_SCRIPT= configure.SSL
|
||||
DEPENDS= ${PORTSDIR}/security/SSLeay
|
||||
|
||||
post-extract:
|
||||
@cd ${WRKSRC} && tar xzf ${DISTDIR}/${SSL_EXTRAS}
|
||||
|
||||
pre-patch:
|
||||
@cd ${WRKSRC} && ${PATCH} ${PATCH_DIST_ARGS} < SSLpatch
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/apache_ssl.sh ]; then \
|
||||
echo "Installing ${PREFIX}/etc/rc.d/apache_ssl.sh startup file."; \
|
||||
echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
echo "[ -x /usr/local/sbin/httpsd ] && /usr/local/sbin/httpsd && echo -n ' httpsd'" >> ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
chmod 751 ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
fi
|
||||
|
||||
.else
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \
|
||||
echo "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \
|
||||
@ -75,6 +40,4 @@ post-install:
|
||||
chmod 751 ${PREFIX}/etc/rc.d/apache.sh; \
|
||||
fi
|
||||
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# New ports collection makefile for: apache HTTPD and HTTPSD
|
||||
# New ports collection makefile for: apache HTTPD
|
||||
# Version required: 1.2.1
|
||||
# Date created: Fri Aug 25 16:42:36 CDT 1995
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $Id: Makefile,v 1.34 1997/06/06 13:45:07 ache Exp $
|
||||
# $Id: Makefile,v 1.35 1997/07/08 13:04:09 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_1.2.1
|
||||
@ -11,11 +11,7 @@ PKGNAME= apache-1.2.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://www.apache.org/apache/dist/
|
||||
|
||||
.if !defined(SECURE_SERVER)
|
||||
MAINTAINER= ache@freebsd.org
|
||||
.else
|
||||
MAINTAINER= markm@freebsd.org
|
||||
.endif
|
||||
|
||||
# User-controlled variables list
|
||||
# DIR_ACHE - add SuppressHTMLPreamble option to directory index
|
||||
@ -36,37 +32,6 @@ post-patch:
|
||||
< Configuration.old > Configuration
|
||||
.endif
|
||||
|
||||
.if defined(SECURE_SERVER)
|
||||
|
||||
BROKEN= "SSLeay has changed, and the patches for apache need more work"
|
||||
PKGNAME= apache_SSL-1.1.1
|
||||
MAIN_SRC= ${DISTNAME}${EXTRACT_SUFX}
|
||||
SSL_EXTRAS= ${DISTNAME}+1.3.ssl${EXTRACT_SUFX}
|
||||
DISTFILES= ${MAIN_SRC} ${SSL_EXTRAS}
|
||||
MASTER_SITES+= ftp://ftp.ox.ac.uk/pub/crypto/SSL/
|
||||
EXTRACT_ONLY= ${MAIN_SRC}
|
||||
MD5_FILE= ${FILESDIR}/md5.SSL
|
||||
PATCHDIR= ${.CURDIR}/patches.SSL
|
||||
PKGDIR= ${.CURDIR}/pkg.SSL
|
||||
CONFIGURE_SCRIPT= configure.SSL
|
||||
DEPENDS= ${PORTSDIR}/security/SSLeay
|
||||
|
||||
post-extract:
|
||||
@cd ${WRKSRC} && tar xzf ${DISTDIR}/${SSL_EXTRAS}
|
||||
|
||||
pre-patch:
|
||||
@cd ${WRKSRC} && ${PATCH} ${PATCH_DIST_ARGS} < SSLpatch
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/apache_ssl.sh ]; then \
|
||||
echo "Installing ${PREFIX}/etc/rc.d/apache_ssl.sh startup file."; \
|
||||
echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
echo "[ -x /usr/local/sbin/httpsd ] && /usr/local/sbin/httpsd && echo -n ' httpsd'" >> ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
chmod 751 ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
fi
|
||||
|
||||
.else
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \
|
||||
echo "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \
|
||||
@ -75,6 +40,4 @@ post-install:
|
||||
chmod 751 ${PREFIX}/etc/rc.d/apache.sh; \
|
||||
fi
|
||||
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# New ports collection makefile for: apache HTTPD and HTTPSD
|
||||
# New ports collection makefile for: apache HTTPD
|
||||
# Version required: 1.2.1
|
||||
# Date created: Fri Aug 25 16:42:36 CDT 1995
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $Id: Makefile,v 1.34 1997/06/06 13:45:07 ache Exp $
|
||||
# $Id: Makefile,v 1.35 1997/07/08 13:04:09 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_1.2.1
|
||||
@ -11,11 +11,7 @@ PKGNAME= apache-1.2.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://www.apache.org/apache/dist/
|
||||
|
||||
.if !defined(SECURE_SERVER)
|
||||
MAINTAINER= ache@freebsd.org
|
||||
.else
|
||||
MAINTAINER= markm@freebsd.org
|
||||
.endif
|
||||
|
||||
# User-controlled variables list
|
||||
# DIR_ACHE - add SuppressHTMLPreamble option to directory index
|
||||
@ -36,37 +32,6 @@ post-patch:
|
||||
< Configuration.old > Configuration
|
||||
.endif
|
||||
|
||||
.if defined(SECURE_SERVER)
|
||||
|
||||
BROKEN= "SSLeay has changed, and the patches for apache need more work"
|
||||
PKGNAME= apache_SSL-1.1.1
|
||||
MAIN_SRC= ${DISTNAME}${EXTRACT_SUFX}
|
||||
SSL_EXTRAS= ${DISTNAME}+1.3.ssl${EXTRACT_SUFX}
|
||||
DISTFILES= ${MAIN_SRC} ${SSL_EXTRAS}
|
||||
MASTER_SITES+= ftp://ftp.ox.ac.uk/pub/crypto/SSL/
|
||||
EXTRACT_ONLY= ${MAIN_SRC}
|
||||
MD5_FILE= ${FILESDIR}/md5.SSL
|
||||
PATCHDIR= ${.CURDIR}/patches.SSL
|
||||
PKGDIR= ${.CURDIR}/pkg.SSL
|
||||
CONFIGURE_SCRIPT= configure.SSL
|
||||
DEPENDS= ${PORTSDIR}/security/SSLeay
|
||||
|
||||
post-extract:
|
||||
@cd ${WRKSRC} && tar xzf ${DISTDIR}/${SSL_EXTRAS}
|
||||
|
||||
pre-patch:
|
||||
@cd ${WRKSRC} && ${PATCH} ${PATCH_DIST_ARGS} < SSLpatch
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/apache_ssl.sh ]; then \
|
||||
echo "Installing ${PREFIX}/etc/rc.d/apache_ssl.sh startup file."; \
|
||||
echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
echo "[ -x /usr/local/sbin/httpsd ] && /usr/local/sbin/httpsd && echo -n ' httpsd'" >> ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
chmod 751 ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
fi
|
||||
|
||||
.else
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \
|
||||
echo "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \
|
||||
@ -75,6 +40,4 @@ post-install:
|
||||
chmod 751 ${PREFIX}/etc/rc.d/apache.sh; \
|
||||
fi
|
||||
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# New ports collection makefile for: apache HTTPD and HTTPSD
|
||||
# New ports collection makefile for: apache HTTPD
|
||||
# Version required: 1.2.1
|
||||
# Date created: Fri Aug 25 16:42:36 CDT 1995
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $Id: Makefile,v 1.34 1997/06/06 13:45:07 ache Exp $
|
||||
# $Id: Makefile,v 1.35 1997/07/08 13:04:09 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_1.2.1
|
||||
@ -11,11 +11,7 @@ PKGNAME= apache-1.2.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://www.apache.org/apache/dist/
|
||||
|
||||
.if !defined(SECURE_SERVER)
|
||||
MAINTAINER= ache@freebsd.org
|
||||
.else
|
||||
MAINTAINER= markm@freebsd.org
|
||||
.endif
|
||||
|
||||
# User-controlled variables list
|
||||
# DIR_ACHE - add SuppressHTMLPreamble option to directory index
|
||||
@ -36,37 +32,6 @@ post-patch:
|
||||
< Configuration.old > Configuration
|
||||
.endif
|
||||
|
||||
.if defined(SECURE_SERVER)
|
||||
|
||||
BROKEN= "SSLeay has changed, and the patches for apache need more work"
|
||||
PKGNAME= apache_SSL-1.1.1
|
||||
MAIN_SRC= ${DISTNAME}${EXTRACT_SUFX}
|
||||
SSL_EXTRAS= ${DISTNAME}+1.3.ssl${EXTRACT_SUFX}
|
||||
DISTFILES= ${MAIN_SRC} ${SSL_EXTRAS}
|
||||
MASTER_SITES+= ftp://ftp.ox.ac.uk/pub/crypto/SSL/
|
||||
EXTRACT_ONLY= ${MAIN_SRC}
|
||||
MD5_FILE= ${FILESDIR}/md5.SSL
|
||||
PATCHDIR= ${.CURDIR}/patches.SSL
|
||||
PKGDIR= ${.CURDIR}/pkg.SSL
|
||||
CONFIGURE_SCRIPT= configure.SSL
|
||||
DEPENDS= ${PORTSDIR}/security/SSLeay
|
||||
|
||||
post-extract:
|
||||
@cd ${WRKSRC} && tar xzf ${DISTDIR}/${SSL_EXTRAS}
|
||||
|
||||
pre-patch:
|
||||
@cd ${WRKSRC} && ${PATCH} ${PATCH_DIST_ARGS} < SSLpatch
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/apache_ssl.sh ]; then \
|
||||
echo "Installing ${PREFIX}/etc/rc.d/apache_ssl.sh startup file."; \
|
||||
echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
echo "[ -x /usr/local/sbin/httpsd ] && /usr/local/sbin/httpsd && echo -n ' httpsd'" >> ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
chmod 751 ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
fi
|
||||
|
||||
.else
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \
|
||||
echo "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \
|
||||
@ -75,6 +40,4 @@ post-install:
|
||||
chmod 751 ${PREFIX}/etc/rc.d/apache.sh; \
|
||||
fi
|
||||
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# New ports collection makefile for: apache HTTPD and HTTPSD
|
||||
# New ports collection makefile for: apache HTTPD
|
||||
# Version required: 1.2.1
|
||||
# Date created: Fri Aug 25 16:42:36 CDT 1995
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $Id: Makefile,v 1.34 1997/06/06 13:45:07 ache Exp $
|
||||
# $Id: Makefile,v 1.35 1997/07/08 13:04:09 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_1.2.1
|
||||
@ -11,11 +11,7 @@ PKGNAME= apache-1.2.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://www.apache.org/apache/dist/
|
||||
|
||||
.if !defined(SECURE_SERVER)
|
||||
MAINTAINER= ache@freebsd.org
|
||||
.else
|
||||
MAINTAINER= markm@freebsd.org
|
||||
.endif
|
||||
|
||||
# User-controlled variables list
|
||||
# DIR_ACHE - add SuppressHTMLPreamble option to directory index
|
||||
@ -36,37 +32,6 @@ post-patch:
|
||||
< Configuration.old > Configuration
|
||||
.endif
|
||||
|
||||
.if defined(SECURE_SERVER)
|
||||
|
||||
BROKEN= "SSLeay has changed, and the patches for apache need more work"
|
||||
PKGNAME= apache_SSL-1.1.1
|
||||
MAIN_SRC= ${DISTNAME}${EXTRACT_SUFX}
|
||||
SSL_EXTRAS= ${DISTNAME}+1.3.ssl${EXTRACT_SUFX}
|
||||
DISTFILES= ${MAIN_SRC} ${SSL_EXTRAS}
|
||||
MASTER_SITES+= ftp://ftp.ox.ac.uk/pub/crypto/SSL/
|
||||
EXTRACT_ONLY= ${MAIN_SRC}
|
||||
MD5_FILE= ${FILESDIR}/md5.SSL
|
||||
PATCHDIR= ${.CURDIR}/patches.SSL
|
||||
PKGDIR= ${.CURDIR}/pkg.SSL
|
||||
CONFIGURE_SCRIPT= configure.SSL
|
||||
DEPENDS= ${PORTSDIR}/security/SSLeay
|
||||
|
||||
post-extract:
|
||||
@cd ${WRKSRC} && tar xzf ${DISTDIR}/${SSL_EXTRAS}
|
||||
|
||||
pre-patch:
|
||||
@cd ${WRKSRC} && ${PATCH} ${PATCH_DIST_ARGS} < SSLpatch
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/apache_ssl.sh ]; then \
|
||||
echo "Installing ${PREFIX}/etc/rc.d/apache_ssl.sh startup file."; \
|
||||
echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
echo "[ -x /usr/local/sbin/httpsd ] && /usr/local/sbin/httpsd && echo -n ' httpsd'" >> ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
chmod 751 ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
fi
|
||||
|
||||
.else
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \
|
||||
echo "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \
|
||||
@ -75,6 +40,4 @@ post-install:
|
||||
chmod 751 ${PREFIX}/etc/rc.d/apache.sh; \
|
||||
fi
|
||||
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,9 +1,9 @@
|
||||
# New ports collection makefile for: apache HTTPD and HTTPSD
|
||||
# New ports collection makefile for: apache HTTPD
|
||||
# Version required: 1.2.1
|
||||
# Date created: Fri Aug 25 16:42:36 CDT 1995
|
||||
# Whom: erich@rrnet.com
|
||||
#
|
||||
# $Id: Makefile,v 1.34 1997/06/06 13:45:07 ache Exp $
|
||||
# $Id: Makefile,v 1.35 1997/07/08 13:04:09 ache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_1.2.1
|
||||
@ -11,11 +11,7 @@ PKGNAME= apache-1.2.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://www.apache.org/apache/dist/
|
||||
|
||||
.if !defined(SECURE_SERVER)
|
||||
MAINTAINER= ache@freebsd.org
|
||||
.else
|
||||
MAINTAINER= markm@freebsd.org
|
||||
.endif
|
||||
|
||||
# User-controlled variables list
|
||||
# DIR_ACHE - add SuppressHTMLPreamble option to directory index
|
||||
@ -36,37 +32,6 @@ post-patch:
|
||||
< Configuration.old > Configuration
|
||||
.endif
|
||||
|
||||
.if defined(SECURE_SERVER)
|
||||
|
||||
BROKEN= "SSLeay has changed, and the patches for apache need more work"
|
||||
PKGNAME= apache_SSL-1.1.1
|
||||
MAIN_SRC= ${DISTNAME}${EXTRACT_SUFX}
|
||||
SSL_EXTRAS= ${DISTNAME}+1.3.ssl${EXTRACT_SUFX}
|
||||
DISTFILES= ${MAIN_SRC} ${SSL_EXTRAS}
|
||||
MASTER_SITES+= ftp://ftp.ox.ac.uk/pub/crypto/SSL/
|
||||
EXTRACT_ONLY= ${MAIN_SRC}
|
||||
MD5_FILE= ${FILESDIR}/md5.SSL
|
||||
PATCHDIR= ${.CURDIR}/patches.SSL
|
||||
PKGDIR= ${.CURDIR}/pkg.SSL
|
||||
CONFIGURE_SCRIPT= configure.SSL
|
||||
DEPENDS= ${PORTSDIR}/security/SSLeay
|
||||
|
||||
post-extract:
|
||||
@cd ${WRKSRC} && tar xzf ${DISTDIR}/${SSL_EXTRAS}
|
||||
|
||||
pre-patch:
|
||||
@cd ${WRKSRC} && ${PATCH} ${PATCH_DIST_ARGS} < SSLpatch
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/apache_ssl.sh ]; then \
|
||||
echo "Installing ${PREFIX}/etc/rc.d/apache_ssl.sh startup file."; \
|
||||
echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
echo "[ -x /usr/local/sbin/httpsd ] && /usr/local/sbin/httpsd && echo -n ' httpsd'" >> ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
chmod 751 ${PREFIX}/etc/rc.d/apache_ssl.sh; \
|
||||
fi
|
||||
|
||||
.else
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \
|
||||
echo "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \
|
||||
@ -75,6 +40,4 @@ post-install:
|
||||
chmod 751 ${PREFIX}/etc/rc.d/apache.sh; \
|
||||
fi
|
||||
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user