pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics - don't hardcode CC=gcc



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64fdc29bd511
branches:  trunk
changeset: 476583:64fdc29bd511
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Jun 15 12:27:05 2004 +0000

description:
- don't hardcode CC=gcc
- don't pass gcc specific flags

diffstat:

 graphics/gif320/distinfo           |   4 ++--
 graphics/gif320/patches/patch-aa   |  14 ++++++--------
 graphics/giftrans/distinfo         |   4 ++--
 graphics/giftrans/patches/patch-aa |  11 ++++++-----
 4 files changed, 16 insertions(+), 17 deletions(-)

diffs (73 lines):

diff -r 76642951cd64 -r 64fdc29bd511 graphics/gif320/distinfo
--- a/graphics/gif320/distinfo  Tue Jun 15 12:00:09 2004 +0000
+++ b/graphics/gif320/distinfo  Tue Jun 15 12:27:05 2004 +0000
@@ -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 -r 76642951cd64 -r 64fdc29bd511 graphics/gif320/patches/patch-aa
--- a/graphics/gif320/patches/patch-aa  Tue Jun 15 12:00:09 2004 +0000
+++ b/graphics/gif320/patches/patch-aa  Tue Jun 15 12:27:05 2004 +0000
@@ -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 -r 76642951cd64 -r 64fdc29bd511 graphics/giftrans/distinfo
--- a/graphics/giftrans/distinfo        Tue Jun 15 12:00:09 2004 +0000
+++ b/graphics/giftrans/distinfo        Tue Jun 15 12:27:05 2004 +0000
@@ -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 -r 76642951cd64 -r 64fdc29bd511 graphics/giftrans/patches/patch-aa
--- a/graphics/giftrans/patches/patch-aa        Tue Jun 15 12:00:09 2004 +0000
+++ b/graphics/giftrans/patches/patch-aa        Tue Jun 15 12:27:05 2004 +0000
@@ -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
  



Home | Main Index | Thread Index | Old Index