head	1.4;
access;
symbols
	pkgsrc-2013Q2:1.4.0.10
	pkgsrc-2013Q2-base:1.4
	pkgsrc-2012Q4:1.4.0.8
	pkgsrc-2012Q4-base:1.4
	pkgsrc-2011Q4:1.4.0.6
	pkgsrc-2011Q4-base:1.4
	pkgsrc-2011Q2:1.4.0.4
	pkgsrc-2011Q2-base:1.4
	pkgsrc-2009Q4:1.4.0.2
	pkgsrc-2009Q4-base:1.4
	pkgsrc-2009Q3:1.3.0.26
	pkgsrc-2009Q3-base:1.3
	pkgsrc-2009Q2:1.3.0.24
	pkgsrc-2009Q2-base:1.3
	pkgsrc-2009Q1:1.3.0.22
	pkgsrc-2009Q1-base:1.3
	pkgsrc-2008Q4:1.3.0.20
	pkgsrc-2008Q4-base:1.3
	pkgsrc-2008Q3:1.3.0.18
	pkgsrc-2008Q3-base:1.3
	cube-native-xorg:1.3.0.16
	cube-native-xorg-base:1.3
	pkgsrc-2008Q2:1.3.0.14
	pkgsrc-2008Q2-base:1.3
	cwrapper:1.3.0.12
	pkgsrc-2008Q1:1.3.0.10
	pkgsrc-2008Q1-base:1.3
	pkgsrc-2007Q4:1.3.0.8
	pkgsrc-2007Q4-base:1.3
	pkgsrc-2007Q3:1.3.0.6
	pkgsrc-2007Q3-base:1.3
	pkgsrc-2007Q2:1.3.0.4
	pkgsrc-2007Q2-base:1.3
	pkgsrc-2007Q1:1.3.0.2
	pkgsrc-2007Q1-base:1.3
	pkgsrc-2006Q4:1.2.0.2
	pkgsrc-2006Q4-base:1.2
	pkgsrc-2006Q3:1.1.1.1.0.4
	pkgsrc-2006Q3-base:1.1.1.1
	pkgsrc-2006Q2:1.1.1.1.0.2
	pkgsrc-2006Q2-base:1.1.1.1
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2009.11.29.00.40.42;	author tnn;	state dead;
branches;
next	1.3;

1.3
date	2007.02.04.00.15.49;	author dmcmahill;	state Exp;
branches;
next	1.2;

1.2
date	2006.10.08.13.10.30;	author ghen;	state Exp;
branches;
next	1.1;

1.1
date	2006.03.30.19.15.38;	author ghen;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2006.03.30.19.15.38;	author ghen;	state Exp;
branches
	1.1.1.1.4.1;
next	;

1.1.1.1.4.1
date	2006.10.17.15.03.01;	author salo;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Update to seamonkey-2.0, from pkgsrc-wip. Hijack maintainership.
Many, many changes; the biggest being that it's based on firefox 3.5.
For an exhaustive list of changes, see:
http://www.seamonkey-project.org/releases/seamonkey2.0/changes
@
text
@# $NetBSD: INSTALL,v 1.3 2007/02/04 00:15:49 dmcmahill Exp $

MOZILLA="@@MOZILLA@@"
MOZILLA_BIN="@@MOZILLA_BIN@@"
MOZILLA_FIVE_HOME="${PKG_PREFIX}/lib/${MOZILLA}"
export MOZILLA_FIVE_HOME

case ${STAGE} in
POST-INSTALL)
	${MKDIR} -p "./tmpdir-${PKGNAME}"
	LD_LIBRARY_PATH="${MOZILLA_FIVE_HOME}:${PKG_PREFIX}/lib" HOME="./tmpdir-${PKGNAME}" \
		${MOZILLA_FIVE_HOME}/regxpcom
	if ${TEST} -x ${MOZILLA_FIVE_HOME}/regchrome; then
		LD_LIBRARY_PATH="${MOZILLA_FIVE_HOME}" \
			HOME="./tmpdir-${PKGNAME}" \
			${MOZILLA_FIVE_HOME}/regchrome
	fi
	${RM} -fr "./tmpdir-${PKGNAME}"
	;;
esac
@


1.3
log
@Get these mozilla clients to work on Solaris-2.9/sparc.  There were
two issues.  The PLIST was incorrect and since the PLIST is used by
the "moz-install" script, anything missing from the PLIST is never
installed even when building from source.  When libfreebl* were not
installed it caused the clients to fail to load the security component
and fail with "The browser failed to load its security component".

The second issue is that many installations of solaris-2.9 include
various glib/gtk/gnome libraries in /usr/lib.  This causes failures
because the pkgsrc ones were used at link time and the /usr/lib ones
at run time.  Work around this by setting a LD_LIBRARY_PATH that includes
the pkgsrc lib directory first.

pkgrevision bumps all around.
@
text
@d1 1
a1 1
# $NetBSD: INSTALL,v 1.2 2006/10/08 13:10:30 ghen Exp $
@


1.2
log
@Recent versions of firefox don't have regchrome anymore, resulting in a
(non-fatal) error: ./+INSTALL: /usr/pkg/lib/firefox2/regchrome: not found.
Only run regchrome when it's installed.
@
text
@d1 1
a1 1
# $NetBSD: INSTALL,v 1.1.1.1 2006/03/30 19:15:38 ghen Exp $
d11 1
a11 1
	LD_LIBRARY_PATH="${MOZILLA_FIVE_HOME}" HOME="./tmpdir-${PKGNAME}" \
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $NetBSD: INSTALL,v 1.1 2005/09/17 02:35:19 jlam Exp $
d13 5
a17 2
	LD_LIBRARY_PATH="${MOZILLA_FIVE_HOME}" HOME="./tmpdir-${PKGNAME}" \
		${MOZILLA_FIVE_HOME}/regchrome
@


1.1.1.1
log
@Import Mozilla Seamonkey 1.0 from pkgsrc-wip (gtk2 version).  Seamonkey is
the community-driven continuation of the Mozilla Suite, which is no longer
maintained by Mozilla.  
@
text
@@


1.1.1.1.4.1
log
@Pullup ticket 1851 - requested by ghen
build fix for gecko packages no longer using regchrome

Revisions pulled up:
- pkgsrc/www/seamonkey/INSTALL			1.2

   Module Name:		pkgsrc
   Committed By:	ghen
   Date:		Sun Oct  8 13:10:30 UTC 2006

   Modified Files:
   	pkgsrc/www/seamonkey: INSTALL

   Log Message:
   Recent versions of firefox don't have regchrome anymore, resulting in a
   (non-fatal) error: ./+INSTALL: /usr/pkg/lib/firefox2/regchrome: not found.
   Only run regchrome when it's installed.
@
text
@d1 1
a1 1
# $NetBSD: INSTALL,v 1.2 2006/10/08 13:10:30 ghen Exp $
d13 2
a14 5
	if ${TEST} -x ${MOZILLA_FIVE_HOME}/regchrome; then
		LD_LIBRARY_PATH="${MOZILLA_FIVE_HOME}" \
			HOME="./tmpdir-${PKGNAME}" \
			${MOZILLA_FIVE_HOME}/regchrome
	fi
@

