Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Dec 2010 00:25:26 +0000
From:      "Tom Judge" <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jpaetzel@FreeBSD.org
Subject:   ports/152761: [patch] security/lasso: Add OPTIONS and take over maintainer.
Message-ID:  <20101202002350.1E59FDCB3B@tomjudge.vm.bytemark.co.uk>
Resent-Message-ID: <201012020030.oB20UASe059382@freefall.freebsd.org>

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

>Number:         152761
>Category:       ports
>Synopsis:       [patch] security/lasso: Add OPTIONS and take over maintainer.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 02 00:30:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Tom Judge
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD tinderbox.home.tomjudge.com 8.1-STABLE FreeBSD 8.1-STABLE #0 r213720: Tue Oct 12 14:02:02 UTC 2010 tj@tinderbox.home.tomjudge.com:/usr/obj/usr/src/sys/GENERIC amd64

>Description:

Two changes to security/lasso:

1) Add and OPTIONS section for the avaliable language bindings for the port.

2) Take over maintainer as this port is assigned to ports@

Tom
>How-To-Repeat:
>Fix:

--- lasso-options.txt begins here ---
--- Makefile.orig	2010-12-01 23:58:23.000000000 +0000
+++ Makefile	2010-12-02 00:10:24.000000000 +0000
@@ -11,7 +11,7 @@
 CATEGORIES=	security
 MASTER_SITES=	http://labs.libre-entreprise.org/frs/download.php/594/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	tom@tomjudge.com
 COMMENT=	Free Liberty Alliance Implementation
 
 RUN_DEPENDS=	xmlsec1:${PORTSDIR}/security/xmlsec1
@@ -24,6 +24,12 @@
 USE_OPENSSL=	yes
 USE_PYTHON_BUILD=	yes
 
+OPTIONS=	PERL	"Enable Perl Bindings"		Off \
+		PHP5	"Enable PHP5 Bindings"		Off \
+		PYTHON	"Enable Python Bindings"	Off
+
+.include <bsd.port.options.mk>
+
 .ifdef(WITH_PERL)
 CONFIGURE_ARGS+=	--enable-perl
 PLIST_SUB+=	WITH_PERL=""
--- lasso-options.txt ends here ---


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



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