Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Feb 2014 14:29:55 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345724 - in head/security: sguil-client sguil-client/files sguil-sensor sguil-server
Message-ID:  <201402231429.s1NETtRU067728@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Feb 23 14:29:55 2014
New Revision: 345724
URL: http://svnweb.freebsd.org/changeset/ports/345724
QAT: https://qat.redports.org/buildarchive/r345724/

Log:
  - Unbreak after last tcltls changes
  - Fix a bad shebang (including STAGEDIR)
  
  Reported by:	pkg-fallout

Modified:
  head/security/sguil-client/Makefile
  head/security/sguil-client/files/patch-sguil.conf
  head/security/sguil-sensor/Makefile
  head/security/sguil-server/Makefile

Modified: head/security/sguil-client/Makefile
==============================================================================
--- head/security/sguil-client/Makefile	Sun Feb 23 14:13:37 2014	(r345723)
+++ head/security/sguil-client/Makefile	Sun Feb 23 14:29:55 2014	(r345724)
@@ -10,8 +10,8 @@ MASTER_SITES=	SF/sguil/sguil/sguil-${POR
 MAINTAINER=	pauls@utdallas.edu
 COMMENT=	Sguil is a network security monitoring program
 
-LIB_DEPENDS=	tls:${PORTSDIR}/devel/tcltls
-RUN_DEPENDS=	dtplite:${PORTSDIR}/devel/tcllib \
+RUN_DEPENDS=	tcltls>=0:${PORTSDIR}/devel/tcltls \
+		dtplite:${PORTSDIR}/devel/tcllib \
 		${LOCALBASE}/lib/tclx8.4/tclx.tcl:${PORTSDIR}/lang/tclX \
 		${LOCALBASE}/lib/iwidgets/iwidgets.tcl:${PORTSDIR}/x11-toolkits/iwidgets \
 		gpg2:${PORTSDIR}/security/gnupg

Modified: head/security/sguil-client/files/patch-sguil.conf
==============================================================================
--- head/security/sguil-client/files/patch-sguil.conf	Sun Feb 23 14:13:37 2014	(r345723)
+++ head/security/sguil-client/files/patch-sguil.conf	Sun Feb 23 14:29:55 2014	(r345724)
@@ -5,7 +5,7 @@
  
  # PATH to tls lib if needed (tcl can usually find this by default)
 -#set TLS_PATH /usr/lib/tls1.4/libtls1.4.so
-+#set TLS_PATH /usr/local/lib/libtls.so
++#set TLS_PATH /usr/local/lib/tls1.6/libtls1.6.so
  # win32 example
  #set TLS_PATH "c:/tcl/lib/tls1.4/tls14.dll"
  

Modified: head/security/sguil-sensor/Makefile
==============================================================================
--- head/security/sguil-sensor/Makefile	Sun Feb 23 14:13:37 2014	(r345723)
+++ head/security/sguil-sensor/Makefile	Sun Feb 23 14:29:55 2014	(r345724)
@@ -9,8 +9,8 @@ MASTER_SITES=	SF/sguil/sguil/sguil-${POR
 MAINTAINER=	pauls@utdallas.edu
 COMMENT=	Sguil is a network security monitoring program
 
-LIB_DEPENDS=	tls:${PORTSDIR}/devel/tcltls
-RUN_DEPENDS=	barnyard2:${PORTSDIR}/security/barnyard2-sguil \
+RUN_DEPENDS=	tcltls>=0:${PORTSDIR}/devel/tcltls \
+		barnyard2:${PORTSDIR}/security/barnyard2-sguil \
 		${LOCALBASE}/lib/tclx8.4/tclx.tcl:${PORTSDIR}/lang/tclX
 
 OPTIONS_DEFINE=	PADS SANCP
@@ -65,7 +65,7 @@ PLIST_SUB+=	USEPADS="@comment "
 
 post-patch:
 .for f in ${AGENTS}
-	@${REINPLACE_CMD} 's|/bin/sh|${STAGEDIR}${PREFIX}/bin/${TCLSH}|' \
+	@${REINPLACE_CMD} 's|/bin/sh|${PREFIX}/bin/${TCLSH}|' \
 		${WRKSRC}/sensor/${f}
 .endfor
 

Modified: head/security/sguil-server/Makefile
==============================================================================
--- head/security/sguil-server/Makefile	Sun Feb 23 14:13:37 2014	(r345723)
+++ head/security/sguil-server/Makefile	Sun Feb 23 14:29:55 2014	(r345724)
@@ -9,11 +9,11 @@ MASTER_SITES=	SF/sguil/sguil/sguil-${POR
 MAINTAINER=	pauls@utdallas.edu
 COMMENT=	Sguil is a network security monitoring program
 
-RUN_DEPENDS=	p0f:${PORTSDIR}/net-mgmt/p0f \
+RUN_DEPENDS=	tcltls>=0:${PORTSDIR}/devel/tcltls \
+		p0f:${PORTSDIR}/net-mgmt/p0f \
 		tcpflow:${PORTSDIR}/net/tcpflow \
 		dtplite:${PORTSDIR}/devel/tcllib \
 		${LOCALBASE}/lib/tclx8.4/tclx.tcl:${PORTSDIR}/lang/tclX
-LIB_DEPENDS=	tls:${PORTSDIR}/devel/tcltls
 
 OPTIONS_DEFINE=	MYSQL
 MYSQL_DESC=	Depend on databases/mysqltcl



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402231429.s1NETtRU067728>