pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/multimedia/gst-plugins0.10-good Forcibly disable Sun S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81a27f6ea2ea
branches:  trunk
changeset: 553686:81a27f6ea2ea
user:      sketch <sketch%pkgsrc.org@localhost>
date:      Tue Jan 27 22:59:16 2009 +0000

description:
Forcibly disable Sun Studio's GCC assembly compatability, it cannot handle
this package.

diffstat:

 multimedia/gst-plugins0.10-good/distinfo         |   4 ++--
 multimedia/gst-plugins0.10-good/patches/patch-ab |  22 ++++++++++++++++------
 2 files changed, 18 insertions(+), 8 deletions(-)

diffs (59 lines):

diff -r 8b11ce2080f2 -r 81a27f6ea2ea multimedia/gst-plugins0.10-good/distinfo
--- a/multimedia/gst-plugins0.10-good/distinfo  Tue Jan 27 22:03:12 2009 +0000
+++ b/multimedia/gst-plugins0.10-good/distinfo  Tue Jan 27 22:59:16 2009 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.17 2009/01/26 10:28:59 drochner Exp $
+$NetBSD: distinfo,v 1.18 2009/01/27 22:59:16 sketch Exp $
 
 SHA1 (gst-plugins-good-0.10.13.tar.bz2) = d4cd5a1283990eb7fa54e4506f67855455377f62
 RMD160 (gst-plugins-good-0.10.13.tar.bz2) = 238e6fff874ae7d5bbae21dd8b533634c2600e2e
 Size (gst-plugins-good-0.10.13.tar.bz2) = 2057151 bytes
 SHA1 (patch-aa) = ff92783f28566bfc3ae067e90ca1e2abb5b83049
-SHA1 (patch-ab) = 0e1ad9b518317402c3478b0c48744d55d938a5c9
+SHA1 (patch-ab) = ab70993a71c4b288c21e72847186011c33bd0fb1
 SHA1 (patch-ac) = 1304121ff668decfa21fd0551b3eb9994970033f
 SHA1 (patch-ba) = e296bbcfc606967b71765988ae1c3ffe96b9359a
diff -r 8b11ce2080f2 -r 81a27f6ea2ea multimedia/gst-plugins0.10-good/patches/patch-ab
--- a/multimedia/gst-plugins0.10-good/patches/patch-ab  Tue Jan 27 22:03:12 2009 +0000
+++ b/multimedia/gst-plugins0.10-good/patches/patch-ab  Tue Jan 27 22:59:16 2009 +0000
@@ -1,8 +1,18 @@
-$NetBSD: patch-ab,v 1.12 2009/01/26 10:28:59 drochner Exp $
+$NetBSD: patch-ab,v 1.13 2009/01/27 22:59:16 sketch Exp $
 
---- configure.orig     2009-01-22 22:25:11.000000000 +0100
-+++ configure
-@@ -26884,7 +26884,7 @@ _ACEOF
+--- configure.orig     Thu Jan 22 21:25:11 2009
++++ configure  Tue Jan 27 22:46:45 2009
+@@ -26274,6 +26274,9 @@
+ #error GCC before 3.4 has critical bugs compiling inline assembly
+ #endif
+ #endif
++#ifdef __SUNPRO_C
++#error Sun Studio cannot handle assembly in this package
++#endif
+ __asm__ (""::)
+   ;
+   return 0;
+@@ -26884,7 +26887,7 @@
  fi
  rm -f conftest.mmap
  
@@ -11,7 +21,7 @@
    GST_HAVE_MMAP_TRUE=
    GST_HAVE_MMAP_FALSE='#'
  else
-@@ -28297,7 +28297,7 @@ rm -f core conftest.err conftest.$ac_obj
+@@ -28297,7 +28300,7 @@
  $as_echo "$flag_ok" >&6; }
  
  
@@ -20,7 +30,7 @@
      then
  
    { $as_echo "$as_me:$LINENO: checking to see if compiler understands -errwarn=%all" >&5
-@@ -32949,6 +32949,10 @@ cat >>conftest.$ac_ext <<_ACEOF
+@@ -32949,6 +32952,10 @@
  #ifdef __sun /* Solaris */
  #include <sys/types.h>
  #include <sys/videodev2.h>



Home | Main Index | Thread Index | Old Index