21374 Commits

Author SHA1 Message Date
kmos
8685126da0 Update quirks to reflect py-xmldiff's migration to python3
(py-xmldiff -> py3-xmldiff)

ok landry@
2019-08-13 13:07:11 +00:00
stsp
e73ab53143 Update to got-0.6
- 'got log' and 'tog log' now display tags in addition to branch references
- 'got ref' can now be used to create symbolic references
- use <limits.h> instead of <sys/limits.h> (patch by Thomas Klausner)
- fix crash if 'got rebase' has no commits to rebase (with semarie@)
- annotate symlinks with @ in 'got tree' and 'tog tree'
2019-08-13 12:25:54 +00:00
kmos
0258c1188b Update quirks to reflect removal of textproc/py-Chart
OK sthen@
2019-08-12 15:21:30 +00:00
sthen
78dda8f0c9 update to re2c-1.2.1 2019-08-12 14:09:08 +00:00
stsp
8d6b387395 Update to got-0.5
- fix blame with single-commit history and with files without \n
- fix crashes in tog when blame returns no results on a file (found by otto@)
- man page improvements (bentley@)
2019-08-12 11:01:26 +00:00
stsp
675e6d7d37 Update devel/got to got-0.4
- add support for tag objects to 'got diff'
- fix tog log -r option (patch by semarie@)
- fix use of potentially out-of-date errno values (patch by Hiltjo Posthuma)
- fix getline(3) return value check (patch by Hiltjo Posthuma)
- use Oo/Oc/Op instead of plain brackets in man pages (patch by bentley@)
- fix spurious failures of test_revert_patch_one_change due to race condition
2019-08-11 19:56:44 +00:00
phessler
dbca67a9a9 aarch64 needs -O1 for both C and C++ files 2019-08-10 22:23:11 +00:00
naddy
15934c06f0 bump for plist changes 6.5 -> 6.6 2019-08-10 19:41:07 +00:00
stsp
349f7a9e9f Update devel/got to got-0.3 and avoid using 'make obj' in the port which
should fix build on systems without a /usr/src directory (noticed by landry@).

Changes for 0.3:
- fix bug where 'revert -p' would delete all lines following a reverted change
- fix merge bug inherited from OpenRCS, affecting lines with leading .
- fix man page installation during manual 'make install' from plain tarball
2019-08-10 15:31:52 +00:00
tb
a13fd6ca62 Update protobuf to 3.9.1.
ok sthen
2019-08-10 10:03:41 +00:00
stsp
8c3e5bc3b0 += got 2019-08-09 13:17:41 +00:00
stsp
beef033478 Update devel/got to got-0.2:
- improve error message if helper binaries fail to unveil(2)
- add support for tags to -c options of some got commands
- attempt to reject GOT_AUTHOR values without an email address because git
  is unable to parse resulting commit objects
- fix build on OpenBSD/sparc64 (gcc)
2019-08-09 12:58:38 +00:00
stsp
57ca27707b import Game of Trees
Game of Trees (Got) is a version control system which prioritizes
ease of use and simplicity over flexibility.

Got is still under development; it is being developed exclusively
on OpenBSD and its target audience are OpenBSD developers. Got is
ISC-licensed and was designed with pledge(2) and unveil(2) in mind.

Got uses Git repositories to store versioned data. At present, Got
supports local version control operations only. Git can be used
for any functionality which has not yet been implemented in Got.
It will always remain possible to work with both Got and Git on
the same repository.

This package includes the got(1) command-line interface and the
tog(1) read-only repository browser. EXAMPLES in the got(1) man
page contains a quick-start guide for OpenBSD developers.

ok kn@ gonzalo@
2019-08-09 12:47:49 +00:00
chrisz
7f24e7c5a8 Fix for building with OCaml 4.07, which has no Int or Bool modules. 2019-08-09 12:08:16 +00:00
jca
090ddbce77 Use ONLY_FOR_ARCHS-md instead of a ".if ${MACHINE_ARCH} ..." tests list
ok sthen@ Brad Smith (maintainer)
2019-08-09 11:25:29 +00:00
tb
d84c86c699 Use the bundled googletest suite instead of forcing use of the
devel/gtest port. This way the legacy INSTANTIATE_TEST_SUITE_P
is defined and the tests compile. The protobuf-test hangs after
some time, but that's a problem for another day.

ok sthen
2019-08-09 06:01:21 +00:00
bcallah
1536c6ad7b Update to bpython-0.18
Changelog: https://github.com/bpython/bpython/compare/0.17-release...0.18-release
2019-08-09 00:00:40 +00:00
kmos
bae0e8f103 Remove devel/py-kid and devel/py-extremes
devel/py-extremes - only consumer was py-peak-rules, which we just removed.
Its last release was Feburary 2009

devel/py-kid - only consumer was devel/py-turbokid, which we just removed.
Its last release was July 2007

OK sthen@
2019-08-08 13:56:34 +00:00
chrisz
5e03c1fda0 fix building with OCaml 4.07 (missing Int module).
"not qualified for OK, but please commit" sthen@
2019-08-08 10:32:02 +00:00
kmos
904aa31086 Remove py-addons, py-peak-rules, and py-prioritized_methods.
Upstream on these hasn't had a real release in 10 or more years.

Time for them to go.

ok danj@
2019-08-07 12:51:09 +00:00
ajacoutot
55800bd058 Update to libgee-0.20.2. 2019-08-07 07:37:17 +00:00
rsadowski
cf43afbe41 Update pycharm to 2019.2 2019-08-07 06:02:31 +00:00
sthen
c9017404f5 update to cgdb-0.7.1
patch and add a dependency to use ports gdb ("egdb") by default, this
doesn't seem to work too well with base gdb (for example input hangs or
something gets confused with gdb's questions like "Make breakpoint
pending on future shared library load").
2019-08-06 20:58:26 +00:00
naddy
29ba9c2b7a Use a non-blocking read with pselect to avoid hangs. From upstream. 2019-08-06 12:19:26 +00:00
sthen
43ccc034c9 update to pkgconf-1.6.3, from Christoph R. Winter, looks good to maintainer 2019-08-06 10:20:09 +00:00
rsadowski
b19250e67b Update py-uv to 1.4.0 which supports libuv 1.30.1 2019-08-05 16:28:54 +00:00
rsadowski
42a4546c7f Update libuv to 1.30.1 2019-08-05 16:28:44 +00:00
naddy
f9716df25b don't error out on empty test; from upstream 2019-08-05 15:05:09 +00:00
naddy
b873c7477e fix running the regression tests with newer perl (no . in @INC); from upstream 2019-08-05 12:14:52 +00:00
thfr
41afe7ae6f update to physfs 3.0.2
all consumers (except games/love) tested by me.
take MAINTAINER while here
http -> https (found by kn@)
ok bcallah@
2019-08-04 20:52:47 +00:00
chrisz
ee10368b07 enable recently imported ports:
devel/ocaml-configure
devel/ocaml-binio
devel/ocaml-yojson
devel/ocaml-cppo
devel/ocaml-easy-format
graphics/ocaml-cairo
x11/lablgtk3
2019-08-04 19:47:21 +00:00
chrisz
c5f99000ae import devel/ocaml-yojson
improvements by @sthen, ok by @krw
2019-08-04 19:07:43 +00:00
chrisz
5eb8a16155 import devel/ocaml-easy-format
improvements by @sthen, ok by @krw
2019-08-04 19:06:03 +00:00
chrisz
4a28ff3abf Import dever/ocaml-biniou
improvements by @sthen, ok by @krw
2019-08-04 19:04:48 +00:00
chrisz
125fd0f742 Import dever/ocaml-configurator
improvements by sthen@, ok by krw@
2019-08-04 18:54:39 +00:00
chrisz
37c2d442d1 Re-import ocaml-cppo
with improvements from sthen@ and ok by krw@
2019-08-04 18:40:20 +00:00
tb
dce0cef85a update-desktop-database wants to read from locale.alias in the
/usr/local/share/locale/ directory, so unveil it.

Found with accounting=YES.

ok aja
2019-08-03 22:58:42 +00:00
giovanni
1a19b7ccd2 bugfix update to 0.7112 2019-08-03 09:40:45 +00:00
kmos
89d1bc4d80 Remove devel/py-turbocheetah and devel/py-turbokid ports.
py-turbokid hasn't been updated since January 2010 while py-turbocheetah
was last updated in November 2007.

Remove them from the build

OK danj@ sthen@
2019-08-02 15:32:29 +00:00
giovanni
fa01fd8145 update to 11.1
ok rsadowsky@
2019-08-02 15:17:32 +00:00
sthen
377c8242e7 update to re2c-1.2 2019-08-02 15:15:24 +00:00
kmos
f65e6581f8 Remove devel/py-turbocheetah and devel/py-turbokid ports.
py-turbokid hasn't been updated since January 2010 while py-turbocheetah
was last updated in November 2007.

OK danj@ sthen@
2019-08-02 14:45:53 +00:00
sthen
c3d25959fa fix py-z3-solver on i386, from jasper@ 2019-08-02 12:59:51 +00:00
ajacoutot
549b33dc5b SECURITY fix for CVE-2019-1010238
https://gitlab.gnome.org/GNOME/pango/issues/342

prodded by tj@
2019-08-01 07:05:17 +00:00
sthen
46006b3518 - update to protobuf-3.9.0, from Jonathon Sisson
- restrict to O1 on aarch64; segfaults at runtime knocking out various
builds of ports depending on protobuf (dnsdist, mosh, etc). tracked down
thus far by otto@, more details in https://marc.info/?l=openbsd-ports&m=156363469501634&w=2
2019-07-31 20:58:10 +00:00
kmos
1c994fb653 Update devel/pyflakes 1.5.0 -> 2.1.1
From Paco Esteban. Thank you!

ok sthen@
2019-07-31 13:14:27 +00:00
kmos
0eb9314826 Update devel/py-setuptools_scm 2.0.0 -> 3.3.3
Bring py-setuptools_scm up to the current version.

OK sthen@
2019-07-31 13:12:27 +00:00
ajacoutot
531de12f8d Update to glib2-2.60.6. 2019-07-27 09:46:23 +00:00
ajacoutot
fe8117f9d2 Update to desktop-file-utils-0.24. 2019-07-27 09:34:40 +00:00
sthen
b0fbf1a0ec update to p5-MCE-1.843, based on update to 1.841 from wen heping
(1.841 is no longer available, plus i tweaked DESCR)
2019-07-26 15:02:07 +00:00