aboutsummaryrefslogtreecommitdiff
path: root/polish
Commit message (Collapse)AuthorAgeFilesLines
* - Update LibreOffice to 6.0.2 [1]Li-Wen Hsu2018-03-172-8/+5
| | | | | | | | | | | | | | | | | | | - Build offline help when DOCS option enabled [2] - Fix bad symlink and add missing dependencies [3] PR: 224288 [1] 197071 [2] 226344 [3] Submitted by: Greg V <greg@unrelenting.technology> [1] bergerkos@yahoo.co.uk [2] Reported by: joneum [3] Helped & tested by: Daniel Ebdrup Greg Veldman <freebsd@gregv.net> Per olof Ljungmark <peo@nethead.se> StariKarp <starikarp@yandex.com> pi Security: 289269f1-0def-11e8-99b0-d017c2987f9a Notes: svn path=/head/; revision=464758
* Update to 20180310Sunpoet Po-Chuan Hsieh2018-03-122-4/+4
| | | | Notes: svn path=/head/; revision=464323
* Update to 20180304Sunpoet Po-Chuan Hsieh2018-03-121-1/+1
| | | | Notes: svn path=/head/; revision=464317
* Update net/libmaia to 0.9.0 (follow up to r463988)Tobias C. Berner2018-03-091-1/+1
| | | | | | | | * This time with 99% more changes. * Pet portlint Notes: svn path=/head/; revision=463989
* Update net/libmaia to 0.9.0Tobias C. Berner2018-03-091-1/+1
| | | | Notes: svn path=/head/; revision=463988
* Update to 20180304Sunpoet Po-Chuan Hsieh2018-03-052-4/+4
| | | | Notes: svn path=/head/; revision=463658
* Update to 20180223Sunpoet Po-Chuan Hsieh2018-02-262-4/+4
| | | | Notes: svn path=/head/; revision=463063
* Return pawel@'s ports to the pool after he resigned.Rene Ladan2018-02-245-5/+5
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=462871
* Update to 20180216Sunpoet Po-Chuan Hsieh2018-02-192-4/+4
| | | | Notes: svn path=/head/; revision=462299
* Update to 20180207Sunpoet Po-Chuan Hsieh2018-02-122-4/+4
| | | | Notes: svn path=/head/; revision=461615
* Rename KDE4 meta portsTobias C. Berner2018-02-101-1/+1
| | | | | | | | | | | | | | This is done for * consistency, * and to simplify the import of the newer KDE Plasma5 desktop and KDE applications Bumps the dependencies. Reviewed by: adridg Differential Revision: https://reviews.freebsd.org/D12979 Notes: svn path=/head/; revision=461375
* Update to 20180202Sunpoet Po-Chuan Hsieh2018-02-052-4/+4
| | | | Notes: svn path=/head/; revision=460996
* Update to 20180127Sunpoet Po-Chuan Hsieh2018-01-292-4/+4
| | | | Notes: svn path=/head/; revision=460269
* Update to 20180113Sunpoet Po-Chuan Hsieh2018-01-152-4/+4
| | | | Notes: svn path=/head/; revision=459090
* Update to 20180107Sunpoet Po-Chuan Hsieh2018-01-082-4/+4
| | | | Notes: svn path=/head/; revision=458441
* Update to 20171224Sunpoet Po-Chuan Hsieh2017-12-252-4/+4
| | | | Notes: svn path=/head/; revision=457231
* Update to 20171217Sunpoet Po-Chuan Hsieh2017-12-182-4/+4
| | | | Notes: svn path=/head/; revision=456652
* Update to 20171215Sunpoet Po-Chuan Hsieh2017-12-152-4/+4
| | | | Notes: svn path=/head/; revision=456425
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Update to 20171105Sunpoet Po-Chuan Hsieh2017-11-062-4/+4
| | | | Notes: svn path=/head/; revision=453632
* Update to 5.3.7.Jung-uk Kim2017-11-021-5/+5
| | | | Notes: svn path=/head/; revision=453378
* Update to 20171029Sunpoet Po-Chuan Hsieh2017-10-302-4/+4
| | | | Notes: svn path=/head/; revision=453183
* Update to 20171022Sunpoet Po-Chuan Hsieh2017-10-232-4/+4
| | | | Notes: svn path=/head/; revision=452718
* Update to 20171015Sunpoet Po-Chuan Hsieh2017-10-162-4/+4
| | | | Notes: svn path=/head/; revision=452224
* Update to 20170924Sunpoet Po-Chuan Hsieh2017-09-252-4/+4
| | | | Notes: svn path=/head/; revision=450601
* - Fix configure failing to find libgadu by using USES=localbasePawel Pekala2017-09-231-2/+6
| | | | | | | | | - Add licensing information - Use tab instead of space in CONFIGURE_ARGS line - Add USES=ssl when OPENSSL option is selected Notes: svn path=/head/; revision=450459
* Cleanup after removal of libexecinfo from ports.Mathieu Arnold2017-09-221-2/+1
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450353
* Remove USES=execinfo.Mathieu Arnold2017-09-222-2/+2
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450351
* Fix kde4-l10n packages after sysutils/filelight's updateTobias C. Berner2017-09-162-2/+1
| | | | | | | | | | | | | | | | | | I chose filelight-17.* as it contains its own localization, which is good, as kde4-l10n is very outdated, and may not match modern filelight anymore. Unfortunately this lead to conflicts with the kde4-l10n. So strip the filelight parts from kde4-l10n-*. Reported by: VVD (via IRC) Reviewed by: rakuco Pointyhat to: tcberner Differential Revision: https://reviews.freebsd.org/D12393 Notes: svn path=/head/; revision=449969
* Update to 20170914Sunpoet Po-Chuan Hsieh2017-09-142-4/+4
| | | | Notes: svn path=/head/; revision=449858
* Update to 20170906Sunpoet Po-Chuan Hsieh2017-09-112-4/+4
| | | | Notes: svn path=/head/; revision=449637
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-102-1/+2
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* Update to 5.3.6.Jung-uk Kim2017-09-051-5/+5
| | | | Notes: svn path=/head/; revision=449308
* Update to 20170824Sunpoet Po-Chuan Hsieh2017-09-042-4/+4
| | | | Notes: svn path=/head/; revision=449254
* Update to 20170820Sunpoet Po-Chuan Hsieh2017-08-222-4/+4
| | | | Notes: svn path=/head/; revision=448550
* Update to 20170806Sunpoet Po-Chuan Hsieh2017-08-182-4/+4
| | | | Notes: svn path=/head/; revision=448253
* Update to 20170806Sunpoet Po-Chuan Hsieh2017-08-072-4/+4
| | | | Notes: svn path=/head/; revision=447507
* Update to 5.3.5.Jung-uk Kim2017-08-031-5/+5
| | | | Notes: svn path=/head/; revision=447247
* Update to 20170729Sunpoet Po-Chuan Hsieh2017-07-313-8/+9
| | | | | | | | | | - Update MASTER_SITES - Update LICENSE - Sort LICENSE - Update WWW Notes: svn path=/head/; revision=446968
* Update to 20170716Sunpoet Po-Chuan Hsieh2017-07-172-4/+4
| | | | Notes: svn path=/head/; revision=446100
* Update to 20170709Sunpoet Po-Chuan Hsieh2017-07-102-4/+4
| | | | Notes: svn path=/head/; revision=445448
* Update to 20170702Sunpoet Po-Chuan Hsieh2017-07-032-4/+4
| | | | Notes: svn path=/head/; revision=444921
* Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-272-2/+2
| | | | | | | | | | | | | | - Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine Notes: svn path=/head/; revision=444463
* Update to 20170625Sunpoet Po-Chuan Hsieh2017-06-262-4/+4
| | | | Notes: svn path=/head/; revision=444352
* Update to 5.3.4.Jung-uk Kim2017-06-221-5/+5
| | | | Notes: svn path=/head/; revision=444114
* Update to 20170618Sunpoet Po-Chuan Hsieh2017-06-192-4/+4
| | | | Notes: svn path=/head/; revision=443892
* Update the Calligra ports to 3.0.1.Raphael Kubo da Costa2017-06-175-91/+0
| | | | | | | | | | | | | | | | | | | | | The 3.x series is based on KDE Frameworks 5, and some programs have been split into separate ports: - Sheets, Words & co are in editors/calligra. - Krita is in graphics/krita. - Kexi is in databases/kexi. - The calligra-l10n* ports are now part of editors/calligra itself. Okular support in editors/calligra and Marble support in textproc/kreport have been disabled for now because they need the KF5 version of those ports. Thanks to everyone who's tested it and worked on it in our area51 repository. Submitted by: Adrian de Groot <groot@kde.org>, tcberner, rakuco Reviewed by: rakuco, mat (earlier versions) Differential Revision: https://reviews.freebsd.org/D10167 Notes: svn path=/head/; revision=443772
* Update to 20170611Sunpoet Po-Chuan Hsieh2017-06-142-4/+4
| | | | Notes: svn path=/head/; revision=443564
* Update to 20170604Sunpoet Po-Chuan Hsieh2017-06-052-4/+4
| | | | Notes: svn path=/head/; revision=442602
* - Add LICENSE informationPawel Pekala2017-05-312-11/+16
| | | | | | | | | | | - Convert to USES=localbase - Add missing dependencies found by stage-qa - Fix build when GTKSPELL=on, needs aspell - Remove deprecated WANT_GNOME - Fix typo in pkg-descr Notes: svn path=/head/; revision=442264