From owner-cvs-all@FreeBSD.ORG Fri Aug 27 15:30:25 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C19EF16A4D6; Fri, 27 Aug 2004 15:30:25 +0000 (GMT) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C9DE43D2F; Fri, 27 Aug 2004 15:30:25 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by TRANG.nuxi.com (8.13.1/8.12.11) with ESMTP id i7RFTxTl059672; Fri, 27 Aug 2004 08:29:59 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i7RFTv2v059671; Fri, 27 Aug 2004 08:29:57 -0700 (PDT) (envelope-from obrien) Date: Fri, 27 Aug 2004 08:29:57 -0700 From: "David O'Brien" To: Oliver Eikemeier Message-ID: <20040827152957.GC59283@dragon.nuxi.com> References: <20040827043857.GA16903@xor.obsecurity.org> <1852D438-F816-11D8-AC6A-00039312D914@fillmore-labs.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1852D438-F816-11D8-AC6A-00039312D914@fillmore-labs.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: FreeBSD GNOME cc: cvs-ports@FreeBSD.org cc: ports-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Kris Kennaway Subject: Re: cvs commit: ports/devel/gettext Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2004 15:30:26 -0000 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)