Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions www/apache24/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ CONFIGURE_ARGS+= --enable-mods-shared=all
CONFIGURE_ARGS+= --enable-so
CONFIGURE_ARGS+= --with-apr=${BUILDLINK_PREFIX.apr}
CONFIGURE_ARGS+= --with-apr-util=${BUILDLINK_PREFIX.apr-util}
CONFIGURE_ARGS+= --with-libxml2=${BUILDLINK_PREFIX.libxml2}
CONFIGURE_ARGS+= --with-port=80
CONFIGURE_ENV+= perlbin=${PERL5:Q}
CONFIGURE_ENV+= ac_cv_path_RSYNC=/nonexistent
Expand All @@ -50,11 +51,12 @@ BUILDLINK_API_DEPENDS.apr-util+= apr-util>=1.5.3
.include "../../devel/pcre/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"

CONFIGURE_ARGS+= --disable-xml2enc
CONFIGURE_ARGS+= --disable-proxy-html
CONFIGURE_ARGS+= --enable-xml2enc
CONFIGURE_ARGS+= --enable-proxy-html
CONFIGURE_ARGS+= --enable-proxy-fdpass

DFLT_APACHE_MODULES+= all
Expand Down
4 changes: 3 additions & 1 deletion www/apache24/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.27 2018/10/24 10:08:00 adam Exp $
@comment $NetBSD$
bin/ab
bin/apxs
bin/dbmmanage
Expand Down Expand Up @@ -150,6 +150,7 @@ lib/httpd/mod_proxy_fcgi.so
lib/httpd/mod_proxy_fdpass.so
lib/httpd/mod_proxy_ftp.so
lib/httpd/mod_proxy_hcheck.so
lib/httpd/mod_proxy_html.so
lib/httpd/mod_proxy_http.so
lib/httpd/mod_proxy_scgi.so
lib/httpd/mod_proxy_uwsgi.so
Expand Down Expand Up @@ -183,6 +184,7 @@ lib/httpd/mod_usertrack.so
lib/httpd/mod_version.so
lib/httpd/mod_vhost_alias.so
lib/httpd/mod_watchdog.so
lib/httpd/mod_xml2enc.so
libexec/cgi-bin/printenv
libexec/cgi-bin/printenv.vbs
libexec/cgi-bin/printenv.wsf
Expand Down
1 change: 1 addition & 0 deletions www/apache24/buildlink3.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --with-apxs2=${APXS:Q}

.include "../../devel/apr/buildlink3.mk"
.include "../../devel/apr-util/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.endif # APACHE_BUILDLINK3_MK

BUILDLINK_TREE+= -apache