diff options
author | abs <abs@pkgsrc.org> | 2008-09-15 19:54:58 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-09-15 19:54:58 +0000 |
commit | 9aedd399762c857019cb1c0c8d401cc4545569f6 (patch) | |
tree | 2d1afe74b8ae9a7ddc1146072225afd10e9643d0 /multimedia | |
parent | 4821eaa1af60e3e9c195f1c156350efb9da6492b (diff) | |
download | pkgsrc-9aedd399762c857019cb1c0c8d401cc4545569f6.tar.gz |
Remove the following patch which caused a compile error with the latest
update to the boot package:
-#include <boost/detail/atomic_count.hpp>
+#include <boost/detail/atomic_count_pthreads.hpp>
As a side effect of this (the boost update and removed patch) youtube videos
now seem to play much more reliably under firefox3 on NetBSD 4.0
Bump package revision
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/gnash/Makefile | 4 | ||||
-rw-r--r-- | multimedia/gnash/distinfo | 3 | ||||
-rw-r--r-- | multimedia/gnash/patches/patch-ab | 13 |
3 files changed, 3 insertions, 17 deletions
diff --git a/multimedia/gnash/Makefile b/multimedia/gnash/Makefile index 00f20cc8c27..c26c338748d 100644 --- a/multimedia/gnash/Makefile +++ b/multimedia/gnash/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.19 2008/09/08 15:14:21 ahoka Exp $ +# $NetBSD: Makefile,v 1.20 2008/09/15 19:54:58 abs Exp $ # DISTNAME= gnash-${VER} VER= 0.8.3 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GNU:=gnash/${VER}/} EXTRACT_SUFX= .tar.bz2 diff --git a/multimedia/gnash/distinfo b/multimedia/gnash/distinfo index 2352ded9f55..b75259dad25 100644 --- a/multimedia/gnash/distinfo +++ b/multimedia/gnash/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.12 2008/07/07 08:34:54 abs Exp $ +$NetBSD: distinfo,v 1.13 2008/09/15 19:54:58 abs Exp $ SHA1 (gnash-0.8.3.tar.bz2) = 3cd4a0930e772a42b0155295fca292fd94be7c42 RMD160 (gnash-0.8.3.tar.bz2) = f7bf4d06d35c3ad40df4419b179fc6482731854b Size (gnash-0.8.3.tar.bz2) = 2902610 bytes SHA1 (patch-aa) = 05460170941019168fa072c803ad60eac919e44a -SHA1 (patch-ab) = 485aa9fbb3deaeb4b238d1f66d8d6552fd11ab90 SHA1 (patch-ac) = 6454620529a281c707f7ccf68eb17c0754dfe7a7 SHA1 (patch-ae) = d4f18032bc091e5ef84fcb81f16ea649c5c20701 SHA1 (patch-ag) = f4f82df7bff71464cdb3a76b91c4b2475a8e9eef diff --git a/multimedia/gnash/patches/patch-ab b/multimedia/gnash/patches/patch-ab deleted file mode 100644 index 686642e28b1..00000000000 --- a/multimedia/gnash/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.4 2008/06/22 20:15:51 wiz Exp $ - ---- libbase/ref_counted.h.orig 2008-04-10 02:41:07.000000000 +0200 -+++ libbase/ref_counted.h -@@ -26,7 +26,7 @@ - #include "dsodefs.h" // for DSOEXPORT - - #include <cassert> --#include <boost/detail/atomic_count.hpp> -+#include <boost/detail/atomic_count_pthreads.hpp> - - namespace gnash { - |