1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

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
This commit is contained in:
Gavin Atkinson 2013-01-01 19:28:52 +00:00
parent 59a91c36d4
commit 3dadf52d65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309778

View File

@ -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 \