- 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
|
||||
|
||||
@ -6,7 +6,7 @@ COMMENT= "redesign of the integrated Mozilla App-Suite mail component"
|
||||
|
||||
VER= 1.0.2
|
||||
DISTNAME= mozilla
|
||||
PKGNAME= mozilla-thunderbird-${VER}p1
|
||||
PKGNAME= mozilla-thunderbird-${VER}p2
|
||||
SO_VERSION= 2.0
|
||||
# NOTE: Must bump minor version if any shlib's are removed from the
|
||||
# components dir to avoid pkg_add -r issues.
|
||||
@ -85,9 +85,13 @@ CONFIGURE_ARGS+=--enable-crypto \
|
||||
|
||||
CONFIGURE_ENV= MOZ_THUNDERBIRD=1 \
|
||||
PKG_CONFIG_PATH="${LOCALBASE}/lib/pkgconfig:${X11BASE}/lib/pkgconfig" \
|
||||
BUILD_OFFICIAL=1 \
|
||||
MOZILLA_OFFICIAL=1 \
|
||||
SO_VERSION="${SO_VERSION}"
|
||||
MAKE_ENV= MOZ_THUNDERBIRD=1 \
|
||||
LD_LIBRARY_PATH="${WRKSRC}/dist/bin" \
|
||||
BUILD_OFFICIAL=1 \
|
||||
MOZILLA_OFFICIAL=1 \
|
||||
SO_VERSION="${SO_VERSION}"
|
||||
|
||||
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
|
||||
-profilemanager switch, e.g. thunderbird -profilemanager
|
||||
|
||||
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
|
||||
profile-dir,
|
||||
If thunderbird doesn't start at all, first try and remove compreg.dat,
|
||||
xpti.dat and extensions/Extensions.rdf in your profile-dir, or you
|
||||
could just wack the old profile-dir,
|
||||
rm -r ~/.thunderbird/<profile-dir>
|
||||
|
Loading…
Reference in New Issue
Block a user