21884 Commits

Author SHA1 Message Date
rsadowski
1087068e61 Register tmake removal. 2020-01-25 05:28:48 +00:00
rsadowski
04aee8d84b Remove tmake
"No consumer, released in 2004, long before C++11, clang in base and qt5
 in ports.  NO_TEST=Yes means we can't even know whether it works." - jca

Thanks and OK jca@
2020-01-25 05:26:19 +00:00
rsadowski
514fe69a79 Register qtserialport (qt4) removal. 2020-01-25 05:09:08 +00:00
bluhm
3505de6f84 update p5-FFI-CheckLib to 0.26 2020-01-23 22:46:16 +00:00
landry
7a7fd29e17 Update to buildbot 2.6.0. 2020-01-22 08:52:33 +00:00
kmos
8b327d3227 Update devel/py-country 18.12.8 -> 19.8.18
From Paco Esteban

Input from sthen
2020-01-22 05:53:01 +00:00
kmos
ea733c5bfb Tweak tests to just need PYTHONPATH and not require a self-install 2020-01-21 14:36:55 +00:00
pvk
fcb0dc6817 Update py-certifi 2019.9.11 -> 2019.11.28 2020-01-21 08:28:14 +00:00
solene
77866d8cd7 Update to help2man-1.47.12 2020-01-21 08:15:19 +00:00
semarie
51dd06c1e7 devel/cargo: use edition 2018 syntax by default for installing using cargo
the syntax is compatible with older edition, and more crates are using the
edition 2018 which require it.

avoid using MODCARGO_INSTALL_ARGS just to pass "--path ."

ok landry@ (some time ago, the diff was sleeping in my tree)
2020-01-21 05:27:18 +00:00
sthen
4d031e5a72 devel/git fixes: set MODTK_VERSION=8.6 (git-gui requires this version -
version mismatch error reported by Laurie Tratt). While there, fix-up the
path to wish in git-gui--askpass, and move a Tcl file that crept into
-main over to -x11.  ok kn@
2020-01-19 18:27:50 +00:00
kurt
2df46a14e2 Update to 8u242:
* Contains many upstream bug fixes and security fixes which can be found
in the release notes here:

https://adoptopenjdk.net/release_notes.html#jdk8u242
https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14
2020-01-18 17:42:58 +00:00
kurt
6b9894b1e7 Update to 11.0.6+10 GA:
* Contains many upstream bug fixes and security fixes which can be found
in the release notes here:

https://adoptopenjdk.net/release_notes.html#jdk11_0_6
https://openjdk.java.net/groups/vulnerability/advisories/2020-01-14

* Disable building with debug on i386/aarch64
2020-01-18 00:18:36 +00:00
naddy
c0f8e859be fix build for C++-relevant type change in libXt 1.2.0; ok matthieu@ 2020-01-17 13:34:54 +00:00
pamela
7b12fc18a3 + py-fixtures, + py-linecache2, + py-traceback2 2020-01-16 13:57:29 +00:00
pamela
05589cd4b6 import py-traceback2
A backport of traceback to older supported Pythons. This module
provides a standard interface to extract, format and print stack
traces of Python programs. It exactly mimics the behavior of the
Python interpreter when it prints a stack trace.

OK bket phessler
2020-01-16 13:55:48 +00:00
pamela
f889fab02f import py-linecache2
A backport of linecache to older supported Pythons. The linecache
module allows one to get any line from a Python source file, while
attempting to optimize internally, using a cache, the common case
where many lines are read from a single file.

OK bket phessler
2020-01-16 13:53:02 +00:00
pamela
f109409b52 import py-fixtures
Fixtures defines a Python contract for reusable state / support
logic, primarily for unit testing. Helper and adaptation logic is
included to make it easy to write your own fixtures using the
fixtures contract.

OK bket phessler
2020-01-16 13:48:34 +00:00
martin
9ddaf2ebfc update to 1.13.2 and give tests a chance to run
input, further testing and OK sthen@
2020-01-15 18:42:01 +00:00
kn
145cde9ff6 Update to git 2.25.0
OK benoit
2020-01-14 21:33:49 +00:00
stsp
30822ed89f update to got 0.25
- fix suspending and resuming tog with Ctrl-Z and fg (reported by naddy@)
- fix 'tog tree' usage displayed in error case (patch by naddy@)
- support Git-style "lightweight" tags as arguments for 'got diff'
- handle Git-style "lightweight" tags in got tag -l
- make got and tog accept a --version argument (prompted by tedu@)
- add -E option to 'got checkout' allowing use of a non-empty work tree path
- make 'tog log PATH' fail when a non-existent path is specified
- fix out of bounds access (patch by Martin <openbsd () academicsolutions ! ch>)
- fix switching to tog's tree view when logging a path (reported by naddy@)
2020-01-14 19:00:28 +00:00
ajacoutot
ecbbefddf1 Update to meson-0.53.0. 2020-01-14 11:39:41 +00:00
mglocker
98c2279af3 +64tass 2020-01-12 18:11:43 +00:00
mglocker
2c5bb1a439 import ports/devel/64tass, ok juanfra@
64tass is a cross-assembler which is nearly 100% compatible with
the original `Turbo Assembler', targeting the 65xx series of micro
processors.  It supports most of the features of the original
`Turbo Assembler Macro'.

Features:
- Open source portable C with minimal dependencies.
- Familiar syntax to Omicron TASS and TASM.
- Supports 6502, 65C02, R65C02, W65C02, 65CE02, 65816, DTV, 65EL02,
  4510.
- Arbitrary-precision integers and bit strings, double precision
  floating point numbers.
- Character and byte strings, array arithmetic.
- Handles UTF-8, UTF-16 and 8 bit RAW encoded source files, Unicode
  character strings.
- Supports Unicode identifiers with compatibility normalization and
  optional case insensitivity.
- Built-in "linker" with section support.
- Various memory models, binary targets and text output formats
  (also Hex/S-record).
- Assembly and label listings available for debugging or exporting.
- Conditional compilation, macros, structures, unions, scopes.
2020-01-12 11:59:17 +00:00
rsadowski
f1f88b40f8 Update CMake to 3.16.2
CMake 3.16 Release Notes: https://cmake.org/cmake/help/v3.16/release/3.16.html

Passed amd64 bulk build by naddy@, thanks!
2020-01-11 08:01:09 +00:00
jeremy
7e17838fd8 Build ruby27 FLAVORs of ruby gem ext ports by default 2020-01-10 17:37:34 +00:00
rsadowski
e865891a16 Bugfix update kdevelop to 5.4.6
Changelog: https://www.kdevelop.org/news/kdevelop-546-released
2020-01-09 04:50:37 +00:00
rsadowski
0f64185994 Update doxygen-gui to 1.8.17 2020-01-09 04:48:45 +00:00
rsadowski
0f85e00817 Update dlib to 19.19
Change log: http://dlib.net/release_notes.html
2020-01-09 04:47:56 +00:00
rsadowski
36c7481396 Update catch2 to 2.11.1 2020-01-09 04:45:34 +00:00
rsadowski
ac44caa791 Update doxygen to 1.8.17 2020-01-09 04:42:00 +00:00
jeremy
6173f069a9 Update to hoe 3.20.0
Allows building ruby27 FLAVOR.
2020-01-08 19:13:08 +00:00
stsp
c478e1e4d7 Update to got-0.24
- do not open and close pack index files needlessly
- fix 'got log' and 'tog log' performance issue when lots of tags exist
- do history traversal in got-read-pack to improve 'got blame' performance
- plug memory leaks in got-read-commit, got-read-tree, and got-read-pack
- fix reading reference deltas with GOT_PACK_NO_MMAP builds
- disable got-read-pack's delta cache in GOT_NO_OBJ_CACHE builds
- make it possible to run regress tests with packed repositories
- more portable string comparison in Makefile.inc (patch by Edgar Pettijohn)
- prevent rebase with an out-of-date work tree
- make 'got checkout' and 'got update' work with read-only repositories
2020-01-08 15:19:46 +00:00
jca
af04cfdc9c Bring in some retguard improvements from base
- Add retguard for octeon/mips64.
- Move the hashed __retguard_* symbols into individual sections and mark
  them as COMDATs so that the linker can individually discard them, instead
  of just ignoring duplicate symbols but keep the (duplicate) space.

from Brad
2020-01-07 22:59:43 +00:00
zhuk
32f7e63073 Install tool scripts the meson manual refers to. Might be helpful for
meson newbies like me.

okay aja@ (MAINTAINER)
2020-01-07 20:45:17 +00:00
sthen
367749ce64 revert the update (keeping pytest changes), breaks python 2 flavour.
reported by naddy
2020-01-07 12:09:00 +00:00
kmos
3293ce267e Update devel/py-attrs 18.2.0 -> 19.3.0
Bring py-attrs up to latest

Most work done by sthen, I worked through tests to verify it
doesn't break anything

OK sthen@
2020-01-06 18:12:09 +00:00
sthen
d6fbbb9264 https HOMEPAGE 2020-01-06 17:33:34 +00:00
sthen
0284426003 update to py-urwid 2.1.0, from clematis at insiberia.net, plus:
- remove REVISION line
- remove bogus dep on python--tests
- use MODPY_PYTEST
2020-01-06 12:55:28 +00:00
sthen
01501d8387 update to pyasn1 0.4.8, from clematis@insiberia.net, maintainer timeout 2020-01-06 12:46:19 +00:00
kmos
732c09e4a0 Remove duplicate do-test target definition.
ok kn
2020-01-03 15:16:59 +00:00
sthen
509b04aafb backport 1e9cf75dcc28c6 to fix py-hypothesis on py2 following py-typing update
(hypothesis could probably be updated to 4.57.1 without trouble; 5.x is py3-only)
2020-01-03 14:51:21 +00:00
landry
7a875006ad Update to cbindgen 0.12.1.
0.12.0 required to build mozilla-central since #1604160
add MODCARGO_INSTALL_ARGS=--path . to workaround cargo now requiring it

built firefox 68.3.0esr and 71.0 with it without fallout
2020-01-02 17:18:13 +00:00
landry
e3f0dc2eb1 Update to proj 6.3.0. 2020-01-02 14:53:48 +00:00
bluhm
1894d47f43 update p5-AnyEvent to 7.17 2020-01-02 13:14:25 +00:00
landry
dc316b5dfe Update to buildbot 2.5.1. 2020-01-02 09:21:38 +00:00
bluhm
f5bf0e62c7 update p5-Test-TrailingSpace to 0.0302 2020-01-01 23:04:32 +00:00
bluhm
d4384dce6b update p5-Time-Format to 1.15 2020-01-01 22:53:40 +00:00
bluhm
6c6d2dfc83 update p5-Test-Script to 1.26 2020-01-01 22:12:05 +00:00
bluhm
c87b901557 update p5-Test2-Suite to 0.000127 2020-01-01 22:02:03 +00:00