svn commit: r365596 - head/math/gringo/files

Matthias Andree mandree at FreeBSD.org
Thu Aug 21 20:40:52 UTC 2014


Author: mandree
Date: Thu Aug 21 20:40:52 2014
New Revision: 365596
URL: http://svnweb.freebsd.org/changeset/ports/365596
QAT: https://qat.redports.org/buildarchive/r365596/

Log:
  Test fix for math/gringo.

Added:
  head/math/gringo/files/
  head/math/gringo/files/patch-libprogram_opts__src__string_convert.cpp   (contents, props changed)

Added: head/math/gringo/files/patch-libprogram_opts__src__string_convert.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/gringo/files/patch-libprogram_opts__src__string_convert.cpp	Thu Aug 21 20:40:52 2014	(r365596)
@@ -0,0 +1,12 @@
+--- ./libprogram_opts/src/string_convert.cpp.orig	2014-08-12 17:47:21.000000000 +0200
++++ ./libprogram_opts/src/string_convert.cpp	2014-08-21 22:39:08.000000000 +0200
+@@ -28,6 +28,9 @@
+ }
+ #endif
+ #endif
++namespace std {
++	using ::strtoull;
++}
+ namespace bk_lib { 
+ 
+ static int detectBase(const char* x) {


More information about the svn-ports-all mailing list