Commit graph

438498 commits

Author SHA1 Message Date
Antoine Brodin
ea3f6fdeb3 Clean up some USES=python
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-18 13:20:29 +00:00
Wen Heping
724c4c1803 - Update to 2.1.8
PR:		225576
Submitted by:	mshirk@daemon-security.com
Approved by:	maintainer(timeout, > 14 days)
2018-02-18 13:11:51 +00:00
Jason E. Hale
27339825fb We need iconv from ports for the "//TRANSLIT" extension
$ aqhbci-tool4 getaccsepa -b 111111111 -a 2222222222
3:2018/02/18 08-02-57:gwen(32628):gui.c:  179: Cannot convert from "US-ASCII//TRANSLIT" to "UTF-8", Invalid argument
3:2018/02/18 08-02-57:gwen(32628):args.c:   71: Error parsing "-b"
ERROR: Could not parse arguments

Reported by:	aqbanking-user mailing list (archives only available to subscribers)
2018-02-18 13:10:44 +00:00
Wen Heping
3e81ec91cb - Update to 1.1.0
PR:		225995
Submitted by:	jaap@NLnetLabs.nl(maintainer)
2018-02-18 12:54:21 +00:00
Gerald Pfeifer
c5eac9bb6c Update to Wine 3.2. This includes the following changes:
- Separate implementation of USER controls for ComCtl32 v6.
 - Multisample texture support in Direct3D.
 - Support for HID gamepads.
 - More event support in MSHTML.
 - Obsolete DOS code removed.
 - Various bug fixes.
2018-02-18 12:54:18 +00:00
Wen Heping
2bdb5a4f78 - Update to 1.0.5 2018-02-18 12:36:18 +00:00
Vanilla I. Shu
89cd7a9c2f Update to 2.4.13. 2018-02-18 12:22:29 +00:00
Sunpoet Po-Chuan Hsieh
2c165bec1c Fix typo 2018-02-18 11:31:21 +00:00
Sunpoet Po-Chuan Hsieh
5852064255 Revert r462121
Suggested by:	cy
Reference:	https://lists.freebsd.org/pipermail/svn-ports-all/2018-February/174892.html
2018-02-18 11:30:56 +00:00
Thierry Thomas
0053822a18 Upgrade to v.220. 2018-02-18 10:51:24 +00:00
Tobias C. Berner
c8209d97a2 x11/pcdm add missing dependency on linguisttools_build
/bin/sh: /usr/local/lib/qt5/bin/lrelease: not found

Reported by:	antoine
2018-02-18 10:14:14 +00:00
Raphael Kubo da Costa
57d6a5b5fd Fix the build with clang 6.
There's no point in making old, unmaintained code be C++11 compliant, so just
build with -std=gnu++98.

    qvideosurfacegstsink.cpp:345:73: error: constant expression evaluates to 4278190080 which cannot be narrowed to type 'int' [-Wc++11-narrowing]
        { QVideoFrame::Format_RGB32 , 32, 24, 4321, 0x0000FF00, 0x00FF0000, 0xFF000000, 0x00000000 },
                                                                            ^~~~~~~~~~
(and others)
2018-02-18 10:06:56 +00:00
Antoine Brodin
3a4d5683a7 Mark BROKEN: fails to build
In file included from application.cpp:16:
In file included from ./comparison.h:11:
In file included from ./lib/process_xml.h:10:
In file included from ../../zen/xml_io.h:10:
In file included from /usr/local/include/zenxml/xml.h:10:
In file included from /usr/local/include/zenxml/bind.h:12:
/usr/local/include/zenxml/parser.h:99:40: error: use of undeclared identifier 'hexify'
                const auto hexDigits = hexify(c);
                                       ^
/usr/local/include/zenxml/parser.h:170:27: error: use of undeclared identifier 'unhexify'
                output += unhexify(it[3], it[4]);
                          ^

Reported by:	pkg-fallout
2018-02-18 09:59:03 +00:00
Raphael Kubo da Costa
6699fae7a2 Update QScintilla 2.10.2.
Upstream has renamed its libraries and we no longer need to patch
devel/qscintilla-qt5 to create a library whose name does not conflict with
devel/qscintilla's. However, the library names are different so we need to bump
PORTREVISION in several ports (the SOVERSION has changed too).

Thanks to antoine for the exp-run.

PR:		225928
2018-02-18 09:55:10 +00:00
Raphael Kubo da Costa
319ccca357 Update devel/qca and devel/qca-qt5 to 2.1.3.
Thanks to antoine for the exp-run.

PR:		225929
2018-02-18 09:44:40 +00:00
Antoine Brodin
99a36e9e83 Mark BROKEN: fails to package
Reported by:	pkg-fallout
MFH:		2018Q1
2018-02-18 09:34:58 +00:00
Antoine Brodin
19aaf57447 Deprecate ports broken for more than 6 months 2018-02-18 09:29:27 +00:00
Dmitry Marakasov
a71cd2e00f - Switch to new test framework
Approved by:	portmgr blanket
2018-02-18 09:02:55 +00:00
Dmitry Marakasov
29904b46f8 - Fix LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Update WWW
2018-02-18 09:02:54 +00:00
Thomas Zander
b5cd1e62ac Fix build on clang 6.0.0 2018-02-18 08:49:14 +00:00
Jochen Neumeister
767b9190a8 sysutils/daemonize: Update to 1.7.8
Changelog: https://github.com/bmc/daemonize/blob/master/CHANGELOG.md

*While here, switch to DISTVERSION

PR:		225903
Submitted by:	Neel Chauhan <neel@neelc.org> (maintainer)
Approved by:	mentor (implicit)
2018-02-18 08:41:33 +00:00
Tobias C. Berner
9cc9e887ce devel/qross, fix build with clang6 2018-02-18 08:24:35 +00:00
Tobias C. Berner
7c75097c04 math/qwtplot3d-qt4, fix build with clang6. 2018-02-18 08:19:33 +00:00
Johannes M Dieterich
c456a2d6ed graphics/drm-next-kmod and graphics/gpu-firmware-kmod: after MFC'ing the relevant parts of the linuxkpi to 11-STABLE by hps allows us to now support the Linux-based KMS bits there. Adjust the OSVERSION check accordingly.
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Obtained from:	FreeBSDDesktop / hps
Differential Revision:	https://reviews.freebsd.org/D14424
2018-02-18 04:41:15 +00:00
Greg Lewis
b0ab54ab43 . Update to b45. 2018-02-18 00:34:56 +00:00
Gerald Pfeifer
ebb41244f7 Fix the ibiblio.org URL in MASTER_SITE - the old address redirects,
which in itself is a reason to adjust, but even redirects in an
incompatible manner.
2018-02-18 00:17:58 +00:00
Wen Heping
66202c2028 - Update to 5.3.1 2018-02-18 00:05:06 +00:00
Yuri Victorovich
191ea974c7 New port: net/eternaltcp: Remote shell that reconnects without interrupting session
PR:		225837
Submitted by:	Trevis <fbsd@silencedpoet.com>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14414
2018-02-17 22:24:49 +00:00
Dmitry Marakasov
f34318c64e - Update to 2.18.0 2018-02-17 22:19:39 +00:00
Yuri Victorovich
9e3e90903a New port: www/go-appengine-sdk: App Engine SDK for Go
PR:		225826
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14321
2018-02-17 22:08:08 +00:00
Yuri Victorovich
23065efb69 multimedia/libbluray: Update to 1.0.2
Additional port changes:
* Changed to DISTVERSION
* Removed USES=autoreconf (not needed)
* Added post-extract creating symlink linux->freebsd

Bumped 6 depending ports.

Reported by:	portscout
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D14406
2018-02-17 21:45:29 +00:00
Thomas Zander
aafb413279 Update to upstream release 4.3.1
PR:		225143
Submitted by:	fbsd@opal.com (maintainer)
2018-02-17 20:04:40 +00:00
Thierry Thomas
6bdc894837 Upgrade to 7.2.0.
Release notes in
https://www.opencascade.com/sites/default/files/documents/release_notes_7.2.0.pdf

PR:		224649
Differential Revision:	https://reviews.freebsd.org/D13665
2018-02-17 19:48:33 +00:00
Larry Rosenman
cfd536387a Correct PORTREVISION spelling.
Reported by:	sunpoet
2018-02-17 19:39:31 +00:00
Adam Weinberger
76cea995fc Update Mojolicious to 7.66
- This release contains fixes for security issues, everybody should upgrade!
  - Removed origin attribute of Mojo::Cookie::Response.
  - Removed deprecated data and remaining methods from Mojo::IOLoop::Delay.
  - Added host_only attribute to Mojo::Cookie::Response.
  - Improved all method in Mojo::Promise to resolve with no results if no
    promises have been passed.
  - Fixed a bug in Mojo::UserAgent::CookieJar where old cookies could be leaked.
    (exp-innit, sri)

MFH:		2018Q1 (along with every update since the branch point)
Security:	https://github.com/kraih/mojo/issues/1185
2018-02-17 19:12:48 +00:00
Adam Weinberger
a66064b548 Add Mojolicious vulnerability, for which there is very little
information about the actual issue.
2018-02-17 19:09:56 +00:00
Adam Weinberger
cf2f1ea034 Update vim to patchlevel 1521 2018-02-17 18:57:17 +00:00
Larry Rosenman
01ae6efa8c Add a pkg-message about pre-built binaries and kernels.
PR:		225986
Reviewed by:	adamw
2018-02-17 18:51:17 +00:00
Greg Lewis
e2dd785fcd . Make bitmap terminals part of the LITE version since they don't require
any additional dependencies.

Submitted by:	Matthew Luckie <mjl@luckie.org.nz>
2018-02-17 18:37:17 +00:00
Dmitry Sivachenko
22ab59a573 Fix build on i386 arch.
PR:		225749
Submitted by:	Franco Fichtner <franco@opnsense.org>
2018-02-17 18:22:27 +00:00
Richard Gallamore
d590b471a6 * Updated to 0.5.9
* Upstream repo moved SF --> GITHUB
* Reset maintainer

PR:		221097
Reported by:	Dutchman01
Approved by:	maintainer timeout (2+ months)
2018-02-17 17:54:18 +00:00
Sunpoet Po-Chuan Hsieh
843fbd2bbb Update CONFLICTS_INSTALL 2018-02-17 17:51:25 +00:00
Sunpoet Po-Chuan Hsieh
266b8a69a7 Mark CONFLICTS_INSTALL with qtchooser, rubygem-github-linguist and rubygem-gitlab-linguist 2018-02-17 17:51:20 +00:00
Sunpoet Po-Chuan Hsieh
a0795d41fe Update CONFLICTS_INSTALL 2018-02-17 17:51:15 +00:00
Sunpoet Po-Chuan Hsieh
ad54437c59 Mark CONFLICTS_INSTALL with rubygem-github-linguist, rubygem-github-linguist47 and rubygem-gitlab-linguist 2018-02-17 17:51:11 +00:00
Sunpoet Po-Chuan Hsieh
b1a28db700 Fix gemspec for rubygem-rack-protection 2.0.1 and rubygem-sinatra 2.0.1 update
- Bump PORTREVISION for package change
2018-02-17 17:44:12 +00:00
Sunpoet Po-Chuan Hsieh
35ac318764 Fix build with CURL_DEBUG enabled
lib/checksrc.pl is run when CURL_DEBUG is enabled.
The build failed due to the long line in patched lib/url.c.

./url.c:593:82: warning: Longer than 79 columns (LONGLINE)
       data->set.no_signal = TRUE; /* different handling of signals and threads */
checksrc: 0 errors and 1 warnings
checksrc: 0 errors and 5 warnings suppressed
gmake[3]: *** [Makefile:3935: checksrc] Error 5

MFH:		2018Q1
2018-02-17 17:44:07 +00:00
Thomas Zander
202a92c6ee Fix build with clang 6.0.0
PR:		225209
Submitted by:	pfg (maintainer)
2018-02-17 17:33:54 +00:00
Sunpoet Po-Chuan Hsieh
3d8769b6b7 Fix PKGNAME collision
- Update RUN_DEPENDS
- Remove PORTSDIR
- Use USES=gem

Reported by:	pkg-fallout
Reference:	http://package19.nyi.freebsd.org/data/103i386-default-build-as-user/461958/logs/github-linguist-4.7.6.log
2018-02-17 16:40:35 +00:00
Sunpoet Po-Chuan Hsieh
f707d9058d Adjust DEPRECATED and EXPIRATION_DATE 2018-02-17 16:40:30 +00:00