summaryrefslogtreecommitdiff
path: root/lang/nqc
diff options
context:
space:
mode:
authorJohn Hay <jhay@FreeBSD.org>2005-10-23 17:40:08 +0000
committerJohn Hay <jhay@FreeBSD.org>2005-10-23 17:40:08 +0000
commitc3d50bb4e93df71b0e9f77e62e1420c356ec559c (patch)
tree77542b328f69a361a63f570c0c329492a31665ee /lang/nqc
parentAlso mark xli as vulnerable to xloadimage -- buffer overflows in NIFF (diff)
Make nqc compile on 4.x by adding USE_GCC=3.4+
Submitted by: vs Update to nqc-3.1.r4.
Notes
Notes: svn path=/head/; revision=146192
Diffstat (limited to 'lang/nqc')
-rw-r--r--lang/nqc/Makefile4
-rw-r--r--lang/nqc/distinfo4
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/nqc/Makefile b/lang/nqc/Makefile
index 8e869b9038ca..038b1d482a29 100644
--- a/lang/nqc/Makefile
+++ b/lang/nqc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= nqc
-PORTVERSION= 3.1.r2
+PORTVERSION= 3.1.r4
CATEGORIES= lang
MASTER_SITES= http://bricxcc.sourceforge.net/nqc/release/
EXTRACT_SUFX= .tgz
@@ -15,7 +15,7 @@ MAINTAINER= jhay@FreeBSD.org
COMMENT= A compiler for writing programs for the Lego RCX
USE_GMAKE= yes
-CC= ${CXX}
+USE_GCC= 3.4+
MAN1= nqc.1
PLIST_FILES= bin/nqc
diff --git a/lang/nqc/distinfo b/lang/nqc/distinfo
index 28259690e83c..548dfd3f2a7f 100644
--- a/lang/nqc/distinfo
+++ b/lang/nqc/distinfo
@@ -1,2 +1,2 @@
-MD5 (nqc-3.1.r2.tgz) = b2236a455b9daa52e492bfa4bd51ff52
-SIZE (nqc-3.1.r2.tgz) = 326613
+MD5 (nqc-3.1.r4.tgz) = f7868445a25615ad82e6e63bf16aef3c
+SIZE (nqc-3.1.r4.tgz) = 334211