ports/76642: graphics/gimageview needs gettext

dirk.meyer at dinoex.sub.org dirk.meyer at dinoex.sub.org
Tue Jan 25 05:00:43 UTC 2005


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



More information about the freebsd-ports-bugs mailing list