From nobody@FreeBSD.org  Fri Jul 30 09:05:24 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3DCD9106567A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Jul 2010 09:05:24 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 2D6DB8FC23
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Jul 2010 09:05:24 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o6U95NVH083646
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Jul 2010 09:05:23 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o6U95NDJ083643;
	Fri, 30 Jul 2010 09:05:23 GMT
	(envelope-from nobody)
Message-Id: <201007300905.o6U95NDJ083643@www.freebsd.org>
Date: Fri, 30 Jul 2010 09:05:23 GMT
From: David DEMELIER <demelier.david@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] news/slrn: Added OPTIONS
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         149100
>Category:       ports
>Synopsis:       [PATCH] news/slrn: Added OPTIONS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    johans
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 30 09:10:07 UTC 2010
>Closed-Date:    Fri Jul 30 09:57:04 UTC 2010
>Last-Modified:  Fri Jul 30 10:00:17 UTC 2010
>Originator:     David DEMELIER
>Release:        8.1-RELEASE
>Organization:
>Environment:
FreeBSD Melon.malikania.fr 8.1-RELEASE FreeBSD 8.1-RELEASE #1: Sun Jul 25 00:21:16 CEST 2010     root@Melon.malikania.fr:/usr/obj/usr/src/sys/Melon  amd64

>Description:
A little change to add OPTIONS instead of knobs for news/slrn
>How-To-Repeat:

>Fix:
--- Makefile.orig	2010-07-30 11:00:13.000000000 +0200
+++ Makefile	2010-07-30 11:02:34.000000000 +0200
@@ -23,6 +23,12 @@
 USE_GMAKE=	yes
 USE_ICONV=	yes
 
+OPTIONS+=	NLS "Native Language Support via gettext utilities" on \
+		SSL "Adds support for SSL (Secure Socket Layer)" on \
+		DEVIEW "Enable uulib for multiple de-/encoding" off
+
+.include <bsd.port.options.mk>
+
 .if defined(WITHOUT_NLS)
 CONFIGURE_ARGS+=	--disable-nls
 PLIST_SUB+=	NLS="@comment "

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->johans 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jul 30 09:12:02 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149100 
State-Changed-From-To: open->closed 
State-Changed-By: johans 
State-Changed-When: Fri Jul 30 09:55:46 UTC 2010 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=149100 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/149100: commit references a PR
Date: Fri, 30 Jul 2010 09:57:29 +0000 (UTC)

 johans      2010-07-30 09:56:53 UTC
 
   FreeBSD ports repository
 
   Modified files:
     news/slrn            Makefile 
   Log:
   - Add OPTIONS instead of knobs for news/slrn
   
   PR:             ports/149100
   Submitted by:   David DEMELIER
   
   Revision  Changes    Path
   1.57      +6 -0      ports/news/slrn/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
