Skip to content

Commit

Permalink
misc/compat12x: Add support for powerpc
Browse files Browse the repository at this point in the history
PR:		256961
  • Loading branch information
juikim committed Jul 6, 2021
1 parent b6d50ba commit a8858d9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/compat12x/Makefile
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion 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
Expand All @@ -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
18 changes: 18 additions & 0 deletions 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

0 comments on commit a8858d9

Please sign in to comment.