head	1.2;
access;
symbols
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.05.07.16.43.39;	author dinoex;	state dead;
branches;
next	1.1;

1.1
date	99.09.27.02.47.09;	author steve;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- remove outdated port

PR:		21875
@
text
@--- graphs.c.orig	Tue Jun 15 06:33:40 1999
+++ graphs.c	Sat Jul 31 10:43:48 1999
@@@@ -285,7 +285,7 @@@@
    /* save gif image */
    if ((out = fopen(fname, "wb")) != NULL)
    {
-      gdImageGif(im, out);
+      gdImagePng(im, out);
       fclose(out);
    }
    /* deallocate memory */
@@@@ -501,7 +501,7 @@@@
    /* open file for writing */
    if ((out = fopen(fname, "wb")) != NULL)
    {
-      gdImageGif(im, out);
+      gdImagePng(im, out);
       fclose(out);
    }
    /* deallocate memory */
@@@@ -614,7 +614,7 @@@@
    /* save as gif file */
    if ( (out = fopen(fname, "wb")) != NULL)
    {
-      gdImageGif(im, out);
+      gdImagePng(im, out);
       fclose(out);
    }
    /* deallocate memory */
@@@@ -700,7 +700,7 @@@@
    /* save gif image */
    if ((out = fopen(fname, "wb")) != NULL)
    {
-      gdImageGif(im, out);
+      gdImagePng(im, out);
       fclose(out);
    }
    /* deallocate memory */
@


1.1
log
@Update to version 1.30.4.

PR:		13663
Submitted by:	maintainer
@
text
@@

