pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox3-bin Disable firefox3-bin package on NetBS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8650186701d5
branches:  trunk
changeset: 556290:8650186701d5
user:      mike <mike%pkgsrc.org@localhost>
date:      Thu Mar 19 00:30:39 2009 +0000

description:
Disable firefox3-bin package on NetBSD.  Package installs but binary will
not run as it requires a newer version of GTK+ 2.x than supported by the
suse_gtk2 package.

diffstat:

 www/firefox3-bin/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 0f1c06266eb1 -r 8650186701d5 www/firefox3-bin/Makefile
--- a/www/firefox3-bin/Makefile Wed Mar 18 22:50:28 2009 +0000
+++ b/www/firefox3-bin/Makefile Thu Mar 19 00:30:39 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2008/11/20 13:11:19 tron Exp $
+# $NetBSD: Makefile,v 1.6 2009/03/19 00:30:39 mike Exp $
 
 MOZILLA=               firefox
 MOZ_VER=               3.0.2
@@ -7,6 +7,9 @@
 HOMEPAGE=              http://www.mozilla.com/en-US/firefox/
 COMMENT=               Lightweight gecko-based web browser (binary package)
 
+# requires newer version of GTK+ than supported by suse_gtk2 package
+NOT_FOR_PLATFORM=      NetBSD-*-*
+
 DIST_SUBDIR=           ${MOZILLA}/releases/${MOZ_DIR}
 
 EMUL_PLATFORMS=                linux-i386



Home | Main Index | Thread Index | Old Index