adapt for other mozilla projects claudio's diff of firefox to honor
MOZ_PLUGIN_PATH. bump pkgnames sure claudio@
This commit is contained in:
parent
bbf861a76c
commit
78aeb076bf
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.24 2008/07/17 16:50:20 martynas Exp $
|
# $OpenBSD: Makefile,v 1.25 2008/07/21 19:19:06 martynas Exp $
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64
|
ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64
|
||||||
|
|
||||||
@ -8,8 +8,8 @@ COMMENT-devel= devel files for Gecko
|
|||||||
VER= 1.8.1.16
|
VER= 1.8.1.16
|
||||||
DISTNAME= mozilla
|
DISTNAME= mozilla
|
||||||
PKGNAME= xulrunner-${VER}
|
PKGNAME= xulrunner-${VER}
|
||||||
PKGNAME-main= xulrunner-${VER}
|
PKGNAME-main= xulrunner-${VER}p0
|
||||||
PKGNAME-devel= xulrunner-devel-${VER}
|
PKGNAME-devel= xulrunner-devel-${VER}p0
|
||||||
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.
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
$OpenBSD: patch-xulrunner_app_mozilla_in,v 1.3 2008/02/13 20:52:28 martynas Exp $
|
$OpenBSD: patch-xulrunner_app_mozilla_in,v 1.4 2008/07/21 19:19:06 martynas Exp $
|
||||||
--- xulrunner/app/mozilla.in.orig Fri Jan 11 05:20:02 2008
|
--- xulrunner/app/mozilla.in.orig Fri Jan 11 05:20:02 2008
|
||||||
+++ xulrunner/app/mozilla.in Mon Feb 11 00:11:31 2008
|
+++ xulrunner/app/mozilla.in Mon Feb 11 00:11:31 2008
|
||||||
@@ -93,6 +93,7 @@ moz_pis_startstop_scripts()
|
@@ -93,6 +93,7 @@ moz_pis_startstop_scripts()
|
||||||
#set -x
|
#set -x
|
||||||
|
|
||||||
moz_libdir=%MOZAPPDIR%
|
moz_libdir=%MOZAPPDIR%
|
||||||
+MOZ_PLUGIN_PATH=_LOCALBASE_/lib/mozilla-plugins
|
+MOZ_PLUGIN_PATH=${MOZ_PLUGIN_PATH:=_LOCALBASE_/lib/mozilla-plugins}
|
||||||
MRE_HOME=%MREDIR%
|
MRE_HOME=%MREDIR%
|
||||||
|
|
||||||
# Use run-mozilla.sh in the current dir if it exists
|
# Use run-mozilla.sh in the current dir if it exists
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.69 2008/05/06 20:35:48 martynas Exp $
|
# $OpenBSD: Makefile,v 1.70 2008/07/21 19:19:06 martynas Exp $
|
||||||
|
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc sparc64
|
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.14
|
VER= 2.0.0.14
|
||||||
DISTNAME= mozilla
|
DISTNAME= mozilla
|
||||||
PKGNAME= mozilla-thunderbird-${VER}
|
PKGNAME= mozilla-thunderbird-${VER}p0
|
||||||
SO_VERSION= 13.0
|
SO_VERSION= 13.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. Whenever PKGNAME gets
|
# components dir to avoid pkg_add -r issues. Whenever PKGNAME gets
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
$OpenBSD: patch-mail_app_mozilla_in,v 1.9 2008/02/29 21:49:48 bernd Exp $
|
$OpenBSD: patch-mail_app_mozilla_in,v 1.10 2008/07/21 19:19:06 martynas Exp $
|
||||||
--- mail/app/mozilla.in.orig Fri Jan 11 04:20:02 2008
|
--- mail/app/mozilla.in.orig Fri Jan 11 04:20:02 2008
|
||||||
+++ mail/app/mozilla.in Wed Feb 27 12:37:51 2008
|
+++ mail/app/mozilla.in Wed Feb 27 12:37:51 2008
|
||||||
@@ -92,7 +92,13 @@ moz_pis_startstop_scripts()
|
@@ -92,7 +92,13 @@ moz_pis_startstop_scripts()
|
||||||
@ -11,7 +11,7 @@ $OpenBSD: patch-mail_app_mozilla_in,v 1.9 2008/02/29 21:49:48 bernd Exp $
|
|||||||
+fi
|
+fi
|
||||||
+
|
+
|
||||||
moz_libdir=%MOZAPPDIR%
|
moz_libdir=%MOZAPPDIR%
|
||||||
+MOZ_PLUGIN_PATH=_LOCALBASE_/lib/mozilla-plugins
|
+MOZ_PLUGIN_PATH=${MOZ_PLUGIN_PATH:=_LOCALBASE_/lib/mozilla-plugins}
|
||||||
MRE_HOME=%MREDIR%
|
MRE_HOME=%MREDIR%
|
||||||
|
|
||||||
# Use run-mozilla.sh in the current dir if it exists
|
# Use run-mozilla.sh in the current dir if it exists
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.23 2008/07/17 16:49:33 martynas Exp $
|
# $OpenBSD: Makefile,v 1.24 2008/07/21 19:19:06 martynas Exp $
|
||||||
|
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
ONLY_FOR_ARCHS= alpha amd64 i386 powerpc sparc sparc64
|
ONLY_FOR_ARCHS= alpha amd64 i386 powerpc sparc sparc64
|
||||||
@ -7,7 +7,7 @@ COMMENT= integrated mozilla application suite
|
|||||||
|
|
||||||
VER= 1.1.11
|
VER= 1.1.11
|
||||||
DISTNAME= seamonkey-${VER}.source
|
DISTNAME= seamonkey-${VER}.source
|
||||||
PKGNAME= seamonkey-${VER}
|
PKGNAME= seamonkey-${VER}p0
|
||||||
|
|
||||||
SO_VERSION= 10.0
|
SO_VERSION= 10.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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
$OpenBSD: patch-xpfe_bootstrap_mozilla_in,v 1.4 2008/02/22 12:55:49 martynas Exp $
|
$OpenBSD: patch-xpfe_bootstrap_mozilla_in,v 1.5 2008/07/21 19:19:06 martynas Exp $
|
||||||
--- xpfe/bootstrap/mozilla.in.orig Tue Jan 29 21:31:44 2008
|
--- xpfe/bootstrap/mozilla.in.orig Tue Jan 29 21:31:44 2008
|
||||||
+++ xpfe/bootstrap/mozilla.in Wed Feb 20 23:18:05 2008
|
+++ xpfe/bootstrap/mozilla.in Wed Feb 20 23:18:05 2008
|
||||||
@@ -92,7 +92,13 @@ moz_pis_startstop_scripts()
|
@@ -92,7 +92,13 @@ moz_pis_startstop_scripts()
|
||||||
@ -11,7 +11,7 @@ $OpenBSD: patch-xpfe_bootstrap_mozilla_in,v 1.4 2008/02/22 12:55:49 martynas Exp
|
|||||||
+fi
|
+fi
|
||||||
+
|
+
|
||||||
moz_libdir=%MOZAPPDIR%
|
moz_libdir=%MOZAPPDIR%
|
||||||
+MOZ_PLUGIN_PATH=_LOCALBASE_/lib/mozilla-plugins
|
+MOZ_PLUGIN_PATH=${MOZ_PLUGIN_PATH:=_LOCALBASE_/lib/mozilla-plugins}
|
||||||
MRE_HOME=%MREDIR%
|
MRE_HOME=%MREDIR%
|
||||||
|
|
||||||
# Use run-mozilla.sh in the current dir if it exists
|
# Use run-mozilla.sh in the current dir if it exists
|
||||||
|
Loading…
Reference in New Issue
Block a user