Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Nov 2000 09:30:59 -0500 (EST)
From:      sjr@home.net
To:        FreeBSD-gnats-submit@freebsd.org, kbyanc@posi.net
Subject:   ports/22639: Update of NQC port to 2.2.r2
Message-ID:  <200011061430.eA6EUxo57396@cc158233-a.catv1.md.home.com>

next in thread | raw e-mail | index | archive | help

>Number:         22639
>Category:       ports
>Synopsis:       Update of NQC port to 2.2.r2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 06 06:40:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Stephen J. Roznowski
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
>Environment:

	

>Description:

	This updates the NQC port to the latest released version.

>How-To-Repeat:

	

>Fix:


diff -ur /usr/ports/lang/nqc/Makefile /tmp/nqc/Makefile
--- /usr/ports/lang/nqc/Makefile	Sat Apr 29 19:48:56 2000
+++ /tmp/nqc/Makefile	Mon Nov  6 09:07:17 2000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	nqc
-PORTVERSION=	2.1.r2
+PORTVERSION=	2.2.r2
 CATEGORIES=	lang
 MASTER_SITES=	http://www.enteract.com/~dbaum/nqc/release/
 
diff -ur /usr/ports/lang/nqc/distinfo /tmp/nqc/distinfo
--- /usr/ports/lang/nqc/distinfo	Sat Apr 29 19:49:03 2000
+++ /tmp/nqc/distinfo	Mon Nov  6 09:07:21 2000
@@ -1 +1 @@
-MD5 (nqc-2.1.r2.tar.gz) = b11d57fa6630f0589246a9ceea5b6322
+MD5 (nqc-2.2.r2.tar.gz) = d315a4c36227923f2c010ab8e38df083
diff -ur /usr/ports/lang/nqc/files/patch-aa /tmp/nqc/files/patch-aa
--- /usr/ports/lang/nqc/files/patch-aa	Sat Apr 29 19:49:03 2000
+++ /tmp/nqc/files/patch-aa	Mon Nov  6 09:09:51 2000
@@ -1,6 +1,6 @@
---- Makefile.orig	Sat Mar 25 17:16:58 2000
-+++ Makefile	Sat Apr 29 13:06:05 2000
-@@ -27,14 +27,14 @@
+--- Makefile.orig	Sun Oct 22 14:26:06 2000
++++ Makefile	Mon Nov  6 09:08:47 2000
+@@ -28,14 +28,14 @@
  #
  # Pick your C++ compiler. 
  #
@@ -18,16 +18,16 @@
  
  #
  # Define the FLEX processor
-@@ -46,7 +46,7 @@
+@@ -47,7 +47,7 @@
  # Use this to define the default device driver name
  # for serial port connections.
  #
 -DEFAULT_SERIAL_NAME = "/dev/ttyS0"
 +DEFAULT_SERIAL_NAME = "/dev/cuaa0"
  
- 
- # other commands
-@@ -58,7 +58,7 @@
+ # installation information
+ BINDIR=/usr/local/bin
+@@ -64,7 +64,7 @@
  
  IFLAGS=-Iplatform -Ircxlib -Inqc -Icompiler
  WFLAGS=-Wall -Wstrict-prototypes -Wmissing-prototypes
@@ -36,3 +36,12 @@
  
  OBJ = $(NQCOBJ) $(COBJ) $(RCXOBJ) $(POBJ)
  
+@@ -106,7 +106,7 @@
+ 	$(MKDIR) bin
+ 
+ bin/nqc : compiler/parse.cpp $(OBJ)
+-	$(LD) -o $@ $(OBJ)
++	$(LD) -o $@ $(OBJ) -lstdc++
+ 
+ bin/mkdata : mkdata/mkdata.cpp nqc/SRecord.cpp
+ 	$(LD) -o bin/mkdata -Inqc/ -Iplatform/ mkdata/mkdata.cpp nqc/SRecord.cpp

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011061430.eA6EUxo57396>