summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant>2004-06-15 12:27:05 +0000
committergrant <grant>2004-06-15 12:27:05 +0000
commit1eef1ef877d60e945ead2cc894d847926358780d (patch)
tree34755ec93e9cdb88d97ea81874c1ebf7a985e43e
parentd1815b376a011dd0bbc3d979f4415737b8ec3766 (diff)
downloadpkgsrc-1eef1ef877d60e945ead2cc894d847926358780d.tar.gz
- don't hardcode CC=gcc
- don't pass gcc specific flags
-rw-r--r--graphics/gif320/distinfo4
-rw-r--r--graphics/gif320/patches/patch-aa14
-rw-r--r--graphics/giftrans/distinfo4
-rw-r--r--graphics/giftrans/patches/patch-aa11
4 files changed, 16 insertions, 17 deletions
diff --git a/graphics/gif320/distinfo b/graphics/gif320/distinfo
index 47f1650ead1..0b61ea433e8 100644
--- a/graphics/gif320/distinfo
+++ b/graphics/gif320/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 09:54:13 wiz Exp $
+$NetBSD: distinfo,v 1.3 2004/06/15 12:30:47 grant Exp $
SHA1 (gif320-3.3.tar.Z) = cb2c7914f33a8023edc9de0b4909e283b40938a7
Size (gif320-3.3.tar.Z) = 43290 bytes
-SHA1 (patch-aa) = 6e4021b880b5df0489a2ba5ee1e30ec12634c1cf
+SHA1 (patch-aa) = 376572c40618c7bf68fa03dfc88d0cda27636b58
diff --git a/graphics/gif320/patches/patch-aa b/graphics/gif320/patches/patch-aa
index 784c6fa5bb7..88d388083bc 100644
--- a/graphics/gif320/patches/patch-aa
+++ b/graphics/gif320/patches/patch-aa
@@ -1,18 +1,16 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/12/10 00:08:23 hubertf Exp $
+$NetBSD: patch-aa,v 1.2 2004/06/15 12:30:47 grant Exp $
---- Makefile.orig Fri Dec 10 00:38:53 1999
-+++ Makefile Fri Dec 10 00:39:08 1999
-@@ -4,10 +4,10 @@
- # Should be portable since it only uses stdio and a
+--- Makefile.orig 1992-10-31 03:29:37.000000000 +1100
++++ Makefile
+@@ -5,9 +5,9 @@
# couple of signal trapping calls.
--#CFLAGS = -O2
+ #CFLAGS = -O2
-CFLAGS = -g
-+CFLAGS = -O2
+#CFLAGS = -g
-CC = gcc
-+CC = cc
++#CC = gcc
SRCS = develop.c primary.c misc.c readgif.c vtgraph.c
OBJS = develop.o primary.o misc.o readgif.o vtgraph.o
TARGET = gif320
diff --git a/graphics/giftrans/distinfo b/graphics/giftrans/distinfo
index 48cbe157541..72f45dc2b10 100644
--- a/graphics/giftrans/distinfo
+++ b/graphics/giftrans/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 09:54:14 wiz Exp $
+$NetBSD: distinfo,v 1.3 2004/06/15 12:27:05 grant Exp $
SHA1 (sgif1122.tgz) = 7080d835f1fe507c0f561756f669e9484e6f6af8
Size (sgif1122.tgz) = 15960 bytes
-SHA1 (patch-aa) = 91b5de007a2644f00b5a083a6b782edd40b2b94a
+SHA1 (patch-aa) = 80f1194ed57289858653e5749f0e19e7da96b497
diff --git a/graphics/giftrans/patches/patch-aa b/graphics/giftrans/patches/patch-aa
index 2b987b253a0..d176656680e 100644
--- a/graphics/giftrans/patches/patch-aa
+++ b/graphics/giftrans/patches/patch-aa
@@ -1,13 +1,14 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/07/04 00:48:04 hubertf Exp $
+$NetBSD: patch-aa,v 1.2 2004/06/15 12:27:05 grant Exp $
---- Makefile.orig Thu Aug 8 20:19:15 1996
-+++ Makefile Sun Jul 4 02:41:11 1999
+--- Makefile.orig 1996-08-09 04:19:15.000000000 +1000
++++ Makefile
@@ -1,7 +1,7 @@
# Makefile for giftrans
- CC=gcc
+-CC=gcc
-CFLAGS=-O2 -m486
-+CFLAGS=-O2 -DRGBTXT=\"${X11BASE}/lib/X11/rgb.txt\"
++#CC=gcc
++CFLAGS=-DRGBTXT=\"${X11BASE}/lib/X11/rgb.txt\"
all: giftrans