From owner-cvs-all Mon Dec 28 20:54:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16265 for cvs-all-outgoing; Mon, 28 Dec 1998 20:54:43 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from hawaii.conterra.com (hawaii.conterra.com [209.12.164.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA16256; Mon, 28 Dec 1998 20:54:37 -0800 (PST) (envelope-from dmaddox@scsn.net) Received: from rhiannon.conterra.com (ppp112.conterra.com [209.12.169.112]) by hawaii.conterra.com (8.8.8/8.8.7) with ESMTP id XAA16041; Mon, 28 Dec 1998 23:54:18 -0500 (EST) Received: (from dmaddox@localhost) by rhiannon.conterra.com (8.9.1/8.9.1) id XAA00426; Mon, 28 Dec 1998 23:54:11 -0500 (EST) (envelope-from dmaddox) Date: Mon, 28 Dec 1998 23:54:10 -0500 From: "Donald J . Maddox" To: Satoshi Asami Cc: vanilla@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/x11-toolkits/gtk11-devel Makefile Message-ID: <19981228235410.A363@rhiannon.conterra.com> Reply-To: dmaddox@conterra.com References: <199812281357.FAA02643@freefall.freebsd.org> <199812290134.RAA27834@silvia.hip.berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199812290134.RAA27834@silvia.hip.berkeley.edu>; from Satoshi Asami on Mon, Dec 28, 1998 at 05:34:38PM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, Dec 28, 1998 at 05:34:38PM -0800, Satoshi Asami wrote: > * x11-toolkits/gtk11-devel Makefile > * Log: > * Change RUN_DEPEND to BUILD_DEPEND. > > Are you sure? I had to add gettext as RUN_DEPENDS to gnomelibs, as > one of the headers are required to compile anything requiring > libgnome. If gettext has to be installed on a machine when you > compile something with gtk11-devel, then it should be RUN_DEPENDS as > well. In this case, the port is broken either way... Unless '--disable-nls' is added to CONFIGURE_ARGS, it fails looking for a nonexistant libintl.h, and even if '--disable-nls' is added, it seems to want the gettext headers to be installed in the build dir, and fails when it tries to copy the nonexistant ${WORKDIR}/gtk+-1.1.9/intl/gettext.h... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message