Subject: CVS commit: pkgsrc/www
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/17/2005 02:35:20
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sat Sep 17 02:35:20 UTC 2005

Modified Files:
	pkgsrc/www/firefox: Makefile Makefile-firefox.common PLIST
	pkgsrc/www/firefox-gtk1: Makefile PLIST
	pkgsrc/www/mozilla: Makefile Makefile.common PLIST
	pkgsrc/www/mozilla-gtk2: Makefile PLIST
	pkgsrc/www/mozilla/files: moz-install
Added Files:
	pkgsrc/www/firefox: INSTALL
	pkgsrc/www/mozilla: INSTALL

Log Message:
For the native firefox and mozilla packages, move the module/extension
registration out of the installation step and into the INSTALL script.
Also, remove the registration commands from the PLIST as well.  Putting
them into the INSTALL script allows for the same commands to be run
in the same way, so that there are fewer differences between installing
from source and installing from a binary package.  Also, this makes
these packages pass CHECK_FILES=yes.  Bump the PKGREVISION of firefox,
firefox-gtk1, mozilla, and mozilla-gtk2.

Also, include bsd.pkg.mk from the package Makefiles, not from within
Makefile.common.  This is a style issue and allows for appending to
variables originally defined in Makefile.common from the package
Makefile.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/www/firefox/INSTALL
cvs rdiff -r1.19 -r1.20 pkgsrc/www/firefox/Makefile
cvs rdiff -r1.20 -r1.21 pkgsrc/www/firefox/Makefile-firefox.common
cvs rdiff -r1.16 -r1.17 pkgsrc/www/firefox/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/www/firefox-gtk1/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/www/firefox-gtk1/PLIST
cvs rdiff -r0 -r1.1 pkgsrc/www/mozilla/INSTALL
cvs rdiff -r1.150 -r1.151 pkgsrc/www/mozilla/Makefile
cvs rdiff -r1.62 -r1.63 pkgsrc/www/mozilla/Makefile.common
cvs rdiff -r1.17 -r1.18 pkgsrc/www/mozilla/PLIST
cvs rdiff -r1.28 -r1.29 pkgsrc/www/mozilla-gtk2/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/www/mozilla-gtk2/PLIST
cvs rdiff -r1.12 -r1.13 pkgsrc/www/mozilla/files/moz-install

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.