pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Update versions of nightly binaries (older ones are un...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7de571eaa843
branches:  trunk
changeset: 552478:7de571eaa843
user:      shattered <shattered%pkgsrc.org@localhost>
date:      Sun Jan 04 18:48:47 2009 +0000

description:
Update versions of nightly binaries (older ones are unavailable on master site).
These binaries also depend on alsa and resmgr -- include those in EMUL_MODULES.

Partially fixes PR 40119 -- the binaries don't run yet.

OK by wiz@.

diffstat:

 mail/thunderbird-bin-nightly/Makefile.linux-i386 |  4 ++--
 www/seamonkey-bin-nightly/Makefile.linux-i386    |  4 ++--
 www/seamonkey-bin/Makefile.common                |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r 171d9d6b5317 -r 7de571eaa843 mail/thunderbird-bin-nightly/Makefile.linux-i386
--- a/mail/thunderbird-bin-nightly/Makefile.linux-i386  Sun Jan 04 18:36:46 2009 +0000
+++ b/mail/thunderbird-bin-nightly/Makefile.linux-i386  Sun Jan 04 18:48:47 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.linux-i386,v 1.2 2007/10/09 19:19:10 martti Exp $
+# $NetBSD: Makefile.linux-i386,v 1.3 2009/01/04 18:48:47 shattered Exp $
 
-DISTNAME=      thunderbird-3.0a1pre.en-US.linux-i686
+DISTNAME=      thunderbird-3.0b2pre.en-US.linux-i686
 EXTRACT_SUFX=  .tar.bz2
 
 MOZ_GTK2=      yes
diff -r 171d9d6b5317 -r 7de571eaa843 www/seamonkey-bin-nightly/Makefile.linux-i386
--- a/www/seamonkey-bin-nightly/Makefile.linux-i386     Sun Jan 04 18:36:46 2009 +0000
+++ b/www/seamonkey-bin-nightly/Makefile.linux-i386     Sun Jan 04 18:48:47 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile.linux-i386,v 1.1 2007/07/29 05:20:03 jlam Exp $
+# $NetBSD: Makefile.linux-i386,v 1.2 2009/01/04 18:48:47 shattered Exp $
 
-DISTNAME=      seamonkey-2.0a1pre.en-US.linux-i686
+DISTNAME=      seamonkey-2.0a3pre.en-US.linux-i686
 EXTRACT_SUFX=  .tar.bz2
 
 MOZ_GTK2=      yes
diff -r 171d9d6b5317 -r 7de571eaa843 www/seamonkey-bin/Makefile.common
--- a/www/seamonkey-bin/Makefile.common Sun Jan 04 18:36:46 2009 +0000
+++ b/www/seamonkey-bin/Makefile.common Sun Jan 04 18:48:47 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2008/11/20 13:11:19 tron Exp $
+# $NetBSD: Makefile.common,v 1.16 2009/01/04 18:48:47 shattered Exp $
 
 DISTNAME=              ${MOZILLA}${MOX_EXTRA}-bin      # overridden below
 PKGNAME=               ${MOZILLA}${MOZ_EXTRA}-bin-${MOZ_VER}
@@ -23,7 +23,7 @@
 .sinclude "${.CURDIR}/Makefile.${EMUL_PLATFORM}"
 
 .if defined(MOZ_GTK2) && !empty(MOZ_GTK2:M[Yy][Ee][Ss])
-EMUL_MODULES.linux=    compat gtk2 locale
+EMUL_MODULES.linux=    compat gtk2 locale alsa resmgr
 EMUL_REQD=             suse>=9.1
 .else
 EMUL_MODULES.linux=    compat gtk



Home | Main Index | Thread Index | Old Index