Commit graph

8090 commits

Author SHA1 Message Date
Antoine Brodin
e3d058fb6b Fix build with clang 6
trainer.cpp:106:18: error: no matching function for call to 'make_pair'
    x_.push_back(std::make_pair<std::string, FeatureNode *>(y, fn));
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

PR:		224669
Reported by:	pkg-fallout
2018-01-21 10:08:40 +00:00
Jochen Neumeister
10794c4208 Securityupdate to 4.9.2:
Changelog:
 https://codex.wordpress.org/Version_4.9.2
 https://wordpress.org/news/2018/01/wordpress-4-9-2-security-and-maintenance-release/

Approved by:	mentors (implicit)
MFH:		2018Q1
Security:	c04dc18f-fcde-11e7-bdf6-00e04c1ea73d
2018-01-19 07:09:28 +00:00
Alexey Dokuchaev
7b85b686ee Remove superfluous linefeeds and fix some other minor whitespace bugs. 2018-01-11 16:53:44 +00:00
Jun Kuriyama
2320abae94 - Update to 20171228. 2018-01-09 02:23:26 +00:00
Carlos J. Puga Medina
5d46c38bbc Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.2
Approved by:	portmgr (antoine)
2018-01-08 15:20:57 +00:00
Danilo Egea Gondolfo
310045a784 - Update to 0.20180104 2018-01-05 19:18:07 +00:00
Danilo Egea Gondolfo
33de1c675b - Update to 0.20171201 2017-12-26 23:03:40 +00:00
Joseph Mingrone
7a729adfdf japanese/egg-canna: Remove expired port
Approved by:	ume@FreeBSD.org (maintainer)
2017-12-25 19:05:36 +00:00
Tijl Coosemans
f9712529e9 Convert to USES=autoreconf. 2017-12-24 19:53:11 +00:00
Tijl Coosemans
75a167d773 Remove non-functional post-configure. 2017-12-23 16:59:00 +00:00
Baptiste Daroussin
0e169e7013 Switch to swig 3.0 2017-12-20 13:24:43 +00:00
Baptiste Daroussin
4fe7498039 Switch to swig 3.0 2017-12-20 12:41:06 +00:00
Mark Linimon
88c5a12ff5 Also broken on recent aarch64 and mips builds. 2017-12-18 01:54:27 +00:00
Antoine Brodin
b0d60409ee Mark BROKEN: unfetchable
Reported by:	pkg-fallout
2017-12-14 06:28:44 +00:00
Antoine Brodin
6cfdfbc1cd - Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
2017-12-12 18:35:32 +00:00
Sunpoet Po-Chuan Hsieh
0a7591375a Update devel/protobuf to 3.5.0
- Bump PORTREVISION for shlib change

Changes:	https://github.com/google/protobuf/releases
2017-12-11 18:26:13 +00:00
Mark Linimon
e8210b4758 Mark more ports broken that fail on both armv6 and armv7.
Approved by:	portmgr (tier-2 blanket)
2017-12-09 00:42:05 +00:00
David Chisnall
f9197640d9 Fix configure options for gnustep-make
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs.  This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
2017-12-03 12:23:53 +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
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
Wen Heping
47ec1c3fb3 - Add LICENSE
PR:		222324
Submitted by:	yasu@utahime.org
Approved by:	maintainer(timeout, > 60 days)
2017-11-30 11:01:32 +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
Mathieu Arnold
d9033160f4 Don't use MASTER_SITE_SUBDIR when it is not needed.
Sponsored by:	Absolight
2017-11-24 17:53:11 +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
Jun Kuriyama
6a00060775 - Update to 20171031. 2017-11-12 11:37:34 +00:00
Antoine Brodin
13ca35d735 Fix the context of some patches so that they apply with stricter patch(1)
PR:		223545
With hat:	portmgr
2017-11-09 20:09:18 +00:00
Danilo Egea Gondolfo
b6d1122d94 - Update to 0.20171002 2017-11-08 00:40:54 +00:00
Jimmy Olgeni
e929aea23c Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams.
2017-11-02 21:41:47 +00:00
Jung-uk Kim
c2d145e797 Update to 5.3.7. 2017-11-02 21:12:58 +00:00
Jochen Neumeister
d59f78652c */wordpress: update to 4.8.3
Changelog: https://wordpress.org/news/2017/10/wordpress-4-8-3-security-release/

Approved by:	mentors (implicit)
MFH:		2017Q4
Security:	cee3d12f-bf41-11e7-bced-00e04c1ea73d
2017-11-01 21:24:08 +00:00
Jimmy Olgeni
258b5d44ad Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. 2017-10-31 14:51:53 +00:00
Guido Falsi
93d736292c Remove options to compile these ports against net/asterisk11 in
preparation for port expiration.

asterisk 11.x will EOL on 2017-10-25 and is scheduled for removal.

Please use the net/asterisk13 port.
2017-10-24 15:05:30 +00:00
Baptiste Daroussin
e26c4365e1 Remove dead mirrors 2017-10-13 12:45:28 +00:00
Kurt Jaeger
b37eef008a japanese/jd: remove port on request of maintainer
- port is marked BROKEN since april or so
- port is a browser for 2ch.net
- 2ch.net changed their API, so even if fixed, it would no longer work

PR:		218650
Submitted by:	townwear@gmail.com (maintainer)
2017-10-08 17:11:42 +00:00
Antoine Brodin
3d8373b24c Canonicalize a few LICENSE_PERMS
With hat:	portmgr
2017-09-29 19:39:55 +00:00
Jochen Neumeister
dc374c2003 - 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:		2017Q3
2017-09-27 20:56:51 +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
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Sunpoet Po-Chuan Hsieh
f4106e73cd Update LICENSE
- Add LICENSE_FILE
- Regenerate patch files with makepatch:

PR:		222302
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2017-09-15 05:52:08 +00:00
Sunpoet Po-Chuan Hsieh
386c9fef5e Update LICENSE
- Add LICENSE_FILE
- While I'm here:
  - Convert to options target helper
  - Fix typo
  - Fix WWW

PR:		222299
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2017-09-15 05:52:02 +00:00
Sunpoet Po-Chuan Hsieh
53f2d592a2 Add LICENSE_FILE
- Pet portlint: move DIST_SUBDIR upward
- Remove outdated WWW from pkg-descr

PR:		222297
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2017-09-15 05:51:55 +00:00
Sunpoet Po-Chuan Hsieh
c283816b10 Regenerate patch files with makepatch:
PR:		222296
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
2017-09-15 05:51:49 +00:00
Ashish SHUKLA
53aec0cd56 Chase Emacs update 2017-09-12 15:38:56 +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
Jun Kuriyama
7d81d752e0 - Update to 20170831. 2017-09-10 14:48:08 +00:00
Jung-uk Kim
832bbf2b3a Update to 5.3.6. 2017-09-05 18:37:49 +00:00
Jochen Neumeister
a589a9f030 - japanese/wordpress: Update from 4.8 to 4.8.1
- Changelog: https://codex.wordpress.org/Version_4.8.1#List_of_Files_Revised

Approved by:	tz (mentor)
Differential Revision:	https://reviews.freebsd.org/D12168
2017-09-01 17:11:25 +00:00
David Chisnall
31e0b9f12c Update GNUstep core libraries.
Update the default Objective-C compiler.

Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.

Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
2017-08-21 13:26:28 +00:00
Steve Wills
aa3fd857ee japanese/nethack34: Fix the BROKEN_FreeBSD_12 flag
Pass maintainership to submitter

PR:		220595
Submitted by:	WATANABE Kazuhiro <CQG00620@nifty.ne.jp>
2017-08-18 17:30:56 +00:00
Bartek Rutkowski
4cb61df8b6 japanese/mh: fix builds on 12-CURRENT
PR:		219257
Submitted by:	Watanabe Kazuhiro <CQG00620@nifty.ne.jp> (maintainer)
MFH:		2017Q3
2017-08-17 12:16:43 +00:00