From 2f496ef5e14bc7ca1262bdf89e9e124276cdeffb Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sun, 18 May 2025 22:41:57 +0200 Subject: [PATCH] misc/compat12x: Fix include --- misc/compat12x/Makefile.makedist | 14 ++++++++++++++ misc/compat13x/Makefile | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 misc/compat12x/Makefile.makedist diff --git a/misc/compat12x/Makefile.makedist b/misc/compat12x/Makefile.makedist new file mode 100644 index 000000000000..0e011f3ddeb3 --- /dev/null +++ b/misc/compat12x/Makefile.makedist @@ -0,0 +1,14 @@ +_VER= ${PORTVERSION:C/\..*//g}.${PORTVERSION:C/[^\.]*\.//:C/\..*//g} + +makedist: +.for lib in ${COMPAT_LIBS} + ${ECHO_CMD} ${lib} >> /tmp/compat-libs +.endfor +.for arch in ${ONLY_FOR_ARCHS} + cd /tmp && ${SH} ${PORTSDIR}/Tools/scripts/gen-compat.sh ${_VER} ${arch} /tmp/compat-libs +.endfor + @${ECHO_CMD} + @${ECHO_CMD} Now run + @${ECHO_CMD} 'mv /tmp/${PORTNAME}-* ${PORTSDIR}/distfiles/' + @${ECHO_CMD} adjust PORTVERSION accordingly and run + @${ECHO_CMD} ${MAKE} -C ${.CURDIR} makesum diff --git a/misc/compat13x/Makefile b/misc/compat13x/Makefile index ecc8fb0898c6..e4b4bcce1ca6 100644 --- a/misc/compat13x/Makefile +++ b/misc/compat13x/Makefile @@ -24,7 +24,7 @@ COMPAT_LIBS= libcrypto.so.111 \ libnv.so.0 \ libssl.so.111 -.include "${.CURDIR}/../compat4x/Makefile.makedist" +.include "${.CURDIR}/../compat12x/Makefile.makedist" .include