From owner-freebsd-ports Mon Nov 6 6:40:10 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5490C37B4D7 for ; Mon, 6 Nov 2000 06:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA94389; Mon, 6 Nov 2000 06:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mail.rdc1.md.home.com (ha1.rdc1.md.home.com [24.2.2.66]) by hub.freebsd.org (Postfix) with ESMTP id 3485F37B4C5 for ; Mon, 6 Nov 2000 06:31:16 -0800 (PST) Received: from cc158233-a.catv1.md.home.com ([24.3.25.17]) by mail.rdc1.md.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20001106143115.CHDQ10139.mail.rdc1.md.home.com@cc158233-a.catv1.md.home.com>; Mon, 6 Nov 2000 06:31:15 -0800 Received: (from sjr@localhost) by cc158233-a.catv1.md.home.com (8.11.0/8.11.0) id eA6EUxo57396; Mon, 6 Nov 2000 09:30:59 -0500 (EST) (envelope-from sjr) Message-Id: <200011061430.eA6EUxo57396@cc158233-a.catv1.md.home.com> Date: Mon, 6 Nov 2000 09:30:59 -0500 (EST) From: sjr@home.net Reply-To: sjr@home.net To: FreeBSD-gnats-submit@freebsd.org, kbyanc@posi.net X-Send-Pr-Version: 3.2 Subject: ports/22639: Update of NQC port to 2.2.r2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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