From owner-dev-commits-ports-all@freebsd.org Tue Jul 6 14:13:16 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5B56B65843C; Tue, 6 Jul 2021 14:13:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GK4K82BBBz3CbK; Tue, 6 Jul 2021 14:13:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 33F711AFB0; Tue, 6 Jul 2021 14:13:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 166EDGN7050459; Tue, 6 Jul 2021 14:13:16 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 166EDG0g050458; Tue, 6 Jul 2021 14:13:16 GMT (envelope-from git) Date: Tue, 6 Jul 2021 14:13:16 GMT Message-Id: <202107061413.166EDG0g050458@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Jung-uk Kim Subject: git: a8858d90fd05 - main - misc/compat12x: Add support for powerpc MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: jkim X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a8858d90fd0593a8b0950f19fcd6cf538198429b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jul 2021 14:13:16 -0000 The branch main has been updated by jkim: URL: https://cgit.FreeBSD.org/ports/commit/?id=a8858d90fd0593a8b0950f19fcd6cf538198429b commit a8858d90fd0593a8b0950f19fcd6cf538198429b Author: Jung-uk Kim AuthorDate: 2021-07-06 14:12:29 +0000 Commit: Jung-uk Kim 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