pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/gnash Remove the following patch which caus...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e499cdab8a7
branches:  trunk
changeset: 547376:6e499cdab8a7
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Sep 15 19:54:58 2008 +0000

description:
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:

 multimedia/gnash/Makefile         |   4 ++--
 multimedia/gnash/distinfo         |   3 +--
 multimedia/gnash/patches/patch-ab |  13 -------------
 3 files changed, 3 insertions(+), 17 deletions(-)

diffs (47 lines):

diff -r 80acf443a3cc -r 6e499cdab8a7 multimedia/gnash/Makefile
--- a/multimedia/gnash/Makefile Mon Sep 15 19:05:19 2008 +0000
+++ b/multimedia/gnash/Makefile Mon Sep 15 19:54:58 2008 +0000
@@ -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 -r 80acf443a3cc -r 6e499cdab8a7 multimedia/gnash/distinfo
--- a/multimedia/gnash/distinfo Mon Sep 15 19:05:19 2008 +0000
+++ b/multimedia/gnash/distinfo Mon Sep 15 19:54:58 2008 +0000
@@ -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 -r 80acf443a3cc -r 6e499cdab8a7 multimedia/gnash/patches/patch-ab
--- a/multimedia/gnash/patches/patch-ab Mon Sep 15 19:05:19 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 {
- 



Home | Main Index | Thread Index | Old Index