diff options
author | gavin <gavin@FreeBSD.org> | 2013-01-02 03:28:52 +0800 |
---|---|---|
committer | gavin <gavin@FreeBSD.org> | 2013-01-02 03:28:52 +0800 |
commit | f188edd55a547ae021b7efb6a6710ca02f00a542 (patch) | |
tree | f26cd92f5353b96e5baa599b12353e850f9b66a6 /misc | |
parent | d3f68db927aee7960fa920368c8deee94f4141a8 (diff) | |
download | freebsd-ports-gnome-f188edd55a547ae021b7efb6a6710ca02f00a542.tar.gz freebsd-ports-gnome-f188edd55a547ae021b7efb6a6710ca02f00a542.tar.zst freebsd-ports-gnome-f188edd55a547ae021b7efb6a6710ca02f00a542.zip |
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
Diffstat (limited to 'misc')
-rw-r--r-- | misc/instant-server/Makefile | 1 |
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 \ |