ports/179752: [PATCH] security/sst: fix bad RUN_DEPENDS reference

John Marino draco at marino.st
Thu Jun 20 09:40:00 UTC 2013


>Number:         179752
>Category:       ports
>Synopsis:       [PATCH] security/sst: fix bad RUN_DEPENDS reference
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 20 09:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
The dependency in question has a package name base of "netcat", not "nc".  The attached patch allows the port to build again.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2012-11-17 06:01:21.000000000 +0000
+++ Makefile
@@ -14,7 +14,7 @@ DISTNAME=	${PORTNAME}
 MAINTAINER=	mi at aldan.algebra.com
 COMMENT=	A simple SSL tunneling tool (uses netcat)
 
-RUN_DEPENDS=	nc:${PORTSDIR}/net/netcat
+RUN_DEPENDS=	netcat:${PORTSDIR}/net/netcat
 
 USE_OPENSSL=	YES
 MAN1=		sst.1


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list