1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
Commit Graph

451039 Commits

Author SHA1 Message Date
Yuri Victorovich
d631fcd76a devel/liteide: Update 33.3 -> 34
Replace QT4/QT5 options with flavors.

PR:		229928
Submitted by:	Dmitri Goutnik <dg@syrec.org> (maintainer)
Approved by:	portmgr (flavors)
2018-07-25 20:25:54 +00:00
Yuri Victorovich
7424caa4ec math/lean: Add the PORTSCOUT line.
Avoid picking undesirable tags.
2018-07-25 20:16:37 +00:00
Carlos J. Puga Medina
56648c7908 multimedia/mpv: Update to 0.29.0
- Adjust BUILD_DEPENDS to require ffmpeg>=4.0.2 after r474903

Changelog: https://github.com/mpv-player/mpv/releases/tag/v0.29.0
2018-07-25 20:12:29 +00:00
Yuri Victorovich
8c09c62b8b math/arb: Update 2.13.0 -> 2.14.0 2018-07-25 20:12:03 +00:00
Yuri Victorovich
79a80fe942 audio/padthv1-lv2: 0.9.1 -> 0.9.2
Reported by:	portscout
2018-07-25 19:54:16 +00:00
Yuri Victorovich
f283ac89ae audio/luppp: Update 1.1.1-15 -> 1.2.0
Reported by:	portscout
2018-07-25 19:43:46 +00:00
Kurt Jaeger
75036c1703 New port: sysutils/turbostat
Report processor topology, frequency, idle power-state
statistics, temperature and power on X86 processors.

WWW: https://github.com/torvalds/linux/tree/master/tools/power/x86/turbostat

PR:		229988
Submitted by:	D Scott Phillips <d.scott.phillips@intel.com>
2018-07-25 19:17:22 +00:00
Yuri Victorovich
0b032b9ee6 math/py-z3-solver: Rename to math/py-z3 to have a more intuitive name
Reported by:	arrowd
2018-07-25 19:14:54 +00:00
Steve Wills
51b131d395 security/py-fail2ban: Fix writing /etc/hosts.deny entries
PR:		227577
Submitted by:	theis@gmx.at (maintainer)
Reported by:	Niels Bakker <niels=freebsd@bakker.net>
2018-07-25 19:09:50 +00:00
Dmitry Marakasov
343e84c33f - Update to 1.1.4 2018-07-25 18:30:45 +00:00
Dmitry Marakasov
55e404123d - Update to 1.3.7 2018-07-25 18:30:40 +00:00
Dmitry Marakasov
8dc350e595 - Update to 1.2.6 2018-07-25 18:30:36 +00:00
Dmitry Marakasov
1051a5bc01 - Update to 2.1.4 2018-07-25 18:30:31 +00:00
Dmitry Marakasov
1ee05cec47 - Update to 2.14.2 2018-07-25 18:25:55 +00:00
Yuri Victorovich
09fdbb4863 security/vm-to-tor: Update 0.150519 -> 1.0 2018-07-25 18:20:53 +00:00
Yuri Victorovich
d17a69a07e net/tiny-network-utilities: Update 0.150519 -> 1.0 2018-07-25 18:20:02 +00:00
John Baldwin
75a4d9a474 Add ports for an i386 external GCC toolchain.
- devel/binutils: Remove i386 a.out linker scripts when building
  i386-binutils or a base/binutils that targets i386.
- devel/powerpc64-gcc: Remove float.h on i386 since it conflicts
  with sys/x86/include/float.h.
- devel/i386-{binutils,gcc,xtoolchain}: New ports.

Reviewed by:	bapt (previous version)
Differential Revision:	https://reviews.freebsd.org/D16228
2018-07-25 17:46:55 +00:00
John Baldwin
fd36b264e3 Fixes for kgdb including initial FreeBSD/arm support.
- Improve fallback handling for the read of pcb_size.

  If for some reason kgdb has only the kernel's debug info, a read of
  pcb_size will simply return 0, resulting in an exception when unwinding
  the stack of a thread that was on a CPU at the time the dump was
  created.  In this case, fall back to using sizeof(struct pcb).
- Always supply a value for the PC register on x86.

  A thread's PCB may have been swapped out, and a dummy value ensures that
  we don't get an exception while enumerating threads in a dump.
- Mark all 64-bit address bits as valid for aarch64 kernels.

  ARMv8 supports pointer tagging in which case the upper 8 bits of VAs are
  ignored, but FreeBSD kernels are linked such that they depend on those
  upper 8 bits being set to 1.  GDB was stripping those bits by default
  causing KVAs to be mapped to invalid addresses.
- Rework kgdb -w support to only open /dev/mem writable.

  Don't depend on the gdb global 'write_files' option which tries to
  rewrite the kernel binary on close which can crash.  Instead, add an
  optional '-w' flag to 'target vmcore' which opens the vmcore with
  O_RDWR instead of O_RDONLY.  Change the kgdb '-w' option to set this
  flag in the nested 'target vmcore' command rather than passing the
  global '-w' option to gdb.
- Garbage collect old code for reading dumptid.
- First cut at FreeBSD/arm kernel support.

  Tested on live kernel on my RPi, but not against a crashdump, and only
  trapframes from userland, not a nested trap.

Submitted by:	markj (1, 2)
Approved by:	kan
Differential Revision:	https://reviews.freebsd.org/D16013
2018-07-25 17:28:36 +00:00
Jan Beich
1eda1fbcfa mail/thunderbird: switch to rc3
Changes:	https://hg.mozilla.org/releases/comm-esr60/pushloghtml?startdate=2018-07-17&enddate=2018-07-25
PR:		228477
2018-07-25 15:16:34 +00:00
Kirill Ponomarev
e2223daa4a Update to 2.0.10 2018-07-25 14:27:38 +00:00
Eitan Adler
e0535a8cba Fix x11/xorg-minimal when build with VIDEO_DRIVER="intel"
i965_drv_video.so has location in commit r456673

Reported by:	gblach
2018-07-25 14:14:47 +00:00
Steve Wills
1764c9e2f8 games/golly: Update to 3.2
PR:		230035
Submitted by:	Kai <freebsd_ports@k-worx.org>
2018-07-25 12:55:23 +00:00
Steve Wills
bb98a543f9 net/megatools: update to 1.10.0
PR:		230033
Submitted by:	Max Kostikov <max@kostikov.co> (maintainer)
2018-07-25 12:52:24 +00:00
Muhammad Moinur Rahman
3974735340 devel/py-babel: Update version 2.5.3=>2.6.0
Relnotes:	http://babel.pocoo.org/en/latest/changelog.html#version-2-6-0
2018-07-25 12:48:39 +00:00
Muhammad Moinur Rahman
37a5bd38be devel/p5-Class-STL-Containers: Update version 0.35=>0.37
- Mark NO_ARCH
Relnotes:	https://metacpan.org/changes/distribution/Class-STL-Containers
2018-07-25 12:46:30 +00:00
Alex Dupre
b6dde0ad77 Update to 2.0.20 release. 2018-07-25 12:42:43 +00:00
Muhammad Moinur Rahman
54d3bfa2b8 devel/p5-Benchmark-Timer: Update version 0.7107=>0.7112
- Mark NO_ARCH

Relnotes:	https://metacpan.org/changes/distribution/Benchmark-Timer
2018-07-25 12:38:58 +00:00
Muhammad Moinur Rahman
7b214a028d devel/liblognorm: Update version 2.0.4=>2.0.5
Relnotes:	http://www.liblognorm.com/news/liblognorm-2-0-5-released/
2018-07-25 12:35:09 +00:00
Muhammad Moinur Rahman
475cf8f243 devel/libdatrie: Update version 0.2.11=>0.2.12 2018-07-25 12:19:43 +00:00
Muhammad Moinur Rahman
4f7420bc09 devel/clojure-cider: Update version 0.16.0=>0.17.0
Relnotes:	https://github.com/clojure-emacs/cider/blob/master/CHANGELOG.md
2018-07-25 12:11:32 +00:00
Kubilay Kocak
b3387fef45 databases/py-pylibmc: Update to 1.5.2
- Patch setup.py to support the setuptools test command
2018-07-25 10:18:17 +00:00
Dmitry Marakasov
c6f5b9242e - Update WWW
Approved by:	portmgr blanket
2018-07-25 09:37:49 +00:00
Dmitry Marakasov
3f3e1e0fb9 - Add LICENSE
- Pet portlint
- Update WWW

Approved by:	portmgr blanket
2018-07-25 09:07:51 +00:00
Koichiro Iwao
3119d6481c x11-fonts/fira: update 4.203 -> 4.301
- Project has moved to GitHub
- Pass maintainership to submitter

PR:		229015
Submitted by:	Trenton Schulz <trueos@norwegianrockcat.com>
Approved by:	pi (mentor)
2018-07-25 06:50:15 +00:00
TAKATSU Tomonari
2efd5e6a67 - Update to 1.2.4 2018-07-25 05:30:04 +00:00
Jochen Neumeister
56051692ff devel/pear-HTML_QuickForm_advmultiselect: Update to 1.5.1
PR:		229599
Reported by:	joneum
Approved by:	maintainer
2018-07-25 05:11:46 +00:00
Marcelo Araujo
59c2dbb9a6 - Update to 0.1.4.2. 2018-07-25 05:02:40 +00:00
Wen Heping
a38d9a07c8 - Update to 0.27
Changes: https://metacpan.org/changes/distribution/Authen-Radius
2018-07-25 04:43:34 +00:00
Wen Heping
9a93eb5c09 - Update to 15.5
PR:		230005
Submitted by:	freebsd_ports@k-worx.org
2018-07-25 03:44:50 +00:00
Dima Panov
be8e0f385b - Update Battle of Wesnoth to 1.14.3 release
PR:		228984 (based on)
Submitted by:	Maik Fischer
2018-07-25 03:43:54 +00:00
Sergey A. Osokin
91ad417fc6 Upgrade from 1.15.1 to 1.15.2.
<ChangeLog>

*) Feature: the $ssl_preread_protocol variable in the
   ngx_stream_ssl_preread_module.

*) Feature: now when using the "reset_timedout_connection" directive
   nginx will reset connections being closed with the 444 code.

*) Change: a logging level of the "http request", "https proxy request",
   "unsupported protocol", and "version too low" SSL errors has been
   lowered from "crit" to "info".

*) Bugfix: DNS requests were not resent if initial sending of a request
   failed.

*) Bugfix: the "reuseport" parameter of the "listen" directive was
   ignored if the number of worker processes was specified after the
   "listen" directive.

*) Bugfix: when using OpenSSL 1.1.0 or newer it was not possible to
   switch off "ssl_prefer_server_ciphers" in a virtual server if it was
   switched on in the default server.

*) Bugfix: SSL session reuse with upstream servers did not work with the
   TLS 1.3 protocol.

</ChangeLog>
2018-07-25 03:39:04 +00:00
Sergey A. Osokin
be54401296 Fix package list.
Bump PORTREVISION.
2018-07-25 02:58:01 +00:00
Muhammad Moinur Rahman
a1ec4cff6b devel/gsoap: Update version 2.8.66=>2.9.69
Relnotes:	https://www.genivia.com/changelog.html
2018-07-25 01:54:02 +00:00
John Baldwin
1512efa1d7 Properly set CONFIGURE_TARGET for when amd64 is either the host or target.
CONFIGURE_TARGET is used for --build which is the host performing the
build.  TARGETARCH is used in powerpc64-gcc/Makefile as the target
architecture of the binaries generated by the compiler being built.
When building a non-amd64 target compiler on an amd64 host,
CONFIGURE_TARGET was set to amd64-unknown-freebsd which confused GCC
(it breaks compilation of an i386 target compiler on an amd64 host).
It would also result in setting CONFIGURE_TARGET improperly when
building an amd64 compiler on a non-amd64 host.  Fix by remapping
amd64 to x86-64 if the ARCH is amd64 rather than the TARGETARCH.

Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D16227
2018-07-25 00:55:17 +00:00
John Baldwin
ea7623a8cc Drop builtin float.h for amd64-gcc.
GCC's builtin <float.h> header is not compatible with
sys/x86/include/float.h.  Drop the builtin header for now.  If at
some point GCC's notion of floating point constants for i386 can
converge with sys/x86/include/float.h this can be restored.

Reviewed by:	bapt
Differential Revision:	https://reviews.freebsd.org/D16073
2018-07-25 00:50:53 +00:00
Muhammad Moinur Rahman
f2ef549d5a databases/py-bsddb3: Update version 6.2.5=>6.2.6
Relnotes:	https://pypi.org/project/bsddb3/6.2.6/
2018-07-25 00:45:06 +00:00
Muhammad Moinur Rahman
1447994ee9 databases/geoserver-mysql-plugin: Update version 2.13.1=>2.13.2 2018-07-25 00:42:28 +00:00
Muhammad Moinur Rahman
d2e7795df9 databases/py-bsddb3: Update version 2.13.1=>2.13.2 2018-07-25 00:38:26 +00:00
Kubilay Kocak
ecc618193c sysutils/py-diffoscope: Update to 99 2018-07-25 00:23:33 +00:00
Kubilay Kocak
03704b2769 archivers/py-libarchive-c: Add LICENSE_FILE 2018-07-25 00:13:51 +00:00