From owner-svn-ports-head@FreeBSD.ORG Thu Mar 21 14:09:23 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7A304FC7; Thu, 21 Mar 2013 14:09:23 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 5427CC3F; Thu, 21 Mar 2013 14:09:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r2LE9NJU098273; Thu, 21 Mar 2013 14:09:23 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r2LE9NXP098270; Thu, 21 Mar 2013 14:09:23 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201303211409.r2LE9NXP098270@svn.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 21 Mar 2013 14:09:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314843 - head/biology/plinkseq/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2013 14:09:23 -0000 Author: vanilla Date: Thu Mar 21 14:09:22 2013 New Revision: 314843 URL: http://svnweb.freebsd.org/changeset/ports/314843 Log: Fix build with protobuf-2.5.0 Obtained from: miwi@ Added: head/biology/plinkseq/files/ head/biology/plinkseq/files/patch-pp.pb.h (contents, props changed) head/biology/plinkseq/files/patch-variant.pb.h (contents, props changed) Added: head/biology/plinkseq/files/patch-pp.pb.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/plinkseq/files/patch-pp.pb.h Thu Mar 21 14:09:22 2013 (r314843) @@ -0,0 +1,17 @@ +--- lib/pp.pb.h.orig 2013-03-21 21:46:21.000000000 +0800 ++++ lib/pp.pb.h 2013-03-21 21:46:33.000000000 +0800 +@@ -8,12 +8,12 @@ + + #include + +-#if GOOGLE_PROTOBUF_VERSION < 2004000 ++#if GOOGLE_PROTOBUF_VERSION < 2005000 + #error This file was generated by a newer version of protoc which is + #error incompatible with your Protocol Buffer headers. Please update + #error your headers. + #endif +-#if 2004001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION ++#if 2005001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION + #error This file was generated by an older version of protoc which is + #error incompatible with your Protocol Buffer headers. Please + #error regenerate this file with a newer version of protoc. Added: head/biology/plinkseq/files/patch-variant.pb.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/plinkseq/files/patch-variant.pb.h Thu Mar 21 14:09:22 2013 (r314843) @@ -0,0 +1,17 @@ +--- lib/variant.pb.h.orig 2013-03-21 21:45:44.000000000 +0800 ++++ lib/variant.pb.h 2013-03-21 21:45:55.000000000 +0800 +@@ -8,12 +8,12 @@ + + #include + +-#if GOOGLE_PROTOBUF_VERSION < 2004000 ++#if GOOGLE_PROTOBUF_VERSION < 2005000 + #error This file was generated by a newer version of protoc which is + #error incompatible with your Protocol Buffer headers. Please update + #error your headers. + #endif +-#if 2004001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION ++#if 2005001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION + #error This file was generated by an older version of protoc which is + #error incompatible with your Protocol Buffer headers. Please + #error regenerate this file with a newer version of protoc.