Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  7 Mar 2007 17:11:28 +0100 (CET)
From:      Martin Matuska <martin@matuska.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/110036: [PATCH] shells/scponly add OPTIONS
Message-ID:  <20070307161128.262603F431@mail.vx.sk>
Resent-Message-ID: <200703071620.l27GK4Gm004312@freefall.freebsd.org>

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

>Number:         110036
>Category:       ports
>Synopsis:       [PATCH] shells/scponly add OPTIONS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 07 16:20:03 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Martin Matuska
>Release:        FreeBSD 6.2-RELEASE
>Organization:
>Environment:
FreeBSD 6.2-RELEASE i386 and amd64
>Description:
Adds OPTIONS for the various knobs in scponly
SCPONLY_WILDCARDS uses a WITHOUT_ knob so it is "on" by default.

Portlint and tinderbox do not complain.
>How-To-Repeat:
>Fix:
diff -Nbur shells/scponly.orig/Makefile shells/scponly/Makefile
--- shells/scponly.orig/Makefile	Sun Aug  6 19:38:15 2006
+++ shells/scponly/Makefile	Wed Mar  7 16:56:58 2007
@@ -71,7 +71,7 @@
 
 PORTNAME=	scponly
 PORTVERSION=	4.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	shells
 MASTER_SITES=	http://www.sublimation.org/scponly/ \
 		${MASTER_SITE_SOURCEFORGE}
@@ -87,6 +87,16 @@
 PLIST_SUB+=	SCPONLY_CHROOT="@comment "
 
 PATCH_STRIP=	-p1
+
+OPTIONS=	SCPONLY_WILDCARDS "wildcards processing" on \
+		SCPONLY_GFTP "gftp compatibility" off \
+		SCPONLY_CHROOT "chroot functionality" off \
+		SCPONLY_RSYNC "rsync compatibility" off \
+		SCPONLY_SCP "vanilla scp compatibility" off \
+		SCPONLY_SFTP_LOGGING "sftp logging compatibility" off \
+		SCPONLY_SVNSERVE "subversion compatibility svn+ssh://" off \
+		SCPONLY_UNISON "unison compatibility" off \
+		SCPONLY_WINSCP "WinSCP compatibility" off
 
 .include <bsd.port.pre.mk>
 
>Release-Note:
>Audit-Trail:
>Unformatted:



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