svn commit: r459078 - head/lang/bf2c/files

Rene Ladan rene at FreeBSD.org
Mon Jan 15 16:34:38 UTC 2018


Author: rene
Date: Mon Jan 15 16:34:36 2018
New Revision: 459078
URL: https://svnweb.freebsd.org/changeset/ports/459078

Log:
  lang/bf2c: fix build with clang 6
  
  Submitted by:	pkg-fallout

Added:
  head/lang/bf2c/files/patch-bf2c.cc   (contents, props changed)

Added: head/lang/bf2c/files/patch-bf2c.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/bf2c/files/patch-bf2c.cc	Mon Jan 15 16:34:36 2018	(r459078)
@@ -0,0 +1,11 @@
+--- bf2c.cc.orig	2013-06-12 22:11:38 UTC
++++ bf2c.cc
+@@ -57,7 +57,7 @@ int main(int argc, char *argv[]) {
+ 	pt = NULL;
+ 	infname = outfname = invchar = NULL;
+ 
+-	printf("bf2c.cc "VERSION" Copyright (c) 2002-"ENDYEAR" Rene Ladan <r.c.ladan at gmail.com>\n\n"
++	printf("bf2c.cc " VERSION " Copyright (c) 2002-" ENDYEAR " Rene Ladan <r.c.ladan at gmail.com>\n\n"
+ 		"Optimizing BrainFuck to C compiler.\n\n");
+ 
+ 	while ((opt = getopt(argc,argv,"i:o:hs:r:")) != -1) {


More information about the svn-ports-all mailing list