Commit graph

830 commits

Author SHA1 Message Date
Li-Wen Hsu
6b0c7daec2 - Update LibreOffice to 6.0.2 [1]
- 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
2018-03-17 06:31:11 +00:00
Sunpoet Po-Chuan Hsieh
6801b57978 Update to 20180310 2018-03-12 21:20:44 +00:00
Sunpoet Po-Chuan Hsieh
a66a93b607 Update to 20180304 2018-03-12 21:17:08 +00:00
Tobias C. Berner
fa82f591de Update net/libmaia to 0.9.0 (follow up to r463988)
* This time with 99% more changes.
* Pet portlint
2018-03-09 18:30:48 +00:00
Tobias C. Berner
d65417da09 Update net/libmaia to 0.9.0 2018-03-09 18:19:07 +00:00
Sunpoet Po-Chuan Hsieh
845230ea67 Update to 20180304 2018-03-05 17:14:50 +00:00
Sunpoet Po-Chuan Hsieh
594bd45779 Update to 20180223 2018-02-26 22:30:35 +00:00
Rene Ladan
4b856bf8d4 Return pawel@'s ports to the pool after he resigned.
With hat:	portmgr
2018-02-24 22:35:18 +00:00
Sunpoet Po-Chuan Hsieh
c8905719c5 Update to 20180216 2018-02-19 10:30:37 +00:00
Sunpoet Po-Chuan Hsieh
c9e17fd354 Update to 20180207 2018-02-12 19:03:28 +00:00
Tobias C. Berner
737c1cc56d Rename KDE4 meta ports
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
2018-02-10 10:29:51 +00:00
Sunpoet Po-Chuan Hsieh
312f1a874c Update to 20180202 2018-02-05 17:49:47 +00:00
Sunpoet Po-Chuan Hsieh
f2b26a44b8 Update to 20180127 2018-01-29 11:27:59 +00:00
Sunpoet Po-Chuan Hsieh
3a3afa28be Update to 20180113 2018-01-15 17:16:30 +00:00
Sunpoet Po-Chuan Hsieh
9b46565864 Update to 20180107 2018-01-08 16:51:48 +00:00
Sunpoet Po-Chuan Hsieh
2d3b801174 Update to 20171224 2017-12-25 13:53:49 +00:00
Sunpoet Po-Chuan Hsieh
85a36322f5 Update to 20171217 2017-12-18 17:17:09 +00:00
Sunpoet Po-Chuan Hsieh
86591c8f36 Update to 20171215 2017-12-15 23:51:51 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
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
2017-11-30 15:50:30 +00:00
Sunpoet Po-Chuan Hsieh
f2301db8ec Update to 20171105 2017-11-06 17:38:49 +00:00
Jung-uk Kim
c2d145e797 Update to 5.3.7. 2017-11-02 21:12:58 +00:00
Sunpoet Po-Chuan Hsieh
cc57b0c68a Update to 20171029 2017-10-30 14:54:34 +00:00
Sunpoet Po-Chuan Hsieh
e26050061b Update to 20171022 2017-10-23 18:26:41 +00:00
Sunpoet Po-Chuan Hsieh
d08f483f16 Update to 20171015 2017-10-16 17:46:45 +00:00
Sunpoet Po-Chuan Hsieh
a57107ba25 Update to 20170924 2017-09-25 15:11:56 +00:00
Pawel Pekala
185c071ee7 - Fix configure failing to find libgadu by using USES=localbase
- Add licensing information
- Use tab instead of space in CONFIGURE_ARGS line
- Add USES=ssl when OPENSSL option is selected
2017-09-23 16:43:17 +00:00
Mathieu Arnold
cb9a2b582c Cleanup after removal of libexecinfo from ports.
PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
2017-09-22 10:48:57 +00:00
Mathieu Arnold
3fcd0e41de Remove USES=execinfo.
PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
2017-09-22 10:48:28 +00:00
Tobias C. Berner
f3049c5ff7 Fix kde4-l10n packages after sysutils/filelight's update
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
2017-09-16 16:52:48 +00:00
Sunpoet Po-Chuan Hsieh
f6569cc710 Update to 20170914 2017-09-14 23:47:58 +00:00
Sunpoet Po-Chuan Hsieh
7c943a9179 Update to 20170906 2017-09-11 13:16:00 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(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
2017-09-10 20:55:38 +00:00
Jung-uk Kim
832bbf2b3a Update to 5.3.6. 2017-09-05 18:37:49 +00:00
Sunpoet Po-Chuan Hsieh
70d6560a24 Update to 20170824 2017-09-04 18:54:05 +00:00
Sunpoet Po-Chuan Hsieh
99436d15eb Update to 20170820 2017-08-22 16:40:17 +00:00
Sunpoet Po-Chuan Hsieh
e1fa0bd2da Update to 20170806 2017-08-18 16:09:48 +00:00
Sunpoet Po-Chuan Hsieh
d7bd2ea24d Update to 20170806 2017-08-07 18:51:38 +00:00
Jung-uk Kim
7bdf3e6167 Update to 5.3.5. 2017-08-03 16:32:13 +00:00
Sunpoet Po-Chuan Hsieh
4d9c968afe Update to 20170729
- Update MASTER_SITES
- Update LICENSE
- Sort LICENSE
- Update WWW
2017-07-31 15:49:41 +00:00
Sunpoet Po-Chuan Hsieh
19dbb2525a Update to 20170716 2017-07-17 18:42:43 +00:00
Sunpoet Po-Chuan Hsieh
712bd287e1 Update to 20170709 2017-07-10 18:25:00 +00:00
Sunpoet Po-Chuan Hsieh
12f162281e Update to 20170702 2017-07-03 08:20:49 +00:00
Sunpoet Po-Chuan Hsieh
cb037d3c98 Update devel/readline to 7.0 patch 3
- 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
2017-06-27 13:46:53 +00:00
Sunpoet Po-Chuan Hsieh
f6db957673 Update to 20170625 2017-06-26 03:27:47 +00:00
Jung-uk Kim
7edfa5164d Update to 5.3.4. 2017-06-22 13:14:37 +00:00
Sunpoet Po-Chuan Hsieh
8a36dc71eb Update to 20170618 2017-06-19 17:26:51 +00:00
Raphael Kubo da Costa
a842d46924 Update the Calligra ports to 3.0.1.
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
2017-06-17 13:44:51 +00:00
Sunpoet Po-Chuan Hsieh
8c2ee9cda2 Update to 20170611 2017-06-14 11:09:27 +00:00
Sunpoet Po-Chuan Hsieh
cc9a6d2e68 Update to 20170604 2017-06-05 02:16:22 +00:00
Pawel Pekala
dc1f14e36e - Add LICENSE information
- 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
2017-05-31 20:43:21 +00:00