Index: head/archivers/ppmd/Makefile =================================================================== --- head/archivers/ppmd/Makefile (revision 466554) +++ head/archivers/ppmd/Makefile (revision 466555) @@ -1,30 +1,23 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= ppmd PORTVERSION= 20050811 CATEGORIES= archivers MASTER_SITES= LOCAL/ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= Fast archiver with good compression ratio PORTDOCS= read_me.txt PLIST_FILES= bin/ppmd man/man1/ppmd.1.gz OPTIONS_DEFINE= DOCS -.include - -# does not compile with clang 6.0.0 -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056 -USE_GCC= yes -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.include +.include Index: head/archivers/ppmd/files/patch-PPMd.cpp =================================================================== --- head/archivers/ppmd/files/patch-PPMd.cpp (nonexistent) +++ head/archivers/ppmd/files/patch-PPMd.cpp (revision 466555) @@ -0,0 +1,11 @@ +--- PPMd.cpp.orig 2005-08-11 09:00:41 UTC ++++ PPMd.cpp +@@ -423,7 +423,7 @@ int main(int argc, char *argv[]) + default : printsilent(MTxt[5],argv[i]); return -1; + } + +- printsilent("Fast PPMII compressor for textual data, variant %c, "__DATE__"\n",char(Variant)); ++ printsilent("Fast PPMII compressor for textual data, variant %c, " __DATE__ "\n",char(Variant)); + + FILE_LIST_NODE* pNode, * pFirstNode=NULL, ** ppNode=&pFirstNode; + for (ENV_FILE_FINDER eff;i < argc;i++) { Property changes on: head/archivers/ppmd/files/patch-PPMd.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