mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
* 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
9 lines
275 B
C
9 lines
275 B
C
--- 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
|