From owner-svn-ports-all@freebsd.org Fri Sep 21 20:26:30 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD46010A3428; Fri, 21 Sep 2018 20:26:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 709F18ED8B; Fri, 21 Sep 2018 20:26:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 657CF11E2A; Fri, 21 Sep 2018 20:26:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8LKQU3V074787; Fri, 21 Sep 2018 20:26:30 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8LKQUrn074786; Fri, 21 Sep 2018 20:26:30 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201809212026.w8LKQUrn074786@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 21 Sep 2018 20:26:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480308 - head/devel/bazel/files X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/bazel/files X-SVN-Commit-Revision: 480308 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2018 20:26:30 -0000 Author: swills Date: Fri Sep 21 20:26:29 2018 New Revision: 480308 URL: https://svnweb.freebsd.org/changeset/ports/480308 Log: devel/bazel fix build on 10.x PR: 231535 Submitted by: Klaus Aehlig (maintainer) Added: head/devel/bazel/files/patch-src_tools_singlejar_port.h (contents, props changed) Added: head/devel/bazel/files/patch-src_tools_singlejar_port.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bazel/files/patch-src_tools_singlejar_port.h Fri Sep 21 20:26:29 2018 (r480308) @@ -0,0 +1,14 @@ +--- src/tools/singlejar/port.h.orig 2018-09-18 16:02:23.430634000 +0200 ++++ src/tools/singlejar/port.h 2018-09-18 16:03:58.961047000 +0200 +@@ -28,6 +28,11 @@ + #include + #include + ++#ifndef _OFF64_T_DECLARED ++typedef off_t off64_t; ++#define _OFF64_T_DECLARED ++#endif ++ + #if defined(__APPLE__) + typedef off_t off64_t; + #elif defined(_WIN32)