diff --git a/misc/compat13x/Makefile b/misc/compat13x/Makefile index 87f1c1374e5a..f8354ed66996 100644 --- a/misc/compat13x/Makefile +++ b/misc/compat13x/Makefile @@ -1,39 +1,39 @@ PORTNAME= compat13x PORTVERSION= 13.2.1302001.20231227 CATEGORIES= misc MASTER_SITES= LOCAL/arrowd PKGNAMESUFFIX= -${ARCH} DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION} MAINTAINER= arrowd@FreeBSD.org COMMENT= Convenience package to install the compat13x libraries LICENSE= BSD2CLAUSE USES= tar:xz NO_BUILD= yes -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= aarch64 amd64 i386 PLIST= ${PKGDIR}/pkg-plist.${ARCH} TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} .include .if ${OSREL:R} < 13 IGNORE= is for FreeBSD 13.x and newer .endif .if ${ARCH} == amd64 USE_LDCONFIG32= ${TARGET32_DIR} .endif do-install: @${MKDIR} -m 0755 ${STAGEDIR}${TARGET_DIR} (cd ${WRKSRC}/lib && ${INSTALL_LIB} *.so.* ${STAGEDIR}${TARGET_DIR}) .if ${ARCH} == amd64 @${MKDIR} ${STAGEDIR}${TARGET32_DIR} (cd ${WRKSRC}/lib32 && ${INSTALL_LIB} *.so.* ${STAGEDIR}${TARGET32_DIR}) .endif .include diff --git a/misc/compat13x/distinfo b/misc/compat13x/distinfo index 863aae0c248a..1b8cebec4344 100644 --- a/misc/compat13x/distinfo +++ b/misc/compat13x/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1703708988 +TIMESTAMP = 1706719725 +SHA256 (compat13x-aarch64-13.2.1302001.20231227.tar.xz) = af792b12ec5f7f603b3c785f40bff62d457e3d8e7a9cb4fc7fd57ec289e33820 +SIZE (compat13x-aarch64-13.2.1302001.20231227.tar.xz) = 1066096 SHA256 (compat13x-amd64-13.2.1302001.20231227.tar.xz) = 6708bb02695031e943921738f5d773cd535f15518d167b0864b1fe5ba33f98db SIZE (compat13x-amd64-13.2.1302001.20231227.tar.xz) = 2227724 SHA256 (compat13x-i386-13.2.1302001.20231227.tar.xz) = 4ad83f521d078c5bb06eed835766a7d5450cf089aee1b5bb623b4e92b6d65f0c SIZE (compat13x-i386-13.2.1302001.20231227.tar.xz) = 1175312 diff --git a/misc/compat13x/pkg-plist.aarch64 b/misc/compat13x/pkg-plist.aarch64 new file mode 100644 index 000000000000..2ef438e3b03a --- /dev/null +++ b/misc/compat13x/pkg-plist.aarch64 @@ -0,0 +1,2 @@ +lib/compat/libcrypto.so.111 +lib/compat/libssl.so.111