ports/68544: [non-maintainer] change WITHOUT_GETTEXT to WITHOUT_NLS in science/gave
Mark Linimon
linimon at lonesome.com
Thu Jul 1 08:51:12 UTC 2004
>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 at 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:
More information about the freebsd-ports-bugs
mailing list