svn commit: r457225 - in head/www/ctemplate: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Dec 25 13:15:16 UTC 2017
Author: amdmi3
Date: Mon Dec 25 13:15:14 2017
New Revision: 457225
URL: https://svnweb.freebsd.org/changeset/ports/457225
Log:
- Unbreak build
- Add LICENSE
Approved by: portmgr blanket
Added:
head/www/ctemplate/files/
head/www/ctemplate/files/patch-src_h2ap.ll (contents, props changed)
head/www/ctemplate/files/patch-src_htpl__driver.h (contents, props changed)
Modified:
head/www/ctemplate/Makefile
Modified: head/www/ctemplate/Makefile
==============================================================================
--- head/www/ctemplate/Makefile Mon Dec 25 12:58:59 2017 (r457224)
+++ head/www/ctemplate/Makefile Mon Dec 25 13:15:14 2017 (r457225)
@@ -9,9 +9,7 @@ MASTER_SITES= SF
MAINTAINER= ap at 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
Added: head/www/ctemplate/files/patch-src_h2ap.ll
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/ctemplate/files/patch-src_h2ap.ll Mon Dec 25 13:15:14 2017 (r457225)
@@ -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;
+
Added: head/www/ctemplate/files/patch-src_htpl__driver.h
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/ctemplate/files/patch-src_htpl__driver.h Mon Dec 25 13:15:14 2017 (r457225)
@@ -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 {
More information about the svn-ports-all
mailing list