aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-08-08 12:53:25 +0800
committerYuri Victorovich <yuri@FreeBSD.org>2019-08-08 12:53:25 +0800
commit82029411ed7bae156c14e4658cc6fe160ac45dfc (patch)
tree09cadc3d0a97992bee76893b6fcd1b1a203aecf3 /science
parent482064760e0c30c966dbfdf0deb3dc358a70ae12 (diff)
downloadfreebsd-ports-gnome-82029411ed7bae156c14e4658cc6fe160ac45dfc.tar.gz
freebsd-ports-gnome-82029411ed7bae156c14e4658cc6fe160ac45dfc.tar.zst
freebsd-ports-gnome-82029411ed7bae156c14e4658cc6fe160ac45dfc.zip
science/simbody: Backport the pull request that fixed the pathname handling on BSDs, and one failing testcase.
Diffstat (limited to 'science')
-rw-r--r--science/simbody/Makefile7
-rw-r--r--science/simbody/distinfo4
2 files changed, 7 insertions, 4 deletions
diff --git a/science/simbody/Makefile b/science/simbody/Makefile
index f85906763258..e02332537c09 100644
--- a/science/simbody/Makefile
+++ b/science/simbody/Makefile
@@ -3,12 +3,13 @@
PORTNAME= simbody
DISTVERSIONPREFIX= Simbody-
DISTVERSION= 3.6.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= science biology
PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
PATCHFILES= 1b306f66bcd15e9bf6b27882e2daa6375ac4cd2e.patch:-p1 \
- eaff90b304291ab9ffdf60d7abfb48e23e102ecb.patch:-p1
+ eaff90b304291ab9ffdf60d7abfb48e23e102ecb.patch:-p1 \
+ 54f04cfef5f184c72df479c8c8eddd6d5eaf1f5b.patch:-p1
MAINTAINER= yuri@FreeBSD.org
COMMENT= Multibody dynamics library for (bio)mechanical systems simulation
@@ -45,7 +46,7 @@ PORTDOCS= *
post-install-DOCS-on: # https://github.com/simbody/simbody/issues/652
@${RMDIR} ${STAGEDIR}${DOCSDIR}/api
-do-test: # one test is known to fail: https://github.com/simbody/simbody/issues/653
+do-test:
@cd ${BUILD_WRKSRC} && \
${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTING=ON ${CMAKE_SOURCE_PATH} && \
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \
diff --git a/science/simbody/distinfo b/science/simbody/distinfo
index 54173024bcc0..c9b06eabe72f 100644
--- a/science/simbody/distinfo
+++ b/science/simbody/distinfo
@@ -1,7 +1,9 @@
-TIMESTAMP = 1542263337
+TIMESTAMP = 1565239605
SHA256 (simbody-simbody-Simbody-3.6.1_GH0.tar.gz) = 7716d6ea20b950e71e8535faa4353ac89716c03fd7a445dd802eb6a630796639
SIZE (simbody-simbody-Simbody-3.6.1_GH0.tar.gz) = 47178543
SHA256 (1b306f66bcd15e9bf6b27882e2daa6375ac4cd2e.patch) = 42468083313fc489c763ad2562c7a4baeeca02b7c81f35a94dad3368e4c7c4b8
SIZE (1b306f66bcd15e9bf6b27882e2daa6375ac4cd2e.patch) = 1473
SHA256 (eaff90b304291ab9ffdf60d7abfb48e23e102ecb.patch) = 8098b7efa4509a70d1561cad84d3d84549a58a4ac83f3af7d0a94e3cdd7ec4c4
SIZE (eaff90b304291ab9ffdf60d7abfb48e23e102ecb.patch) = 1350
+SHA256 (54f04cfef5f184c72df479c8c8eddd6d5eaf1f5b.patch) = 0bdd19c64a625a89847702b2a14ceb51828b961989323419bcbcb56ed2b44bd6
+SIZE (54f04cfef5f184c72df479c8c8eddd6d5eaf1f5b.patch) = 1080