aboutsummaryrefslogtreecommitdiff
path: root/mail/thunderbird-dictionaries
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-063-3/+0
|
* Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-251-1/+1
| | | | | | | | PR: 218658 Submitted by: riggs Notes: svn path=/head/; revision=439367
* mail/thunderbird-dictionaries: Rework (options invalid)John Marino2016-08-053-25/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is not valid to define PORT_OPTIONS variable directly (this is done through OPTIONS_DEFINE and related variables) and definitely they can't be modified after inclusions of bsd.port.pre.mk or bsd.port.options.mk fragments. Since the port needed to be reworked anyway, I simplified it a lot. I removed a shell command (with 3 pipes!) completely. I saw several ways to create ${ALLDICTS} with basic makefile techniques, but in the end it wasn't even necessary. I eliminated the "ALL" option. It didn't make sense. If "ALL" was set, it would override the individual language options (leading to possible confusion) and the "ALL" option was set by default, and then it even checked PACKAGE_BUILDING to override the value to ALL again. I have to assume that it wasn't originally set up that way but changed over time. Now only the language options are there and they are all "ON" by default. It's simpler to disable languages than before (no need to deselect "ALL" option first). The <pre> and <post> inclusions were removed, they aren't necessary. The PLIST substitutions are made with standard OPTIONS_SUB technique. The work is verified by checking SELECTED_OPTIONS and DESELECTED_OPTIONS which now show the correct values and the dependencies registered to the built package now match the port. Approved by: infrastructure blanket (fix options) Notes: svn path=/head/; revision=419664
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+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
* Support stageBaptiste Daroussin2014-04-091-10/+9
| | | | Notes: svn path=/head/; revision=350721
* UnbreakAntoine Brodin2014-03-111-1/+1
| | | | Notes: svn path=/head/; revision=347857
* 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
* Convert m* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347776
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+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
* 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
* mail/thunderbird-dictionaries: Fix extraction phase typoJohn Marino2013-07-141-1/+1
| | | | | | | | | | | The extra "$" results in none of the distfiles are extracted into the work directory when bmake is used. Apparently fmake is more tolerant as there are no failed logs on portmon. Approved by: bapt (mentor) Notes: svn path=/head/; revision=322993
* - adoption of optionsNGJason Helfman2013-06-053-118/+118
| | | | | | | | | - while here separate options and dictionaries into separate files Approved by: portmgr (bapt) Notes: svn path=/head/; revision=320028
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Catch up with Thunderbird 6Pav Lucistnik2011-08-221-2/+2
| | | | | | | Submitted by: Matthew Luckie (maintainer) Notes: svn path=/head/; revision=280185
* - remove MD5Olli Hauer2011-07-031-43/+0
| | | | Notes: svn path=/head/; revision=276989
* - Switch run dependency from Thunderbird 2.0 to 3.0Beat Gaetzi2010-06-261-2/+2
| | | | | | | | | | - Bump PORTREVISION Feature safe: yes Approved by: Matthew Luckie <mjl AT luckie.org.nz> (maintainer) Notes: svn path=/head/; revision=257021
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+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) Notes: svn path=/head/; revision=214430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* [patch] mail/thunderbird-dictionaries update for thunderbird 2.0.0.0Edwin Groothuis2007-04-242-93/+92
| | | | | | | | | | | | | | thunderbird 2.0.0.0 changes where it expects to find dictionaries from ${PREFIX}/lib/thunderbird/components/myspell to ${PREFIX}/lib/thunderbird/dictionaries. this patch updates the port for this version of thunderbird. PR: ports/112057 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Notes: svn path=/head/; revision=190772
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-141-2/+2
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* - Use recently added MASTER_SITE_MOZDEVRenato Botelho2006-05-021-8/+2
| | | | | | | | | PR: ports/96451 (part of) Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=161197
* - Include EN_GB dictionary in port [1]Tom McLaughlin2006-02-233-8/+11
| | | | | | | | | | | | - Remove alternate Russian dictionary not installed from distinfo - Correctly install zu-ZA dictionary PR: 93572 Submitted by: Karol Kwiatkowski <freebsd@orchid.homeunix.org> [1] Approved by: portmgr (kris) Notes: svn path=/head/; revision=156761
* Add thunderbird-dictionariesTom McLaughlin2006-02-194-0/+413
- Dictionaries for Mozilla Thunderbird PR: 93550 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Notes: svn path=/head/; revision=156374