diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/nqc/distinfo | 4 | ||||
-rw-r--r-- | devel/nqc/patches/patch-aa | 26 |
2 files changed, 23 insertions, 7 deletions
diff --git a/devel/nqc/distinfo b/devel/nqc/distinfo index 9f7bd6cac35..aa30b7d3ffb 100644 --- a/devel/nqc/distinfo +++ b/devel/nqc/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.6 2011/11/25 21:48:02 joerg Exp $ +$NetBSD: distinfo,v 1.7 2012/04/22 21:42:42 dholland Exp $ SHA1 (nqc-2.3.r1.tar.gz) = 40adcd87c12fc23c600899a6a704620ef2208488 RMD160 (nqc-2.3.r1.tar.gz) = 2f7a435a99cb207814a8f357b701b1cc1fee2964 Size (nqc-2.3.r1.tar.gz) = 193028 bytes -SHA1 (patch-aa) = 0682d30f8c98e6b152e7227d5526a79bff91707b +SHA1 (patch-aa) = ac916cb16c619b4ccd15fa1a1eba5c93a369abfb SHA1 (patch-ab) = 6fbe6b629ac170475cfeffb8848ba8337d4a13cd SHA1 (patch-ac) = d189cbbae24c2aba43aab100c4bb19c2ee24b89f SHA1 (patch-compiler_AsmStmt.h) = 93c11a7d8b76f5bf7dd29e92cdbe2c4568c357e4 diff --git a/devel/nqc/patches/patch-aa b/devel/nqc/patches/patch-aa index 2d7e33bd695..3ae42fcffcc 100644 --- a/devel/nqc/patches/patch-aa +++ b/devel/nqc/patches/patch-aa @@ -1,8 +1,13 @@ -$NetBSD: patch-aa,v 1.2 2001/05/14 20:38:47 nathanw Exp $ +$NetBSD: patch-aa,v 1.3 2012/04/22 21:42:42 dholland Exp $ ---- Makefile.orig Sun Apr 15 20:56:31 2001 -+++ Makefile Mon May 14 16:15:17 2001 -@@ -34,8 +34,8 @@ +- configure for pkgsrc +- hardwire NetBSD instead of Linux serial port name (XXX: wrong) +- use -O* options that really exist (required by clang) +- don't use -W options that aren't defined for for C++ + +--- Makefile.orig 2001-04-16 00:56:31.000000000 +0000 ++++ Makefile +@@ -34,8 +34,8 @@ CC=g++ # # Pick your YACC processor # @@ -13,7 +18,7 @@ $NetBSD: patch-aa,v 1.2 2001/05/14 20:38:47 nathanw Exp $ # # Define the FLEX processor -@@ -51,11 +51,11 @@ +@@ -51,11 +51,11 @@ FLEX = flex # Use this to define the default device driver name # for serial port connections. # @@ -28,3 +33,14 @@ $NetBSD: patch-aa,v 1.2 2001/05/14 20:38:47 nathanw Exp $ MANEXT=1 +@@ -67,8 +67,8 @@ MV=mv -f + RM=rm -f + + IFLAGS=-Iplatform -Ircxlib -Inqc -Icompiler +-WFLAGS=-Wall -Wstrict-prototypes -Wmissing-prototypes +-CFLAGS = -O6 -pipe $(IFLAGS) $(WFLAGS) -DDEFAULT_SERIAL_NAME='$(DEFAULT_SERIAL_NAME)' ++WFLAGS=-Wall #-Wstrict-prototypes -Wmissing-prototypes ++CFLAGS = -O3 -pipe $(IFLAGS) $(WFLAGS) -DDEFAULT_SERIAL_NAME='$(DEFAULT_SERIAL_NAME)' + + OBJ = $(NQCOBJ) $(COBJ) $(RCXOBJ) $(POBJ) + |