Index: head/lang/nqc/Makefile =================================================================== --- head/lang/nqc/Makefile (revision 332605) +++ head/lang/nqc/Makefile (revision 332606) @@ -1,32 +1,32 @@ # Created by: kbyanc # $FreeBSD$ PORTNAME= nqc PORTVERSION= 3.1.r6 CATEGORIES= lang MASTER_SITES= http://bricxcc.sourceforge.net/nqc/release/ \ ftp://ftp2.za.freebsd.org/pub/nqc/ EXTRACT_SUFX= .tgz MAINTAINER= jhay@FreeBSD.org -COMMENT= A compiler for writing programs for the Lego RCX +COMMENT= Compiler for writing programs for the Lego RCX -USE_GMAKE= yes +USES= gmake +USE_DOS2UNIX= yes NO_WRKSUBDIR= yes MAN1= nqc.1 PLIST_FILES= bin/nqc NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/nqc ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/nqc-man-2.1r1-0.man ${PREFIX}/man/man1/nqc.1 .include -.if ${OSVERSION} >= 800064 -USE_DOS2UNIX= rcxlib/RCX_USBTowerPipe_fbsd.cpp +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 800064 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-rcxlib-RCX_USBTowerPipe_fbsd.cpp .endif .include Index: head/lang/nqc/files/patch-compiler_lexer.cpp =================================================================== --- head/lang/nqc/files/patch-compiler_lexer.cpp (nonexistent) +++ head/lang/nqc/files/patch-compiler_lexer.cpp (revision 332606) @@ -0,0 +1,10 @@ +--- compiler/lexer.cpp.orig 2013-11-03 11:24:46.670522000 +0000 ++++ compiler/lexer.cpp +@@ -11,6 +11,7 @@ + #define YY_FLEX_MINOR_VERSION 5 + + #include ++#include + + #if defined(__MWERKS__) && !__MACH__ && !YY_NEVER_INTERACTIVE + #include Property changes on: head/lang/nqc/files/patch-compiler_lexer.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property