Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Apr 2001 14:35:36 -0400 (EDT)
From:      sjr@home.com
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26923: Port update for NQC 2.3.r1
Message-ID:  <200104281835.f3SIZaU03965@cc158233-a.catv1.md.home.com>

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

>Number:         26923
>Category:       ports
>Synopsis:       Port update for NQC 2.3.r1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 28 11:40:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Stephen J. Roznowski
>Release:        FreeBSD 4.3-RC i386
>Organization:
>Environment:
System: FreeBSD istari.home.com 4.3-RC FreeBSD 4.3-RC #18: Sun Apr 1 20:32:49 EDT 2001 sjr@istari.home.com:/usr/src/sys/compile/ISTARI i386


>Description:

	This is an update for NQC to the latest version.
	
>How-To-Repeat:
	
>Fix:

diff -ru /usr/ports/lang/nqc/Makefile nqc/Makefile
--- /usr/ports/lang/nqc/Makefile	Fri Nov 10 03:00:52 2000
+++ nqc/Makefile	Sat Apr 28 14:17:22 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	nqc
-PORTVERSION=	2.2.r2
+PORTVERSION=	2.3.r1
 CATEGORIES=	lang
 MASTER_SITES=	http://www.enteract.com/~dbaum/nqc/release/
 
diff -ru /usr/ports/lang/nqc/distinfo nqc/distinfo
--- /usr/ports/lang/nqc/distinfo	Fri Nov 10 03:00:53 2000
+++ nqc/distinfo	Sat Apr 28 14:17:29 2001
@@ -1 +1 @@
-MD5 (nqc-2.2.r2.tar.gz) = d315a4c36227923f2c010ab8e38df083
+MD5 (nqc-2.3.r1.tar.gz) = cba9619516329732933ab8bdc753dc93
diff -ru /usr/ports/lang/nqc/files/patch-aa nqc/files/patch-aa
--- /usr/ports/lang/nqc/files/patch-aa	Fri Nov 10 03:00:53 2000
+++ nqc/files/patch-aa	Sat Apr 28 14:24:07 2001
@@ -1,5 +1,5 @@
---- Makefile.orig	Sun Oct 22 11:26:06 2000
-+++ Makefile	Thu Nov  9 01:29:29 2000
+--- Makefile.orig	Sun Apr 15 20:56:31 2001
++++ Makefile	Sat Apr 28 14:22:54 2001
 @@ -28,14 +28,14 @@
  #
  # Pick your C++ compiler. 
@@ -18,7 +18,14 @@
  
  #
  # Define the FLEX processor
-@@ -47,24 +47,25 @@
+@@ -45,30 +45,31 @@
+ 
+ # Link in any necessary C++ libraries
+ #
+-# LIBS = -lstdc++
++LIBS = -lstdc++
+ 
+ #
  # Use this to define the default device driver name
  # for serial port connections.
  #
@@ -53,17 +60,16 @@
  
  OBJ = $(NQCOBJ) $(COBJ) $(RCXOBJ) $(POBJ)
  
-@@ -106,10 +107,10 @@
+@@ -111,10 +112,10 @@
  	$(MKDIR) bin
  
  bin/nqc : compiler/parse.cpp $(OBJ)
--	$(LD) -o $@ $(OBJ)
-+	$(CC) -o $@ $(OBJ) -lstdc++
+-	$(LD) -o $@ $(OBJ) $(LIBS)
++	$(CC) -o $@ $(OBJ) $(LIBS)
  
--bin/mkdata : mkdata/mkdata.cpp nqc/SRecord.cpp
+ bin/mkdata : mkdata/mkdata.cpp nqc/SRecord.cpp
 -	$(LD) -o bin/mkdata -Inqc/ -Iplatform/ mkdata/mkdata.cpp nqc/SRecord.cpp
-+bin/mkdata : mkdata/mkdata.o nqc/SRecord.o
-+	$(CC) -o bin/mkdata mkdata/mkdata.o nqc/SRecord.o -lstdc++
++	$(CC) -o bin/mkdata -Inqc/ -Iplatform/ mkdata/mkdata.cpp nqc/SRecord.cpp
  
  #
  # clean up stuff
>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?200104281835.f3SIZaU03965>