Update to nqc-3.1.r6. This now compiles on amd64 + gcc 4.2.

This commit is contained in:
John Hay 2007-06-15 05:57:00 +00:00
parent a27d11017c
commit 4effb79f5a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193545
3 changed files with 7 additions and 15 deletions

View File

@ -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

View File

@ -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

View File

@ -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;