Commit Graph

3360 Commits

Author SHA1 Message Date
Li-Wen Hsu
f82067be13 - Update WWW 2018-03-29 13:28:57 +00:00
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
Mathieu Arnold
a1993564e0 Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
  flavored.  They will automatically get flavors (php56, php70, php71, php72)
  depending of the versions they support (set with IGNORE_WITH_PHP).  As a
  consequence, ports using USES=pear and USES=horde are also flavored.

PR:		226242
Submitted by:	mat
Exp-run by:	antoine
Approved by:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14208
2018-03-08 19:48:41 +00:00
Antoine Brodin
f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +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
Jochen Neumeister
a92dcb3ec4 Update to 4.9.4
Changelog:
 https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/
 https://wordpress.org/news/2018/02/wordpress-4-9-4-maintenance-release/

Approved by:	mentors (implicit)
MFH:		2018Q1
2018-02-09 22:48:12 +00:00
Antoine Brodin
d0252d09eb Remove dependency on the python3 symlink
PR:		225752
2018-02-08 18:44:13 +00:00
David Naylor
57f070a295 devel/eric6: update to 18.02
- remove translation packages no longer shipped by upstream:
     cs-eric6
     fr-eric6
     it-eric6
     pt-eric6
     tr-eric6
     zh_CN-eric6
   upstream considers these translations too incomplete.
 - add pkg-message explaining that there are translation available.
2018-02-08 15:11:50 +00:00
Antoine Brodin
d463153734 USE_PYTHON=allflavors shouldn't be used here 2018-01-22 19:40:42 +00:00
Kurt Jaeger
679ad782a1 New port: chinese/ibus-cangjie
This is an IBus engine for users of the Cangjie and
Quick input methods.

It is primarily intended to Hong Kong people
who want to input Traditional Chinese,
as they are (by far) the majority of Cangjie and Quick users.

WWW: http://cangjians.github.io/projects/ibus-cangjie/

PR:		225259
Submitted by:	owen94012@gmail.com
2018-01-22 19:31:45 +00:00
Jan Beich
25beeff079 devel/boost-*: update to 1.66.0
Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
2018-01-18 04:11:02 +00:00
David Naylor
4c0d257fbf lang/eric6: update to 17.12
- Version 18.01 is missing some language files
 - Switch to using the "nolang" version of source tarball as we ship
 - the languages separately
 - change log:
   - add support for Google protobuf protocol files*
   - add possibility to show the type of the object info is shown for
   - modified the top row and the search part in order to allow smaller sizes
   - introduced a configuration option to limit the viariables shown by the
     variables viewers depend on  thier size (in order to avoid overload
     situations on low power or low memory machines)
   - added a dark style (*.qss and Python lexers)
   - updated send2trash to version 1.4.2

* This release introduces a new project format that will be rejected by
   previous releases

Approved by:	portmgr (implicit, see PR 225250)
2018-01-17 06:19:00 +00:00
David Naylor
95a1554a33 devel/eric6: update to 17.11.1, add FLAVORS
- add FLAVORS for the following combinations [1]:
   - python: 2.7 and 3.6
   - qt: 4 and 5
 - simplify Makefiles:
   - all common macros between eric6 and the language packages are in
     devel/eric6/bsd.eric6.mk
   - devel/eric6/Makefile.inc only includes language package specific
     macros
   - eric6 specific macros are now moved into devel/eric6/Makefile
 - spelling error fixed in Makefile.inc
 - dependency on eric6 (for language packages) removed as the addition
   of flavors removes the ability to depend on a single port origin
 - install language files directly, since setup.py fails without eric6
   installed

Approved by:	portmgr (mat) [1]
Differential Revision:	https://reviews.freebsd.org/D13448
2018-01-10 18:39:31 +00:00
Yuri Victorovich
b5409b2cdd chinese/ibus-pinyin: Fixed build with NLS=off
PR:		219603
Submitted by:	Henry Hu <henry.hu.sh@gmail.com>
Reported by:	yuri
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13736
2018-01-09 23:59:55 +00:00
Mathieu Arnold
bb5196a149 Remove support for variables that have been deprecated for a while.
variables                  deprecation       revision
WITHOUT_NLS                2013-12-13        r336337
WITH_/WITHOUT_             2014-02-24        r345870
NOPORT(DOC|EXAMPLE)S       2014-04-19        r351587
WITH_BDB_VER               2016-05-02        r414444
OVERRIDE_LINUX_BASE_PORT   2016-09-05        r421387
WITH_OPENSSL_(BASE|PORT)   2016-06-16        r416965

While there, add an ERROR variable that works like DEV_ERROR, but for
user facing errors, and move NOPORTDOCS,
NOPORTEXAMPLES and WITHOUT_NLS to it.

Cleanup bsd.sanity.mk a bit.

Fix fallout.

PR:		224613
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D13490
2018-01-09 07:40:55 +00:00
Raphael Kubo da Costa
f6ceca6350 Update Qt5 ports to 5.9.3.
This took quite a lot of time because Qt's own build system underwent
several changes in 5.8.0 that took a while to adapt to.

And, of course, qt5-webengine is a behemoth that we need to patch like crazy
due to its bundling of Chromium. In fact, most of the Chromium patches in
qt5-webengine have been imported with no changes from www/chromium@433510
("www/chromium: update to 56.0.2924.87").

New port: accessibility/qt5-speech

Bigger changes to Qt5 ports we had to make:
- Qt now allows using a configure.json file to define configuration options
  and specify configuration checks that can be done when qmake is invoked.
  However, configure.json checks done in a subdirectory only propagates to
  subdirectories, and checks elsewhere will fail if all .pro files are being
  parsed at once (i.e. qmake -recursive), so several ports had to switch to
  USES=qmake:norecursive along with manual additional qmake invocations in
  subdirectories in order to work. It's been mentioned in a few places such
  as Qt's bug tracker that qmake's recursive mode is pretty much deprecated,
  so we might switch to non-recursive mode by default in the future.

- Uses/qmake.mk: Introduce QMAKE_CONFIGURE_ARGS. qmake now accepts
  arbitrary options such as '-foo' and '-no-bar' at the end of the
  command-line. They can be specified in QMAKE_CONFIGURE_ARGS.

- graphics/qt5-wayland: The port can only be built if graphics/mesa-libs is
  built with the WAYLAND option, so a corresponding option (off by default)
  was added to the port.

- misc/qt5-doc: Switch to a pre-built documentation tarball. The existing
  port was not working with Qt 5.9. Instead of trying to fix it, switch to
  what Gentoo does and fetch a tarball that already contains all
  documentation so that we do not have to build anything at all. The
  tarball's name and location in download.qt.io look a bit weird, but it
  seems to work fine.

- www/qt5-webengine: Use binutils from ports, Chromium's GN build system
  generates a build.ninja that uses ar(1) with the @file syntax that is not
  supported by BSD ar, so we need to use GNU ar from binutils.

- x11-toolkits/qt5-declarative-render2d: This port was merged into the main
  Qt Declarative repository upstream, and into x11-toolkits/qt5-quick in the
  ports tree.

Changes to other ports we had to make:
- biology/ugene: Drop a '#define point "."' that is not present in more
  recent versions of the port. Defining a macro with such a common name
  causes build issues with Qt 5.9, which uses |point| as an argument name in
  methods.

- cad/qelectrotech: Fix plist with Qt 5.9. Directories are no longer
  installed with `cp -f -R', but rather `qmake install qinstall', which does
  not install

    %%DATADIR%%/elements/10_electric/20_manufacturers_articles/bosch_rexroth/.directory

  That's a local file that should not even have been part of the tarball
  anyway.

- chinese/gcin-qt5: Add additional private Qt directories (which should not
  be used in the first place) to get the port to build with Qt 5.9.

- devel/qtcreator: Fix plist with Qt 5.9. Something changed in qdoc and some
  test classes no longer generate documentation files.

- security/keepassx-devel: Import a patch sent upstream almost a year ago to
  fix the build with Qt 5.9.

Thanks to antoine for the exp-run, and tcberner and Laurent Cimon
<laurent@nuxi.ca> for landing changes in our qt-5.9 branch.

PR:		224849
2018-01-06 21:30:31 +00:00
Antoine Brodin
4f3f80641f Remove ibus-cangjie, new BROKEN port
MFH:		2018Q1
2018-01-02 07:25:59 +00:00
Antoine Brodin
e31dc0f933 - Convert to USE_PYTHON=cython
- Remove support for unsupported versions of python
- Fix plist with python version different from 3.6
2017-12-31 23:49:30 +00:00
Sunpoet Po-Chuan Hsieh
f7c81f867a Add PORTSCOUT
- Clean up Makefile
2017-12-31 22:23:04 +00:00
Kurt Jaeger
54ca4ab35d New port: chinese/ibus-cangjie
This is an IBus engine for users of the Cangjie and
Quick input methods.

It is primarily intended to Hong Kong people
who want to input Traditional Chinese,
as they are (by far) the majority of Cangjie and Quick users.

WWW: http://cangjians.github.io/projects/ibus-cangjie/

PR:		223565
Submitted by:	hello@blubee.me
2017-12-31 19:15:49 +00:00
Kurt Jaeger
7c35908087 New port: chinese/libcangjie
This is a C library implementing the Cangjie input method.
This library is based on Wan Leung Wong's original libcangjie
with some updated API.

WWW: https://github.com/Cangjians/libcangjie

PR:		223565
Submitted by:	hello@blubee.me
2017-12-31 19:14:12 +00:00
Kurt Jaeger
0be2c28b28 New port: chinese/pycangjie
This is a Python wrapper to libcangjie,
the library implementing the Cangjie input method.

WWW: http://cangjians.github.io/projects/pycangjie/

PR:		223565
Submitted by:	hello@blubee.me
2017-12-31 19:12:25 +00:00
Sunpoet Po-Chuan Hsieh
8ab97cd3ab Update to 1.0.5
Changes:	https://github.com/BYVoid/OpenCC/blob/master/NEWS.md
PR:		224678
Submitted by:	sunpoet (myself)
Approved by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2017-12-29 18:47:48 +00:00
Thomas Zander
97e869e542 Update to upstream version 0.1.2
PR:		223999
Submitted by:	jiashiun@gmail.com (maintainer)
2017-12-17 13:02:50 +00:00
Antoine Brodin
1d00aa2b00 - Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
2017-12-11 16:54:20 +00:00
Antoine Brodin
c7bd299595 Fix packaging with python3 2017-12-11 16:48:54 +00:00
Antoine Brodin
a641776ee1 pyzy doesn't build with python3 2017-12-09 12:25:00 +00:00
Jochen Neumeister
a3779d483f Securityupdate to 4.9.1:
www/wordpress
russian/wordpress [1]
chinese/wordpress-zh_CN
japanese/wordpress
german/wordpress
french/wordpress

Changelog:
 https://codex.wordpress.org/Version_4.9.1
 https://wordpress.org/news/2017/11/wordpress-4-9-1-security-and-maintenance-release/

PR:		223982 [1]
Submitted by:	Mikhail Timofeev <9267096@gmail.com> (maintainer) [1]
Approved by:	tcberner (mentor)
MFH:		2017Q4
Security:	a2589511-d6ba-11e7-88dd-00e04c1ea73d
Differential Revision:	https://reviews.freebsd.org/D13337
2017-12-02 12:20:31 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Jochen Neumeister
050c9ea31a Update to 4.9
Changelog:
 https://codex.wordpress.org/Version_4.9
 https://wordpress.org/news/2017/11/tipton/

Approved by:	mentors (implicit)
2017-11-24 17:26:47 +00:00
Bartek Rutkowski
84107ef95a chinese/ibus-array: fix incorrectly used GH_TAGNAME instead of DISTVERSIONPREFIX
Reported by:	mat
Approved by:	portmgr blanket
2017-11-23 17:15:26 +00:00
Bartek Rutkowski
2967c3ae6e New port: chinese/ibus-array: Array 30 input method for IBus
Implementation of fully functional Array 30 input method engine for iBus.
Array 30 is a traditional Chinese input method used in Taiwan.

WWW: https://github.com/lexical/ibus-array/

PR:		212527
Submitted by:	Jia-Shiun Li <jiashiun@gmail.com>
2017-11-23 16:51:13 +00:00
Mathieu Arnold
cbcfde370c OPTIONS_SUB only cares about being defined, its content is ignored.
Sponsored by:	Absolight
2017-11-21 08:36:26 +00:00
Sunpoet Po-Chuan Hsieh
5de1ec4251 Mark CONFLICTS_INSTALL between net/tintin++ and chinese/tintin++ 2017-11-19 03:31:28 +00:00
Vanilla I. Shu
c7685de43f Update WWW. 2017-11-13 02:30:05 +00:00
Jung-uk Kim
c2d145e797 Update to 5.3.7. 2017-11-02 21:12:58 +00:00
Jimmy Olgeni
258b5d44ad Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-10-31 14:51:53 +00:00
David Naylor
c6d03d7e69 evel/eric6: update to 17.10
ChangeLog:
 - https://eric-ide.python-projects.org/eric-news.html
2017-10-27 03:43:48 +00:00
Mathieu Arnold
2cbd7edc37 Fix build with recent perl-devel.
Sponsored by:	Absolight
2017-10-20 09:15:06 +00:00
Sunpoet Po-Chuan Hsieh
dd910d5e66 Update MASTER_SITES and unbreak this port
MFH:		2017Q4
2017-10-13 15:20:58 +00:00
Baptiste Daroussin
96e68a0bdf Fix typo
Reported by:	antoine
2017-10-13 14:25:31 +00:00
Baptiste Daroussin
6f8755a7f3 Cleanup dead master_sites 2017-10-13 14:23:31 +00:00
Baptiste Daroussin
3d5ad631b2 Mark as broken: no public distfiles 2017-10-13 14:23:10 +00:00
Baptiste Daroussin
d8b775bfe0 Mark as broken ports with no public distfiles 2017-10-13 14:22:27 +00:00
Baptiste Daroussin
d211b4be6c Debian does not provide those distfiles anymore 2017-10-13 12:17:30 +00:00
Jochen Neumeister
29b7ce6b3c Update to 4.8.2
- Changelog: https://wordpress.org/news/2017/09/wordpress-4-8-2-security-and-maintenance-release/

Approved by:	mentors (implicit)
MFH:		2017Q4
Security:	a48d4478-e23f-4085-8ae4-6b3a7b6f016b
2017-10-05 17:42:07 +00:00
Vanilla I. Shu
90e9ba8841 Add gcin related settings, and add fluxbox as wm option. 2017-09-30 03:49:30 +00:00
Jan Beich
98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00
Jan Beich
7e21a6476a devel/boost-*: enable C++11 features
PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:05:05 +00:00
Vanilla I. Shu
80d1c68434 Add gcin's qt5 input module. 2017-09-23 14:29:58 +00:00