Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Mar 2002 01:06:56 +0100 (CET)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/36028: cannot build gnomevfs with gettext WANT_FULL_GETTEXT
Message-ID:  <20020318000656.63D6B5A544@nemesis.informatik.unibw-muenchen.de>

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

>Number:         36028
>Category:       ports
>Synopsis:       cannot build gnomevfs with gettext WANT_FULL_GETTEXT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 17 16:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Braun
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.5-STABLE FreeBSD 4.5-STABLE #0: Mon Mar 11 11:24:18 CET 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386


>Description:

After building gettext with WANT_FULL_GETTEXT=yes gnomevfs build failed,
because gnomevfs depends on msgfmt-new, but msgfmt-new is only available
after installing gettext *WITHOUT* WANT_FULL_GETTEXT=yes.

>How-To-Repeat:
cd /usr/ports/devel/gettext && make WANT_FULL_GETTEXT=yes install
cd /usr/ports/devel/gnomevfs && make
>Fix:

change in devel/gnomevfs/Makefile:

-BUILD_DEPENDS=  msgfmt-new:${PORTSDIR}/devel/gettext \
+BUILD_DEPENDS=  msgfmt:${PORTSDIR}/devel/gettext \

Regards,
         Olli
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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