Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jul 2021 14:13:16 GMT
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a8858d90fd05 - main - misc/compat12x: Add support for powerpc
Message-ID:  <202107061413.166EDG0g050458@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jkim:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a8858d90fd0593a8b0950f19fcd6cf538198429b

commit a8858d90fd0593a8b0950f19fcd6cf538198429b
Author:     Jung-uk Kim <jkim@FreeBSD.org>
AuthorDate: 2021-07-06 14:12:29 +0000
Commit:     Jung-uk Kim <jkim@FreeBSD.org>
CommitDate: 2021-07-06 14:12:29 +0000

    misc/compat12x: Add support for powerpc
    
    PR:             256961
---
 misc/compat12x/Makefile          |  2 +-
 misc/compat12x/distinfo          |  4 +++-
 misc/compat12x/pkg-plist.powerpc | 18 ++++++++++++++++++
 3 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/misc/compat12x/Makefile b/misc/compat12x/Makefile
index d88caa7fc970..2c4942838f4c 100644
--- a/misc/compat12x/Makefile
+++ b/misc/compat12x/Makefile
@@ -12,7 +12,7 @@ LICENSE=	BSD2CLAUSE
 
 USES=		tar:xz
 NO_BUILD=	yes
-ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386
+ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386 powerpc
 PLIST=		${PKGDIR}/pkg-plist.${ARCH}
 TARGET_DIR=	${PREFIX}/lib/compat
 TARGET32_DIR=	${PREFIX}/lib32/compat
diff --git a/misc/compat12x/distinfo b/misc/compat12x/distinfo
index 3c66ac8a515e..45ef643fc877 100644
--- a/misc/compat12x/distinfo
+++ b/misc/compat12x/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1621666529
+TIMESTAMP = 1625580644
 SHA256 (compat12x-aarch64-12.2.1202000.20210406.tar.xz) = 27056e3f8a7cffc4a60ab73f51f149620dfeccb15ebd357980355c53fe986ea4
 SIZE (compat12x-aarch64-12.2.1202000.20210406.tar.xz) = 497996
 SHA256 (compat12x-amd64-12.2.1202000.20210406.tar.xz) = d265bead44cc253de30c10e20105ba34f16c9024973040f2612a511dad991286
@@ -9,3 +9,5 @@ SHA256 (compat12x-armv7-12.2.1202000.20210406.tar.xz) = 565622b1088a98bf7f27e0a3
 SIZE (compat12x-armv7-12.2.1202000.20210406.tar.xz) = 486848
 SHA256 (compat12x-i386-12.2.1202000.20210406.tar.xz) = c28d76fc305cdf63d5fa55573cf5091dd0df2a54442ac4f6f61c876e935e2689
 SIZE (compat12x-i386-12.2.1202000.20210406.tar.xz) = 557952
+SHA256 (compat12x-powerpc-12.2.1202000.20210406.tar.xz) = c9c64579a85e09bafa614177098c444240ffd7f64a673fbdc4f09d64f4927be9
+SIZE (compat12x-powerpc-12.2.1202000.20210406.tar.xz) = 510940
diff --git a/misc/compat12x/pkg-plist.powerpc b/misc/compat12x/pkg-plist.powerpc
new file mode 100644
index 000000000000..25e9e48d1208
--- /dev/null
+++ b/misc/compat12x/pkg-plist.powerpc
@@ -0,0 +1,18 @@
+lib/compat/libauditd.so.5
+lib/compat/libcap_random.so.1
+lib/compat/libcap_sysctl.so.1
+lib/compat/libdialog.so.8
+lib/compat/libdpv.so.1
+lib/compat/libedit.so.7
+lib/compat/libform.so.5
+lib/compat/libformw.so.5
+lib/compat/libgnuregex.so.5
+lib/compat/libmenu.so.5
+lib/compat/libmenuw.so.5
+lib/compat/libncurses.so.8
+lib/compat/libncursesw.so.8
+lib/compat/libpanel.so.5
+lib/compat/libpanelw.so.5
+lib/compat/libprivateevent.so.1
+lib/compat/libufs.so.6
+lib/compat/libzfs.so.3



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107061413.166EDG0g050458>