- make build OFFICAL (enables automatic profile upgrades)
- mention deleting Extensions.rds in MESSAGE
This commit is contained in:
parent
e6f7b3b27f
commit
0d906072d3
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.21 2005/04/09 08:11:18 wilfried Exp $
|
# $OpenBSD: Makefile,v 1.22 2005/04/16 19:22:13 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 the integrated Mozilla App-Suite mail component"
|
|||||||
|
|
||||||
VER= 1.0.2
|
VER= 1.0.2
|
||||||
DISTNAME= mozilla
|
DISTNAME= mozilla
|
||||||
PKGNAME= mozilla-thunderbird-${VER}p1
|
PKGNAME= mozilla-thunderbird-${VER}p2
|
||||||
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.
|
||||||
@ -85,9 +85,13 @@ CONFIGURE_ARGS+=--enable-crypto \
|
|||||||
|
|
||||||
CONFIGURE_ENV= MOZ_THUNDERBIRD=1 \
|
CONFIGURE_ENV= MOZ_THUNDERBIRD=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_THUNDERBIRD=1 \
|
MAKE_ENV= MOZ_THUNDERBIRD=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 Thunderbird with the the
|
In order to create a new profile, start Thunderbird with the the
|
||||||
-profilemanager switch, e.g. thunderbird -profilemanager
|
-profilemanager switch, e.g. thunderbird -profilemanager
|
||||||
|
|
||||||
If thunderbird doesn't start at all, first try and remove compreg.dat
|
If thunderbird 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 ~/.thunderbird/<profile-dir>
|
rm -r ~/.thunderbird/<profile-dir>
|
||||||
|
Loading…
Reference in New Issue
Block a user