From c222dbace702197660e280c3fe0fa76ecb3c69f0 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sun, 30 Jun 2024 09:40:15 +0200 Subject: science/mmg: Improve port * Add patches to remove git build dependency * Remove "make test" target, test files aren't bundled and also also remove bash dependency * Patch perl script(s) using USES= shebangfix * Adjust Makefile to more closely follow Porters Handbook PR: 279935 --- science/mmg/files/patch-git__log__mmg.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 science/mmg/files/patch-git__log__mmg.h (limited to 'science/mmg/files/patch-git__log__mmg.h') diff --git a/science/mmg/files/patch-git__log__mmg.h b/science/mmg/files/patch-git__log__mmg.h new file mode 100644 index 000000000000..4a8ec0ac0b8a --- /dev/null +++ b/science/mmg/files/patch-git__log__mmg.h @@ -0,0 +1,9 @@ +--- git_log_mmg.h.orig 2024-06-23 16:47:08 UTC ++++ git_log_mmg.h +@@ -0,0 +1,6 @@ ++#ifndef _GIT_LOG_MMG_H ++#define _GIT_LOG_MMG_H ++#define MMG_GIT_BRANCH "No git branch found" ++#define MMG_GIT_COMMIT "No git commit found" ++#define MMG_GIT_DATE "No git commit found" ++#endif -- cgit v1.2.3