Index: head/lang/intercal/Makefile =================================================================== --- head/lang/intercal/Makefile (revision 550612) +++ head/lang/intercal/Makefile (revision 550613) @@ -1,26 +1,28 @@ # Created by: Matthew Hunt # $FreeBSD$ PORTNAME= intercal PORTVERSION= 0.30 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://www.catb.org/~esr/intercal/ MAINTAINER= ports@FreeBSD.org COMMENT= C-INTERCAL compiler, ick, and supporting libraries +LICENSE= GPLv2 + BROKEN_aarch64= ld: error: lexer.c:(function yylex: .text+0x10CC): improper alignment for relocation R_AARCH64_LDST32_ABS_LO12_NC: 0x28001B is not aligned to 4 bytes -GNU_CONFIGURE= yes USES= gmake +GNU_CONFIGURE= yes CFLAGS+= -D_POSIX_SOURCE DATADIR= ${PREFIX}/share/ick INFO= ick post-patch: @${REINPLACE_CMD} -e '/ICK_SPECIFIC_SUBDIR/s/-@PACKAGE_VERSION@// ' \ ${WRKSRC}/buildaux/Makefile.in .include Index: head/lang/intercal/files/patch-src_perpet.c =================================================================== --- head/lang/intercal/files/patch-src_perpet.c (nonexistent) +++ head/lang/intercal/files/patch-src_perpet.c (revision 550613) @@ -0,0 +1,11 @@ +--- src/perpet.c.orig 2015-04-02 06:04:02 UTC ++++ src/perpet.c +@@ -85,7 +85,7 @@ extern void yyrestart(FILE*); + /* function created by yacc */ + extern int yyparse(void); + +-int yydebug; ++extern int yydebug; + + /* compilation options */ + bool compile_only; /* just compile into C, don't run the linker */ Property changes on: head/lang/intercal/files/patch-src_perpet.c ___________________________________________________________________ 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