- make the build OFFICAL. This enables firefox to detect and upgrade
profiles that need to be upgraded automatically. Many annoying profile issues will be gone now. - Mention deleting extensions/Extensions.rdf and also the old ~/.firefox as a location for profiles in MESSAGE. ~/.firefox will continue to be used on systems that have been upgraded from older firefox versions. OFFICAL build okay wilfried@
This commit is contained in:
parent
2945da0130
commit
0877c44f60
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.25 2005/04/09 15:43:47 wilfried Exp $
|
# $OpenBSD: Makefile,v 1.26 2005/04/16 15:49:17 kurt Exp $
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= alpha amd64 i386 powerpc sparc sparc64
|
ONLY_FOR_ARCHS= alpha amd64 i386 powerpc sparc sparc64
|
||||||
|
|
||||||
@ -6,7 +6,7 @@ COMMENT= "redesign of Mozilla's browser component"
|
|||||||
|
|
||||||
VER= 1.0.2
|
VER= 1.0.2
|
||||||
DISTNAME= mozilla
|
DISTNAME= mozilla
|
||||||
PKGNAME= mozilla-firefox-${VER}p2
|
PKGNAME= mozilla-firefox-${VER}p3
|
||||||
SO_VERSION= 2.0
|
SO_VERSION= 2.0
|
||||||
# NOTE: Must bump minor version if any shlib's are removed from the
|
# NOTE: Must bump minor version if any shlib's are removed from the
|
||||||
# components dir to avoid pkg_add -r issues.
|
# components dir to avoid pkg_add -r issues.
|
||||||
@ -78,9 +78,13 @@ CONFIGURE_ARGS+=--disable-ldap \
|
|||||||
|
|
||||||
CONFIGURE_ENV= MOZ_PHOENIX=1 \
|
CONFIGURE_ENV= MOZ_PHOENIX=1 \
|
||||||
PKG_CONFIG_PATH="${LOCALBASE}/lib/pkgconfig:${X11BASE}/lib/pkgconfig" \
|
PKG_CONFIG_PATH="${LOCALBASE}/lib/pkgconfig:${X11BASE}/lib/pkgconfig" \
|
||||||
|
BUILD_OFFICIAL=1 \
|
||||||
|
MOZILLA_OFFICIAL=1 \
|
||||||
SO_VERSION="${SO_VERSION}"
|
SO_VERSION="${SO_VERSION}"
|
||||||
MAKE_ENV= MOZ_PHOENIX=1 \
|
MAKE_ENV= MOZ_PHOENIX=1 \
|
||||||
LD_LIBRARY_PATH="${WRKSRC}/dist/bin" \
|
LD_LIBRARY_PATH="${WRKSRC}/dist/bin" \
|
||||||
|
BUILD_OFFICIAL=1 \
|
||||||
|
MOZILLA_OFFICIAL=1 \
|
||||||
SO_VERSION="${SO_VERSION}"
|
SO_VERSION="${SO_VERSION}"
|
||||||
|
|
||||||
MOB= ${WRKSRC}/dist/bin
|
MOB= ${WRKSRC}/dist/bin
|
||||||
|
@ -5,7 +5,7 @@ reproduce the problem before filing bugs.
|
|||||||
In order to create a new profile, start Firefox with the the
|
In order to create a new profile, start Firefox with the the
|
||||||
-profilemanager switch, e.g. firefox -profilemanager
|
-profilemanager switch, e.g. firefox -profilemanager
|
||||||
|
|
||||||
If firefox doesn't start at all, first try and remove compreg.dat
|
If firefox doesn't start at all, first try and remove compreg.dat,
|
||||||
and xpti.dat in your profile-dir, or you could just wack the old
|
xpti.dat and extensions/Extensions.rdf in your profile-dir, or you
|
||||||
profile-dir,
|
could just wack the old profile-dir,
|
||||||
rm -r ~/.mozilla/firefox/<profile-dir>
|
rm -r ~/.mozilla/firefox/<profile-dir> ~/.firefox/<profile-dir>
|
||||||
|
Loading…
Reference in New Issue
Block a user