d181616867
because a function with the same name was added to libressl recently. unbreaks 130-odd ports.
32 lines
677 B
Makefile
32 lines
677 B
Makefile
# $OpenBSD: Makefile,v 1.8 2014/10/02 17:13:28 sthen Exp $
|
|
|
|
COMMENT= OpenBSD improved and secured version of Apache 1.3
|
|
|
|
DISTNAME= apache-httpd-openbsd-1.3.20140502
|
|
REVISION= 2
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= https://github.com/fobser/apache-httpd-openbsd
|
|
|
|
# Apache 1.1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c crypto m pthread ssl
|
|
|
|
MASTER_SITES= http://sha256.net/apache-httpd-openbsd/
|
|
|
|
NO_TEST= Yes
|
|
|
|
MAKE_FILE= Makefile.bsd-wrapper
|
|
MAKE_FLAGS= MANDIR=${PREFIX}/man/man
|
|
|
|
do-configure:
|
|
@${SUBST_CMD} ${WRKSRC}/config.layout ${WRKSRC}/Makefile.bsd-wrapper
|
|
|
|
post-install:
|
|
.for i in httpd.conf mime.types magic
|
|
mv ${WRKINST}/var/www/conf/$i{,.default}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|