diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-30 09:40:15 +0200 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-06-30 09:40:20 +0200 |
commit | c222dbace702197660e280c3fe0fa76ecb3c69f0 (patch) | |
tree | 1cc88b208861559a056cd7bcba64b2b884368d85 /science/mmg/files/patch-git__log__mmg.h | |
parent | deskutils/py-todoman: Update to 4.4.0 (diff) |
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
Diffstat (limited to 'science/mmg/files/patch-git__log__mmg.h')
-rw-r--r-- | science/mmg/files/patch-git__log__mmg.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 |