pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/xine-lib remove some linuxisms from a ppc ass...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b4724ff37685
branches: trunk
changeset: 463002:b4724ff37685
user: mrg <mrg%pkgsrc.org@localhost>
date: Fri Oct 24 00:49:04 2003 +0000
description:
remove some linuxisms from a ppc assembly file.
approved by wiz@. fixes my PR#23241.
diffstat:
graphics/xine-lib/distinfo | 3 ++-
graphics/xine-lib/patches/patch-af | 26 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+), 1 deletions(-)
diffs (47 lines):
diff -r a0bd80a2a53e -r b4724ff37685 graphics/xine-lib/distinfo
--- a/graphics/xine-lib/distinfo Fri Oct 24 00:47:48 2003 +0000
+++ b/graphics/xine-lib/distinfo Fri Oct 24 00:49:04 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2003/10/06 07:21:57 mycroft Exp $
+$NetBSD: distinfo,v 1.14 2003/10/24 00:49:04 mrg Exp $
SHA1 (xine-lib-1-rc0a.tar.gz) = ee41ba602179a9f02208a15e3dff36a1dfa00fac
Size (xine-lib-1-rc0a.tar.gz) = 4211552 bytes
@@ -7,6 +7,7 @@
SHA1 (patch-ac) = df25d862f84de5221d722f9415a201986dc5d952
SHA1 (patch-ad) = ed65116acfa1f32a0508338a11567589bc2b4123
SHA1 (patch-ae) = cf7486ed50a782fcfb17ad0985e76a7ae09a2938
+SHA1 (patch-af) = 0d2860c863c4121288289b88d46433a94dde120b
SHA1 (patch-ag) = 132a8db657ce0bc3ac9e74560aae9054996fa57e
SHA1 (patch-ah) = 3f9b23c4a7994259056b73209a9e194db759f06d
SHA1 (patch-ai) = f71e3cb57bf30cbf9653a469c040b6e3f717ba97
diff -r a0bd80a2a53e -r b4724ff37685 graphics/xine-lib/patches/patch-af
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/xine-lib/patches/patch-af Fri Oct 24 00:49:04 2003 +0000
@@ -0,0 +1,26 @@
+$NetBSD: patch-af,v 1.3 2003/10/24 00:49:04 mrg Exp $
+
+--- src/xine-utils/ppcasm_string.S.orig 2003-10-24 09:52:09.000000000 +1000
++++ src/xine-utils/ppcasm_string.S 2003-10-24 09:52:39.000000000 +1000
+@@ -18,6 +18,7 @@
+
+ #warning Be forewarned - using PowerPC assembly
+
++#ifdef __linux__
+ #define __KERNEL__
+ #define __ASSEMBLY__
+
+@@ -26,6 +27,13 @@
+ #include <asm/processor.h>
+ #include <asm/cache.h>
+ #include <asm/errno.h>
++#endif
++
++#ifdef __NetBSD__
++#define _STANDALONE
++
++#include <machine/asm.h>
++#endif
+
+ #define COPY_16_BYTES \
+ lwz r7,4(r4); \
Home |
Main Index |
Thread Index |
Old Index