Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2000 13:37:59 -0400 (EDT)
From:      sjr@home.com
To:        FreeBSD-gnats-submit@freebsd.org, kbyanc@posi.net
Subject:   ports/18294: Update for nqc port
Message-ID:  <200004291737.NAA13464@cc158233-a.catv1.md.home.com>

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

>Number:         18294
>Category:       ports
>Synopsis:       Update for nqc port
>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:   Sat Apr 29 10:40:09 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Stephen J. Roznowski
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:

	

>Description:

	Update NQC port to latest version.

>How-To-Repeat:

	

>Fix:


diff -ru nqc.old/Makefile nqc/Makefile
--- nqc.old/Makefile	Sat Apr 29 13:35:00 2000
+++ nqc/Makefile	Sat Apr 29 13:26:49 2000
@@ -6,14 +6,16 @@
 #
 
 PORTNAME=	nqc
-PORTVERSION=	2.0.2
+PORTVERSION=	2.1.r2
 CATEGORIES=	lang
 MASTER_SITES=	http://www.enteract.com/~dbaum/nqc/release/
-DISTNAME=	nqc_src_2_0_2
 
 MAINTAINER=	kbyanc@posi.net
 
+MAN1=		nqc.1
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/bin/nqc ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/nqc-man-2.1r1-0.man ${PREFIX}/man/man1/nqc.1
 
 .include <bsd.port.mk>
diff -ru nqc.old/files/md5 nqc/files/md5
--- nqc.old/files/md5	Sat Apr 29 13:34:59 2000
+++ nqc/files/md5	Sat Apr 29 13:04:35 2000
@@ -1 +1 @@
-MD5 (nqc_src_2_0_2.tar.gz) = 5ad85b996e2f470362edff4014a0313e
+MD5 (nqc-2.1.r2.tar.gz) = b11d57fa6630f0589246a9ceea5b6322
diff -ru nqc.old/patches/patch-aa nqc/patches/patch-aa
--- nqc.old/patches/patch-aa	Sat Apr 29 13:34:59 2000
+++ nqc/patches/patch-aa	Sat Apr 29 13:07:33 2000
@@ -1,5 +1,5 @@
---- Makefile.orig	Wed Apr 28 09:27:59 1999
-+++ Makefile	Sat Aug 14 14:56:31 1999
+--- Makefile.orig	Sat Mar 25 17:16:58 2000
++++ Makefile	Sat Apr 29 13:06:05 2000
 @@ -27,14 +27,14 @@
  #
  # Pick your C++ compiler. 
@@ -29,10 +29,10 @@
  # other commands
 @@ -58,7 +58,7 @@
  
- IFLAGS=-Iplatform -Ircxlib -Inqc
+ IFLAGS=-Iplatform -Ircxlib -Inqc -Icompiler
  WFLAGS=-Wall -Wstrict-prototypes -Wmissing-prototypes
 -CFLAGS = -O6 -pipe $(IFLAGS) $(WFLAGS) -DDEFAULT_SERIAL_NAME='$(DEFAULT_SERIAL_NAME)'
 +CFLAGS += $(IFLAGS) $(WFLAGS) -DDEFAULT_SERIAL_NAME='$(DEFAULT_SERIAL_NAME)'
  
- OBJ = $(NQCOBJ) $(RCXOBJ) $(POBJ)
+ OBJ = $(NQCOBJ) $(COBJ) $(RCXOBJ) $(POBJ)
  

>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?200004291737.NAA13464>