summaryrefslogtreecommitdiff
path: root/net/netdisco
diff options
context:
space:
mode:
authorjoerg <joerg>2014-06-10 15:22:13 +0000
committerjoerg <joerg>2014-06-10 15:22:13 +0000
commit830845c005d66606421fc43bbd41ded8b0d63051 (patch)
tree2feb1f410c493c9e7cc492d5a0165cd0c95d68b8 /net/netdisco
parentb7b2a78deaa2d4b93d5a359ae1cdfd1a2b3b6473 (diff)
downloadpkgsrc-830845c005d66606421fc43bbd41ded8b0d63051.tar.gz
Retire Apache 1.3 and 2.0.
Diffstat (limited to 'net/netdisco')
-rw-r--r--net/netdisco/MESSAGE6
-rw-r--r--net/netdisco/Makefile9
2 files changed, 4 insertions, 11 deletions
diff --git a/net/netdisco/MESSAGE b/net/netdisco/MESSAGE
index 93680b52bb0..4ce3759096a 100644
--- a/net/netdisco/MESSAGE
+++ b/net/netdisco/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2005/05/25 17:06:49 bouyer Exp $
+$NetBSD: MESSAGE,v 1.2 2014/06/10 15:22:14 joerg Exp $
Here is a summary of the steps needed to complete the netdisco setup.
Please look at the documentation in ${PREFIX}/doc/ for details.
@@ -22,8 +22,8 @@ Please look at the documentation in ${PREFIX}/doc/ for details.
can be inclued in the httpd.conf to make netdisco available though
http://your.host.name/netdisco/
You will have to set the database password in netdisco_apache_dir.conf.
- If you are using apache2, make sure you load mod_apreq.so in addition
- to mod_perl.so, and that you have "PerlModule Apache::compat"
+ Make sure you load mod_apreq.so in addition to mod_perl.so, and that
+ you have "PerlModule Apache::compat"
- Make netdisco discover one of your devices:
${PREFIX}/netdisco/netdisco -d devicename
- Make netdisco discover your network topology, if supported by your
diff --git a/net/netdisco/Makefile b/net/netdisco/Makefile
index fd98c443a78..a127a768d94 100644
--- a/net/netdisco/Makefile
+++ b/net/netdisco/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2014/05/29 23:37:05 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2014/06/10 15:22:14 joerg Exp $
#
DISTNAME= netdisco-1.1_with_mibs
@@ -115,17 +115,10 @@ RCD_SCRIPT_SRC.netdisco= ${WRKSRC:Q}/bin/netdisco_daemon
.include "../../mk/apache.mk"
-.if ${PKG_APACHE} == "apache13"
-SUBST_STAGE.apachevers= pre-configure
-SUBST_FILES.apachevers= netdisco_apache.conf
-SUBST_SED.apachevers= -e "s|@APACHE2@|\#uncomment for apache2|g"
-SUBST_MESSAGE.apachevers= Fixing config files for apache-1.3
-.elif ${PKG_APACHE} == "apache2"
SUBST_STAGE.apachevers= pre-configure
SUBST_FILES.apachevers= netdisco_apache.conf
SUBST_SED.apachevers= -e "s|@APACHE2@||g"
SUBST_MESSAGE.apachevers= Fixing config files for apache-2
-.endif
do-build:
${RM} -f ${WRKSRC:Q}/html/doc/ChangeLog.txt