Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2018 16:34:36 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459078 - head/lang/bf2c/files
Message-ID:  <201801151634.w0FGYa8m044440@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gmail.com>\n\n"
++	printf("bf2c.cc " VERSION " Copyright (c) 2002-" ENDYEAR " Rene Ladan <r.c.ladan@gmail.com>\n\n"
+ 		"Optimizing BrainFuck to C compiler.\n\n");
+ 
+ 	while ((opt = getopt(argc,argv,"i:o:hs:r:")) != -1) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801151634.w0FGYa8m044440>