summaryrefslogtreecommitdiff
path: root/www/firefox-bin-nightly
diff options
context:
space:
mode:
authorjlam <jlam>2007-07-29 05:18:36 +0000
committerjlam <jlam>2007-07-29 05:18:36 +0000
commit275d7ca4f86079521544b7e820383bc271742a03 (patch)
tree45cad36d8470a568b9136017b2dd79c9efcc65bc /www/firefox-bin-nightly
parent838c2b6ce6faa38ac52676e60b80d81504e7827c (diff)
downloadpkgsrc-275d7ca4f86079521544b7e820383bc271742a03.tar.gz
* Add new emulator framework in pkgsrc/mk/emulator that handles all
binary-only packages that require binary "emulation" on the native operating system. Please see pkgsrc/mk/emulator/README for more details. * Teach the plist framework to automatically use any existing PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition. * Convert all of the binary-only packages in pkgsrc to use the emulator framework. Most of them have been tested to install and deinstall correctly. This involves the following cleanup actions: * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM} more consistently. * Simplify packages by using default INSTALL and DEINSTALL scripts instead of custom INSTALL/DEINSTALL code. * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc. Packages only need to state exactly which emulations they support, and the framework handles any i386-on-x86_64 or sparc-on-sparc64 uses. * Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will automatically detect when the package is installing on Linux. Specific changes to packages include: * Bump the PKGREVISIONs for all of the suse100* and suse91* packages due to changes in the +INSTALL/+DEINSTALL scripts used in all of the packages. * Remove pkgsrc/emulators/suse_linux, which is unused by any packages. * cad/lc -- remove custom code to create the distinfo file for all supported platforms; just use "emul-fetch" and "emul-distinfo" instead. * lang/Cg-compiler -- install the shared libraries under ${EMULDIR} instead of ${PREFIX}/lib so that compiled programs will find the shared libraries. * mail/thunderbird-bin-nightly -- update to latest binary distributions for supported platforms. * multimedia/ns-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch. * security/uvscan -- set LD_LIBRARY_PATH explicitly so that it's not necessary to install library symlinks into ${EMULDIR}/usr/local/lib. * www/firefox-bin-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch.
Diffstat (limited to 'www/firefox-bin-nightly')
-rw-r--r--www/firefox-bin-nightly/Makefile7
-rw-r--r--www/firefox-bin-nightly/Makefile.Linux.i3866
-rw-r--r--www/firefox-bin-nightly/Makefile.NetBSD.i38614
-rw-r--r--www/firefox-bin-nightly/Makefile.SunOS.sparc5
-rw-r--r--www/firefox-bin-nightly/Makefile.linux-i3867
-rw-r--r--www/firefox-bin-nightly/Makefile.solaris-i3869
-rw-r--r--www/firefox-bin-nightly/Makefile.solaris-sparc9
7 files changed, 28 insertions, 29 deletions
diff --git a/www/firefox-bin-nightly/Makefile b/www/firefox-bin-nightly/Makefile
index f8291e5beb5..330a7ac1fcd 100644
--- a/www/firefox-bin-nightly/Makefile
+++ b/www/firefox-bin-nightly/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.5 2006/09/24 16:42:56 salo Exp $
+# $NetBSD: Makefile,v 1.6 2007/07/29 05:19:53 jlam Exp $
MOZILLA= firefox
HOMEPAGE= http://www.mozilla.org/projects/firefox/
COMMENT= Lightweight gecko-based web browser (nightly binary pkg)
-# see Makefile.NetBSD.i386.
-ONLY_FOR_PLATFORM+= Linux-*-i386
-ONLY_FOR_PLATFORM+= SunOS-5.[89]*-sparc
+EMUL_PLATFORMS= linux-i386
+EMUL_PLATFORMS+= solaris-i386 solaris-sparc
.include "../../www/seamonkey-bin-nightly/Makefile.common"
diff --git a/www/firefox-bin-nightly/Makefile.Linux.i386 b/www/firefox-bin-nightly/Makefile.Linux.i386
deleted file mode 100644
index 0004415f723..00000000000
--- a/www/firefox-bin-nightly/Makefile.Linux.i386
+++ /dev/null
@@ -1,6 +0,0 @@
-# $NetBSD: Makefile.Linux.i386,v 1.2 2006/09/24 16:42:56 salo Exp $
-
-DISTNAME= ${MOZILLA}-3.0a1.en-US.linux-i686
-EXTRACT_SUFX= .tar.bz2
-MOZ_PLATFORM= linux
-MOZ_GTK2= yes
diff --git a/www/firefox-bin-nightly/Makefile.NetBSD.i386 b/www/firefox-bin-nightly/Makefile.NetBSD.i386
deleted file mode 100644
index f74c1d401e6..00000000000
--- a/www/firefox-bin-nightly/Makefile.NetBSD.i386
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile.NetBSD.i386,v 1.2 2006/09/24 16:42:56 salo Exp $
-
-.if defined(MOZILLA_USE_LINUX)
-DISTNAME= ${MOZILLA}-3.0a1.en-US.linux-i686
-EXTRACT_SUFX= .tar.bz2
-MOZ_PLATFORM= linux
-MOZ_GTK2= yes
-ONLY_FOR_PLATFORM+= NetBSD-*-i386
-.else
-DISTNAME= ${MOZILLA}-i386-unknown-netbsdelf1.6
-EXTRACT_SUFX= .tar.bz2
-MOZ_PLATFORM= netbsd
-ONLY_FOR_PLATFORM+= NetBSD-1.6*-i386 NetBSD-2*-i386
-.endif
diff --git a/www/firefox-bin-nightly/Makefile.SunOS.sparc b/www/firefox-bin-nightly/Makefile.SunOS.sparc
deleted file mode 100644
index 19c82f81967..00000000000
--- a/www/firefox-bin-nightly/Makefile.SunOS.sparc
+++ /dev/null
@@ -1,5 +0,0 @@
-# $NetBSD: Makefile.SunOS.sparc,v 1.1 2004/03/16 14:34:39 grant Exp $
-
-DISTNAME= ${MOZILLA}-sparc-sun-solaris2.8
-
-MOZ_PLATFORM= solaris
diff --git a/www/firefox-bin-nightly/Makefile.linux-i386 b/www/firefox-bin-nightly/Makefile.linux-i386
new file mode 100644
index 00000000000..8a61a4eb323
--- /dev/null
+++ b/www/firefox-bin-nightly/Makefile.linux-i386
@@ -0,0 +1,7 @@
+# $NetBSD: Makefile.linux-i386,v 1.1 2007/07/29 05:19:54 jlam Exp $
+
+DISTNAME= firefox-3.0a7pre.en-US.linux-i686
+EXTRACT_SUFX= .tar.bz2
+
+MOZ_GTK2= yes
+MOZ_PLATFORM= linux
diff --git a/www/firefox-bin-nightly/Makefile.solaris-i386 b/www/firefox-bin-nightly/Makefile.solaris-i386
new file mode 100644
index 00000000000..8da5668c29f
--- /dev/null
+++ b/www/firefox-bin-nightly/Makefile.solaris-i386
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile.solaris-i386,v 1.1 2007/07/29 05:19:54 jlam Exp $
+
+SOLARIS_VERSION_REQD?= 11
+
+DISTNAME= firefox-3.0a7pre.en-US.solaris11-i386
+EXTRACT_SUFX= .tar.bz2
+
+MOZ_GTK2= yes
+MOZ_PLATFORM= solaris
diff --git a/www/firefox-bin-nightly/Makefile.solaris-sparc b/www/firefox-bin-nightly/Makefile.solaris-sparc
new file mode 100644
index 00000000000..afad0e2ed35
--- /dev/null
+++ b/www/firefox-bin-nightly/Makefile.solaris-sparc
@@ -0,0 +1,9 @@
+# $NetBSD: Makefile.solaris-sparc,v 1.1 2007/07/29 05:19:54 jlam Exp $
+
+SOLARIS_VERSION_REQD?= 11
+
+DISTNAME= firefox-3.0a7pre.en-US.solaris11-sparc
+EXTRACT_SUFX= .tar.bz2
+
+MOZ_GTK2= yes
+MOZ_PLATFORM= solaris