aboutsummaryrefslogtreecommitdiff
path: root/math/oink/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/oink/Makefile')
-rw-r--r--math/oink/Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/math/oink/Makefile b/math/oink/Makefile
index 8e739cd1e6fa..bf66137f9035 100644
--- a/math/oink/Makefile
+++ b/math/oink/Makefile
@@ -1,6 +1,6 @@
PORTNAME= oink
-DISTVERSION= g20210710
-PORTREVISION= 6
+DISTVERSION= g20250105
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
@@ -10,16 +10,20 @@ WWW= https://github.com/trolando/oink
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs
+LIB_DEPENDS= libboost_iostreams.so:devel/boost-libs \
+ liblace.so:devel/lace
USES= cmake:testing
USE_CXXSTD= c++14
-USE_GITHUB= yes
-GH_ACCOUNT= trolando
-GH_TAGNAME= 3327c54
USE_LDCONFIG= yes
+USE_GITHUB= yes
+GH_ACCOUNT= trolando
+GH_TAGNAME= 32950f2
CMAKE_ON= BUILD_SHARED_LIBS
+CMAKE_OFF= OINK_BUILD_NATIVE
+
+# tests as of g20250105: 59% tests passed, 14 tests failed out of 34 # failures are likely from some test running too high in memory, because individual tests all pass when standalone
.include <bsd.port.mk>