summaryrefslogtreecommitdiffstats
path: root/www/apache20
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2004-07-02 13:47:41 +0000
committerclement <clement@FreeBSD.org>2004-07-02 13:47:41 +0000
commit815b7a0c95cdaa10e18119597d7a8f089ab89b47 (patch)
tree9e4703a41f89c3153a67de565f7983454053aae5 /www/apache20
parent78b8bb681a93a520b2d778a9934692e1ecaba74f (diff)
downloadFreeBSD-ports-815b7a0c95cdaa10e18119597d7a8f089ab89b47.zip
FreeBSD-ports-815b7a0c95cdaa10e18119597d7a8f089ab89b47.tar.gz
- Make configure script define DEFAULT_SCOREBOARD.
- Add NOTICE file to respect Apache 2.0 license
Diffstat (limited to 'www/apache20')
-rw-r--r--www/apache20/Makefile1
-rw-r--r--www/apache20/files/patch-configure.in8
-rw-r--r--www/apache20/pkg-plist1
3 files changed, 7 insertions, 3 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile
index d74fdf7..cbee721 100644
--- a/www/apache20/Makefile
+++ b/www/apache20/Makefile
@@ -184,6 +184,7 @@ post-patch:
@${RM} -f ${WRKSRC}/docs/manual/index.html.ko.euc-kr
@${REINPLACE_CMD} -e 's," PLATFORM ",FreeBSD,' \
${WRKSRC}/server/core.c
+ @${INSTALL_DATA} ${WRKSRC}/NOTICE ${WRKSRC}/docs/manual
pre-install:
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
diff --git a/www/apache20/files/patch-configure.in b/www/apache20/files/patch-configure.in
index bce5e60..6d77c65 100644
--- a/www/apache20/files/patch-configure.in
+++ b/www/apache20/files/patch-configure.in
@@ -1,5 +1,5 @@
---- configure.in.orig Mon Jan 5 14:40:31 2004
-+++ configure.in Mon Jan 5 14:44:51 2004
+--- configure.in.orig Thu Mar 18 08:36:52 2004
++++ configure.in Fri Jul 2 11:44:25 2004
@@ -69,7 +69,7 @@
if test "$apr_found" = "reconfig"; then
@@ -18,12 +18,14 @@
[--enable-layout=*|\'--enable-layout=*])
dnl We must be the last to build and the first to be cleaned
AP_BUILD_SRCLIB_DIRS="$AP_BUILD_SRCLIB_DIRS apr-util"
-@@ -532,8 +532,12 @@
+@@ -545,8 +545,14 @@
[Root directory of the Apache install area])
AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${rel_sysconfdir}/${progname}.conf",
[Location of the config file, relative to the Apache root directory])
+AC_DEFINE_UNQUOTED(DEFAULT_ERRORLOG, "${rel_logfiledir}/httpd-error.log",
+ [Location of error log file])
++AC_DEFINE_UNQUOTED(DEFAULT_SCOREBOARD, "${rel_runtimedir}/apache_runtime_status",
++ [Location of ScoreBoard file])
AC_DEFINE_UNQUOTED(AP_TYPES_CONFIG_FILE, "${rel_sysconfdir}/mime.types",
[Location of the MIME types config file, relative to the Apache root directory])
+AC_DEFINE_UNQUOTED(DOCUMENT_LOCATION, "${rel_htdocsdir}",
diff --git a/www/apache20/pkg-plist b/www/apache20/pkg-plist
index 077dc88..bad433a 100644
--- a/www/apache20/pkg-plist
+++ b/www/apache20/pkg-plist
@@ -513,6 +513,7 @@ share/apache2/build/special.mk
%%ICONS%%www/icons-dist/world2.gif
%%ICONS%%www/icons-dist/world2.png
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/NOTICE
%%PORTDOCS%%%%DOCSDIR%%/bind.html
%%PORTDOCS%%%%DOCSDIR%%/bind.html.en
%%PORTDOCS%%%%DOCSDIR%%/bind.html.ja.jis
OpenPOWER on IntegriCloud