mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to version 2.1.r2.
PR: 18294 Submitted by: Stephen J. Roznowski <sjr@home.com>
This commit is contained in:
parent
678717b8da
commit
85c1dcac82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28110
3 changed files with 9 additions and 7 deletions
|
@ -6,14 +6,16 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= nqc
|
PORTNAME= nqc
|
||||||
PORTVERSION= 2.0.2
|
PORTVERSION= 2.1.r2
|
||||||
CATEGORIES= lang
|
CATEGORIES= lang
|
||||||
MASTER_SITES= http://www.enteract.com/~dbaum/nqc/release/
|
MASTER_SITES= http://www.enteract.com/~dbaum/nqc/release/
|
||||||
DISTNAME= nqc_src_2_0_2
|
|
||||||
|
|
||||||
MAINTAINER= kbyanc@posi.net
|
MAINTAINER= kbyanc@posi.net
|
||||||
|
|
||||||
|
MAN1= nqc.1
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/nqc ${PREFIX}/bin
|
${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>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (nqc_src_2_0_2.tar.gz) = 5ad85b996e2f470362edff4014a0313e
|
MD5 (nqc-2.1.r2.tar.gz) = b11d57fa6630f0589246a9ceea5b6322
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- Makefile.orig Wed Apr 28 09:27:59 1999
|
--- Makefile.orig Sat Mar 25 17:16:58 2000
|
||||||
+++ Makefile Sat Aug 14 14:56:31 1999
|
+++ Makefile Sat Apr 29 13:06:05 2000
|
||||||
@@ -27,14 +27,14 @@
|
@@ -27,14 +27,14 @@
|
||||||
#
|
#
|
||||||
# Pick your C++ compiler.
|
# Pick your C++ compiler.
|
||||||
|
@ -29,10 +29,10 @@
|
||||||
# other commands
|
# other commands
|
||||||
@@ -58,7 +58,7 @@
|
@@ -58,7 +58,7 @@
|
||||||
|
|
||||||
IFLAGS=-Iplatform -Ircxlib -Inqc
|
IFLAGS=-Iplatform -Ircxlib -Inqc -Icompiler
|
||||||
WFLAGS=-Wall -Wstrict-prototypes -Wmissing-prototypes
|
WFLAGS=-Wall -Wstrict-prototypes -Wmissing-prototypes
|
||||||
-CFLAGS = -O6 -pipe $(IFLAGS) $(WFLAGS) -DDEFAULT_SERIAL_NAME='$(DEFAULT_SERIAL_NAME)'
|
-CFLAGS = -O6 -pipe $(IFLAGS) $(WFLAGS) -DDEFAULT_SERIAL_NAME='$(DEFAULT_SERIAL_NAME)'
|
||||||
+CFLAGS += $(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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue