Index: head/print/ansiprint/Makefile =================================================================== --- head/print/ansiprint/Makefile (revision 342589) +++ head/print/ansiprint/Makefile (revision 342590) @@ -1,27 +1,26 @@ # Created by: Stephen Fisher # $FreeBSD$ PORTNAME= ansiprint PORTVERSION= 1.0 CATEGORIES= print MASTER_SITES= SF EXTRACT_SUFX= .tgz MAINTAINER= stephenfisher@outlook.com COMMENT= Prints through a terminal with ANSI escape sequences PLIST_FILES= bin/${PORTNAME} CXXFLAGS+= -Wno-deprecated -NO_STAGE= yes post-extract: @${RM} ${WRKSRC}/Makefile do-build: cd ${WRKSRC} && ${CXX} ${CXXFLAGS} -o ${PORTNAME} ansiprint.cc do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include Index: head/print/ansiprint/files/patch-ansiprint.cc =================================================================== --- head/print/ansiprint/files/patch-ansiprint.cc (nonexistent) +++ head/print/ansiprint/files/patch-ansiprint.cc (revision 342590) @@ -0,0 +1,18 @@ +--- ./ansiprint.cc.orig 2014-02-04 20:01:43.741062023 +0100 ++++ ./ansiprint.cc 2014-02-04 20:02:11.131060123 +0100 +@@ -36,13 +36,14 @@ + #undef NOPRINT + + // INCLUDES +-#include ++#include + #include // Check to be sure we need this + #include + // below are the includes for raw I/O + #include + #include + ++using namespace std; + + /***** GLOBAL VARIABLE DECLARATIONS *****/ + Property changes on: head/print/ansiprint/files/patch-ansiprint.cc ___________________________________________________________________ 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