Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2011 10:31:57 +0900
From:      Takefu <takefu@airport.fm>
To:        garga@FreeBSD.org, freebsd-gnats-submit@FreeBSD.org
Subject:   ports/163708: [PATCH] www/sarg: fix NLS
Message-ID:  <4EFD148D.6070402@airport.fm>
Resent-Message-ID: <201112300140.pBU1eAYh036300@freefall.freebsd.org>
In-Reply-To: <201110180932.p9I9W3Bi055417@unbound.local.ae-osaka.co.jp>
References:  <201110180932.p9I9W3Bi055417@unbound.local.ae-osaka.co.jp>

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

>Number:         163708
>Category:       ports
>Synopsis:       [PATCH] www/sarg: fix NLS
>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 Dec 30 01:40:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Takefu
>Release:        FreeBSD 7.4-STABLE i386
>Organization:
FOX Amateur Radio Club
>Environment:
>Description:
When unselected NLS, position changes USE_ICONV.

Port maintainer (garga@FreeBSD.org) is cc'd.

>How-To-Repeat:
>Fix:
--- sarg.patch begins here ---
diff -ruN /usr/ports/www/sarg/Makefile www/sarg/Makefile
--- /usr/ports/www/sarg/Makefile	2011-12-30 07:45:56.000000000 +0900
+++ www/sarg/Makefile	2011-12-30 09:32:44.000000000 +0900
@@ -18,7 +18,6 @@

 OPTIONS=	GD "Enable GD support" on

-USE_ICONV=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes
@@ -42,6 +41,7 @@
 .else
 PLIST_SUB+=	NLS=""
 USE_GETTEXT=	yes
+USE_ICONV=	yes
 .endif

 .if !defined(WITHOUT_GD)
--- sarg.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?4EFD148D.6070402>