the Mozilla ports don't need Python at runtime, so set MODPY_RUNDEP=No.

(Firefox was already set this way). ok/reminder about sunbird landry@
This commit is contained in:
sthen 2011-06-15 16:16:10 +00:00
parent 78b691e4f1
commit 64715a249a
4 changed files with 12 additions and 9 deletions
devel/xulrunner
mail/mozilla-thunderbird
productivity/sunbird

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.45 2011/06/08 17:40:09 jasper Exp $
# $OpenBSD: Makefile,v 1.46 2011/06/15 16:16:10 sthen Exp $
MOZILLA_VERSION = 1.9.2.17
FFX_VERSION = 3.6.17
@ -7,8 +7,8 @@ MOZILLA_PROJECT = xulrunner1.9
DISTNAME = firefox-${FFX_VERSION}.source
MASTER_SITES = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${FFX_VERSION}/source/
REVISION-main = 0
REVISION-devel = 0
REVISION-main = 1
REVISION-devel = 1
SO_VERSION = 3.2
# NOTE: Must bump minor version if any shlib's are removed from the

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.20 2011/03/26 13:25:50 landry Exp $
# $OpenBSD: Makefile.inc,v 1.21 2011/06/15 16:16:10 sthen Exp $
COMMENT-main = standalone XUL/XPCOM runtime environment
COMMENT-devel = devel files for Gecko
@ -21,6 +21,7 @@ PERMIT_DISTFILES_FTP= Yes
# lots of logic in mozilla.port.mk
MODULES = www/mozilla devel/gettext lang/python
MODPY_RUNDEP = No
LIB_DEPENDS-main = ${LIB_DEPENDS}
WANTLIB-main = ${WANTLIB}

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.124 2011/06/08 17:50:10 jasper Exp $
# $OpenBSD: Makefile,v 1.125 2011/06/15 16:16:10 sthen Exp $
COMMENT-main = Mozilla e-mail, rss and usenet client
COMMENT-lightning = Mozilla Thunderbird calendar extension
@ -13,10 +13,10 @@ MOZILLA_CODENAME = mail
MULTI_PACKAGES = -main -lightning
PKGNAME-main = ${PKGNAME}
REVISION-main = 1
REVISION-main = 2
PKGNAME-lightning = lightning-1.0beta2
EPOCH-lightning = 0
REVISION-lightning = 17
REVISION-lightning = 18
# need to be in synch with SO_VERSION in mail/enigmail/thunderbird
SO_VERSION = 17.1
@ -53,6 +53,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES = www/mozilla devel/gettext lang/python
MODPY_RUNDEP = No
# Regression tests are too hard to adapt to run here
NO_REGRESS = Yes

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.27 2011/06/08 17:37:46 jasper Exp $
# $OpenBSD: Makefile,v 1.28 2011/06/15 16:16:10 sthen Exp $
COMMENT = Mozilla calendar
@ -10,7 +10,7 @@ MOZILLA_CODENAME = calendar
DISTNAME = thunderbird-${TB_VERSION}.source
EPOCH = 0
REVISION = 3
REVISION = 4
MASTER_SITES = http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/${TB_VERSION}/source/
@ -34,6 +34,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES = www/mozilla devel/gettext lang/python
MODPY_RUN_DEP = No
# Regression tests are too hard to adapt to run here
NO_REGRESS = Yes