summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2015-04-08 22:07:01 +0000
committerThierry Thomas <thierry@FreeBSD.org>2015-04-08 22:07:01 +0000
commitf20ba5ba8908bf15f49b7794ad1bf0a9d94cefae (patch)
tree1f36ce0cd7587f03263c705d424165382ac23aa8 /science
parentarchivers/lz4: Is it 2015 already? (diff)
Fix with on FreeBSD-8.x and 9.x: stdint.h is needed with scotch.
Notes
Notes: svn path=/head/; revision=383612
Diffstat (limited to 'science')
-rw-r--r--science/ecs/Makefile2
-rw-r--r--science/ecs/files/patch-doc_Makefile8
-rw-r--r--science/ecs/files/patch-src_appli_cs__partition.c10
3 files changed, 15 insertions, 5 deletions
diff --git a/science/ecs/Makefile b/science/ecs/Makefile
index 50729af34563..0d6caaee5c4c 100644
--- a/science/ecs/Makefile
+++ b/science/ecs/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ecs
PORTVERSION= 2.0.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= http://code-saturne.org/releases/
diff --git a/science/ecs/files/patch-doc_Makefile b/science/ecs/files/patch-doc_Makefile
index 428bcf6e02ff..803be01ca865 100644
--- a/science/ecs/files/patch-doc_Makefile
+++ b/science/ecs/files/patch-doc_Makefile
@@ -1,6 +1,6 @@
---- doc/Makefile.orig 2006-04-24 13:52:56.000000000 +0200
-+++ doc/Makefile 2009-01-24 23:33:10.000000000 +0100
-@@ -31,7 +31,7 @@
+--- doc/Makefile.orig 2012-07-05 16:54:45 UTC
++++ doc/Makefile
+@@ -31,7 +31,7 @@ figures:
doc:
@@ -9,7 +9,7 @@
pdf:
-@@ -57,7 +57,7 @@
+@@ -57,7 +57,7 @@ distclean:
install:
diff --git a/science/ecs/files/patch-src_appli_cs__partition.c b/science/ecs/files/patch-src_appli_cs__partition.c
new file mode 100644
index 000000000000..3049ec5f1fe5
--- /dev/null
+++ b/science/ecs/files/patch-src_appli_cs__partition.c
@@ -0,0 +1,10 @@
+--- src/appli/cs_partition.c.orig 2012-07-05 16:54:42 UTC
++++ src/appli/cs_partition.c
+@@ -117,6 +117,7 @@ void METIS_PartGraphKway(int *, idxtype
+
+ #if defined(HAVE_SCOTCH)
+
++#include <stdint.h>
+ #include <scotch.h>
+
+ #endif