1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
Commit Graph

450752 Commits

Author SHA1 Message Date
Mikhail Teterin
443e4ffdcc Remove the recently-added quantlib, so it can be properly resurrected.
Requested by: portmgr
2018-07-23 16:02:09 +00:00
Luca Pizzamiglio
ded7a5395b benchmarks/stress-ng: Update to 0.09.35
While I'm upgrading, I fix the atomic 64 bit detection on clang6
The current solution is to for the noinline attribute to the
atomic detection code

PR:		229885
2018-07-23 15:52:54 +00:00
Tobias Kortkamp
836b41ec8d security/keepassx: Unbreak with Clang 6
lib/AutoTypeX11.cpp:195:16: error: assigning to 'Window' (aka 'unsigned long') from incompatible type 'nullptr_t'
        focusWindow = NULL;
                      ^~~~

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475044_s336572/logs/KeePassX-0.4.4.log
2018-07-23 15:19:06 +00:00
Torsten Zuehlsdorff
aa80ef6cca devel/php71-intl and devel/php72-intl
Commit missed resets of PORTREVISION after updates of lang/php71 and lang/php72

MFH:		2018Q3
2018-07-23 15:11:55 +00:00
Torsten Zuehlsdorff
67c1c30557 lang/php72: Update from 7.2.7 to 7.2.8
Changelog: http://www.php.net/ChangeLog-7.php#7.2.8

Also patch out MySQL 8 auth changes, which makes the hash
extension mandatory instead of optional and introduce further
bugs:
d6e81f0bfd

MFH:		2018Q3
2018-07-23 15:06:22 +00:00
Torsten Zuehlsdorff
65631eb2a8 Update PHP 7.1 from 7.1.19 to 7.1.20
Changelog: http://www.php.net/ChangeLog-7.php#7.1.20

Also patch out MySQL 8 auth changes, which makes the hash
extension mandatory instead of optional and introduce further
bugs:
d6e81f0bfd

MFH:		2018Q3
2018-07-23 15:04:55 +00:00
Renato Botelho
1dea9b57a1 Update security/suricata to 4.0.5
PR:		229904
Approved by:	maintainer
MFH:		2018Q3
Security:	CVE-2018-10242 CVE-2018-10244
Differential Revision:	https://reviews.freebsd.org/D16366
2018-07-23 15:04:51 +00:00
Luca Pizzamiglio
00a912eb55 net/librdkafka: Update to v0.11.5
Fix clang 6 build on i386
Support to Admin API
Several enhancements and fixes
Changelog at https://github.com/edenhill/librdkafka/releases/tag/v0.11.5
2018-07-23 14:58:31 +00:00
Renato Botelho
6b95d9652a devel/libslang2: Add missing LDFLAGS
Without linking libslang2.so.2.3.2 against libncurses a dependant binary
is going to file with `Undefined symbol "tgetent"` error.

PR:		229126
Submitted by:	olevole@olevole.ru
MFH:		2018Q3
Sponsored by:	Rubicon Communications, LLC (Netgate)
2018-07-23 14:25:04 +00:00
Dag-Erling Smørgrav
3eef51b03d Normalize patches. 2018-07-23 14:11:46 +00:00
Wen Heping
b19db17e4c - Update to 0.28
Changes: https://metacpan.org/source/DROLSKY/File-ChangeNotify-0.28/Changes
- Update DEPENDS
- Reset maintainer to perl@
2018-07-23 13:42:59 +00:00
Mathieu Arnold
73583fab5f Update to latest commit.
Sponsored by:	Absolight
2018-07-23 13:27:41 +00:00
Mathieu Arnold
f5805a9a99 Update to v5.29.1-29-g3d50648cc4.
Sponsored by:	Absolight
2018-07-23 13:27:25 +00:00
Lev A. Serebryakov
9e6b53ba28 Update to 1.9.9 2018-07-23 13:25:29 +00:00
Lev A. Serebryakov
d2f03c10d3 Updatr to 10.0.2
PR:		229932
Submitted by:	cy@FreeBSD.org
2018-07-23 13:08:32 +00:00
Alexey Dokuchaev
80d698e975 Cleanup patch code that does nothing useful these days (changes are long
integrated upstream).
2018-07-23 12:58:00 +00:00
Dmitry Marakasov
88342796e7 - Update to r4208 2018-07-23 12:55:47 +00:00
Gleb Popov
73fff146a6 Fix alphabetic order in x11-fonts/Makefile.
Reported by:	mat
Approved by:	tcberner (mentor)
2018-07-23 12:48:07 +00:00
Johannes M Dieterich
65cf8d796c graphics/gpu-firmware-kmod: update to include more firmware files for newer and
older generations

This adds support for older generations (previously only covered by radeon) and
newer generations (vegam) alongside firmware updates and gets us in sync with
the latest Linux firmware level. While there, correct message for unsupported
releases.

With some more testing of the newer lkpi-based DRM ports, users with older HW
may opt for the modern amdgpu driver.

Reviewed by:	zeising (mentor)
Approved by:	zeising (mentor)
Differential Revision:	https://reviews.freebsd.org/D16401
2018-07-23 12:46:48 +00:00
Muhammad Moinur Rahman
b4e5ec424a textproc/yodl: Update version 3.05.01=>3.10.00
- Change MASTER_SITES to GITLAB
- Add C++14 compiler support
- Use OPTIONSNG
- Update WWW

Relnotes:	5fa97b175c
2018-07-23 12:39:05 +00:00
Muhammad Moinur Rahman
42fe78f30e databases/freetds-devel: Update version 1.00.365=>1.00.410 2018-07-23 12:29:03 +00:00
Muhammad Moinur Rahman
2ba3c9599f databases/freetds: Update version 1.00.91=>1.00.94 2018-07-23 12:10:37 +00:00
Tobias Kortkamp
892fa9b37f sysutils/fusefs-hfsfuse: Attempt to fix build on archs that still use gcc 4.2
src/hfsfuse.c:141: error: 'for' loop initial declaration used outside C99 mode

http://beefy7.nyi.freebsd.org/data/head-mips-default/p475044_s336572/logs/fusefs-hfsfuse-g20180118_1.log
2018-07-23 11:55:02 +00:00
Muhammad Moinur Rahman
d8a169507f net/py-s3cmd: Update version 2.0.1=>2.0.2
Relnotes:	https://s3tools.org/news
2018-07-23 11:46:24 +00:00
TAKATSU Tomonari
a2fb0e9a68 - Update to 0.93-1.1 2018-07-23 11:10:56 +00:00
Dmitry Marakasov
e2bf0be841 - Pet portlint
- Update WWW

Approved by:	portmgr blanket
2018-07-23 09:37:48 +00:00
Dmitry Marakasov
9d01fa3f50 - Add LICENSE
- Switch to new test framework and add TEST_DEPENDS
- Pet portlint
- Fix shebang, which is required for running tests (this does not affect installed file which has correct shebang anyway)

Approved by:	portmgr blanket
2018-07-23 09:07:49 +00:00
Tobias Kortkamp
2250fa6141 audio/qsynth: Update to 0.5.2
Changes:	https://qsynth.sourceforge.io/qsynth-downloads.html
2018-07-23 08:59:39 +00:00
Wen Heping
23d5f24db6 - Update to 3.0.2
PR:		229914
Submitted by:	jjachuf@gmail.com(maintainer)
2018-07-23 08:55:27 +00:00
Tobias Kortkamp
04b78aa55c multimedia/kodi-devel: Update to latest commit
- Appears to build fine on FreeBSD 10 now
2018-07-23 08:50:02 +00:00
Wen Heping
9990f6b55b - Update to 1.2.10
- Pass maintainership to submitter

PR:		229896
Submitted by:	neel@neelc.org
2018-07-23 08:14:18 +00:00
TAKATSU Tomonari
cc9b322b69 - Update to 1.4.5 2018-07-23 07:58:45 +00:00
Yuri Victorovich
46968762df math/lean: Update 3.2.0-1147 -> 3.4.1 (move to a more recent repository) 2018-07-23 07:49:05 +00:00
Wen Heping
4f67e0a9d1 - Update to 1.2.1
PR:		229911
Submitted by:	ryo@tetera.org
2018-07-23 07:34:14 +00:00
Jean-Sébastien Pédron
6d4a3088ba lang/rust: Udpate checksums in libgit2-sys/.cargo-checksum.json
It was part of the initial patch from Charlie Li to support LibreSSL
2.7. However, I misread it and though he was only removing bits
which were not needed anymore (updating checksums for openssl and
openssl-sys).

Now, we update all three: libgit2-sys, openssl and openssl-sys.

PR:		226955
Submitted by:	Charlie Li <ml+freebsd@vishwin.info>
Reported by:	Charlie Li <ml+freebsd@vishwin.info>
2018-07-23 07:32:23 +00:00
Stefan Eßer
672a731a16 Fix quoting of optional FLAVOR argument in some make invocations, which
were uncovered by fixed quoting in the pm_make* functions.

Reported by:	tatsuki_makino at hotmail.com (Tatsuki Makino)
Approved by:	antoine (implicit)
2018-07-23 06:55:51 +00:00
Yuri Victorovich
2a1ee6a19e New port: astro/oskar: SKA Radio telescope simulator 2018-07-23 05:48:05 +00:00
TAKATSU Tomonari
7ca1172c0c - Update to 1.8-3 2018-07-23 05:42:03 +00:00
Yuri Victorovich
7a0790d0f8 security/klee: arrowd@FreeBSD.org takes maintainership
The original submitter gave up on the klee port.

Also update COMMENT and move -DFREEBSD_STP_STATIC_LIBRARY to the STP option section.

PR:		219150
Requested by:	arrowd (maintainership change)
2018-07-23 05:28:54 +00:00
Yuri Victorovich
9d5e0473f0 astro/cfitsio: Add missing dependency
Approved by:	portmgr blanket
2018-07-23 04:51:11 +00:00
Yuri Victorovich
c675e5cb45 New port: security/klee: Symbolic virtual machine built on top of the LLVM
PR:		219150
Submitted by:	larca <itbot@list.ru>
2018-07-23 03:19:26 +00:00
Fukang Chen
23ccfc8689 devel/py-pytest-timeout: Update to 1.3.0
bc44bf29c3 (chg-README)

Reviewed by:	koobs
Approved by:	koobs (mentor)
Differential Revision:	https://reviews.freebsd.org/D16367
2018-07-23 03:19:25 +00:00
Warner Losh
6fd043e09b Remove MAINTAINER lines. They are set by the master port and all these
ports are maintained by the uboot@ mailing list.

Approved by: uboot@ (maintainer of these ports)
Differential Review: https://reviews.freebsd.org/D16397
2018-07-23 03:04:18 +00:00
Warner Losh
5da9b25ce5 Revert r475122, r475123 and r475124.
To manage upstream, we use the exact patches we've submitted upstream
via their patchwork server. This deviates a little from a standard
port, but it's what we do with all the other u-boot ports and isn't
grossly out of line (many other ports pull patches during the build).
We do it this way because the standard way was an unmanageable
nightmare and resulted in divergence of u-boot ports.

Approved by: uboot@ (maintainer of these ports)
Differential Revision: https://reviews.freebsd.org/D16397
2018-07-23 03:04:07 +00:00
TAKATSU Tomonari
562277cec7 - Update to 1.3.0 2018-07-23 02:57:15 +00:00
Wen Heping
25af39655f - Update to 0.15.0
PR:		229945
Submitted by:	ndowens.fbsd@yandex.com
2018-07-23 02:48:17 +00:00
Ganbold Tsagaankhuu
d392f8eff7 Connect u-boot-orangepi-r1 port to the build.
Approved by: lwhsu
2018-07-23 02:32:27 +00:00
Ganbold Tsagaankhuu
2254c7c071 Add u-boot port for OrangePI R1 board.
Reviewed by: manu, imp, lwhsu
Approved by: lwhsu
Differential Revision: https://reviews.freebsd.org/D16390
2018-07-23 02:24:27 +00:00
Wen Heping
e01dc4c29b - Update to 2.1.8
- Remove the lines about apache-2.2 from pkg-message
2018-07-23 01:54:32 +00:00
Wen Heping
f46c362648 - Update to 3.4
PR:		229964
Submitted by:	ndowens.fbsd@yandex.com
2018-07-23 01:31:44 +00:00