Index: head/misc/compat12x/Makefile =================================================================== --- head/misc/compat12x/Makefile (revision 528297) +++ head/misc/compat12x/Makefile (revision 528298) @@ -1,41 +1,41 @@ # $FreeBSD$ PORTNAME= compat12x PORTVERSION= 12.1.1201000.20200220 CATEGORIES= misc MASTER_SITES= LOCAL/bapt PKGNAMESUFFIX= -${ARCH} DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION} MAINTAINER= bapt@FreeBSD.org COMMENT= Convenience package to install the compat12x libraries LICENSE= BSD2CLAUSE USES= tar:xz NO_BUILD= yes -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 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 Index: head/misc/compat12x/distinfo =================================================================== --- head/misc/compat12x/distinfo (revision 528297) +++ head/misc/compat12x/distinfo (revision 528298) @@ -1,6 +1,11 @@ TIMESTAMP = 1582190702 SHA256 (compat12x-i386-12.1.1201000.20200220.tar.xz) = 3b6b8e7bd69b27572b8a15797127a7f996366a9b552b64628c71633f48e432bb SIZE (compat12x-i386-12.1.1201000.20200220.tar.xz) = 159692 -TIMESTAMP = 1582190656 SHA256 (compat12x-amd64-12.1.1201000.20200220.tar.xz) = a30217e16793249a05cd2cfa84b2171d70803b1beb5be118ebad02fbf033de7e SIZE (compat12x-amd64-12.1.1201000.20200220.tar.xz) = 313084 +SHA256 (compat12x-aarch64-12.1.1201000.20200220.tar.xz) = c82c77a4ef84f8343b5f9e440cbee9da9b82f0f1cb76aaeec081ed9034bda3c2 +SIZE (compat12x-aarch64-12.1.1201000.20200220.tar.xz) = 143892 +SHA256 (compat12x-armv6-12.1.1201000.20200220.tar.xz) = 8ced6243473d0915f0d7ef7dd1ba251a5e27c0d0a05d00bdcc48f5739e128dde +SIZE (compat12x-armv6-12.1.1201000.20200220.tar.xz) = 141656 +SHA256 (compat12x-armv7-12.1.1201000.20200220.tar.xz) = 01fe9f689b18ea5974361125d061a3a2ca7e64bf1381bba42aa4e83092b4795c +SIZE (compat12x-armv7-12.1.1201000.20200220.tar.xz) = 146052 Index: head/misc/compat12x/pkg-plist.aarch64 =================================================================== --- head/misc/compat12x/pkg-plist.aarch64 (nonexistent) +++ head/misc/compat12x/pkg-plist.aarch64 (revision 528298) @@ -0,0 +1,2 @@ +lib/compat/libncurses.so.8 +lib/compat/libncursesw.so.8 Property changes on: head/misc/compat12x/pkg-plist.aarch64 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/compat12x/pkg-plist.armv6 =================================================================== --- head/misc/compat12x/pkg-plist.armv6 (nonexistent) +++ head/misc/compat12x/pkg-plist.armv6 (revision 528298) @@ -0,0 +1,2 @@ +lib/compat/libncurses.so.8 +lib/compat/libncursesw.so.8 Property changes on: head/misc/compat12x/pkg-plist.armv6 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/misc/compat12x/pkg-plist.armv7 =================================================================== --- head/misc/compat12x/pkg-plist.armv7 (nonexistent) +++ head/misc/compat12x/pkg-plist.armv7 (revision 528298) @@ -0,0 +1,2 @@ +lib/compat/libncurses.so.8 +lib/compat/libncursesw.so.8 Property changes on: head/misc/compat12x/pkg-plist.armv7 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property