Date: Tue, 25 Jan 2005 05:56:19 +0100 (CET) From: dirk.meyer@dinoex.sub.org To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76642: graphics/gimageview needs gettext Message-ID: <200501250456.j0P4uJdm018398@home.dinoex.sub.de> Resent-Message-ID: <200501250500.j0P50e4P058710@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 76642 >Category: ports >Synopsis: graphics/gimageview needs gettext >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 25 05:00:40 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dirk Meyer >Release: FreeBSD 4.11 i386 >Organization: privat >Environment: System: FreeBSD 4.11 WITHOUT_NLS=yes set, gmake and bison are build without gettext. >Description: This ports depends directly on gettext. packae build does not fail when gettetxt is already installed, e.G. as run-depends of gmake. >How-To-Repeat: build with the clean tools, this port fails. maintainer contacted: 2005-01-16: to=<katsu@iec.hiroshima-u.ac.jp> relay=keaton.iec.hiroshima-u.ac.jp. [133.41.33.77], dsn=2.0.0, stat=Sent (Ok: queued as 788738FC8F) >Fix: apply this patch Log: - add USE_GETTEXT build failed when build tools have been made "WITHOUT_NLS=yes" Index: Makefile =================================================================== RCS file: /home/pcvs/ports/graphics/gimageview/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 31 Dec 2004 17:47:42 -0000 1.18 +++ Makefile 25 Jan 2005 04:48:58 -0000 @@ -18,6 +18,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= gdkpixbuf +USE_GETTEXT= yes WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501250456.j0P4uJdm018398>