Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jul 2010 09:05:23 GMT
From:      David DEMELIER <demelier.david@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/149100: [PATCH] news/slrn: Added OPTIONS
Message-ID:  <201007300905.o6U95NDJ083643@www.freebsd.org>
Resent-Message-ID: <201007300910.o6U9A7Ag016902@freefall.freebsd.org>

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

>Number:         149100
>Category:       ports
>Synopsis:       [PATCH] news/slrn: Added OPTIONS
>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:   Fri Jul 30 09:10:07 UTC 2010
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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