Date: Thu, 20 Jun 2013 09:31:12 GMT From: John Marino <draco@marino.st> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/179752: [PATCH] security/sst: fix bad RUN_DEPENDS reference Message-ID: <201306200931.r5K9VCg6050385@oldred.freebsd.org> Resent-Message-ID: <201306200940.r5K9e0j3080884@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306200931.r5K9VCg6050385>