pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox-bin-java Convert to use the emulator frame...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10115e3bae86
branches:  trunk
changeset: 531442:10115e3bae86
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Jul 30 16:00:35 2007 +0000

description:
Convert to use the emulator framework.  Noted by <wiz>.

XXX Doesn't work on x86_64 properly yet.

diffstat:

 www/firefox-bin-java/Makefile.common |  15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diffs (31 lines):

diff -r 888f083c73df -r 10115e3bae86 www/firefox-bin-java/Makefile.common
--- a/www/firefox-bin-java/Makefile.common      Mon Jul 30 14:50:36 2007 +0000
+++ b/www/firefox-bin-java/Makefile.common      Mon Jul 30 16:00:35 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2006/05/29 14:04:04 tron Exp $
+# $NetBSD: Makefile.common,v 1.6 2007/07/30 16:00:35 jlam Exp $
 
 DISTNAME=              ${MOZ_BIN}-java-1.2
 CATEGORIES=            www lang
@@ -10,12 +10,17 @@
 
 DEPENDS+=              sun-jre15-[0-9]*:../../lang/sun-jre15
 
-ONLY_FOR_PLATFORM=     Linux-*-i386 NetBSD-1.6*-i386 NetBSD-[2-9]*-i386
+EMUL_PLATFORMS=                linux-i386
 
+# XXX
+# XXX There is a bug where we depend on sun-jre15 and get the x86_64
+# XXX version of sun-jre15, but we need the i386 version instead.
+# XXX
+NOT_FOR_PLATFORM=      *-*-x86_64
+
+NO_CHECKSUM=           yes
 WRKSRC=                        ${WRKDIR}
-NO_CHECKSUM=           YES
-NO_CONFIGURE=          YES
-NO_BUILD=              YES
+BUILD_DIRS=            # empty
 
 MOZ_NAME?=             firefox-linux
 MOZ_BIN?=              ${MOZ_NAME:S/linux/bin/}



Home | Main Index | Thread Index | Old Index