Commit Graph

151 Commits

Author SHA1 Message Date
landry
948e33fa99 Grr, forgot to bump REVISION-lightning in previous commit, spotted by
naddy@.
2011-07-11 11:45:30 +00:00
landry
87acad8dd6 Rename mozilla-{firefox,thunderbird} packages to {firefox,thunderbird}.
Apparently required by many at c2k11.
2011-07-08 11:07:32 +00:00
landry
11eece1384 doh, forgot to remove REVISION-main... 2011-06-22 12:03:30 +00:00
landry
a4ee2ce0d5 Update to mozilla-thunderbird 3.1.11.
See http://www.mozillamessaging.com/en-US/thunderbird/3.1.11/releasenotes/
2011-06-22 12:01:54 +00:00
sthen
64715a249a 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@
2011-06-15 16:16:10 +00:00
jasper
3e4c0594d3 bump after default python version switch 2011-06-08 17:50:10 +00:00
ajacoutot
f982995f2b Add a consistent header that substitutes FULLPKGNAME for the READMEs.
ok jasper@ sthen@
2011-06-02 13:41:36 +00:00
landry
5cfd472562 Update to mozilla-thunderbird 3.1.10. 2011-04-29 08:01:26 +00:00
landry
360aefae1c Let's use a common DIST_SUBDIR for all mozilla ports so that it's easier
to clean the gigabytes of src tarballs previously piling up in distfiles/.
Update distinfo accordingly.
Looks sane to jasper@.
2011-04-28 20:44:47 +00:00
landry
6bdb4d0a62 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.
2011-03-22 13:18:26 +00:00
landry
ec921ee368 Add reminder comments for sunbird & xulrunner. 2011-03-21 08:45:37 +00:00
landry
db571bce0d Add sunbird desktop file now that productivity/sunbird uses tb's FILESDIR. 2011-03-20 20:09:58 +00:00
dcoppa
9f2ad3cb2a Adopt a patch that fixes a bug causing animated gifs to flicker
when using cairo 1.10.x and make mozilla-firefox and mozilla-thunderbird
build against systemwide cairo as it was with cairo 1.8.x.
Patch backported from FF4 branch by Rafal Muzylo <galtgendo@o2.pl>

https://bugzilla.mozilla.org/show_bug.cgi?id=597174
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-libs/xulrunner/files/fix-animated-gifs.patch

OK landry@
2011-03-10 14:34:17 +00:00
landry
13f06106cf Update to mozilla-thunderbird 3.1.8. Fixes MFSA-2011-01,08,09 2011-03-02 14:44:19 +00:00
landry
1c74338058 Fix an unaligned access on sparc64 leading to random crashes when
mozilla tries to read a malformed ICC profile on random image content
found on the web.
backport of http://hg.mozilla.org/mozilla-central/rev/e8207773d54d
ref: https://bugzilla.mozilla.org/show_bug.cgi?id=629057
issue reported and fix found by naddy@
ok naddy@ ajacoutot@
2011-01-28 21:38:12 +00:00
landry
109b199a68 mozilla.port.mk makes all mozilla ports use the sydney_audio_sndio.c
file from www/mozilla-firefox, so remove old instances of that file that
weren't updated with last commits (and were unused anyway)
While here bump all REVISIONs after LIB_DEPENDS change.
ok naddy@
2011-01-18 12:37:44 +00:00
landry
958982dc66 Forgot to bump REVISION-lightning. All mozilla and no play makes jack a
dull boy.
Spotted by naddy@, thanks...
2011-01-16 16:56:02 +00:00
landry
a13be2b9e4 Build against system sqlite now that it builds with FTS3 enabled, and
add the same PRAGMA secure_delete patch as done in firefox.
2011-01-14 22:53:42 +00:00
dcoppa
729f3f4f79 Apply the cups fix to the rest of Mozilla apps (mozilla-thunderbird,
sunbird, firefox35, seamonkey).

Ok & tested by landry@
2011-01-05 08:22:30 +00:00
landry
b4bddb71cc Bugfix update to mozilla-thunderbird 3.1.7. 2010-12-10 08:43:43 +00:00
dcoppa
927ee14bcd Fix Kerberos/GSSAPI authentication within mozilla ports.
OpenBSD does not have gssapi_krb5. So, to avoid undefined symbol
errors, link libxul with "-lkrb5 -lcrypto".

OK phessler@, landry@ (MAINTAINER)
2010-12-01 15:00:12 +00:00
espie
bc8dc9adb1 new depends 2010-11-19 07:23:05 +00:00
jasper
3c57f070a4 - switch to pkg-readmes
ok landry@ (MAINTAINER)
2010-11-11 09:30:36 +00:00
landry
28cbd2535b Security update to mozilla-thunderbird 3.1.6.
Fixes MFSA2010-73/CVE-2010-3765/bz #607222
2010-10-28 12:03:02 +00:00
landry
76a777fee2 Do the PFRAG dance to produce a working debug-flavoured tb package.
Mozilla likes to build different libs when debug is enabled...
patch run-mozilla.sh so that it finds our gdb by default, and amend
README.OpenBSD to teach user how to properly debug tb.
2010-10-27 12:54:34 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
landry
526aa0ce8f Update to mozilla-thunderbird 3.1.5. Bump lightning REVISION. 2010-10-22 19:19:56 +00:00
landry
086ac6a802 Fix WANTLIB again after cairo's last commit where X11-xcb went away.
Bump REVISIONs.
2010-10-18 07:15:55 +00:00
landry
f0e02841bf Switch all mozilla-based ports to using the bundled cairo, mozilla doesn't
like the systemwide cairo since 1.10.x update (crashes,gifs not displaying
properly), and there's few hope it will be fixed in 1.9.2.x branch.
Fix WANTLIB while here and bump REVISIONs.
Reported by dcoppa@, also found in upstream bz #597174 and various linux
vendors bugzillas (red hat #628331, mdv #60738, gentoo #337813).
devel/xulrunner will follow in a few..
2010-10-15 07:16:19 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
landry
0b466d5446 Bugfix update to mozilla-thunderbird 3.1.4. Bump lightning REVISION. 2010-09-19 19:20:49 +00:00
landry
a9d20e33b3 Update to mozilla-thunderbird 3.1.3, fixes MFSA 2010-49->63
http://www.mozilla.org/security/known-vulnerabilities/thunderbird31.html#thunderbird3.1.3

tested by pea@ and myself
2010-09-08 14:24:36 +00:00
jasper
d50fad14e0 bump 2010-08-30 21:56:48 +00:00
landry
28bb810af5 Update to thunderbird 3.1.1, tested by a few people on ports@ (and myself...)
Merge patches for 1.9.2 mozilla branch from firefox 3.6.x port.
While here, build lightning as a subpackage using --enable-calendar.
Add @pkgpath/@conflict markers for seamless upgrades.
2010-07-27 17:01:16 +00:00
landry
d1c12b9e9b Security/Reliability update to thunderbird 3.0.6, fixes
MFSA-2010-34,39,40,41,42,46 and 47.
http://www.mozilla.org/security/known-vulnerabilities/thunderbird30.html
2010-07-22 21:45:38 +00:00
landry
f411382e3c Switch mail/mozilla-thunderbird to www/mozilla MODULE. removes ~90 lines
of Makefile, which now entirely fits on my 70-lines height terms. Yay!
While here switch PLIST to use MOZILLA_PROJECT, and remove a leftover
patch from ffx35 that slipped in.
2010-07-09 16:55:59 +00:00
jasper
badd27944b - add a reminder for landry 2010-07-01 20:32:08 +00:00
landry
80a4f5efdf Update to thunderbird 3.0.5. Bump SO_VERSION, switch to use -o/-g
options to ${SUBST_CMD} while here.
Tested by phessler & myself on amd64, by pea@ & Nicolas Legrand on ppc,
still builds & runs on sparc64.
ok pea@
2010-06-23 17:10:48 +00:00
landry
8b6793ce3d Remove all patches applying to local copy of nss/nspr, as we now use the
systemwide ones (which have all those patches). Don't call autoconf in
nsprpub/ while here, and bump PKGNAME to be on the safe side.
2010-06-16 19:07:23 +00:00
espie
8666776b2e gcc3 and gcc4 disagree, so put a common cast to make them compile.
(also compile some file with -O1 in moz)
2010-05-10 12:36:09 +00:00
landry
0eb43819cb Harmonize default search paths for systemwide thunderbird extensions
and plugins to ${LOCALBASE}/lib/mozilla/{plugins,extensions}. Doesn't
affect existing applications/installed plugins as laucher script still
adds lib/mozilla-plugins to MOZ_PLUGIN_PATH, and so far no package
installs systemwide mozilla extensions. In the long term, will permit to
un-subpackage lightning & enigmail for seamonkey & thunderbird.
idea from ajacoutot@, diff liked by ajacoutot@ & sthen@
2010-04-27 20:57:55 +00:00
landry
c535134760 Major update to mozilla-thunderbird 3.0.4. See for details:
http://www.mozillamessaging.com/en-US/thunderbird/3.0.4/releasenotes/
Backing up your profile before upgrading is recommended..
Update largely based on www/firefox35 port, tested on
i386/amd64/sparc64/powerpc by myself and alpha by naddy@.

ok naddy@
2010-04-03 09:26:45 +00:00
espie
8a94046ebf ports that work are better... 2010-03-23 18:16:01 +00:00
ajacoutot
767d13447b s/LOCALBASE/PREFIX/ 2010-03-21 10:35:03 +00:00
ajacoutot
398b784847 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 22:15:32 +00:00
ajacoutot
224f5fbb96 Actually, only firefox35 bundles its own nss for some reason, so revert
previous.
No pkg change, no bump.
2009-11-18 08:59:00 +00:00
landry
5987c3a4f6 Update comment : productivity/sunbird SHARED_LIBS also needs to be bumped
if SHARED_LIBS changes here.
2009-11-18 08:43:39 +00:00
ajacoutot
b0bbc8ee65 Thunderbird bundles its own libnss3, so use same workaround as for
security/nss:
SHA1_Update conflicts with openssl which may be dynamically loaded
at runtime via libcups or libgssapi so causing a crash due to using
the wrong binding.  So rename here to avoid conflict.

ok jasper@ sthen@
2009-11-17 23:08:12 +00:00
martynas
cd6623c525 security update to mozilla-thunderbird-2.0.0.23.
MFSA 2009-42  Compromise of SSL-protected communication
2009-08-21 16:40:42 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00