svn commit: r512523 - head/science/nest

Piotr Kubaj pkubaj at FreeBSD.org
Sat Sep 21 16:34:49 UTC 2019


Author: pkubaj
Date: Sat Sep 21 16:34:48 2019
New Revision: 512523
URL: https://svnweb.freebsd.org/changeset/ports/512523

Log:
  science/nest: fix build with GCC-based architectures
  
  nestkernel/simulation_manager.h needs include sys/time.h for timeval struct when compiling with GCC.
  
  PR:		239482
  Approved by:	yuri (maintainer), linimon (mentor)

Modified:
  head/science/nest/Makefile
  head/science/nest/distinfo

Modified: head/science/nest/Makefile
==============================================================================
--- head/science/nest/Makefile	Sat Sep 21 16:21:33 2019	(r512522)
+++ head/science/nest/Makefile	Sat Sep 21 16:34:48 2019	(r512523)
@@ -6,6 +6,9 @@ DISTVERSION=	2.18.0
 PORTREVISION=	1
 CATEGORIES=	science biology # NEST is used in neuroscience
 
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES=	ba8feb49570f1118e2896191ebae790e8feca3d8.diff:-p1
+
 MAINTAINER=	yuri at FreeBSD.org
 COMMENT=	Simulator for spiking neural network models
 

Modified: head/science/nest/distinfo
==============================================================================
--- head/science/nest/distinfo	Sat Sep 21 16:21:33 2019	(r512522)
+++ head/science/nest/distinfo	Sat Sep 21 16:34:48 2019	(r512523)
@@ -1,3 +1,5 @@
-TIMESTAMP = 1561711543
+TIMESTAMP = 1568979503
 SHA256 (nest-nest-simulator-v2.18.0_GH0.tar.gz) = 7295c936fbdd5486395b06f54f0d4d35d9a1b6ee50b7b844186ec2c92de641d1
 SIZE (nest-nest-simulator-v2.18.0_GH0.tar.gz) = 13364847
+SHA256 (ba8feb49570f1118e2896191ebae790e8feca3d8.diff) = b79cdbe54326cad6aa209a313ddbc4c3ab81adf9b5ea8615a73efcf5e219f5ae
+SIZE (ba8feb49570f1118e2896191ebae790e8feca3d8.diff) = 349


More information about the svn-ports-all mailing list