pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/pccts don't override CC in Makefiles, it's alrea...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9624d81afde9
branches: trunk
changeset: 467341:9624d81afde9
user: grant <grant%pkgsrc.org@localhost>
date: Thu Jan 29 11:49:50 2004 +0000
description:
don't override CC in Makefiles, it's already defined in MAKE_ENV.
fixes build with non-gcc.
diffstat:
devel/pccts/distinfo | 10 +++++-----
devel/pccts/patches/patch-aa | 12 +++++-------
devel/pccts/patches/patch-ab | 12 +++++-------
devel/pccts/patches/patch-ac | 12 +++++-------
devel/pccts/patches/patch-ad | 12 +++++-------
5 files changed, 25 insertions(+), 33 deletions(-)
diffs (116 lines):
diff -r 7090942b92d5 -r 9624d81afde9 devel/pccts/distinfo
--- a/devel/pccts/distinfo Thu Jan 29 11:11:15 2004 +0000
+++ b/devel/pccts/distinfo Thu Jan 29 11:49:50 2004 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.4 2003/11/09 06:15:24 fredb Exp $
+$NetBSD: distinfo,v 1.5 2004/01/29 11:49:50 grant Exp $
SHA1 (pccts-1.33.22/pccts133mr22.zip) = ccdfaf8f69ddc59ad6d7e3f05922c693db0cf987
Size (pccts-1.33.22/pccts133mr22.zip) = 717522 bytes
-SHA1 (patch-aa) = f44db7a7fb0c8a81e8b5445b2ec7d6160c9a2fdc
-SHA1 (patch-ab) = b9ebaf849cb738bd975cdee733afa3a3c0d8e0c9
-SHA1 (patch-ac) = b249a362461e460be6be7195d96ea7705485105f
-SHA1 (patch-ad) = 0af7bb8491402f8fb2e96fb0e5aa6cc117ffae0c
+SHA1 (patch-aa) = b6037043b1841575fd98c1f011e7e22a8ecd5b99
+SHA1 (patch-ab) = 43a05786923583efeadde34eb775f45862315865
+SHA1 (patch-ac) = aa1869debc128dd9b017f3790899aa2b32aaa185
+SHA1 (patch-ad) = 86184ed7d610ad4da21e385c72cb254eb17d09bc
SHA1 (patch-ae) = bdfbc276cbf7217bdf48bb1b6df787d61f1d6267
SHA1 (patch-af) = 5910279eb5d9d216c1051c48038792fc3841c568
SHA1 (patch-ag) = 6637240de0c79b4f41f34d658ed99001adeab539
diff -r 7090942b92d5 -r 9624d81afde9 devel/pccts/patches/patch-aa
--- a/devel/pccts/patches/patch-aa Thu Jan 29 11:11:15 2004 +0000
+++ b/devel/pccts/patches/patch-aa Thu Jan 29 11:49:50 2004 +0000
@@ -1,15 +1,13 @@
-$NetBSD: patch-aa,v 1.1 2000/03/20 16:55:37 agc Exp $
-
-Use gcc instead of cc, mainly for Solaris.
+$NetBSD: patch-aa,v 1.2 2004/01/29 11:49:50 grant Exp $
---- antlr/makefile 2000/03/20 16:33:12 1.1
-+++ antlr/makefile 2000/03/20 16:33:29
-@@ -164,7 +164,7 @@
+--- antlr/makefile.orig 2000-02-16 02:40:15.000000000 +1100
++++ antlr/makefile
+@@ -164,7 +164,7 @@ PCCTS_H=../h
#
# UNIX (default)
#
-CC=cc
-+CC=gcc
++#CC=cc
ANTLR=../bin/antlr
DLG=../bin/dlg
OBJ_EXT=o
diff -r 7090942b92d5 -r 9624d81afde9 devel/pccts/patches/patch-ab
--- a/devel/pccts/patches/patch-ab Thu Jan 29 11:11:15 2004 +0000
+++ b/devel/pccts/patches/patch-ab Thu Jan 29 11:49:50 2004 +0000
@@ -1,15 +1,13 @@
-$NetBSD: patch-ab,v 1.2 2000/04/04 02:17:11 itohy Exp $
-
-Use gcc in place of cc.
+$NetBSD: patch-ab,v 1.3 2004/01/29 11:49:50 grant Exp $
---- dlg/makefile 2000/03/20 16:10:48 1.1
-+++ dlg/makefile 2000/04/04 10:38:49
-@@ -114,7 +114,7 @@
+--- dlg/makefile.orig 2000-02-16 03:05:43.000000000 +1100
++++ dlg/makefile
+@@ -114,7 +114,7 @@ PCCTS_H=../h
#
# UNIX
#
-CC=cc
-+CC=gcc
++#CC=cc
ANTLR=../bin/antlr
DLG=../bin/dlg
CFLAGS= -O -I. -I$(SET) -I$(PCCTS_H) -DUSER_ZZSYN -DZZLEXBUFSIZE=32000
diff -r 7090942b92d5 -r 9624d81afde9 devel/pccts/patches/patch-ac
--- a/devel/pccts/patches/patch-ac Thu Jan 29 11:11:15 2004 +0000
+++ b/devel/pccts/patches/patch-ac Thu Jan 29 11:49:50 2004 +0000
@@ -1,15 +1,13 @@
-$NetBSD: patch-ac,v 1.1 2000/03/20 16:55:37 agc Exp $
-
-Use gcc in place of cc, mainly for Solaris.
+$NetBSD: patch-ac,v 1.2 2004/01/29 11:49:50 grant Exp $
---- sorcerer/makefile 2000/03/20 16:13:28 1.1
-+++ sorcerer/makefile 2000/03/20 16:13:41
-@@ -16,12 +16,12 @@
+--- sorcerer/makefile.orig 2000-02-16 03:07:11.000000000 +1100
++++ sorcerer/makefile
+@@ -16,12 +16,12 @@ GRM = sor.g
SRC = sor.c scan.c err.c main.c globals.c gen.c $(SET)/set.c hash.c look.c cpp.c
OBJ = sor.o scan.o err.o main.o globals.o gen.o set.o hash.o look.o cpp.o
GENHFILES = tokens.h mode.h stdpccts.h
-CC=cc
-+CC=gcc
++#CC=cc
SHELL=/bin/sh
all:
diff -r 7090942b92d5 -r 9624d81afde9 devel/pccts/patches/patch-ad
--- a/devel/pccts/patches/patch-ad Thu Jan 29 11:11:15 2004 +0000
+++ b/devel/pccts/patches/patch-ad Thu Jan 29 11:49:50 2004 +0000
@@ -1,15 +1,13 @@
-$NetBSD: patch-ad,v 1.1 2000/03/20 16:55:37 agc Exp $
-
-Use gcc in place of cc, mainly for Solaris.
+$NetBSD: patch-ad,v 1.2 2004/01/29 11:49:50 grant Exp $
---- support/genmk/makefile 2000/03/20 16:36:13 1.1
-+++ support/genmk/makefile 2000/03/20 16:36:24
-@@ -9,7 +9,7 @@
+--- support/genmk/makefile.orig 1998-06-09 00:45:10.000000000 +1000
++++ support/genmk/makefile
+@@ -9,7 +9,7 @@ OBJ=genmk.o
# see pccts/h/pcctscfg.h
#CFLAGS=-I../../h -DPC
CFLAGS=-I../../h
-CC=cc
-+CC=gcc
++#CC=cc
BAG=../../bin/bag
genmk: $(OBJ) $(SRC) ../../h/pcctscfg.h
Home |
Main Index |
Thread Index |
Old Index