<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-base.
</pre>
<p><a href="https://github.com/macports/macports-base/commit/959a740286dddb675442c9f64820f53a52c002ee">https://github.com/macports/macports-base/commit/959a740286dddb675442c9f64820f53a52c002ee</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new 959a74028 Don't build signify on Linux
</span>959a74028 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 959a740286dddb675442c9f64820f53a52c002ee
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Jul 3 20:01:01 2024 +1000
<span style='display:block; white-space:pre;color:#404040;'> Don't build signify on Linux
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Too many build issues to deal with right now.
</span>---
vendor/Makefile.in | 14 ++++++++++++--
vendor/signify-osx/src/lib/libc/gen/readpassphrase.c | 1 -
2 files changed, 12 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/vendor/Makefile.in b/vendor/Makefile.in
</span><span style='display:block; white-space:pre;color:#808080;'>index a07225c97..44371ddd9 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/vendor/Makefile.in
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/vendor/Makefile.in
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,7 +37,12 @@ all-tcllib: all-tcl
</span> @echo ===\> making $(@:%-signify=%) in ${DIRPRFX}${SIGNIFY_SUBDIR}
@umask 0022; $(MAKE) -C ${SIGNIFY_SUBDIR} $(@:%-signify=%)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-destroot: destroot-tcl destroot-tclx destroot-tcllib destroot-signify
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+DESTROOT_TARGETS= destroot-tcl destroot-tclx destroot-tcllib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ifneq (@OS_PLATFORM@,linux)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+DESTROOT_TARGETS+= destroot-signify
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+endif
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+destroot: $(DESTROOT_TARGETS)
</span> destroot-tcl: all-tcl
@echo ===\> staging to destroot in ${DIRPRFX}@VENDOR_TCL_SUBDIR@
@umask 0022; $(MAKE) -C @VENDOR_TCL_SUBDIR@ DESTDIR=${DESTROOT} @VENDOR_TCL_INSTALL@
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -55,7 +60,12 @@ destroot-signify:
</span> @echo ===\> staging to destroot in ${DIRPRFX}${SIGNIFY_SUBDIR}
@umask 0022; $(MAKE) -C ${SIGNIFY_SUBDIR} install PREFIX=${DESTROOT}${PREFIX}/libexec/macports
<span style='display:block; white-space:pre;background:#ffe0e0;'>-install: install-tcl install-tclx install-tcllib install-signify
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+INSTALL_TARGETS= install-tcl install-tclx install-tcllib
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ifneq (@OS_PLATFORM@,linux)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+INSTALL_TARGETS+= install-signify
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+endif
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+install: $(INSTALL_TARGETS)
</span>
TCL_PACKAGE_PATH=@TCL_PACKAGE_PATH@
TCL_PREFIX=@TCL_PREFIX@
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/vendor/signify-osx/src/lib/libc/gen/readpassphrase.c b/vendor/signify-osx/src/lib/libc/gen/readpassphrase.c
</span><span style='display:block; white-space:pre;color:#808080;'>index 8c21d09cc..f8a893210 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/vendor/signify-osx/src/lib/libc/gen/readpassphrase.c
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/vendor/signify-osx/src/lib/libc/gen/readpassphrase.c
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,7 +28,6 @@
</span> #include <pwd.h>
#include <signal.h>
#include <string.h>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-#define __USE_MISC
</span> #include <termios.h>
#include <unistd.h>
#include <readpassphrase.h>
</pre><pre style='margin:0'>
</pre>