aboutsummaryrefslogtreecommitdiff
path: root/mail/thunderbird
Commit message (Collapse)AuthorAgeFilesLines
* multimedia/libvpx: update to 1.4.0Jan Beich2015-06-092-0/+79
| | | | | | | | | | | | | ABI isn't compatible, so bump PORTREVISION in consumers. Changes: https://chromium.googlesource.com/webm/libvpx/+/v1.4.0 Differential Revision: https://reviews.freebsd.org/D2570 Exp-run by: antoine Approved by: ashish, multimedia (kwm) Approved by: maintainer timeout (ale, dinoex; 2 weeks) Notes: svn path=/head/; revision=388940
* bsd.sites.mk: cleanup MOZILLA mirrorsJan Beich2015-06-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Switch to CDN by default as mirrors are no longer kept up to date - Drop obsolete pointer to http://www.mozilla.org/mirrors.html - Drop redundant BUGZILLA and MOZILLA_EXTEND - Shorten MASTER_SITES in gecko@ ports - Move MOZILLA_ADDONS to bsd.sites.mk - Move one of MOZILLA mirrors with old addons under MOZILLA_ADDONS - Addons CDN redirects to https://, so don't mislead with http:// https://blog.mozilla.org/it/2012/08/03/dear-mozilla-mirrors-thank-you/ Differential Revision: https://reviews.freebsd.org/D2550 Tested by: distilator Reviewed by: mat (partial) Approved by: bz-ports (ohauer), portmgr blanket (office@ et al.) Approved by: portmgr (bapt, earlier version) MFH: 2015Q2 Notes: svn path=/head/; revision=388939
* mail/thunderbird, www/seamonkey: unbreak ENIGMAIL staging on powerpcJan Beich2015-06-061-1/+1
| | | | | | | | PR: 200605 Submitted by: jhibbits Notes: svn path=/head/; revision=388662
* - Update NSS and ca_root_nss to 3.19Jan Beich2015-05-123-10/+9
| | | | | | | | | | | | | | | | | - Update Firefox to 38.0 - Update Firefox ESR and libxul to 31.7.0 - Update Thunderbird to 31.7.0 - Update Enigmail to 1.8.2 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.19_release_notes Changes: https://www.mozilla.org/firefox/38.0/releasenotes/ Changes: https://www.mozilla.org/firefox/31.7.0/releasenotes/ Changes: http://sourceforge.net/p/enigmail/bugs/search/?q=status%3Afixed+%26%26+_fixed%3A1.8.1 MFH: 2015Q2 Security: https://vuxml.freebsd.org/freebsd/d9b43004-f5fd-4807-b1d7-dbf66455b244.html Notes: svn path=/head/; revision=386162
* Update icu to 55.1Baptiste Daroussin2015-04-231-0/+1
| | | | Notes: svn path=/head/; revision=384614
* - Update gmp-api to 38.0Jan Beich2015-03-312-5/+4
| | | | | | | | | | | | | - Update Firefox to 37.0 - Update Firefox ESR and libxul to 31.6.0 - Update Thunderbird to 31.6.0 - Backport a few GTK3 fixes to Firefox 37 MFH: 2015Q1 Security: https://vuxml.freebsd.org/freebsd/d0c97697-df2c-4b8b-bff2-cec24dc35af8.html Notes: svn path=/head/; revision=382860
* Update enigmail to 1.8.1.Xin LI2015-03-302-4/+4
| | | | | | | | PR: ports/198973 Approved by: gecko@ (jbeich) Notes: svn path=/head/; revision=382694
* - Update OpenH264 to 1.4.0Jan Beich2015-03-222-3/+3
| | | | | | | | | | | | | | | | | | | | | - Update NSS and ca_root_nss to 3.18 - Update Firefox to 36.0.4 - Update Firefox ESR and libxul to 31.5.3 - Update SeaMonkey to 2.33.1 - Update Enigmail to 1.8 Changes: https://github.com/cisco/openh264/releases/tag/v1.4.0 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.18_release_notes Changes: https://www.mozilla.org/firefox/36.0.4/releasenotes/ Changes: https://www.mozilla.org/firefox/31.5.3/releasenotes/ Changes: http://www.seamonkey-project.org/releases/seamonkey2.33/ Changes: https://www.enigmail.net/download/changelog.php#enig1.8 MFH: 2015Q1 X-MFH-With: r380090 Security: https://vuxml.freebsd.org/freebsd/76ff65f4-17ca-4d3f-864a-a3d6026194fb.html Notes: svn path=/head/; revision=381889
* Unbreak build with libv4l-0.9.1 or laterJan Beich2015-03-081-0/+13
| | | | | | | | | | | | | | Unmask libv4l2.h for default pragma visibility in Mozilla build. Since 50bde45 libv4l no longer alters visibility for consumers. And HAVE_VISIBILITY is defined only for internal or gnulib build. http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=50bde45 http://git.savannah.gnu.org/cgit/gnulib.git/tree/m4/visibility.m4 Noticed by: kwm (via review D1482) Notes: svn path=/head/; revision=380801
* - Add CANBERRA and enable by default for Thunderbird and SeaMonkey [1]Jan Beich2015-03-082-3/+4
| | | | | | | | | | - Bump version requirements for harfbuzz and libvorbis PR: 198142 [1] See also: https://dxr.mozilla.org/comm-central/search?q=nsISound [1] Notes: svn path=/head/; revision=380782
* Regen distinfo for released one, similar to r380101Jan Beich2015-02-271-2/+2
| | | | | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1136240 Reported by: tijl MFH: 2015Q1 X-MFH-With: r380090 Notes: svn path=/head/; revision=380109
* - Update Firefox to 36.0Jan Beich2015-02-275-212/+56
| | | | | | | | | | | | | | | | | | - Update Firefox ESR to 31.5.0 - Update Thunderbird to 31.5.0 - Update libxul to 31.5.0 - Check if NS_NewNativeLocalFile() succeeds before using [1] - Remove DTRACE and GIO descriptions after r377838 and r314893 - bsd.gecko.mk: Prune conditionals for files removed 4 months ago Changes: https://www.mozilla.org/firefox/36.0/releasenotes/ Obtained from: PkgSrc [1] MFH: 2015Q1 X-MFH-With: r377953, r378253, r379485, r378529 Security: https://vuxml.freebsd.org/freebsd/99029172-8253-407d-9d8b-2cfeab9abf81.html Notes: svn path=/head/; revision=380090
* Fix invalid conversions of nullptr to bool to unbreak clang 3.6 buildJan Beich2015-02-211-0/+193
| | | | | | | | | PR: 197857 Submitted by: dim (initial version) Obtained from: https://github.com/mozilla/gecko-dev/commit/dd19f59 Notes: svn path=/head/; revision=379485
* Fix crashes with ALSA e.g., when disabling BUFSZ_P2 in alsa-pluginsJan Beich2015-02-062-1/+173
| | | | | | | | | | PR: 196051 Differential Revision: https://reviews.freebsd.org/D1788 Submitted by: mi Approved by: bapt (mentor) Notes: svn path=/head/; revision=378529
* Add ARM build fixes for JavaScript engineJan Beich2015-01-262-0/+25
| | | | | | | | | | PR: 197058 Differential Revision: https://reviews.freebsd.org/D1683 Submitted by: sbruno (earlier version) Approved by: bapt (mentor) Notes: svn path=/head/; revision=377953
* Bump PORTREVISION after r377564.Jan Beich2015-01-211-0/+1
| | | | | | | | | | | PR: 196802 Requested by: dumbbell, tijl Differential Revision: https://reviews.freebsd.org/D1574 Approved by: bapt (mentor) MFH: 2015Q1 Notes: svn path=/head/; revision=377605
* Backport Wikipedia crashfix for clang 3.5Jan Beich2015-01-201-0/+156
| | | | | | | | | | | | | PR: 196802 Reported by: dumbbell Obtained from: https://github.com/mozilla/gecko-dev/commit/87f367b Obtained from: https://github.com/mozilla/gecko-dev/commit/c97894b (esr31 version) Differential Revision: https://reviews.freebsd.org/D1568 Approved by: flo (mentor) MFH: 2015Q1 Notes: svn path=/head/; revision=377564
* - Update openh264 to 1.3.1Beat Gaetzi2015-01-147-59/+165
| | | | | | | | | | | | | | - Update Thunderbird to 31.4.0 - Update Firefox to 35.0 - Update Firefox ESR to 31.4.0 - Update libxul to 31.4.0 Submitted by: Jan Beich MFH: 2015Q1 Security: http://www.vuxml.org/freebsd/bd62c640-9bb9-11e4-a5ad-000c297fb80f.html Notes: svn path=/head/; revision=376999
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-0/+1
| | | | Notes: svn path=/head/; revision=375599
* - Update Thunderbird to 31.3.0Beat Gaetzi2014-12-036-74/+468
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update gmp-api to 35.0 - Update openh264 to 1.2 - Update NSS to 3.17.3 - Update Firefox to 34.0.5 - Update Firefox ESR 31.3.0 - Update libxul to 31.3.0 - Improve CONFIGURE_TARGET handling - Always build using client.mk - Switch to clang by default on systems without libc++ (/stable/8 and /stable/9) - Drop lang/python2 dependency, only lang/python27 is required to build - Use DuckDuckGo searchplugin from upstream (has suggestions and purposes) - Backport a few about:memory fixes - Backport Web Notifications libnotify integration - Add GTK3 option for www/firefox. Adwaita is a bit broken since Gtk 3.14, see: https://bugzilla.mozilla.org/show_bug.cgi?id=1073117 PR: 195559 Submitted by: Jan Beich MFH: 2014Q4 Security: http://vuxml.org/freebsd/7ae61870-9dd2-4884-a2f2-f19bb5784d09.html Notes: svn path=/head/; revision=373830
* - Update Firefox to 33.0Beat Gaetzi2014-10-156-20/+1162
| | | | | | | | | | | | | | | | | | | | | | | - Update Firefox ESR to 31.2.0 - Update NSS to 3.17.2 - Update Thunderbird to 31.2.0 - Update libxul to 31.2.0 (and mark as BROKEN) - Disable SSL 3.0 with pref (Upstream bug 1076983) - (workaround) replace USE_GCC=yes with USES=compiler:gcc-c++11-lib in order to fix runtime for PGO and powerpc/powerpc64 on libc++ systems - Add OSS audio fallback for HTML5 audio from upstream bug; not exposed yet because WebRTC still needs ALSA or PulseAudio - Kill @dirrm from gecko@ ports per CHANGES from 20140922 - Drop workaround for LLVM PR 19007: base and lang/clang34 have the fix - Improve workaround comment for LLVM PR 15840, partially rejecting r348851 by marino@ until bug 193555 PR: 194356 Submitted by: Jan Beich Security: http://www.vuxml.org/freebsd/9c1495ac-8d8c-4789-a0f3-8ca6b476619c.html Notes: svn path=/head/; revision=370932
* Replace USE_AUTOTOOLS=autoconf213:env with a regular build dependency.Tijl Coosemans2014-10-011-4/+4
| | | | | | | These are the last ports that use this ancient version of autoconf. Notes: svn path=/head/; revision=369730
* - Update ca_root_nss to 3.17.1Beat Gaetzi2014-09-252-8/+8
| | | | | | | | | | | | | | - Update thunderbird to 31.1.2 - Update seamonkey to 2.29.1 - Update firefox to 32.0.3 - Update firefox-esr to 31.1.1 - Update libxul to 24.8.1 Submitted by: Jan Beich Security: http://www.vuxml.org/freebsd/48108fb0-751c-4cbb-8f33-09239ead4b55.html Notes: svn path=/head/; revision=369237
* Remove compiler:features from USES=, tooMatthias Andree2014-09-121-1/+1
| | | | Notes: svn path=/head/; revision=368042
* Remove BROKEN mark on GCC, fault is in thunderbird-i18n or GECKO framework.Matthias Andree2014-09-121-4/+0
| | | | Notes: svn path=/head/; revision=368041
* Mark broken on GCC-based systems.Matthias Andree2014-09-121-1/+5
| | | | | | | Approved by: bapt Notes: svn path=/head/; revision=368031
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Mozilla upgrades:Baptiste Daroussin2014-09-094-21/+35
| | | | | | | | | | | | | | | | - Update nspr to 4.10.7 - Update ca_root_nss to 3.17 (mark as NO_ARCH while here) - Update firefox to 32.0 - Update thunderbird to 31.1.0 - Add net-im/linux-instantbird - Update firefox-est to 31.1.0 - Update libxul to 24.8.0 - Update seamonkey to 2.29 Submitted by: Jan Beich for gecko@ Notes: svn path=/head/; revision=367712
* Update mozilla ports:Baptiste Daroussin2014-08-0440-2422/+731
| | | | | | | | | | | | | | | | | | | | | | | | | | - firefox 31.0 - firefox-esr 24.7.0 - libxul 24.7.0 - seamonkey 2.26.1 - thunderbird 31.0 Among changes: - add workaround for crash with openldap on thunderbird and seamonkey [1] - add crashfix for architectures with strict alignmentment - backport crashfix with system sqlite/nss on firefox-esr and thunderbird - restore hooking jemalloc in sqlite on freebsd 10+ - fix thunderbird build with -jN [2] - respect MAKE_JOBS_NUMBER regardless of kern.smp.cpus [2] - define CPE_URI for nspr/nss and firefox/thunderbird/seamonkey - require recent gstreamer1-libav i386 crashfix - add DTRACE option for use with DTraceToolkit (js_flowtime.d, js_who.d, etc) PR: 165263 [1] PR: 184630 [2] Submitted by: Jan Beich Notes: svn path=/head/; revision=363978
* Only use libevent2Baptiste Daroussin2014-07-241-1/+1
| | | | | | | | | | | | | | | Remove libevent as libevent2 is providing a good compatibility interface as well as providing better performances. Remove custom patches from libevent2 and install libevent2 the regular way Mark ports abusing private fields of the libevent1 API as broken Import a patch from fedora to have honeyd working with libevent2 Remove most of the patches necessary to find the custom installation we used to have for libevent2 With hat: portmgr Notes: svn path=/head/; revision=362796
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-271-0/+1
| | | | | | | Approved by: portmgr (myself) Notes: svn path=/head/; revision=359586
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-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 Notes: svn path=/head/; revision=359185
* - Update Firefox to 30.0Beat Gaetzi2014-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 Notes: svn path=/head/; revision=357413
* Switch Opus to USES=libtool.Christian Weisgerber2014-05-251-0/+1
| | | | | | | | | Bump dependent ports. [1] Approved by: portmgr (implicit) [1] Notes: svn path=/head/; revision=355266
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-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 Notes: svn path=/head/; revision=352986
* - Update Firefox to 29.0Beat Gaetzi2014-04-2910-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) Notes: svn path=/head/; revision=352640
* - Remove obsolete patchBeat Gaetzi2014-03-191-31/+0
| | | | | | | Reported by: Craig Leres <leres@ee.lbl.gov> Notes: svn path=/head/; revision=348652
* - Update Firefox to 28.0Beat Gaetzi2014-03-1913-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 Notes: svn path=/head/; revision=348650
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-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) Notes: svn path=/head/; revision=347809
* Update BUILD_DEPENDS, nss 3.15.4 is required to build firefox-esr andFlorian Smeets2014-02-071-1/+1
| | | | | | | | | thunderbird. Submitted by: Toomas Aas <toomas.aas@raad.tartu.ee> Notes: svn path=/head/; revision=343300
* Chase icu bumpGuido Falsi2014-02-071-0/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343247
* - Update Firefox to 27.0Beat Gaetzi2014-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 Notes: svn path=/head/; revision=342632
* Python cleanup:Rene Ladan2014-01-131-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) Notes: svn path=/head/; revision=339634
* Update to nspr 4.10.2Florian Smeets2013-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> Notes: svn path=/head/; revision=336446
* - update firefox to 25.0Florian Smeets2013-10-304-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 Notes: svn path=/head/; revision=332168
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-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) Notes: svn path=/head/; revision=331644
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-2/+0
| | | | | | | | | the mtree (categories starting with m) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331270
* - update thunderbird to 24.0.1Florian Smeets2013-10-125-82/+8
| | | | | | | | | | - update enigmail to 1.6 - don't force gcc for i386 builds [1] Submitted by: mi [1] Notes: svn path=/head/; revision=330128
* Mark SSP_UNSAFE for now, until we figure out what's wrong exactly.Florian Smeets2013-09-301-0/+2
| | | | | | | | PR: ports/182377 PR: ports/182508 Notes: svn path=/head/; revision=328834
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742