Remove the .if for system sqlite, now every port using mozilla MODULE
uses it. Bump dependency to 3.7.5 to ensure it has unlock_notify for ffx4, and bump all corresponding REVISIONs.
This commit is contained in:
parent
085dcdf23e
commit
6bdb4d0a62
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.40 2011/03/11 16:31:36 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.41 2011/03/22 13:18:26 landry Exp $
|
||||
|
||||
MOZILLA_VERSION = 1.9.2.14
|
||||
FFX_VERSION = 3.6.14
|
||||
MOZILLA_BRANCH = 1.9.2
|
||||
MOZILLA_PROJECT = xulrunner1.9
|
||||
DISTNAME = firefox-${FFX_VERSION}.source
|
||||
REVISION-main = 0
|
||||
REVISION-devel = 1
|
||||
REVISION-main = 1
|
||||
REVISION-devel = 2
|
||||
MASTER_SITES = http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${FFX_VERSION}/source/
|
||||
|
||||
SO_VERSION = 3.2
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.120 2011/03/21 08:45:37 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.121 2011/03/22 13:18:26 landry 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 = 0
|
||||
REVISION-main = 1
|
||||
PKGNAME-lightning = lightning-1.0beta2
|
||||
EPOCH-lightning = 0
|
||||
REVISION-lightning = 14
|
||||
REVISION-lightning = 15
|
||||
|
||||
# need to be in synch with SO_VERSION in mail/enigmail/thunderbird
|
||||
SO_VERSION = 17.1
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2011/03/20 20:09:28 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2011/03/22 13:18:26 landry Exp $
|
||||
|
||||
COMMENT = Mozilla calendar
|
||||
|
||||
@ -10,6 +10,7 @@ MOZILLA_CODENAME = calendar
|
||||
|
||||
DISTNAME = thunderbird-${TB_VERSION}.source
|
||||
EPOCH = 0
|
||||
REVISION = 0
|
||||
|
||||
MASTER_SITES = http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/${TB_VERSION}/source/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.60 2011/03/02 14:41:09 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.61 2011/03/22 13:18:26 landry Exp $
|
||||
|
||||
COMMENT = Mozilla web browser
|
||||
|
||||
@ -6,6 +6,7 @@ MOZILLA_VERSION = 3.5.17
|
||||
MOZILLA_BRANCH = 1.9.1
|
||||
MOZILLA_PROJECT = firefox35
|
||||
MOZILLA_CODENAME = browser
|
||||
REVISION = 0
|
||||
|
||||
SO_VERSION = 24.0
|
||||
# NOTE: Must bump minor version if any shlib's are removed from the
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.169 2011/03/21 08:45:37 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.170 2011/03/22 13:18:26 landry Exp $
|
||||
|
||||
COMMENT = Mozilla web browser
|
||||
|
||||
@ -9,7 +9,7 @@ MOZILLA_VERSION = 3.6.14
|
||||
MOZILLA_BRANCH = 1.9.2
|
||||
MOZILLA_PROJECT = mozilla-firefox
|
||||
MOZILLA_CODENAME = browser
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
SO_VERSION = 22.2
|
||||
# NOTE: Must bump minor version if any shlib's are removed from the
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: mozilla.port.mk,v 1.22 2011/03/10 16:45:42 landry Exp $
|
||||
# $OpenBSD: mozilla.port.mk,v 1.23 2011/03/22 13:18:26 landry Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
ONLY_FOR_ARCHS= alpha amd64 arm i386 powerpc sparc64
|
||||
@ -36,13 +36,11 @@ MODMOZ_WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi \
|
||||
smime3>=25 sndio softokn3>=25 ssl3>=25 stdc++ xcb \
|
||||
xcb-render GL Xxf86vm drm xcb-shm z
|
||||
|
||||
# for all mozilla ports but ffx4, build against systemwide sqlite3
|
||||
.if ${MOZILLA_BRANCH:C/\..*//} != "2" && ${MOZILLA_BRANCH} != "central"
|
||||
# for all mozilla ports, build against systemwide sqlite3
|
||||
MODMOZ_WANTLIB += sqlite3
|
||||
MODMOZ_LIB_DEPENDS += databases/sqlite3>=3.7.4
|
||||
MODMOZ_LIB_DEPENDS += databases/sqlite3>=3.7.5
|
||||
CONFIGURE_ARGS += --enable-system-sqlite
|
||||
CONFIGURE_ENV += ac_cv_sqlite_secure_delete=yes
|
||||
.endif
|
||||
|
||||
WANTLIB += ${MODMOZ_WANTLIB}
|
||||
BUILD_DEPENDS +=${MODMOZ_BUILD_DEPENDS}
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.74 2011/03/03 14:07:20 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.75 2011/03/22 13:18:26 landry Exp $
|
||||
|
||||
COMMENT-main = Mozilla application suite
|
||||
COMMENT-lightning = Mozilla Seamonkey calendar extension
|
||||
@ -11,7 +11,8 @@ MOZILLA_CODENAME = suite
|
||||
MULTI_PACKAGES = -main -lightning
|
||||
PKGNAME-main = ${PKGNAME}
|
||||
PKGNAME-lightning = lightning-seamonkey-1.0beta1
|
||||
REVISION-lightning = 14
|
||||
REVISION-lightning = 15
|
||||
REVISION-main = 0
|
||||
EPOCH-lightning = 0
|
||||
|
||||
# must be in sync with SO_VERSION in main/enigmail/seamonkey
|
||||
|
Loading…
Reference in New Issue
Block a user