Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jul 2004 03:39:03 -0500 (CDT)
From:      Mark Linimon <linimon@lonesome.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        murakami@ahs.scitec.kobe-u.ac.jp
Subject:   ports/68544: [non-maintainer] change WITHOUT_GETTEXT to WITHOUT_NLS in science/gave
Message-ID:  <200407010839.i618d3nM067780@lonesome.lonesome.com>
Resent-Message-ID: <200407010850.i618oGwR089549@freefall.freebsd.org>

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

>Number:         68544
>Category:       ports
>Synopsis:       [non-maintainer] change WITHOUT_GETTEXT to WITHOUT_NLS in science/gave
>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:   Thu Jul 01 08:50:15 GMT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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