summaryrefslogtreecommitdiff
path: root/lang/nqc
diff options
context:
space:
mode:
authorJohn Hay <jhay@FreeBSD.org>2007-06-15 05:57:00 +0000
committerJohn Hay <jhay@FreeBSD.org>2007-06-15 05:57:00 +0000
commit4effb79f5adb1e15b39151207dad684cde46c355 (patch)
treebc6fc50e08d17fba591adc1047cb07f7223d7f00 /lang/nqc
parentTry to fix some subtle errors in pear extension deinstallation. (diff)
Update to nqc-3.1.r6. This now compiles on amd64 + gcc 4.2.
Notes
Notes: svn path=/head/; revision=193545
Diffstat (limited to 'lang/nqc')
-rw-r--r--lang/nqc/Makefile6
-rw-r--r--lang/nqc/distinfo6
-rw-r--r--lang/nqc/files/patch-RCX_USBTowerPipe_fbsd.cpp10
3 files changed, 7 insertions, 15 deletions
diff --git a/lang/nqc/Makefile b/lang/nqc/Makefile
index 038b1d482a29..32e32032db4b 100644
--- a/lang/nqc/Makefile
+++ b/lang/nqc/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= nqc
-PORTVERSION= 3.1.r4
+PORTVERSION= 3.1.r6
CATEGORIES= lang
-MASTER_SITES= http://bricxcc.sourceforge.net/nqc/release/
+MASTER_SITES= http://bricxcc.sourceforge.net/nqc/release/ \
+ ftp://ftp2.za.freebsd.org/pub/nqc/
EXTRACT_SUFX= .tgz
MAINTAINER= jhay@FreeBSD.org
@@ -16,6 +17,7 @@ COMMENT= A compiler for writing programs for the Lego RCX
USE_GMAKE= yes
USE_GCC= 3.4+
+NO_WRKSUBDIR= yes
MAN1= nqc.1
PLIST_FILES= bin/nqc
diff --git a/lang/nqc/distinfo b/lang/nqc/distinfo
index 4dc28af3931c..904e5b2f89d2 100644
--- a/lang/nqc/distinfo
+++ b/lang/nqc/distinfo
@@ -1,3 +1,3 @@
-MD5 (nqc-3.1.r4.tgz) = f7868445a25615ad82e6e63bf16aef3c
-SHA256 (nqc-3.1.r4.tgz) = e40d179783ef1fa492e6804b99f202c7d61c6bda476ddbe2936c8956eaafd629
-SIZE (nqc-3.1.r4.tgz) = 334211
+MD5 (nqc-3.1.r6.tgz) = 2ed4b2728ab6f0d21723a466996ce91b
+SHA256 (nqc-3.1.r6.tgz) = bfd5e654f639af7a588cfdef4d22bd5efcfff547b10a56cebebde58ef2bfe766
+SIZE (nqc-3.1.r6.tgz) = 329410
diff --git a/lang/nqc/files/patch-RCX_USBTowerPipe_fbsd.cpp b/lang/nqc/files/patch-RCX_USBTowerPipe_fbsd.cpp
deleted file mode 100644
index 5448e8463d6d..000000000000
--- a/lang/nqc/files/patch-RCX_USBTowerPipe_fbsd.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- rcxlib/RCX_USBTowerPipe_fbsd.cpp.org Mon Jun 13 21:36:21 2005
-+++ rcxlib/RCX_USBTowerPipe_fbsd.cpp Sun Jul 3 21:30:09 2005
-@@ -224,6 +224,7 @@
- while(length > 0) {
- pfd.fd = fdRd;
- pfd.events = POLLIN;
-+ usleep(timeout_ms * 1000 / 8);
- err = poll(&pfd, 1, timeout_ms);
- if (err == 0)
- break;