Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2020 13:41:03 +0000 (UTC)
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r530371 - in branches/2020Q2/biology/kallisto: . files
Message-ID:  <202004021341.032Df3RU003834@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jwb
Date: Thu Apr  2 13:41:03 2020
New Revision: 530371
URL: https://svnweb.freebsd.org/changeset/ports/530371

Log:
  MFH: r530250
  
  kallisto: Patch for build with GCC
  
  Fixes broken build on GCC-based platforms
  
  PR:             ports/245240
  Submitted by:   pkubaj
  
  Approved by:	portmgr (fix build blanket)

Added:
  branches/2020Q2/biology/kallisto/files/patch-src_Bootstrap.h
     - copied unchanged from r530250, head/biology/kallisto/files/patch-src_Bootstrap.h
Modified:
  branches/2020Q2/biology/kallisto/Makefile
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/biology/kallisto/Makefile
==============================================================================
--- branches/2020Q2/biology/kallisto/Makefile	Thu Apr  2 13:08:01 2020	(r530370)
+++ branches/2020Q2/biology/kallisto/Makefile	Thu Apr  2 13:41:03 2020	(r530371)
@@ -3,6 +3,7 @@
 PORTNAME=		kallisto
 DISTVERSIONPREFIX=	v
 DISTVERSION=		0.46.2
+PORTREVISION=		1
 CATEGORIES=		biology
 
 MAINTAINER=	jwb@FreeBSD.org

Copied: branches/2020Q2/biology/kallisto/files/patch-src_Bootstrap.h (from r530250, head/biology/kallisto/files/patch-src_Bootstrap.h)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2020Q2/biology/kallisto/files/patch-src_Bootstrap.h	Thu Apr  2 13:41:03 2020	(r530371, copy of r530250, head/biology/kallisto/files/patch-src_Bootstrap.h)
@@ -0,0 +1,10 @@
+--- src/Bootstrap.h.orig	2020-04-01 16:56:42 UTC
++++ src/Bootstrap.h
+@@ -1,6 +1,7 @@
+ #ifndef KALLISTO_BOOTSTRAP_H
+ #define KALLISTO_BOOTSTRAP_H
+ 
++#include <sys/types.h>
+ #include <mutex>
+ #include <thread>
+ 



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