Date: Sat, 12 Apr 2014 11:21:12 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351085 - in head/sysutils/bbcp: . files Message-ID: <201404121121.s3CBLCG0001848@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Apr 12 11:21:12 2014 New Revision: 351085 URL: http://svnweb.freebsd.org/changeset/ports/351085 QAT: https://qat.redports.org/buildarchive/r351085/ Log: Fix build with clang Added: head/sysutils/bbcp/files/ head/sysutils/bbcp/files/patch-src__bbcp.C (contents, props changed) Modified: head/sysutils/bbcp/Makefile Modified: head/sysutils/bbcp/Makefile ============================================================================== --- head/sysutils/bbcp/Makefile Sat Apr 12 10:48:25 2014 (r351084) +++ head/sysutils/bbcp/Makefile Sat Apr 12 11:21:12 2014 (r351085) @@ -11,10 +11,9 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jhein@symmetricom.com COMMENT= Secure and fast copy utility -LICENSE= BSD +LICENSE= BSD2CLAUSE USES= tar:xz -USE_GCC= yes PLIST_FILES= bin/bbcp PORTDOCS= ${PORTNAME}.pdf Added: head/sysutils/bbcp/files/patch-src__bbcp.C ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/bbcp/files/patch-src__bbcp.C Sat Apr 12 11:21:12 2014 (r351085) @@ -0,0 +1,10 @@ +--- ./src/bbcp.C.orig 2012-05-03 21:57:39.000000000 +0200 ++++ ./src/bbcp.C 2014-04-12 13:19:42.914184967 +0200 +@@ -58,6 +58,7 @@ + /* m a i n */ + /******************************************************************************/ + ++int + main(int argc, char *argv[], char *envp[]) + { + bbcp_Node *Source, *Sink;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404121121.s3CBLCG0001848>