Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Aug 2004 08:29:57 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Oliver Eikemeier <eikemeier@fillmore-labs.com>
Cc:        Kris Kennaway <kris@obsecurity.org>
Subject:   Re: cvs commit: ports/devel/gettext Makefile
Message-ID:  <20040827152957.GC59283@dragon.nuxi.com>
In-Reply-To: <1852D438-F816-11D8-AC6A-00039312D914@fillmore-labs.com>
References:  <20040827043857.GA16903@xor.obsecurity.org> <1852D438-F816-11D8-AC6A-00039312D914@fillmore-labs.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Aug 27, 2004 at 12:44:38PM +0200, Oliver Eikemeier wrote:
> >1) You also silently removed the dependency on expat.
>
> Which
>
> - disables support for glade when libexpat is not present on the system
> during installation. Perhaps someone from gnome can comment on this?
>
> - kills xgettext when libexpat was present during installation of the
> port, but is removed afterwards. For example the following sequence
> fails:
>
> - install textproc/expat2
> - install devel/gettext
> - delete expat-1.*
> - build devel/popt

See my email to freebsd-ports asking about the dependacy on
textproc/expat2 (Message-ID: <20040823042724.GA64310@dragon.nuxi.com>)

    The define "HAVE_LIBEXPAT" is the knob gettext uses to specify that
    'expat' is available.  The problem is only
    gettext-tools/src/x-glade.c refers to "HAVE_LIBEXPAT"; but x-glade.c
    never makes it into any of the libs that I can find.

I'l look into seeing how devel/popt could use something that never makes
it into the gettext libs.  See my email to Kris asking what he would like
done.

BTW, I would have thought that members of portmgr would be on the
freebsd-ports list and you could have offered your knowledge before I
accidently forced you to. :-(

--
-- David  (obrien@FreeBSD.org)



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