summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorGavin Atkinson <gavin@FreeBSD.org>2013-01-01 19:28:52 +0000
committerGavin Atkinson <gavin@FreeBSD.org>2013-01-01 19:28:52 +0000
commit3dadf52d65aeaa2533e3d30d4d44b78fca443f37 (patch)
treef26cd92f5353b96e5baa599b12353e850f9b66a6 /misc
parent- Fix build when devel/json-glib is installed. (diff)
Remove cvsupd from the dependencies of instant-server, as:
- cvsup / cvsupd are deprecated by the FreeBSD Project. - Even if they weren't deprecated, very few people ever needed to run their own cvsupd server - cvsupd does not build on !i386, therefore neither could this port. FWIW, I actually feel that the instant-server port should just be removed. The idea that everyone running a server should install a full mail server, Samba, dhcpd, NNTP server, squid and apache is at best a bad idea, and at worst potentially dangerous. Approved by: eadler
Notes
Notes: svn path=/head/; revision=309778
Diffstat (limited to 'misc')
-rw-r--r--misc/instant-server/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/instant-server/Makefile b/misc/instant-server/Makefile
index 71cb8f20d2ae..0bb8bba1eb31 100644
--- a/misc/instant-server/Makefile
+++ b/misc/instant-server/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Instant server installs a typical set of ports for a server
RUN_DEPENDS= ${LOCALBASE}/sbin/postfix:${PORTSDIR}/mail/postfix \
- ${LOCALBASE}/sbin/cvsupd:${PORTSDIR}/net/cvsup \
${LOCALBASE}/sbin/dhcpd:${PORTSDIR}/net/isc-dhcp41-server \
${LOCALBASE}/sbin/smbd:${PORTSDIR}/${SAMBA_PORT} \
${LOCALBASE}/sbin/traceroute:${PORTSDIR}/net/traceroute \