Commit graph

3277 commits

Author SHA1 Message Date
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Jung-uk Kim
a489cb61bb Update to 5.2.6. 2017-03-27 20:14:16 +00:00
Vanilla I. Shu
a1dbe4a0f1 Remove chinese/irssi. 2017-03-17 09:32:50 +00:00
Mathieu Arnold
e51bbb58a4 Remove all _USE=openssl occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:54 +00:00
Torsten Zuehlsdorff
885e4918f5 chinese/wordpress-zh_CN, chinese/wordpress-zh_TW, german/wordpress,
japanese/wordpress and www/wordpress, : Update from 4.7.2 to 4.7.3

Changelog: https://wordpress.org/news/2017/03/wordpress-4-7-3-security-and-maintenance-release/

This update fixes 6 security issues.

PR:           217608
Submitted by: Jochen Neumeister (maintainer)
MFH:          2017Q1
2017-03-07 13:56:44 +00:00
Vanilla I. Shu
1f93967b29 Update to 2.8.5. 2017-03-07 13:10:11 +00:00
Vanilla I. Shu
00b11eeee6 Revert patch-Makefile to fix building with DOCS on. 2017-03-05 15:03:25 +00:00
Vanilla I. Shu
d040b51b74 1: regen patch files.
2: fix MOC's path.

PR:		217486
Submitted by:	yunchih@csie.ntu.edu.tw
2017-03-04 15:51:23 +00:00
Mathieu Arnold
bebf3178ae Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.

In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed.  The remaining must not
be of use to anyone.

With hat:	portmgr
Sponsored by:	Absolight
2017-03-03 16:00:19 +00:00
Dmitry Marakasov
2640ba4082 - Add LICENSE_FILE
- Remove unneeded libX11 dependency
- Don't install COPYING along with documentation
- Simplify installation
- Add NO_ARCH
- Switch to options helpers
2017-02-27 09:01:46 +00:00
Tobias C. Berner
f3c180c343 Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some more
* Update Qt5 to 5.7.1
* Move Qt4 binaries to lib/qt4/bin
* Move Qt5 libraries to lib/qt5/lib
  By moving the libraries we should finally be able to get rid of the inplace
  upgrade bug (see ports bugs 194088, 195105 and 198720):  when Qt5's libraries
  were lying in /usr/local/lib, which would often get added by pkgconfig to the
  linker paths via dependencies, the already installed libraries were linked
  against, instead of the ones that were being built. This forced us to make
  sure, that -L${WRKSRC}/lib was always coming before -L/usr/local/lib in the
  linker flags. With this change this should no longer be the case.
* Rename some ports to match the rest (foo-qtX -> qtX-foo)
* Depend on new port misc/qtchooser [see UPDATING & CHANGES]

There are several new Qt5 ports which all have been created by Marie Loise Nolden
<nolden@kde.org>. Thanks again.

PR:		216797
Exp-Run by:	antoine
Reviewed by:	rakuco, mat, groot_kde.org
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D9213
2017-02-18 19:48:05 +00:00
Kevin Lo
248d6fd258 Remove the chinese specific version of mutt's email client.
The regular mail/mutt can handle Chinese locales.
2017-02-13 07:17:41 +00:00
Vanilla I. Shu
5e00d0db57 Update to 0.5.1. 2017-02-04 15:05:56 +00:00
Jung-uk Kim
b2486f9967 Update to 5.2.5. 2017-02-01 00:52:29 +00:00
Mark Linimon
dcd74e6387 Mark various ports broken on aarch64 and armv6.
Approved by:	portmgr (tier-2 blanket)
2017-01-31 03:40:46 +00:00
Sunpoet Po-Chuan Hsieh
096585ad3c Update to 4.7.2
Changes:	https://wordpress.org/news/2017/01/wordpress-4-7-2-security-release/
PR:		216540
Submitted by:	Jochen Neumeister <joneum@bsdproject.de> (maintainer)
2017-01-28 20:54:07 +00:00
Dmitry Marakasov
b9f36a6bd6 - Mark BROKEN on DragonFly:
cc1: error: /construction/chinese/telnet/telnet-1.0/libtelnet/../../crypto/libressl/include: No such file or directory [-Werror=missing-include-dirs]
2017-01-26 11:37:33 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Tijl Coosemans
02f27a83b4 The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user.  Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables.  LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well.  The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.

Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).

PR:		215882
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2017-01-18 13:20:31 +00:00
Mathieu Arnold
1cc9fcd1c7 Extract do-patch into a separate script.
PR:		215761
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D9029
2017-01-16 16:47:00 +00:00
Sunpoet Po-Chuan Hsieh
a72fc7bb0f Update to 4.7.1
Changes:	https://wordpress.org/news/2017/01/wordpress-4-7-1-security-and-maintenance-release/
PR:		216059
Submitted by:	Jochen Neumeister <joneum@bsdproject.de> (maintainer)
2017-01-14 17:19:49 +00:00
Mathieu Arnold
ab00e8864e http://github.com redirects to the https version.
Sponsored by:	Absolight
2017-01-13 08:37:06 +00:00
Dmitry Marakasov
45c68f6993 - Add NO_ARCH
- Always check OPSYS along with OSVERSION

Approved by:	portmgr blanket
2017-01-12 17:04:42 +00:00
Dmitry Marakasov
4f98e380fd - Always check OPSYS along with OSVERSION 2017-01-12 15:53:07 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Vanilla I. Shu
7792457ef7 chrase irc/irssi.
MFH:		2017Q1
2017-01-06 03:47:14 +00:00
Adam Weinberger
43281dab2d Reassign to the perl collective 2017-01-02 20:13:16 +00:00
Rene Ladan
f2d2d41cbc leeym handed in his commit bit. 2017-01-02 20:04:36 +00:00
Jung-uk Kim
c8774e64f9 Update to 5.2.4. 2017-01-01 17:54:02 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Dmitry Marakasov
f1749e4ab1 - Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes

Approved by:	portmgr blanket
2016-12-29 14:29:18 +00:00
Wen Heping
55bc157939 - Unbreak by change MASTER_SITES to github
PR:		213006
Submitted by:	henry.hu.sh@gmail.com(maintainer)
2016-12-29 06:28:55 +00:00
Kurt Jaeger
2b7fb9d184 chinese/fcitx: Enable GTK3 by default, fcitx doesn't work in firefox without it
PR:		212590
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
Approved by:	lichray@gmail.com (maintainer)
2016-12-27 20:33:29 +00:00
Kurt Jaeger
ce964f26a2 chinese/pyzy: unbreak by moving upstream to github
- Removes the openphrase database
  It is only hosted on Google Code. Remove this option until it's
  provided on github.
- Fix build with OpenCC
  OpenCC changed its interface and removed the old APIs. This patch
  fixes the problem. The upstream is almost dead, and there is a
  similar pull request waiting.
- use pathfix instead of sed call
- fixed indention

PR:		212735
Submitted by:	shun.fbsd.pr.ml@dropcut.net, henry.hu.sh@gmail.com (maintainer)
2016-12-27 14:25:39 +00:00
Sunpoet Po-Chuan Hsieh
1b223c4b2f - Update to 4.7
Changes:	https://codex.wordpress.org/Version_4.7
		https://wordpress.org/news/2016/12/vaughan/
PR:		215441
Submitted by:	Jochen Neumeister <joneum@bsdproject.de> (maintainer)
2016-12-20 18:36:11 +00:00
Antoine Brodin
f555356b89 Revert r428752 and unbreak
Pointy hat:	sunpoet
2016-12-17 16:32:46 +00:00
Sunpoet Po-Chuan Hsieh
8e816fffb5 - Use USES=makeinfo instead of hard-coded BUILD_DEPENDS
- Use = instead of += for CMAKE_ARGS
2016-12-17 12:58:36 +00:00
Sunpoet Po-Chuan Hsieh
e48f3fd9e4 - Add php-opencc 0.0.0.20161110
Open Chinese Convert is an opensource project for conversion between Traditional
Chinese and Simplified Chinese, supporting character-level conversion,
phrase-level conversion, variant conversion and regional idioms among Mainland
China, Taiwan and Hong kong.

WWW: https://github.com/NauxLiu/opencc4php

PR:		215092
Submitted by:	Gasol Wu <gasol.wu@gmail.com>
2016-12-17 12:53:14 +00:00
Sunpoet Po-Chuan Hsieh
b180085a9b - Remove MASTER_SITES
Approved by:	portmgr (blanket)
2016-12-17 12:53:09 +00:00
Dmitry Marakasov
095d372001 - Update to 4.7
PR:		215110
Submitted by:	joneum@bsdproject.de (maintainer)
2016-12-13 16:30:00 +00:00
Kevin Lo
9362965aa7 Unbreak fetching by pointing to archived distfile in Google Cloud Storage. 2016-12-13 06:44:19 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
6ead27eb95 Remove libiconv.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:23:24 +00:00
Mathieu Arnold
bbf7ef5615 http://github.com redirects to https://github.com, spare everyone a redirect.
Sponsored by:	Absolight
2016-12-02 09:21:58 +00:00
Vanilla I. Shu
951bf73705 Fix building with mutt-1.7.2.
MFH:		2016Q4
2016-12-02 03:41:46 +00:00
Mathieu Arnold
8664861b1a Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.

Sponsored by:	Absolight
2016-12-01 11:18:03 +00:00
Jan Beich
a8713d15f4 devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
2016-11-23 12:45:46 +00:00
Kevin Lo
be962d5604 Mention fcitx. 2016-11-23 02:32:46 +00:00
David Naylor
8f19e8b399 devel/eric6: update to 6.1.11
- remove i18n files from devel/eric6 (duplicate of the specific ports)
 - add support for Python 3
2016-11-18 18:49:55 +00:00
Tobias C. Berner
30a183cdd9 Importing KDE Frameworks into the ports tree (required for newer KDE Desktop and Applications)
KDE Frameworks is a collection of libraries and software frameworks by KDE
that serve as technological foundation for KDE Plasma 5 and KDE Applications
distributed under the GNU Lesser General Public License (LGPL) [1].

The work is based on what we have in the KDE testing repo [2].

This is the next big step in updating the KDE Desktop and its Applications
to anything less dusty.

With this change, `USES=kde:5` is now a valid option. Ports that need to depend
on KDE Framework can now set:
	USES=kde:5
	USE_KDE=<framework1> <framework2> ... <frameworkX>

For example: www/qupzilla-qt5 can depend on sysutils/kf5-kwallet via:
	KWALLET_USE=            KDE=wallet

I would like to thank Raphael and Adriaan for reviewing the ports in the testing
repo :)

[1] https://en.wikipedia.org/wiki/KDE_Frameworks
[2] http://src.mouf.net/area51/log/branches/plasma5

Reviewed by:	rakuco, mat, groot_kde.org
Approved by:	rakuco (maintainer)
Differential Revision:	https://reviews.freebsd.org/D8329
2016-11-14 16:12:56 +00:00