On Mon, Aug 15 2022, Theo Buehler <tb@theobuehler.org> wrote:
>> :+failures/security/pivy.log
>>
>> ./config.status: gawk: not found
>
> I looked at this before. Just adding gawk is probably not the right fix
> since this runs a configure script as part of its build without using
> the ports autoconf framework. It would be great if someone who
> understands this well could take a look at this.
With this gawk isn't picked up. ok?
Index: Makefile
===================================================================
RCS file: /cvs/ports/security/pivy/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile 18 May 2022 04:16:41 -0000 1.8
+++ Makefile 15 Aug 2022 13:15:27 -0000
@@ -17,6 +17,12 @@ PERMIT_PACKAGE = Yes
WANTLIB = c edit crypto pcsclite z
+MODULES = gnu
+MODGNU_CONFIG_GUESS_DIRS = \
+ openssh/ \
+ libressl/ \
+ libressl/scripts/
+
LIB_DEPENDS = security/pcsc-lite
RUN_DEPENDS = security/ccid
@@ -31,6 +37,5 @@ MAKE_FLAGS = CC="${CC}" \
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pivy
${INSTALL_DATA} ${WRKSRC}/README.adoc ${PREFIX}/share/doc/pivy
-
.include <bsd.port.mk>
--
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
No comments:
Post a Comment