From owner-freebsd-ports Thu Sep 2 18:21: 6 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 847A714DB1 for ; Thu, 2 Sep 1999 18:21:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA90689; Thu, 2 Sep 1999 18:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 41BCF15059; Thu, 2 Sep 1999 18:10:29 -0700 (PDT) Message-Id: <19990903011029.41BCF15059@hub.freebsd.org> Date: Thu, 2 Sep 1999 18:10:29 -0700 (PDT) From: brooks@one-eyed-alien.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: ports/13552: The gnuplot doesn't build with GIF support enabled Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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