Index: head/www/ctemplate/Makefile =================================================================== --- head/www/ctemplate/Makefile (revision 457224) +++ head/www/ctemplate/Makefile (revision 457225) @@ -1,21 +1,19 @@ # Created by: Alex Pesternikov # $FreeBSD$ PORTNAME= ctemplate PORTVERSION= 0.5 CATEGORIES= www textproc MASTER_SITES= SF MAINTAINER= ap@page2rss.com COMMENT= Template system for C -BROKEN_aarch64= fails to compile: assigning to char * from incompatible type const char * -BROKEN_armv6= fails to compile: assigning to char * from incompatible type const char * -BROKEN_armv7= fails to compile: assigning to char * from incompatible type const char * +LICENSE= NONE USES= gmake GNU_CONFIGURE= yes PLIST_FILES+= bin/h2ap .include Index: head/www/ctemplate/files/patch-src_h2ap.ll =================================================================== --- head/www/ctemplate/files/patch-src_h2ap.ll (nonexistent) +++ head/www/ctemplate/files/patch-src_h2ap.ll (revision 457225) @@ -0,0 +1,11 @@ +--- src/h2ap.ll.orig 2017-12-21 21:01:19 UTC ++++ src/h2ap.ll +@@ -37,7 +37,7 @@ + #include "ff_driver.hh" + + char* tplargs=0; +-const char* funcname=0; ++char* funcname=0; + const char* funcprefix="tpl_"; + FILE* hout=0; + Property changes on: head/www/ctemplate/files/patch-src_h2ap.ll ___________________________________________________________________ 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 Index: head/www/ctemplate/files/patch-src_htpl__driver.h =================================================================== --- head/www/ctemplate/files/patch-src_htpl__driver.h (nonexistent) +++ head/www/ctemplate/files/patch-src_htpl__driver.h (revision 457225) @@ -0,0 +1,11 @@ +--- src/htpl_driver.h.orig 2008-04-15 23:08:27 UTC ++++ src/htpl_driver.h +@@ -40,7 +40,7 @@ const char *getprogname(void); + #endif + + extern char* tplargs; +-const extern char* funcname; ++extern char* funcname; + extern const char* funcprefix; + + class htpl_driver { Property changes on: head/www/ctemplate/files/patch-src_htpl__driver.h ___________________________________________________________________ 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