document the new MOZ_PLUGIN_PATH behavior, bump pkgnames
pointed out, and looks good to landry@
This commit is contained in:
parent
20f62be0d6
commit
6dcaa5bd64
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.71 2008/07/24 10:10:33 martynas Exp $
|
||||
# $OpenBSD: Makefile,v 1.72 2008/07/25 17:41:06 martynas Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64
|
||||
@ -7,7 +7,7 @@ COMMENT= redesign of Mozilla's mail component
|
||||
|
||||
VER= 2.0.0.16
|
||||
DISTNAME= mozilla
|
||||
PKGNAME= mozilla-thunderbird-${VER}
|
||||
PKGNAME= mozilla-thunderbird-${VER}p0
|
||||
SO_VERSION= 13.0
|
||||
# NOTE: Must bump minor version if any shlib's are removed from the
|
||||
# components dir to avoid pkg_add -r issues. Whenever PKGNAME gets
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README.OpenBSD,v 1.1 2007/06/22 18:51:30 martynas Exp $
|
||||
$OpenBSD: README.OpenBSD,v 1.2 2008/07/25 17:41:06 martynas Exp $
|
||||
|
||||
If you encounter strange problems or Thunderbird doesn't start at
|
||||
all, try the -safe-mode switch.
|
||||
@ -19,3 +19,5 @@ Plugins
|
||||
Thunderbird looks for plugins in ~/.mozilla/plugins
|
||||
${LOCALBASE}/mozilla-thunderbird/plugins and
|
||||
${LOCALBASE}/lib/mozilla-plugins.
|
||||
If the environment variable MOZ_PLUGIN_PATH is specified, this
|
||||
location will be overridden.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2008/07/25 08:04:48 martynas Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2008/07/25 17:41:06 martynas Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64
|
||||
@ -7,7 +7,7 @@ COMMENT= redesign of Mozilla's browser component
|
||||
|
||||
VER= 3.0.1
|
||||
DISTNAME= mozilla
|
||||
PKGNAME= firefox3-${VER}p0
|
||||
PKGNAME= firefox3-${VER}p1
|
||||
SO_VERSION= 20.0
|
||||
# NOTE: Must bump minor version if any shlib's are removed from the
|
||||
# components dir to avoid pkg_add -r issues.
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README.OpenBSD,v 1.1.1.1 2008/07/25 01:52:55 martynas Exp $
|
||||
$OpenBSD: README.OpenBSD,v 1.2 2008/07/25 17:41:06 martynas Exp $
|
||||
|
||||
If you encounter strange problems relating to bookmarks, downloads,
|
||||
window placement, toolbars, history, or other settings, it is
|
||||
@ -30,7 +30,8 @@ Plugins
|
||||
|
||||
Firefox looks for plugins in ~/.mozilla/plugins,
|
||||
!!PREFIX!!/lib/mozilla-plugins, and !!PREFIX!!/mozilla-firefox/plugins.
|
||||
The user environment variable MOZ_PLUGIN_PATH is not used on OpenBSD.
|
||||
If the environment variable MOZ_PLUGIN_PATH is specified, this
|
||||
location will be overridden.
|
||||
|
||||
Using Java Applets
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.98 2008/07/25 08:03:15 martynas Exp $
|
||||
# $OpenBSD: Makefile,v 1.99 2008/07/25 17:41:06 martynas Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64
|
||||
@ -7,7 +7,7 @@ COMMENT= redesign of Mozilla's browser component
|
||||
|
||||
VER= 2.0.0.16
|
||||
DISTNAME= mozilla
|
||||
PKGNAME= mozilla-firefox-${VER}p1
|
||||
PKGNAME= mozilla-firefox-${VER}p2
|
||||
SO_VERSION= 19.0
|
||||
# NOTE: Must bump minor version if any shlib's are removed from the
|
||||
# components dir to avoid pkg_add -r issues.
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README.OpenBSD,v 1.5 2007/06/12 16:45:37 martynas Exp $
|
||||
$OpenBSD: README.OpenBSD,v 1.6 2008/07/25 17:41:06 martynas Exp $
|
||||
|
||||
If you encounter strange problems relating to bookmarks, downloads,
|
||||
window placement, toolbars, history, or other settings, it is
|
||||
@ -30,7 +30,8 @@ Plugins
|
||||
|
||||
Firefox looks for plugins in ~/.mozilla/plugins,
|
||||
!!PREFIX!!/lib/mozilla-plugins, and !!PREFIX!!/mozilla-firefox/plugins.
|
||||
The user environment variable MOZ_PLUGIN_PATH is not used on OpenBSD.
|
||||
If the environment variable MOZ_PLUGIN_PATH is specified, this
|
||||
location will be overridden.
|
||||
|
||||
Using Java Applets
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.24 2008/07/21 19:19:06 martynas Exp $
|
||||
# $OpenBSD: Makefile,v 1.25 2008/07/25 17:41:06 martynas Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
ONLY_FOR_ARCHS= alpha amd64 i386 powerpc sparc sparc64
|
||||
@ -7,7 +7,7 @@ COMMENT= integrated mozilla application suite
|
||||
|
||||
VER= 1.1.11
|
||||
DISTNAME= seamonkey-${VER}.source
|
||||
PKGNAME= seamonkey-${VER}p0
|
||||
PKGNAME= seamonkey-${VER}p1
|
||||
|
||||
SO_VERSION= 10.0
|
||||
# NOTE: Must bump minor version if any shlib's are removed from the
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: README.OpenBSD,v 1.3 2007/04/22 15:04:39 martynas Exp $
|
||||
$OpenBSD: README.OpenBSD,v 1.4 2008/07/25 17:41:06 martynas Exp $
|
||||
|
||||
To disable anti-aliasing (xft) set GDK_USE_XFT=0 in the environment.
|
||||
|
||||
@ -6,7 +6,8 @@ Plugins
|
||||
|
||||
Seamonkey looks for plugins in ~/.mozilla/plugins,
|
||||
!!PREFIX!!/lib/mozilla-plugins, and !!PREFIX!!/seamonkey/plugins.
|
||||
The user environment variable MOZ_PLUGIN_PATH is not used on OpenBSD.
|
||||
If the environment variable MOZ_PLUGIN_PATH is specified, this
|
||||
location will be overridden.
|
||||
|
||||
Using Java Applets
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user