Commit graph

3259 commits

Author SHA1 Message Date
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
Baptiste Daroussin
6721a47473 Update libreoffice to 5.2.3 and liborcus to 0.11.2 2016-11-12 09:45:22 +00:00
Jan Beich
68036db43c Track used or drop unused devel/icu dependency
This tries to fix discrepancy between

  $ pkg rquery '%o %B' | awk '/libicu/ { print $1 }' | sort -u
  $ git grep -lF :devel/icu | sed 's,/Makefile$,,'

PR:		214384
Reported by:	tijl, stage-qa, readelf(1)
2016-11-11 11:59:55 +00:00
Jan Beich
7ec7f7f9f8 chinese/tin: drop PORTREVISION as it has no effect
PR:		214384
2016-11-11 11:58:55 +00:00
Xin LI
9b52f573fd fandol - Four basic fonts for Chinese typesetting
Fandol fonts designed for Chinese typesetting. The current version contains
four styles: Song, Hei, Kai, Fang. All fonts are in OpenType format.

Website: 	http://www.ctan.org/pkg/fandol
Submitted by:	intron <intron at intron ac>
2016-11-07 06:18:47 +00:00
Mathieu Arnold
43d4db24b0 Fix man pages generation with Perl 5.24+
While there, run make makepatch.

PR:		213810
Sponsored by:	Absolight
2016-11-03 13:30:20 +00:00
Mathieu Arnold
b050012ec2 Fix github usage.
Sponsored by:	Absolight
2016-11-03 13:29:58 +00:00
Mathieu Arnold
d26ef18700 Cleanup no longer needed CHMOD usage after r424898.
PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-11-02 22:45:14 +00:00
Mathieu Arnold
a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
David Naylor
0b5c2bfcca devel/eric6: update to 6.1.10.
ChangeLog:
 - bug fixes
2016-10-09 18:47:21 +00:00
Mathieu Arnold
586255bfed Catch stray dependencies, courtesy of the proxy-deps qa check.
Sponsored by:	Absolight
2016-09-30 16:03:23 +00:00
Tijl Coosemans
48f4591035 - Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-09-24 11:06:57 +00:00
Steve Wills
149ba7338a Unmark broken on powerpc64
These ports built successfully
2016-09-15 01:41:28 +00:00
Antoine Brodin
cc9b2efba4 Revert recent strfile changes, strfile is already in base
With hat:	portmgr
2016-09-14 19:50:46 +00:00
Pawel Pekala
e09b47dcdd Update to version 4.6.1
PR:		212676
Submitted by:	Jochen Neumeister (maintainer)
2016-09-14 16:14:36 +00:00
Mathieu Arnold
dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00
John Marino
a010fa4d7b chinese/fortune: Use fortune_strfile instead of strfile(8) and mark BROKEN
This removes the dependency on the games distribution.
Unfortunately, it's also unfetchable (Google Code site) so it's also been
marked BROKEN for this reason.

Approved by:	general blanket
2016-09-14 05:23:52 +00:00
David Naylor
b65a927004 devel/eric6: update to 6.1.9
ChangeLog:
 - bug fixes
2016-09-06 06:16:04 +00:00