Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2008 12:32:36 +0200 (CEST)
From:      Roderick van Domburg <r.s.a.vandomburg@nedforce.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/125363: [MAINTAINER PATCH] security/rubygem-net-ssh: fix optionfile handling
Message-ID:  <200807071032.m67AWamK010797@endor.nedforce.nl>
Resent-Message-ID: <200807071100.m67B05TP048718@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         125363
>Category:       ports
>Synopsis:       [MAINTAINER PATCH] security/rubygem-net-ssh: fix optionfile handling
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 07 11:00:04 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Roderick van Domburg <r.s.a.vandomburg@nedforce.nl>
>Release:        FreeBSD 6.2-RELEASE-p5-jc1 i386
>Organization:
Nedforce
>Environment:
System: FreeBSD endor.nedforce.nl 6.2-RELEASE-p5-jc1 FreeBSD 6.2-RELEASE-p5-jc1 #0: Tue Jun 26 22:13:24 PDT 2007 user@jail3.johncompanies.com:/usr/obj/usr/src/sys/jail3 i386


	
>Description:
Currently security/rubygem-net-ssh does not build because the config target is broken.
This is due to an overlooked error in the latest update. Spotted by Paul Beard.
	
>How-To-Repeat:
cd /usr/ports/security/rubygem-net-ssh && make config
	
>Fix:

	

--- rubygem-net-ssh-optionsfile.patch begins here ---
diff -ru rubygem-net-ssh.old/Makefile rubygem-net-ssh/Makefile
--- rubygem-net-ssh.old/Makefile	Mon Jul  7 12:15:27 2008
+++ rubygem-net-ssh/Makefile	Mon Jul  7 12:21:51 2008
@@ -14,6 +14,7 @@
 COMMENT=	Non-interactive SSH processing
 
 OPTIONS=	PROMPT_PASSPHRASES "Prompt for passphrases on keys" On
+OPTIONSFILE?=	${PORT_DBDIR}/rubygem-${PORTNAME}/options
 
 # to get RUBY_SITEARCHLIBDIR
 USE_RUBY=	yes
--- rubygem-net-ssh-optionsfile.patch ends here ---


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



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