svn commit: r329734 - head/net-mgmt/clog

Eitan Adler eadler at FreeBSD.org
Mon Oct 7 20:12:49 UTC 2013


Author: eadler
Date: Mon Oct  7 20:12:48 2013
New Revision: 329734
URL: http://svnweb.freebsd.org/changeset/ports/329734

Log:
  net-mgmt/clog depends on RCS which has recently been removed from HEAD.
  
  Note that it also depends on a 'gcc' binary existing and thus won't actually build.

Modified:
  head/net-mgmt/clog/Makefile

Modified: head/net-mgmt/clog/Makefile
==============================================================================
--- head/net-mgmt/clog/Makefile	Mon Oct  7 20:12:01 2013	(r329733)
+++ head/net-mgmt/clog/Makefile	Mon Oct  7 20:12:48 2013	(r329734)
@@ -10,6 +10,8 @@ MASTER_SITE_SUBDIR=	obrien
 MAINTAINER=	obrien at FreeBSD.org
 COMMENT=	Tcp connection logger daemon
 
+PATCH_DEPENDS=	rcsdiff:${PORTSDIR}/devel/rcs
+
 WRKSRC=		${WRKDIR}/clog
 ALL_TARGET=	freebsd
 MAN8=		clog.8


More information about the svn-ports-all mailing list