aboutsummaryrefslogtreecommitdiffstats
path: root/mail/thunderbird
Commit message (Collapse)AuthorAgeFilesLines
* Convert GMAKE to MAKE_CMDbapt2014-06-251-1/+1
| | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr
* - Update Firefox to 30.0beat2014-06-116-58/+227
| | | | | | | | | | | | | | | | | | | | | | - Update Firefox ESR to 24.6.0 - Update libxul to 24.6.0 - Update NSS to 3.16.1 - Update NSPR to 4.10.6 - Update Thunderbird to 24.6.0 - Convert USE_BZIP2 to USES - Backport ff31 fix against crashing DEBUG build on newegg.com [1] - Add a note in UPDATING to not build audio/soundtouch with INTEGER_SAMPLES [2] - Use arc4random_buf(3) to generate UUIDs (version 4) - Fix debugger detection used by Telemetry and the slow script dialog - Add STAGE support [3] PR: ports/189991 [1] PR: ports/189217 [2] PR: ports/189488 [2] Submitted by: bapt [3] Sumbitted by: Jan Beich Security: http://www.vuxml.org/freebsd/888a0262-f0d9-11e3-ba0c-b4b52fce4ce8.html
* Switch Opus to USES=libtool.naddy2014-05-261-0/+1
| | | | | | Bump dependent ports. [1] Approved by: portmgr (implicit) [1]
* Convert all :U to :tu and :L to :tlbapt2014-05-051-2/+2
| | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
* - Update Firefox to 29.0beat2014-04-3010-76/+290
| | | | | | | | | | | | | | | | | | | | | | | | - Update Firefox ESR to 24.5.0 - Update Thunderbird to 24.5.0 - Update NSS to 3.16 - Use port dependency for soundtouch library - Require recent graphite2 version explicitly [1] - Require gst-libav version that doesn't crash on seeking [2] and doesn't error out on plugin load [3] - Remove gstreamer note in pkg-message for www/firefox, [3] may still happen with www/firefox-esr but only until it tracks esr31 (ca 2014-09-01) - Fix USE_XPI in mail/thunderbird-i18n [4] Security: http://www.vuxml.org/freebsd/985d4d6c-cfbd-11e3-a003-b4b52fce4ce8.html PR: ports/187939 [1] PR: ports/188133 [2] PR: ports/181964 [3] PR: ports/188984 [4] Submitted by: Toomas Aas <toomas.aas@raad.tartu.ee> [1] Submitted by: Jakub Lach <jakub_lach@mailplus.pl> [2] Submitted by: Jan Beich [3] and this update! Submitted by: Toni Ballesta <mustelator@yahoo.es> [4] Approved by: portmgr (bdrewery, security update to non-staged port)
* - Remove obsolete patchbeat2014-03-201-31/+0
| | | | Reported by: Craig Leres <leres@ee.lbl.gov>
* - Update Firefox to 28.0beat2014-03-2013-85/+1048
| | | | | | | | | | | | | | | | | | | | | | | | - Update Firefox ESR to 24.4.0 - Update Thunderbird to 24.4.0 - Update NSPR to 4.10.4 - Update NSS to 3.15.5 - Switch GSTREAMER option for non-esr ports to depend on multimedia/gstreamer1 [2] - Switch to Uses/compiler.mk, defaults to lang/gcc47 on 8.x and 9.x - Use port dependencies for libogg, libvorbis, libopus, harfbuzz, graphite2 - Enable readahead in url-classifier, asmjs, download resume like on Linux - Build www/firefox and www/seamonkey faster using unified compilation - Unbreak build on sparc64 [1] - Workaround OPTIMIZED_CFLAGS startup crash on 8.x and 9.x - OPTIMIZED_CFLAGS is enabled by default - A few DEBUG build fixes - Add clang 3.2/3.3/3.4 workarounds for i386 - Mention known GSTREAMER issue in pkg-message Submitted by: Jan Beich PR: ports/186580 [1] Requested by: kwm [2] Security: http://www.vuxml.org/freebsd/610de647-af8d-11e3-a25b-b4b52fce4ce8.html
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* Update BUILD_DEPENDS, nss 3.15.4 is required to build firefox-esr andflo2014-02-081-1/+1
| | | | | | thunderbird. Submitted by: Toomas Aas <toomas.aas@raad.tartu.ee>
* Chase icu bumpmadpilot2014-02-071-0/+1
| | | | Approved by: portmgr (bapt)
* - Update Firefox to 27.0beat2014-02-052-4/+9
| | | | | | | | | | | | | | | | | | - Update Firefox ESR to 24.3.0 - Update Thunderbird to 24.3.0 - Update NSPR to 4.10.3 - Update NSS to 3.15.4 - Depend on yasm when building with bundled libvpx or libjpeg-turbo - Prepare gstreamer conditional for upcoming Firefox versions - Improve jemalloc3 conditional - Break build unless alsa-lib port installs new config file - Chase USE_DOS2UNIX deprecation - Temporarily disable system cairo over screen corruption with smoothScroll [1] Submitted by: Jan Beich Reported by: flo [1] Security: http://www.vuxml.org/freebsd/1753f0ff-8dd5-11e3-9b45-b4b52fce4ce8.html
* Python cleanup:rene2014-01-141-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* Update to nspr 4.10.2flo2013-12-149-41/+216
| | | | | | | | | | | | | | | | | | | | | | | | | | | Update to nss 3.15.3.1 Update firefox-esr and thunderbird to 24.2.0 Update firefox to 26.0 Update seamonkey to 2.23 - catch up with directory renames since USES=webplugins was introduced; fixes plugins not being automatically enabled after install - linux-firefox and linux-seamonkey can play HTML5 audio [2][3] and measure about:memory usage, again - dom.ipc.plugins.enabled->true no longer crash linux-firefox which makes some flash sites work again; as there's no nspluginwrapper in-between the infamous "youtube issue" never occurs - install DEBUG with symbols [3] and describe the option better [4] - enable dumping about:memory upon kill -65, kill -66 and GC/CC log upon kill -67 to a file under /tmp directory; linux-firefox uses kill -34, kill -35 and kill -36 respectively PR: ports/183861 [1] PR: ports/184006 [2] PR: ports/169896 [3] PR: ports/184285 [3] PR: ports/184286 [4] Security: dd116b19-64b3-11e3-868f-0025905a4771 In collaboration with: Jan Beich <jbeich@tormail.org>
* - update firefox to 25.0flo2013-10-314-52/+58
| | | | | | | | | | | | | | | - update firefox-esr to 24.1.0 - update thunderbird to 24.1.0 - update seamonkey to 22.0 - update libxul to 24.1.0 - don't remove/add share/applications directory - remove checks for older gecko releases from bsd.gecko.mk - drop support for FreeBSD 9.0 Not staged yet. I started working on it, but didn't finish it in time for this release. I'll try to make the next one in 6 weeks. In collaboration with: Jan Beich
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* - Remove manual creation and removal of share/applications, as it's now in ↵amdmi32013-10-221-2/+0
| | | | | | the mtree (categories starting with m) Approved by: portmgr (bdrewery)
* - update thunderbird to 24.0.1flo2013-10-125-82/+8
| | | | | | | - update enigmail to 1.6 - don't force gcc for i386 builds [1] Submitted by: mi [1]
* Mark SSP_UNSAFE for now, until we figure out what's wrong exactly.flo2013-10-011-0/+2
| | | | | PR: ports/182377 PR: ports/182508
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | mail)
* - update firefox, thunderbird and libxul to 24.0flo2013-09-1956-2744/+2387
| | | | | | | | | | | - update seamonkey to 2.21 - update firefox-esr to 17.0.9 - enable GSTREAMER by default for html5 with h264/aac/mp3 - WEBRTC is now always built - add PROFILE and TESTS options Security: 7dfed67b-20aa-11e3-b8d8-0025905a4771 In collaboration with: Jan Beich <jbeich@tormail.org>
* Add an explicit dependency on pkgconfbapt2013-09-031-1/+1
|
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* mail/thunderbird: Replace hardcoded "freebsd" with OPSYS:Lmarino2013-08-111-1/+1
| | | | | | | Using OPSYS allows port to build on DragonFly without modification. There were no functional changes made to port. Approved by: bapt/culot (mentors, implicit)
* - update firefox to 23.0flo2013-08-092-3/+3
| | | | | | | | | - update firefox-esr, thunderbird and libxul to 17.0.8 - update seamonkey to 2.20 - fix plist for *-i18n Security: 0998e79d-0055-11e3-905b-0025905a4771 In collaboration with: Jan Beich <jbeich@tormail.org>
* - update firefox to 22.0flo2013-06-263-25/+3
| | | | | | | | | | - update firefox-esr, thunderbird and libxul to 17.0.7 - update nspr to 4.10 - OSS support was removed upstream, only ALSA and PulseAudio are supported from now on. Security: b3fcb387-de4b-11e2-b1c6-0025905a4771 In collaboration with: Jan Beich <jbeich@tormail.org>
* - update firefox to 21.0flo2013-05-162-7/+8
| | | | | | | | | - update firefox-esr and thunderbird to 17.0.6 - WEBRTC now supports PULSEAUDIO - make linux-firefox work with plugins again (e.g. quakelive) Security: 4a1ca8a4-bd82-11e2-b7a0-d43d7e0c7c02 In collaboration with: Jan Beich <jbeich@tormail.org>
* Fix build with clang 3.3flo2013-04-232-0/+47
| | | | Submitted by: Jan Beich <jbeich@tormail.org>
* - update thunderbird, firefox-esr, linux-thunderbird and linux-firefox toflo2013-04-046-46/+100
| | | | | | | | | | | | | | | | 17.0.5 - update firefox to 20.0 - update seamonkey and linux-seamonkey to 2.17 - update nspr to 4.9.6 - remove mail/thunderbird-esr, Mozilla stopped providing 2 versions of thunderbird - prune support for old FreeBSD versions; users of 8.2, 7.4 or earlier are advised to upgrade - http://www.freebsd.org/security/ - add vuln.xml entry Security: 94976433-9c74-11e2-a9fc-d43d7e0c7c02 Approved by: portmgr (miwi) In collaboration with: Jan Beich <jbeich@tormail.org>
* - update thunderbird, firefox-esr, linux-thunderbird and linux-firefox toflo2013-03-092-3/+3
| | | | | | | | 17.0.4 - update firefox to 19.0.2 - add vuln.xml entry Security: 630c8c08-880f-11e2-807f-d43d7e0c7c02
* Chase databases/py-sqlite3 after 313167.flo2013-03-031-1/+1
| | | | | | Submitted by: Jan Beich <jbeich@tormail.org> Reported by: Valentin Nechayev <netch@netch.kiev.ua>, Robert Simmons <rsimmons0@gmail.com>
* - update firefox to 19.0flo2013-02-206-34/+140
| | | | | | | | | | | | | | - update firefox-esr, thunderbird, linux-firefox, linux-thunderbird to 17.0.3 - update linux-seamonkey to 2.16 - update nspr to 4.9.5 - update nss to 3.14.3 - add DuckDuckGo search plugin to firefox [1] - mark kompozer deprecated - clang fixes for www/libxul19 [2] Security: http://www.vuxml.org/freebsd/e3f0374a-7ad6-11e2-84cd-d43d7e0c7c02.html Submitted by: DuckDuckGo [1], dim [2] In collaboration with: Jan Beich <jbeich@tormail.org>
* - update firefox, thunderbird, linux-firefox and linux-thunderbird to 17.0.2flo2013-01-102-3/+3
| | | | | | | - update firefox-esr, thunderbird-esr and libxul to 10.0.12 - update linux-seamonkey to 2.15 Security: http://www.vuxml.org/freebsd/a4ed6632-5aa9-11e2-8fcb-c8600054b392.html
* Fix build on headflo2012-12-071-0/+52
| | | | | | PR: ports/174211 Submitted by: Jan Beich <jbeich@tormail.org> Feature safe: yes
* - Update firefox and thunderbird to 17.0flo2012-11-2125-586/+142
| | | | | | | | | | | | | | | - Update seamonkey to 2.14 - Update ESR ports and libxul to 10.0.11 - support more h264 codecs when using GSTREAMER with YouTube - Unbreak firefox-esr, thunderbird-esr and libxul on head >= 1000024 [1] - Buildsystem is not python 3 aware, use python up to 2.7 [2] PR: ports/173679 [1] Submitted by: swills [1], demon [2] In collaboration with: Jan Beich <jbeich@tormail.org> Security: d23119df-335d-11e2-b64c-c8600054b392 Approved by: portmgr (beat) Feature safe: yes
* Update enigmail to 1.4.6 release.ale2012-11-142-3/+4
| | | | Feature safe: yes
* - update to 16.0.2flo2012-10-294-8/+189
| | | | | | | | - with GNOMEVFS2 option build its extension, too - *miscellaneous cleanups and fixups* Security: 6b3b1b97-207c-11e2-a03f-c8600054b392 Feature safe: yes
* - update {thunderbird,firefox}-esr* and libxul to 10.0.9flo2012-10-122-25/+1
| | | | | | | | | | | | - use bundled jemalloc since 7.2 [1] - avoid thread-local variables before 8.3, 9.1, 10.0, to avoid crashes [2] - bump PORTREVISION on mail/thunderbird and www/firefox for the TLS fixes Security: 6e5a9afd-12d3-11e2-b47d-c8600054b392 Reported by: angelv <angelvg@gmail.com>, Hanno Krusken<ix260@yahoo.co.uk> [2] Reference: http://svnweb.freebsd.org/changeset/base/225582 [2] Submitted by: Jan Beich <jbeich@tormail.org> [1], [2] Feature safe: yes
* - update to 16.0.1flo2012-10-122-3/+3
| | | | | | - update vuln.xml entry Feature safe: yes
* - Update firefox-esr, thunderbird-esr, linux-firefox and linux-thunderbird ↵flo2012-10-1129-526/+841
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to 10.0.8 - Update firefox and thunderbird to 16.0 - Update seamonkey to 2.13 - Update all -i18n ports respectively - switch firefox 16.0 and seamonkey 2.13 to ALSA by default for better latency during pause and seeking with HTML5 video - remove fedisableexcept() hacks, obsolete since FreeBSD 4.0 - support system hunspell dictionaries [1] - unbreak -esr ports with clang3.2 [2] - unbreak nss build when CC contains full path [3] - remove GNOME option grouping [4] - integrate enigmail into thunderbird/seamonkey as an option [5] - remove mail/enigmail* [6] - enable ENIGMAIL, LIGHTNING and GIO options by default - add more reporters in about:memory: page-faults-hard, page-faults-soft, resident, vsize - use bundled jemalloc 3.0.0 on FreeBSD < 10.0 for gecko 16.0, only heap-allocated reporter works in about:memory (see bug 762445) - use lrintf() instead of slow C cast in bundled libopus - use libjpeg-turbo's faster color conversion if available during build - record startup time for telemetry - use -z origin instead of hardcoding path to gecko runtime - fail early if incompatible libxul version is installed (in USE_GECKO) - *miscellaneous cleanups and fixups* PR: ports/171534 [1] PR: ports/171566 [2] PR: ports/172164 [3] PR: ports/172201 [4] Discussed with: ale, beat, Jan Beich [5] Approved by: ale [6] In collaboration with: Jan Beich <jbeich@tormail.org> Security: 6e5a9afd-12d3-11e2-b47d-c8600054b392 Feature safe: yes Approved by: portmgr (beat)
* Update to 15.0.1flo2012-09-112-3/+3
|
* - Update firefox to 15.0.1flo2012-09-0810-28/+153
| | | | | | | | | | | | | | | | | | | | - Sync changes from gecko repository@r995 general - don't specify prefix for libevent when using pkg-config - ia64 and sparc64 use 8k pagesize by default - add visibility hack for clang 3.2 with libc++ - fix build using clang 3.2 (on FreeBSD 10-CURRENT) - rename a few more patches to ease tracking of bugzilla bugs www/seamonkey - unbreak unsetting LDAP and MAILNEWS options after bug 707305 - use compile time debugging WITH_DEBUG security/nss - unbreak install WITH_DEBUG - unbreak powerpc64 devel/nspr - use absolute paths when specifiying srcdir to make gdb(1) happy In collaboration with: andreast, zeising, Jan Beich <jbeich@tormail.org>
* - fix build of www/firefox, www/seamonkey and mail/thunderbird on stable/7 afterflo2012-09-041-0/+36
| | | | | | | | | | | | r219639 which MFC'd SSSE3 instruction set to gcc but not to gas. Configure picks up SSSE3 support in gcc but linking fails with {standard input}:283: Error: no such instruction: `pmaddubsw %xmm2,%xmm3' {standard input}:400: Error: no such instruction: `pmaddubsw %xmm0,%xmm1' {standard input}:544: Error: no such instruction: `pmaddubsw %xmm0,%xmm1' PR: ports/171255 Submitted by: naddy, Jan Beich <jbeich@tormail.org>
* - update firefox and thunderbird to 15.0flo2012-08-3051-787/+981
| | | | | | | | | | | | | | | | | | | | | - update firefox-esr, thunderbird-esr, linux-thunderbird and linux-firefox to 10.0.7 - update seamonkey and linux-seamonkey to 2.12 - update nss to 3.13.6 - update bsdipc code (posix_spawn, SysV shared memory) - rename patches to easily track those not (yet) submitted upstream - reduce package size, except for www/libxul[1] - restore default objdir to what it was in 13.0 - fix mail/enigmail after thunderbird build changes - don't accidentally pick up headers from installed ports[3] - add support for PREFIX != LOCALBASE to Makefile.webplugins [4] - document vulnerabilities in vuln.xml - *miscellaneous cleanups and fixups* Obtained from: OpenBSD ports[1] PR: ports/159831, ports/160933, ports/170467[3], ports/170236 [4] Submitted by: avilla [4] In collaboration with: Jan Beich <jbeich@tormail.net> Who did most of the hard work.
* - update firefox/thunderbird ESR versions to 10.0.6flo2012-07-2751-875/+1885
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - update firefox 14.0.1 - update thunderbird to 14.0 - update seamonkey to 2.11 - switch to new options framework - add experimental rendering via cairo-qt (QT4 option) - add audio backend options (ALSA and PulseAudio) - rename SMB option to GNOMEVFS2 - turn on LOGGING by default (like upstream linux builds) - improve about:memory output - unbreak PGO - use system libs [1] - switch to libevent2 [2] - fix conflict with devel/libunwind and base gcc [3] - unbreak clang/libc++ build [4] - unbreak build with base gcc on >= 9.x [5] - use common IPC code with other BSDs[6] - and *miscellaneous improvements* PR: ports/146231 [1], ports/161421 [2] ports/150631, ports/168369, ports/168637, ports/168793, ports/168978 [3] ports/163454, ports/164905, ports/169231 [4] ports/169389, ports/169479 [5] Obtained from: pkgsrc via bugzilla #753046 [6] In collaboration with: Jan Beich (who did the major part of this work and deserves a special thank you!)
* - Update to 13.0.1beat2012-06-202-7/+4
| | | | | | - Fix build with base gcc by lowering the optimization level [1] Submitted by: mezz [1]
* - Update Thunderbird to 13.0beat2012-06-095-39/+380
| | | | | | | | | - Use GCC 4.6 to fix build on newer FreeBSD versions - Update required nspr version [1] PR: ports/167431 [1] Submitted by: Toomas Aas <toomas.aas AT raad.tartu.ee> [1] Security: http://www.vuxml.org/freebsd/bfecf7c1-af47-11e1-9580-4061862b8c22.html
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* update to 12.0.1flo2012-05-022-3/+3
|
* - Update to 12.0beat2012-04-254-16/+50
| | | | Security: http://www.vuxml.org/freebsd/380e8c56-8e32-11e1-9580-4061862b8c22.html
* - Update to 11.0.1beat2012-04-192-3/+3
| | | | Noticed by: dougb
* - Update Thunderbird to 11.0beat2012-04-183-38/+12
|
* - Update to 10.0.3beat2012-03-142-6/+6
| | | | | | Approved by: portmgr (bapt, implicit) Security: http://www.vuxml.org/freebsd/a1050b8b-6db3-11e1-8b37-0011856a6e37.html Feature safe: yes
* update to 10.0.2flo2012-02-182-3/+3
| | | | Security: http://www.vuxml.org/freebsd/d7dbd2db-599c-11e1-a2fb-14dae9ebcf89.html
* update to 10.0.1flo2012-02-142-4/+4
| | | | Security: http://www.vuxml.org/freebsd/eba9aa94-549c-11e1-b6b7-0011856a6e37.html
* Fix fetch by catching up to last minute directory changesflo2012-02-021-1/+1
|
* update to 10.0flo2012-02-014-13/+35
| | | | In collaboration with: beat
* fix build on sparc64flo2012-01-311-6/+22
|
* - Update Thunderbird to 9.0beat2011-12-225-37/+60
| | | | | Approved by: portmgr (erwin, implicit) Security: http://www.vuxml.org/freebsd/e3ff776b-2ba6-11e1-93c6-0011856a6e37.html
* - Update Thunderbird to 8.0beat2011-11-094-53/+19
|
* - Register lightning as a global extension and doesn't create the XPI tobeat2011-10-192-20/+22
| | | | | | | be installed manually. Discussed with: flo@ at EuroBSDCon DevSummit Obtained from: mail/enigmail port by ale@
* - Update to 7.0.1beat2011-10-012-3/+3
|
* - Check for affected FreeBSD versions inbeat2011-09-291-2/+3
| | | | | | patch-mozilla__xpcom__threads__nsThreadManager.cpp. Submitted by: h h <aakuusta AT gmail.com>
* - Update to 7.0beat2011-09-288-53/+28
| | | | | | - Fix whitspaces Thanks to: flo@ for preparing this update
* update to 6.0.2, remove trust exceptions for certificates issued by Staat derflo2011-09-072-3/+3
| | | | | | Nederlanden Security: http://www.vuxml.org/freebsd/aa5bc971-d635-11e0-b3cf-080027ef73ec.html
* register build conflict with spidermonkeyflo2011-09-011-0/+2
| | | | | PR: ports/160348 Submitted by: Sam Cassiba <sam@cassiba.com>
* update to 6.0.1, which disables the DigiNotar certificate authorityflo2011-09-012-4/+3
|
* Add a patch to fix enigmail and bump PORTREVISION.ale2011-08-252-1/+26
| | | | | | | | | | Issue analysis: fire_glxtest_process() forks a new process, but doesn't wait(2) for it. So when wait(2) is invoked later it may return a pid of this child before any other child. Submitted by: avg Approved by: flo
* Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where ↵kwm2011-08-241-1/+2
| | | | needed.
* Remove empty patch.ale2011-08-181-0/+0
|
* Allow lightning xpi to be installed on current tb version.ale2011-08-181-0/+11
| | | | Submitted by: Jimmie James <jimmiejaz@gmail.com>
* Port generalization.ale2011-08-182-8/+6
| | | | Approved by: flo
* update to 6.0flo2011-08-178-50/+196
| | | | Security: http://www.vuxml.org/freebsd/834591a9-c82f-11e0-897d-6c626dd55a41.html
* - require cairo>=1.10.2_1,1 to catch build failuers earlyflo2011-07-161-1/+2
| | | | | The cairo dependancy is usually added by bsd.gecko.mk, but for thunderbird 5 we need a spcific version.
* add an option to build the lightning (calendar) extensionflo2011-07-052-1/+30
| | | | Submitted by: mi (original version)
* update thunderbird to 5.0flo2011-07-0137-239/+526
|
* - update to 3.1.11flo2011-06-222-3/+3
| | | | Seccurity: http://www.vuxml.org/freebsd/dfe40cff-9c3f-11e0-9bec-6c626dd55a41.html
* - update to 3.1.10flo2011-04-292-3/+3
| | | | Security: http://www.vuxml.org/freebsd/04b7d46c-7226-11e0-813a-6c626dd55a41.html
* - Fix Thunderbird startscript when LOCALBASE is setdecke2011-03-151-3/+0
| | | | Submitted by: Kris Moore <kris@pcbsd.org>
* - Update to 3.1.9beat2011-03-052-3/+3
|
* - Update to 3.1.8beat2011-03-027-18/+93
| | | | | | - Add support for powerpc64 [1] Submitted by: andreast@ [1]
* - Update to 3.1.7beat2010-12-103-28/+4
| | | | | | | - Drop MD5 checksum - Replace CONFLICTS with CONFLICTS_INSTALL Security: http://www.vuxml.org/freebsd/1d8ff4a2-0445-11e0-8e32-000f20797ede.html
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* - Update to 3.1.6beat2010-10-282-4/+4
| | | | Security: http://www.vuxml.org/freebsd/c223b00d-e272-11df-8e32-000f20797ede.html
* - Update to 3.1.5beat2010-10-213-4/+14
| | | | | | | - Unbreak with recent versions of GCC [1] Submitted by: Andriy Gapon <avg AT icyb.net.ua> [1] Security: http://www.vuxml.org/freebsd/c4f067b9-dc4a-11df-8e32-000f20797ede.html
* - Update to 3.1.4beat2010-09-172-4/+4
|
* - Update to 3.1.3beat2010-09-083-8/+8
| | | | Security: http://www.vuxml.org/freebsd/4a21ce2c-bb13-11df-8e32-000f20797ede.html
* - Update to 3.1.2beat2010-08-062-4/+4
|
* - Update to 3.1.1beat2010-08-0449-2065/+596
| | | | Thanks to: Andreas Tobler <andreast-list AT fgznet.ch>
* - Mark DEPRECATED: Upstream support dropped. Please consider usingbeat2010-06-231-0/+1
| | | | | | mail/thunderbird3 instead. Feature safe: yes
* - fix build for png-1.4.1dinoex2010-03-281-0/+15
|
* - update to 1.4.1dinoex2010-03-281-0/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - Update to 2.0.0.24beat2010-03-192-5/+4
|
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - Add CONFLICT with Thunderbird 3beat2009-12-141-1/+1
|
* - Add ftp to MOZ_PROTOCOLS. This allows to define a calendar file locatedbeat2009-11-261-1/+2
| | | | | on a ftp server in xpi-lightning. - Bump PORTREVISION.
* - Add powerpc supportbeat2009-09-293-15/+615
| | | | | | Submitted by: Andreas Tobler <andreast-list AT fgznet.ch> With hat: gecko Feature safe: yes
* - Update to 2.0.0.23beat2009-08-224-22/+32
| | | | | Security: http://www.mozilla.org/security/announce/2009/mfsa2009-42.html With hat: gecko
* Add amd64 as recognized platform.ale2009-07-232-3/+13
| | | | | | | | As secondary consequence, enigmail will correctly build on amd64. Approved by: silence on gecko@ and gnome@ Tested by: Paul Dokas <dokas@oitsec.umn.edu>, Lapo Luchini <lapo@lapo.it>
* - Update to 2.0.0.22beat2009-06-242-5/+4
| | | | | | Submitted by: Florian Smeets (via freebsd-gecko SVN) Security: http://www.vuxml.org/freebsd/da185955-5738-11de-b857-000f20797ede.html With hat: gecko
* - Give Maintainership up to the Gecko Gang (gecko@)miwi2009-05-051-1/+1
|
* Take maintainership. The first of two steps is to take allmiwi2009-04-131-1/+1
| | | | | Gecko Stuff from the Gnome team. I'd like to say thanks a lot for all the work in the past years.
* Resurrect www/mozilla/Makefile.common rev. 1.30 and associated changes,marius2009-04-041-0/+1
| | | | | | | | | which got lost with the switch to bsd.gecko.mk: Work around the miscompilation/mislinkage problem of the sCanonicalVTable hacks in the XPCOM string code on sparc64 by omitting the code in question and bump PORTREVISIONs accordingly. Approved by: marcus
* - Update to 2.0.0.21miwi2009-03-212-5/+4
| | | | | | Approved by: pav Security: http://www.mozilla.org/security/known-vulnerabilities/thunderbird20.html#thunderbird2.0.0.21 http://www.vuxml.org/freebsd/8b491182-f842-11dd-94d9-0030843d3802.html
* Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which foomezz2009-01-102-2/+3
| | | | | | | | | | | | | | plugins support one of web browsers and can take care of plist (depend on how you use it) at the same time. I have written a complete document and even show how it works in the www/firefox/Makefile.webplugins so be sure to read in there. If there is anything that isn't clear in the document, please feel free to ask and I will try my best to improvement it. FYI: GNOME 2.24 depends on this, so it's coming. BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified. Approved by: portmgr
* Update to 2.0.0.19.mezz2009-01-032-4/+4
| | | | | | PR: ports/130112 Submitted by: Beat Gatzi <beat@chruetertee.ch> Security: http://www.mozilla.org/security/known-vulnerabilities/thunderbird20.html#thunderbird2.0.0.19
* - Update to 2.0.0.18miwi2008-11-242-4/+4
| | | | | | | PR: 129089 Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> Approved by: portmgr (pav) Security: http://www.vuxml.org/freebsd/f29fea8f-b19f-11dd-a55e-00163e000016.html
* - Update to 2.0.0.17miwi2008-09-272-4/+4
| | | | | Approved by: portmgr (marcus) Security: http://www.vuxml.org/freebsd/2273879e-8a2f-11dd-a6fe-0030843d3802.html
* Update to 2.0.0.16.mezz2008-07-263-38/+44
| | | | Security: http://www.mozilla.org/security/known-vulnerabilities/thunderbird20.html#thunderbird2.0.0.16
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Update to 2.0.0.14.delphij2008-05-032-5/+4
| | | | Approved by: maintainer (marcus/mezz at -gnome@)
* Mask FP_X_DNML not only on i386, but also on amd64. This fixes mysteriousdelphij2008-04-222-6/+6
| | | | | | | | | crashes of thunderbird with SIGFPE, one of symptom of it is that this prevents enigmail-thunderbird from being able to be used on recent FreeBSD versions with thunderbird. PR: ports/122975 Approved by: maintainer (marcus as gnome@)
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* Fix the the rss and gmail accounts show up in the "new account" dialog, bumpmezz2008-03-101-1/+2
| | | | | | the PORTREVISION. Submitted by: sajd (FreeNode/#freebsd-gnome)
* Update to 2.0.0.12.mezz2008-02-292-5/+4
| | | | | | | | | | | PR: ports/121189 Submitted by: gpalmer Security: - MFSA 2008-12 Heap buffer overflow in external MIME bodies - MFSA 2008-07 Possible information disclosure in BMP decoder - MFSA 2008-05 Directory traversal via chrome: URI - MFSA 2008-03 Privilege escalation, XSS, Remote Code Execution - MFSA 2008-01 Crashes with evidence of memory corruption (rv:1.8.1.12)
* - Add "--with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA}" to fix othermezz2008-02-281-4/+5
| | | | | | | | | | | | | | | | applications in the runtime. Some applications required to have set MOZILLA_FIVE_HOME or/and LD_LIBRARY_PATH to make it works in the runtime. Now, it's no longer need to set these variables, which this flag takes care of it. The MOZILLA_FIVE_HOME still works with this flag if someone need to use different one. I have learned about this flag from RPM, Debian, Gentoo ebuild and other packages. - Add two extensions, auth[1] and transformiix[2]. Have been tested in MC CVS since Dec. PR: ports/117734 [1] Submitted by: Nathan Whitehorn <nathanw@uchicago.edu> [1] Reported by: Juan Pablo Roig <juan.roig@globant.com> [2]
* Work around the miscompilation/mislinkage problem of the sCanonicalVTablemarius2008-01-221-0/+1
| | | | | | | hacks in the XPCOM string code on sparc64 by omitting the code in question and bump PORTREVISIONs accordingly. Approved by: marcus
* update to 2.0.0.9ahze2007-11-164-38/+4
| | | | Approved by: portmgr (marcus)
* Fix the crash with GTK+ 2.12.x, depend on what theme user is using. Bump themezz2007-10-312-0/+14
| | | | | | | | | PORTREVISION. Reported by: several in freebsd-gnome@ Tested by: kan Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=389801 Approved by: portmgr (marcus)
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onlinimon2007-10-071-0/+1
| | | | | | | | perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr
* Update to 2.0.0.6.delphij2007-08-032-4/+4
| | | | | PR: ports/115149 "Please commit": ahze
* Fix use of expr in the configure script.marcus2007-07-301-0/+11
| | | | PR: 112823
* Update to 2.0.0.5ahze2007-07-212-4/+4
|
* Update to 2.0.0.4ahze2007-06-152-5/+4
|
* Remove one remaining instance of X11BASE to fix the build when OpenLDAPmarcus2007-05-211-1/+0
| | | | | | | is installed. Reported by: Tim Bishop <tim-lists@bishnet.net> Approved by: portmgr (implicit)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 2.0.0.0ahze2007-04-219-195/+116
| | | | Release Notes: http://mozilla.com/thunderbird/2.0.0.0/releasenotes/
* Fix build with upcoming nss updatesahze2007-03-191-0/+1
|
* Update to 1.5.0.10ahze2007-03-065-143/+155
|
* Fix the gtk2 dnd implementation broken, see more details in the bugzilla. Thismezz2007-01-192-0/+19
| | | | | | | | | | | patch[1] was created by Matthias Clasen <mclasen@redhat.com>. This bug was started to reproduce with least 2.10.7 version of gtk2. PR: ports/107689 Reported by: a few users Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=355248 https://bugzilla.mozilla.org/show_bug.cgi?id=367203 [1] http://bugzilla.gnome.org/show_bug.cgi?id=394525
* The ipv6 is supported in these ports, so add ipv6 category.mezz2006-12-211-1/+1
| | | | | PR: ports/106892 and ports/106894 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* Update to 1.5.0.9ahze2006-12-212-18/+9
| | | | Release notes: http://www.mozilla.com/en-US/thunderbird/releases/1.5.0.9.html
* Fix a double-free while performing print operations which could trigger amarcus2006-12-162-0/+27
| | | | | | segmentation fault if malloc debugging was enabled. Reported by: dougb
* Mark CONFLICTS with mail/lightningahze2006-11-191-0/+1
|
* Update to 1.5.0.8ahze2006-11-102-6/+5
|
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-141-5/+5
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* - Update to 1.5.0.7ahze2006-09-142-5/+5
|
* - Update to 1.5.0.5ahze2006-07-292-4/+4
|
* - Welcome back sparc64 on kern.osreldate>=601101ahze2006-07-061-2/+6
|
* - Update to 1.5.0.4ahze2006-06-052-4/+4
| | | | Release notes: http://www.mozilla.com/thunderbird/releases/1.5.0.4.html
* Update to 1.5.0.2.marcus2006-04-232-5/+4
|
* - Convert all gecko pkg-[de]install scripts into a genericahze2006-03-303-55/+3
| | | | | | | pkg-[de]install script - Always use pkg-install to create missing dir's [1] Requested by: marcus [1]
* Mark IGNORE on sparc64 due to core dump.marcus2006-02-231-2/+2
|
* Add an empty OPTIONS declaration to enable additional OPTIONS that are addedmarcus2006-02-021-0/+2
| | | | | | | after bsd.port.pre.mk is included. PR: 92106 Submitted by: jacula modyun <jacula@gmail.com>
* - Update thunderbird to 1.5 [1]ahze2006-01-1219-942/+47
| | | | | | | - Remove thunderbird-devel - Remove thunderbird from supported geckos for 4.x Release notes: http://www.mozilla.com/thunderbird/releases/1.5.html
* Mark not for ia64 since regchrome (and the application itself) dumps core.marcus2006-01-091-0/+2
| | | | Reported by: pointyhat via kris
* Fix packaging by forcing the isp files into the plist.marcus2005-12-191-1/+10
| | | | Reported by: pointyhat via kris
* * Re-enable movemail and RSS support [1]marcus2005-12-041-2/+4
| | | | | | * Remove a line that is no longer needed PR: 89871 [1]
* Fix all those ports to find libnssckbi.so in the correct place to allow thosemezz2005-12-021-1/+1
| | | | | | | | SSL certificates work again. Somehow, this patch was lost in the big change, so bring it back. Bump PORTREVISION on all of those ports. PR: ports/89796 Reported by: Christoph Moench-Tegeder <cmt@burggraben.net>
* - Fix typo in CONFLICTSahze2005-12-011-1/+1
| | | | Submitted by: yattaran@gmail.com
* - Update WWWahze2005-11-301-1/+1
|
* - Update firefox to 1.5ahze2005-11-307-296/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add Makefile.common o A new build/install system for gecko ports, Makefile.common includes many generic routines and common tasks. o Fix ld-run-path in all gecko's by using -Wl,-rpath,${moz_libdir} thus removing the need to have a startup script for ports that depend on gecko. [2] o Use system libm, nss, nspr in all gecko ports - Add bsd.gecko.mk o This is the predecessor to WITH_MOZILLA=[mozilla|firefox|...] with a more robust way of detecting a gecko a end user wishs to use. o bsd.gecko.mk abstracts the selection of gecko-based backends. It allows users and porters to support any available gecko backend without needing to build many conditional tests. ${USE_GECKO} is the list of backends that your port can handle, and ${GECKO} is set by bsd.gecko.mk to be the chosen backend. Users set ${WITH_GECKO} to the list of gecko backends they want on their system. Port Makefile example: USE_GECKO=firefox mozilla seamonkey thunderbird .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" End user example: WITH_GECKO=seamonkey firefox We highly recommend moving away from using WITH_MOZILLA and switching to USE/WITH_GECKO. PR: 89052 [2] Submitted by: vs [2] Obtained from: www/firefox Thanks to: adamw, marcus, and mezz for ideas, bug squashing, and more sajd from irc.freenode.org/#FreeBSD-Gnome for pointing out many bugs
* - Add SHA256 checksumspav2005-11-241-0/+1
|
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
|
* Update to 1.0.7.marcus2005-09-303-10/+11
| | | | Security: See http://www.mozilla.org/projects/security/known-vulnerabilities.html for security bugs fixed in this release.
* - Fix the sed for libesd and kill the major version of librarymezz2005-09-241-3/+2
| | | | | | | | | | (libesd.so.2 -> libesd.so). [1] - Update Java plugins by remove old and correct Java 1.5 plugin path. [2] - Bump the PORTREVISION. PR: ports/86430 [1] Submitted by: Mark Hobden <markhobden@gmail.com> [1] glewis [2]
* - Fix the plist. [1]mezz2005-09-071-1/+6
| | | | | | | | | - Fix the build to actually enable iconv, without it caused locale garbled in some places. I accidented remove iconv hack in the big change. Oops! - Bump the PORTREVISION. Reported by: krismail [1], Junji Nakanishi <nakanishi@daemonfreaks.com> Sharp eye: marcus (he found that I lost iconv hack)
* - Repo copy a lot of changes from www/firefox/Makefile. The best part is thatmezz2005-08-2820-367/+509
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | before it would install in the strange place like this. ${X11BASE}/lib/thunderbird/include/thunderbird-1.0.6 Now it will install in the correct place like firefox: ${X11BASE}/include/thunderbird Also, get *.pc and idl files install. - Didn't copy following from www/firefox/Makefile: * plugins stuff, because it's known cause the stability problem like crash. * EXTRA_SCRIPTS=${PORTNAME}.rb, thunderbird doesn't need it. - Make portlint happier. - Add Java 5 plugins support. [1] - Use system's libm (/usr/src/lib/msun), nss, nspr and etc. Also, do not extract those. Better explain, use external dependencies. [1] - Teach firefox-config and *.pc files for nspr that will making other third apps to buildable like epiphany, vlc-devel's mozilla plugins and etc. Have been tested with full GNOME 2.11.x build too. - Add four patches: [1] patch-bugzilla243151: https://bugzilla.mozilla.org/show_bug.cgi?id=243151 patch-jsosdep: Fix the FreeBSD define patch-oji-threads: 64-bit wide pthread_t patch-xptcinvoke_x86_64_linux: Setting a possibly uninitialized variable (value). - Fix a crash that can occur using gtk+-2.7 and possibly 2.6.10 when closing windows. https://bugzilla.mozilla.org/show_bug.cgi?id=3002 [2] - Get rid of FIREFOX and FF_VER, best to use PORTNAME and PORTVERSION varibles that are arleady exist and lesser complicate. - Change all hardcore of 'thunderbird' to PORTNAME. - Change a manual loop for patch all.js to find(1), so we can sleep on it. Submitted by: mi [1], marcus [2] Reviewed by: my team, FreeBSD GNOME Team.
* - Update to 1.0.6ahze2005-07-212-3/+3
|
* Update to 1.0.5. This is primarily a security and stability fix release.marcus2005-07-142-4/+3
| | | | Security: See http://www.mozilla.org/projects/security/known-vulnerabilities.html for a list of vulnerabilities fixed in 1.0.5
* Correct the GNOME menu icon location. I'm not bumping PORTREVISION as thismarcus2005-07-081-1/+1
| | | | | | | only affects GNOME users, and is a small change for such a long compilation. PR: 80937 Submitted by: NIIMI Satoshi <sa2c@sa2c.net>
* - Add missing quite to fix installahze2005-04-271-1/+1
| | | | Reported by: verm@darkbeer.org
* - Install .desktop file in share/applications instead ofahze2005-04-271-7/+6
| | | | | | | | share/gnome/applications so we can remove the gnomehier dependency so non-gnome users don't have to install a bunch of un-needed gnome directories. - Remove WITH_MENU option from mozilla[-devel], .desktop file will always be installed now.
* - Remove mng support, it has never workedahze2005-04-142-3/+1
|
* * Update to 1.0.2 to fix security issues (seemarcus2005-03-256-53/+553
| | | | | | | | | | | | http://www.vuxml.org/freebsd/7d2aac52-9c6b-11d9-99a7-000a95bc6fae.html for more details) * Cleanup home directories to make migration easier [1] * Add an improved startup script [1] * Support GConf for external protocol handlers PR: 75837 [1] Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es> [1] Approved by: portmgr (implicit)
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
|
* Update freetype2 to 2.1.9, and patch Mozilla and friends accordingly.marcus2005-03-101-0/+342
| | | | | | | | Note: since 2.1.9 is ABI compatible with 2.1.7, no recompilation is necessary. PR: 78385 Submitted by: lesi
* - Fix expr usage for 4.x since expr on 4.xahze2004-12-291-3/+3
| | | | | | is not POSIX compliant. [1] Submitted by: girgen [1]
* - Remove WITH_NEW_ICON knobahze2004-12-283-12/+25
| | | | | | | | | | | | | | | - Mozilla license team has approved the FreeBSD Gnome team to use official branding for firefox and thunderbird [1] o Add --enable-official-branding to mozconfig o Install official thunderbird/firefox icon as default.xpm icon - Fix error when running firefox/thunderbird -v [2] - Bump PORTREVISION References: http://www.mozilla.org/foundation/licensing.html [1] http://people.freebsd.org/~ahze/firefox_thunderbird-approved.txt [1] PR: ports/75262 [2] Submitted by: girgen [2]
* Add Encoding type to desktop file to validate via desktop-file-validateahze2004-12-131-0/+1
|
* Correct the MASTER_SITE_SUBDIR in order to fix fetching.marcus2004-12-081-1/+1
| | | | Submitted by: daichi
* Complete a more extensive upgrade to 1.0 that ensures the isp directorymarcus2004-12-081-10/+12
| | | | | is created, plus disables CUPS support until a better solution can be found for the NSS/OpenSSL symbol conflict crash.
* Update to 1.0.adamw2004-12-082-3/+3
|
* Update to 1.0rc.adamw2004-12-052-13/+13
|
* * Instead of using Xvfb, and evil black magic to create the extensionsmarcus2004-11-224-9/+55
| | | | | | | | | | | | repository, use the hidden "-register" option instead. This has the advantage of not requiring an X DISPLAY and not modifying any preferences. * Add i18n support to the Thunderbird startup script [1] * Link nss with -Bsymbolic to avoid symbol conflicts with OpenSSL. This should help alleviate the CUPS printing problem PR: 73839 [1] Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es> [1]
* * Fix Movemail and RSS supportmarcus2004-11-084-7/+26
| | | | | | | | | * Install a GNOME desktop icon [1] * Correct installation when root's shell is non-standard (e.g. /usr/local/bin/bash) [2] Submitted by: ahze [1] Clemens Fischer <ino-qc@spotteswoode.de.eu.org> [2]
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1
| | | | big upgrade.
* Update to 0.9. See http://www.mozilla.org/products/thunderbird/releases/marcus2004-11-066-412/+9
| | | | for all the wonderful new features.
* * Remove a patch that is no longer neededmarcus2004-10-183-16/+12
| | | | | | | | | | * Change an instance of Firefox to Thunderbird [1] * Workaround a potential crash with JavaScript pop-ups [2] * Use Xvfb to initialize the extensions datastore as root [2] https://bugzilla.mozilla.org/show_bug.cgi?id=264557 Sbumitted by: Radek Kozlowski <radek@raadradd.com> [1]
* Fix build with Perl < 5.6.1.marcus2004-10-142-0/+14
|
* Fix build when PORTSDIR is read-only.marcus2004-10-141-0/+2
| | | | PR: 72629
* * Update to 0.8marcus2004-10-1214-1538/+91
| | | | | | | | * Now that the fake installation code from Firefox has stabilized, adapt it here to eliminate the need for a static plist See http://www.mozilla.org/products/thunderbird/releases/ for all the juicy goodies in 0.8.
* Patch the various recently reported security vulnerabilities in Mozilla.marcus2004-09-287-0/+638
| | | | | | | | | | | | | | | | | | | | This is being done instead of the update to 0.8 since we're in a ports freeze, and too many big changes is not a good idea. This update covers the following Mozilla bugs: 245066 226669 250862 255067 256316 257317 258005 Thanks to nectar for scraping all of these patches together. Obtained from: Mozilla CVS Approved by: portmgr (implicit)
* Update to 0.7.3 which fixes numerous possible security issues. Seemarcus2004-08-063-801/+800
| | | | | http://bugzilla.mozilla.org/buglist.cgi?bug_id=251381,249004,250906,253121 for more details.
* - Fix build with gcc-3.4pav2004-07-311-0/+11
| | | | | PR: ports/69833 Submitted by: Jake Hamby <jhamby@anobject.com>
* Fix global extension and theme installation by making sure the path to themarcus2004-07-282-0/+18
| | | | | | | | | XPI file does no contain a leading "file://" when passed to the extension manager. See http://bugzilla.mozilla.org/show_bug.cgi?id=250847 for more details. Reported by: ale
* Fix DEBUG builds by checking for all error states from pthread_mutex_trylock().marcus2004-07-271-0/+11
| | | | | | See http://bugzilla.mozilla.org/show_bug.cgi?id=253080 for more details. Submitted by: green
* Update to 0.7.2.adamw2004-07-193-800/+803
| | | | | | | Use a PLIST_SUB for the plist. The port defines NO_MTREE, so mkdir ${PREFIX}/bin to make sure it exists. (Necessary for installations into prefixes [prefices?] that don't yet exist.)
* Update to 0.7.1.marcus2004-07-033-802/+802
|
* Update to 0.7. A list of what's new can be found atmarcus2004-06-256-794/+884
| | | | | | | | http://www.mozilla.org/products/thunderbird/releases. This has the same limitation that Firefox 0.9 had where it needs to be run as root first. I applied the same hacks to workaround that; however, some users may need to run thunderbird twice before it starts correctly.
* The checksum is not changed, but the distfile yes :)ale2004-05-251-2/+2
|
* The distfile was renamed on the server. The checksum has not changed,marcus2004-05-241-1/+1
| | | | however.
* Fix a potential crash if thunderbird tries to load browser plug-ins.marcus2004-05-182-10/+1
| | | | | PR: 66450 Submitted by: Franz Klammer <klammer@webonaut.com>
* Update to 0.6. The list of all that is good in this release can be found at:marcus2004-05-047-843/+804
| | | | http://www.mozilla.org/products/thunderbird/releases/
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-0/+1
|
* Borrow from the OpenLDAP ports, and refuse to build if bind has beenmarcus2004-03-191-0/+6
| | | | | | | installed with PORT_REPLACES_BASE_BIND defined. PR: 61756 Obtained from: OpenLDAP ports
* Fix build with freetype2-2.1.7.marcus2004-03-171-0/+12
|
* Chase the new location of libXft.marcus2004-03-171-1/+1
|
* Re-add the Perl patch to fix the build with Perl < 5.6. Looks like this wasmarcus2004-03-101-0/+56
| | | | | | need for Tunderbird after all. Reported by: many
* If building with debugging, don't enable binary stripping.marcus2004-03-051-1/+2
|
* * Update to 0.5marcus2004-02-2824-992/+1601
| | | | | | | | | | | | | * Fix a potential hang with esound * Fix some potential pthread issues * Add more platform compatibility patches * Fix libiconv support * Pull in some patches from firefox to shorten the plist some Special thanks to ale for getting a clean source tarball and hosting it. For the details on what's new in the release, please see: http://www.mozilla.org/projects/thunderbird/release-notes.html
* Add ia64 to the list of unsupported platforms.marcus2004-02-271-1/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Use the SORT macro from bsd.port.mk.trevor2004-01-221-2/+0
|
* * Update to 0.4marcus2003-12-088-4011/+783
| | | | | * Add support for new options * Don't include stuff after bsd.port.post.mk
* Don't build this port on amd64.marcus2003-11-241-0/+2
| | | | Approved by: portmgr (implicit)
* Add a new patch-Double.cpp that fixes the recent core dumps during post-buildmarcus2003-11-171-6/+54
| | | | | | on Sparc64. Submitted by: tmm (bless that man)
* * Update to 0.3marcus2003-10-165-3964/+3
| | | | | | | | * Remove GTK1 support See the Thunderbird release notes at http://www.mozilla.org/projects/thunderbird/release-notes.html for a list of what's new and what's changed.
* Mark IGNORE on -STABLE Alpha.marcus2003-10-131-0/+4
|
* Use ${PTHREAD_LIBS} instead of hardcoded -pthread and -lc_r in a few places.marcus2003-09-071-0/+7
| | | | | This should help the KSE and libthr people use these applications (plus it lets them build on -CURRENT).
* Distfile was rerolled to remove the default .mozconfig file.marcus2003-09-051-1/+1
|
* Add mozilla-thunderbird, a mail application based on the Mozilla mailmarcus2003-09-0416-0/+9252
component. More details on this project as well as the 0.2 release notes can be found at: http://www.mozilla.org/projects/thunderbird/