From owner-freebsd-ports Thu Sep 2 18:44:54 1999 Delivered-To: freebsd-ports@freebsd.org Received: from picnic.mat.net (picnic.mat.net [206.246.122.133]) by hub.freebsd.org (Postfix) with ESMTP id D8ADA14A09 for ; Thu, 2 Sep 1999 18:44:51 -0700 (PDT) (envelope-from chuckr@picnic.mat.net) Received: from localhost (chuckr@localhost) by picnic.mat.net (8.9.3/8.9.3) with ESMTP id VAA19558; Thu, 2 Sep 1999 21:43:56 -0400 (EDT) (envelope-from chuckr@picnic.mat.net) Date: Thu, 2 Sep 1999 21:43:56 -0400 (EDT) From: Chuck Robey To: brooks@one-eyed-alien.net Cc: FreeBSD Ports Team Subject: Re: ports/13552: The gnuplot doesn't build with GIF support enabled In-Reply-To: <19990903011029.41BCF15059@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 2 Sep 1999 brooks@one-eyed-alien.net wrote: I'll be fixing this, this weekend, using the method that's (unfortunately) the one the the gnuplot authors want: I'll be making a port of the old 1.4 version of the gd stuff, with clear notes to folks NOT to update this, and I'll rename the lib to libgdold. I'll then set up gnuplot to link to libgdold, and then we'll all be cracking. gnuplot didn't take advantage of the new gd png features anyhow, so nothing lost here, until someone tries to get funny and update gd-old. Oh, and this PR is a duplicate of another one. I'll have to find it and close this one now, with a ref to the older PR. > > >Number: 13552 > >Category: ports > >Synopsis: The gnuplot doesn't build with GIF support enabled > >Confidential: no > >Severity: serious > >Priority: high > >Responsible: freebsd-ports > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Thu Sep 2 18:20:00 PDT 1999 > >Closed-Date: > >Last-Modified: > >Originator: Brooks Davis > >Release: 3.2-STABLE > >Organization: > >Environment: > FreeBSD minya 3.2-STABLE FreeBSD 3.2-STABLE #10: Wed Sep 1 13:44:43 PDT 1999 root@minya:/usr/src/sys/compile/MINYA i386 > >Description: > Since GIF support was removed from GD not long ago, you can't > build ports that rely on that support. Gnuplot was one of them. > This also broke amanda and any other ports that depended on > gnuplot. > >How-To-Repeat: > build gnuplot. > >Fix: > The following patch turns off GD which turns off GIF support. PNG > support still works as gnuplot uses libpng to product PNGs. > > Index: Makefile > =================================================================== > RCS file: /home/ncvs/ports/math/gnuplot/Makefile,v > retrieving revision 1.23 > diff -u -r1.23 Makefile > --- Makefile 1999/08/25 07:10:10 1.23 > +++ Makefile 1999/09/03 00:55:18 > @@ -21,7 +21,7 @@ > --includedir=${LOCALBASE}/include/ \ > --libdir=${LOCALBASE}/lib \ > --with-x --without-linux-vga \ > - --with-gd=${LOCALBASE}/lib \ > + --with-gd=no \ > --with-gnu-readline --with-lasergnu --with-png > > MAN1= gnuplot.1 lasergnu.1 > > >Release-Note: > >Audit-Trail: > >Unformatted: > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message > ---------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@picnic.mat.net | communications topic, C programming, and Unix. 213 Lakeside Drive Apt T-1 | Greenbelt, MD 20770 | picnic.mat.net: FreeBSD/i386 (301) 220-2114 | jaunt.mat.net : FreeBSD/Alpha ---------------------------+----------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message