Index: head/lang/mmix/Makefile =================================================================== --- head/lang/mmix/Makefile (revision 549680) +++ head/lang/mmix/Makefile (revision 549681) @@ -1,37 +1,38 @@ # Created by: Jing-Tang Keith Jang # $FreeBSD$ PORTNAME= mmix PORTVERSION= 20160804 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://mmix.cs.hm.edu/src/ MAINTAINER= riggs@FreeBSD.org COMMENT= RISC computer designed by Donald E. Knuth LICENSE= mmix LICENSE_NAME= mmix license LICENSE_FILE= ${FILESDIR}/LICENSE.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= ctangle:devel/cweb USES= tar:tgz NO_WRKSUBDIR= yes FILES= mmix.1 mmix.mp silly.out silly.run do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mmix ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/mmixal ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/mmmix ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/mmotype ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.mmconfig ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.mmix ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.mms ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/*.w ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${FILES:S,^,${WRKSRC}/,} ${STAGEDIR}${DATADIR} .include Index: head/lang/mmix/files/patch-mmix-config.w =================================================================== --- head/lang/mmix/files/patch-mmix-config.w (nonexistent) +++ head/lang/mmix/files/patch-mmix-config.w (revision 549681) @@ -0,0 +1,11 @@ +--- mmix-config.w.orig 2014-11-20 17:38:57 UTC ++++ mmix-config.w +@@ -357,7 +357,7 @@ print error messages. + + @= + FILE *config_file; /* input comes from here */ +-char buffer[BUF_SIZE]; /* input lines go here */ ++extern char buffer[BUF_SIZE]; /* input lines go here */ + char token[BUF_SIZE]; /* and tokens are copied to here */ + char *buf_pointer=buffer; /* this is our current position */ + bool token_prescanned; /* does |token| contain the next token already? */ Property changes on: head/lang/mmix/files/patch-mmix-config.w ___________________________________________________________________ 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