Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2013 14:09:23 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314843 - head/biology/plinkseq/files
Message-ID:  <201303211409.r2LE9NXP098270@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <google/protobuf/stubs/common.h>
+ 
+-#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 <google/protobuf/stubs/common.h>
+ 
+-#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.



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