ports/163708: [PATCH] www/sarg: fix NLS

Takefu takefu at airport.fm
Fri Dec 30 01:40:10 UTC 2011


>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 at 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:



More information about the freebsd-ports-bugs mailing list