From owner-cvs-all Mon Oct 22 18:39:23 2001 Delivered-To: cvs-all@freebsd.org Received: from barry.mail.mindspring.net (barry.mail.mindspring.net [207.69.200.25]) by hub.freebsd.org (Postfix) with ESMTP id E33EA37B403; Mon, 22 Oct 2001 18:39:12 -0700 (PDT) Received: from netcom1.netcom.com (user-2iniumd.dialup.mindspring.com [165.121.122.205]) by barry.mail.mindspring.net (8.9.3/8.8.5) with ESMTP id VAA04158; Mon, 22 Oct 2001 21:38:47 -0400 (EDT) Received: by netcom1.netcom.com (Postfix, from userid 1000) id BCC54131EF; Mon, 22 Oct 2001 18:38:17 -0700 (PDT) From: Mike Harding To: mi@aldan.algebra.com Cc: ijliao@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: <200110222312.f9MNCZa20718@aldan.algebra.com> (message from Mikhail Teterin on Mon, 22 Oct 2001 19:12:34 -0400 (EDT)) Subject: Re: cvs commit: ports/graphics/gd Makefile References: <200110222312.f9MNCZa20718@aldan.algebra.com> Message-Id: <20011023013817.BCC54131EF@netcom1.netcom.com> Date: Mon, 22 Oct 2001 18:38:17 -0700 (PDT) Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am using XFree86-4 and freetype1 and 2 have also both been installed on the system, so it's possible that anything in this witch's brew could have deinstalled properly, etc. Somethhing's not right, though... the build is barfing out because of an include file that is only in freetype2, but freetype2 had been erased by this time - so possibly the freetype2 port is not deinstalling cleanly. - Mike H. Date: Mon, 22 Oct 2001 19:12:34 -0400 (EDT) From: Mikhail Teterin Cc: ijliao@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Content-Type: TEXT/plain; charset=US-ASCII X-SpamBouncer: 1.4 (8/24/01) X-SBClass: OK On 22 Oct, Mike Harding wrote: > I reported a problem because gd would not compile if freetype only was > installed - a (not quick) test which involves ripping out all of gnome > and kde shows... now I have 12+ hours of compiling to recover... > > netcom1# make install clean > If you want to compile in X support use > 'make -DWITH_X11' instead > ===> Extracting for gd-1.8.4_3 >>> Checksum OK for gd-1.8.4.tar.gz. >>> Checksum OK for gd_gif_in.c.bz2. > ===> gd-1.8.4_3 depends on shared library: png.5 - found > ===> gd-1.8.4_3 depends on shared library: jpeg.9 - found > bzip2 -d < /usr/ports/distfiles//gd_gif_in.c.bz2 > /usr/ports/graphics/gd/work/gd-1.8.4/gd_gif_in.c > ===> Patching for gd-1.8.4_3 > ===> Applying FreeBSD patches for gd-1.8.4_3 > ===> Configuring for gd-1.8.4_3 > ===> Building for gd-1.8.4_3 > cc -I. -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include/X11 -I/usr/X11R6/include/freetype2 -I/usr/X11R6/include -O -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -c gd.c [...] Well, it is compiling nicely both on my workstation (with X11) and on a web-server (without X11). It also seems to do fine on bento. What might be breaking things for you is the mixture of include files -- under /usr/X11R6 and /usr/local -- if you have both freetype2 libraries (and sets of headers). Could somebody else with different /usr/X11R6 and /usr/local (on my systems they both point to /opt) debug this? Thanks! In any case, I think the library version number is not a solution... In fact, I plan to remove the particular major numbers for png and jpeg libraries too for this port, and some others :) -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message