diff options
author | garga <garga@FreeBSD.org> | 2012-01-11 20:35:20 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2012-01-11 20:35:20 +0800 |
commit | c32f642ef9e2738b6b5903b5f7d4b035eb4a961c (patch) | |
tree | ccbeaceb9fc0740e2e282c13382a960b1833597e /misc | |
parent | 9c2528eb12b44fdeb2640babf708c16bdaa782a7 (diff) | |
download | freebsd-ports-gnome-c32f642ef9e2738b6b5903b5f7d4b035eb4a961c.tar.gz freebsd-ports-gnome-c32f642ef9e2738b6b5903b5f7d4b035eb4a961c.tar.zst freebsd-ports-gnome-c32f642ef9e2738b6b5903b5f7d4b035eb4a961c.zip |
Add sparc64
Thanks to: Michael Moll <kvedulv@kvedulv.de>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/compat8x/Makefile | 2 | ||||
-rw-r--r-- | misc/compat8x/distinfo | 2 | ||||
-rw-r--r-- | misc/compat8x/pkg-plist.sparc64 | 13 |
3 files changed, 16 insertions, 1 deletions
diff --git a/misc/compat8x/Makefile b/misc/compat8x/Makefile index d1acf5fb94a5..8660492d689f 100644 --- a/misc/compat8x/Makefile +++ b/misc/compat8x/Makefile @@ -18,7 +18,7 @@ COMMENT= A convenience package to install the compat8x libraries USE_BZIP2= yes NO_BUILD= yes -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 sparc64 PLIST= ${PKGDIR}/pkg-plist.${ARCH} TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat diff --git a/misc/compat8x/distinfo b/misc/compat8x/distinfo index ed6ddbfa28a0..3aee24ea6537 100644 --- a/misc/compat8x/distinfo +++ b/misc/compat8x/distinfo @@ -2,3 +2,5 @@ SHA256 (compat8x-amd64-8.2.802000.201112.tar.bz2) = 4e820e91602a9cccb9e3f7b5a9fd SIZE (compat8x-amd64-8.2.802000.201112.tar.bz2) = 615287 SHA256 (compat8x-i386-8.2.802000.201112.tar.bz2) = 08ad558f42c8eb529312ab046a928c189fe01a61df67e0c73cec950d579a531c SIZE (compat8x-i386-8.2.802000.201112.tar.bz2) = 356437 +SHA256 (compat8x-sparc64-8.2.802000.201112.tar.bz2) = 4a8abc4c5ae778e02f3123e4e1ba59dc7dbff88dbcc5ef6ae80b0b3f3b4099a5 +SIZE (compat8x-sparc64-8.2.802000.201112.tar.bz2) = 321229 diff --git a/misc/compat8x/pkg-plist.sparc64 b/misc/compat8x/pkg-plist.sparc64 new file mode 100644 index 000000000000..eced9cc0e97a --- /dev/null +++ b/misc/compat8x/pkg-plist.sparc64 @@ -0,0 +1,13 @@ +lib/compat/libbsnmp.so.5 +lib/compat/libcam.so.5 +lib/compat/libdwarf.so.2 +lib/compat/liblwres.so.50 +lib/compat/libobjc.so.4 +lib/compat/libopie.so.6 +lib/compat/libpcap.so.7 +lib/compat/libsbuf.so.5 +lib/compat/libtacplus.so.4 +lib/compat/libufs.so.5 +lib/compat/libutil.so.8 +lib/compat/libz.so.5 +@dirrmtry lib/compat |