From linimon@lonesome.com  Thu Jul  1 08:42:15 2004
Return-Path: <linimon@lonesome.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9CCD016A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  1 Jul 2004 08:42:15 +0000 (GMT)
Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 31BE943D2D
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  1 Jul 2004 08:42:15 +0000 (GMT)
	(envelope-from linimon@lonesome.com)
Received: from lonesome.lonesome.com (cs242743-143.austin.rr.com [24.27.43.143])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(No client certificate requested)
	by mail.soaustin.net (Postfix) with ESMTP
	id 2BC4614313; Thu,  1 Jul 2004 03:41:33 -0500 (CDT)
Received: from lonesome.lonesome.com (localhost.lonesome.com [127.0.0.1])
	by lonesome.lonesome.com (8.12.9/8.12.9) with ESMTP id i618d4Yu067781;
	Thu, 1 Jul 2004 03:39:05 -0500 (CDT)
	(envelope-from linimon@lonesome.lonesome.com)
Received: (from linimon@localhost)
	by lonesome.lonesome.com (8.12.9/8.12.9/Submit) id i618d3nM067780;
	Thu, 1 Jul 2004 03:39:03 -0500 (CDT)
	(envelope-from linimon)
Message-Id: <200407010839.i618d3nM067780@lonesome.lonesome.com>
Date: Thu, 1 Jul 2004 03:39:03 -0500 (CDT)
From: Mark Linimon <linimon@lonesome.com>
Reply-To: Mark Linimon <linimon@lonesome.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: murakami@ahs.scitec.kobe-u.ac.jp
Subject: [non-maintainer] change WITHOUT_GETTEXT to WITHOUT_NLS in science/gave
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         68544
>Category:       ports
>Synopsis:       [non-maintainer] change WITHOUT_GETTEXT to WITHOUT_NLS in science/gave
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    linimon
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jul 01 08:50:15 GMT 2004
>Closed-Date:    Tue Jul 06 03:05:44 GMT 2004
>Last-Modified:  Tue Jul 06 03:05:44 GMT 2004
>Originator:     Mark Linimon
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
Lonesome Dove Computing Services
>Environment:
System: FreeBSD lonesome.lonesome.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #3: Thu Jan 22 20:41:05 CST 2004 root@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
	It appears that the Makevar WITHOUT_NLS has replaced the usage of
	WITHOUT_GETTEXT to disable internationalization of various ports
	in the Ports Collection.  This is one of the last few ports to
	have the old usage.
>How-To-Repeat:
	(n/a)
>Fix:
	I have tested the following fix both without and then with the
	Makevar defined.  (I did not initially have the Ruby gettext
	support, and the make install completely; the dependencies were
	only pulled in once I undefined the Makevar.)

Index: Makefile
===================================================================
RCS file: /home/FreeBSD/pcvs/ports/science/gave/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	4 Jun 2004 11:46:51 -0000	1.4
+++ Makefile	1 Jul 2004 08:22:36 -0000
@@ -25,7 +25,7 @@
 USE_RUBY=	yes
 NO_BUILD=	yes
 
-.if !defined(WITHOUT_GETTEXT)
+.if !defined(WITHOUT_NLS)
 RUN_DEPENDS+=	${RUBY_SITEARCHLIBDIR}/gettext/_locale.so:${PORTSDIR}/devel/ruby-gettext
 .endif
 
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->linimon 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Jul 2 08:41:09 GMT 2004 
Responsible-Changed-Why:  
I started this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68544 
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Tue Jul 6 03:05:22 GMT 2004 
State-Changed-Why:  
Committed, thanks for your quick approval. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=68544 
>Unformatted:
