162247 Commits

Author SHA1 Message Date
afresh1
f9e4d21cc3 Correct variable name
Missed in my recent refactor.

Noticed by Chris Bennett <cpb_ports () bennettconstruction ! us>
2021-12-12 19:25:39 +00:00
pvk
81d6b4dc23 Update vault 1.8.4 -> 1.9.1
Changelog: https://github.com/hashicorp/vault/blob/main/CHANGELOG.md#191
ok ajacoutot@
2021-12-12 17:12:42 +00:00
tb
55c3fbb98d Update openssl-ruby-tests to 20211212 2021-12-12 17:07:19 +00:00
rsadowski
b84d1a2ae3 Remove unnecessary dependency on devel/gettext,-runtime
Spotted by sthen@, ok sdk@
2021-12-12 17:04:37 +00:00
op
58424f2afa update databases/pspg to 5.5.2
while here also append to instead of replacing CFLAGS and LDFLAGS.
2021-12-12 15:07:44 +00:00
tb
642e24e7b8 telephony/asterisk: unbreak build with opaque BIO_METHOD by adding
CFLAGS += -DHAVE_OPENSSL_BIO_METHOD.  This is a workaround as this
should really be picked up by autoconf...

ok sthen
2021-12-12 13:39:09 +00:00
sthen
034b79dcd7 update to mutt-2.1.4v3 2021-12-12 13:04:43 +00:00
robert
818311ebda switch over to devel/tradcpp 2021-12-12 11:45:38 +00:00
robert
822fe8ab3c +tradcpp 2021-12-12 11:37:25 +00:00
robert
b8f68ed5ce import tradcpp-0.5.3
tradcpp is a K&R-style ("traditional") C preprocessor. It was written to
support historical uses of the C preprocessor for preprocessing things that
aren't C, as the preprocessors that ship with C compilers are increasingly
unsuitable for this task and/or don't provide a traditional mode at all.

In particular, tradcpp preserves whitespace as much as possible, so it can be
used in contexts where whitespace is significant and/or rearranging whitespace
causes things to break, such as makefiles. Preprocessing makefiles with cpp is
a fairly common property of sufficiently old legacy build systems, including
old versions of Emacs and anything that uses imake.

this port is imported to replace tradcpp from base which is not used there
anymore and also include all the modifications we had, including pledge(2)
support

ok aja@, jsg@
2021-12-12 11:35:44 +00:00
robert
d550de30a8 oops, fix botched import 2021-12-12 11:35:08 +00:00
robert
07ce55ef25 import tradcpp-0.5.3
tradcpp is a K&R-style ("traditional") C preprocessor. It was written to
support historical uses of the C preprocessor for preprocessing things that
aren't C, as the preprocessors that ship with C compilers are increasingly
unsuitable for this task and/or don't provide a traditional mode at all.

In particular, tradcpp preserves whitespace as much as possible, so it can be
used in contexts where whitespace is significant and/or rearranging whitespace
causes things to break, such as makefiles. Preprocessing makefiles with cpp is
a fairly common property of sufficiently old legacy build systems, including
old versions of Emacs and anything that uses imake.

this port is imported to replace tradcpp from base which is not used there
anymore and also include all the modifications we had, including pledge(2)
support

ok aja@, jsg@
2021-12-12 11:26:44 +00:00
ajacoutot
ac9071ec17 Add missing BDEP on devel/gettext,-tools.
This fixes:
configure:17314: error: possibly undefined macro: AC_LIB_PREPARE_PREFIX
configure:17315: error: possibly undefined macro: AC_LIB_RPATH
configure:17320: error: possibly undefined macro: AC_LIB_LINKFLAGS_BODY
configure:17328: error: possibly undefined macro: AC_LIB_APPENDTOVAR
autoreconf-2.69: /usr/local/bin/autoconf-2.69 failed with exit status: 1
2021-12-12 11:18:24 +00:00
ajacoutot
f405fe40b7 Update to tuxpaint-config-0.0.18. 2021-12-12 10:45:45 +00:00
ajacoutot
7807073631 +libunibreak 2021-12-12 10:45:22 +00:00
ajacoutot
69c1191512 Import libunibreak-5.0
libunibreak is an implementation of the line breaking and word breaking
algorithms as described in Unicode Standard Annex 14 and Unicode Standard Annex 29.

ok robert@
2021-12-12 10:44:57 +00:00
rsadowski
5ccc99e7e2 Update Qbs to 1.20.1 2021-12-12 07:41:46 +00:00
rsadowski
2f467570d3 Update netbeans to 12.6 2021-12-12 07:05:36 +00:00
daniel
70e0408a36 update ocaml-zarith to 1.12
ok chrisz@
2021-12-12 05:26:18 +00:00
thfr
5076ae6103 update to FNA 21.12. Bugfix release. Release notes at:
https://github.com/FNA-XNA/FNA/releases
Tested with several FNA and XNA games
2021-12-12 04:55:28 +00:00
thfr
33c2d65e6b update to FAudio 21.12. Maintenance release, minimal changes. Tested with
FNA and XNA games via fnaify without fallout (Rogue Legacy, Miasma, Apple
Jack)
2021-12-12 04:52:43 +00:00
thfr
d97e91fe3d update to FNA3D 21.12. Tested with several fnaify games (Flinthook, Rogue
Legacy, Cryptark, more)
2021-12-12 04:49:48 +00:00
thfr
2469dec902 update mojoshader to last commit (2021-11-24). Project has moved to GitHub,
so versioning by mercurial commit isn't meaningful anymore.

- remove manual version setting (mojoshader now sets version to -1 if it
  can't find git/hg info; this is fine)
- 2 functions have incomplete signature; add ctx to complete them (plan to
  upstream this)
- tested with fnaify and several FNA games, including Rogue Legacy,
  Cryptark, Miasma without issues
2021-12-12 04:41:03 +00:00
juanfra
0e01c54935 Move gambit to ports-gcc. clang13 takes more than an hour to build the
package. Tested with ports-gcc on sparc64.

While here, remove the extra CFLAGS for powerpc as suggested by Brad.
Tested by gkoehler@ with the current version of clang on powerpc
(should works also with ports-gcc).
2021-12-11 19:32:22 +00:00
paco
ccd1314509 hook sysutils/chezmoi 2021-12-11 18:52:31 +00:00
paco
756406ab8a import chezmoi, a tool to manage dotfiles
WWW: https://www.chezmoi.io/

ok sthen@ bket@
2021-12-11 15:29:46 +00:00
sthen
54c4e55566 update to web2ldap-1.6.20, from Lucas Raab (maintainer) 2021-12-11 14:56:14 +00:00
sthen
e0c5a7d40a update to py3-ldap0-1.4.3, from Lucas Raab (maintainer) 2021-12-11 14:52:37 +00:00
sthen
fbcda2da56 rc -> official 2021-12-11 14:12:34 +00:00
sthen
d2670ca223 not sure what happened, reposync's bundled ssh_known_hosts was blank. regen.
reported by Martin Vahlensieck and probably also responsible for a problem
seen by krw@.
2021-12-11 13:04:47 +00:00
ajacoutot
14bd9c0de8 Update to tuxpaint-stamps-20211125. 2021-12-11 11:52:26 +00:00
bket
ca25809794 Update to rhash-1.4.2
Changelog: https://github.com/rhash/RHash/blob/v1.4.2/ChangeLog

OK rsadowski@
2021-12-11 11:50:55 +00:00
op
25cabaa9c9 games/godot: install manpage and desktop file too. ok bentley@ 2021-12-11 11:44:44 +00:00
ajacoutot
bab86c4a06 Update to tuxpaint-0.9.27. 2021-12-11 11:35:37 +00:00
ajacoutot
a3286c74ce Update to terraform-1.1.0. 2021-12-11 11:11:48 +00:00
ajacoutot
ce9a1ccedb Update to terragrunt-0.35.14. 2021-12-11 11:10:09 +00:00
rsadowski
ba8d147382 Wrongly qtwebengine deleted in previous commit
Spotted by naddy
2021-12-11 11:00:59 +00:00
ajacoutot
e4ba757fd7 Update to gnome-calendar-41.2. 2021-12-11 10:58:24 +00:00
ajacoutot
77a7a35a9f Update to awscli-1.22.23. 2021-12-11 10:56:40 +00:00
ajacoutot
c195086dc3 Update to py3-boto3-1.20.23. 2021-12-11 10:56:27 +00:00
ajacoutot
8d187104d6 Update to py3-botocore-1.23.23. 2021-12-11 10:56:08 +00:00
ajacoutot
4023a8528c Sync WANTLIB. 2021-12-11 10:53:06 +00:00
bentley
5abb3572d5 Update to starfighter-2.4.
From Tom Murphy; thanks!
2021-12-11 10:39:32 +00:00
kn
dd792a5197 + ktimetracker 2021-12-11 10:22:07 +00:00
sthen
1bbd1b6707 update to py3-iso8601-1.0.2 2021-12-11 10:22:00 +00:00
kn
c84cfc68b7 Import productivity/ktimetracker 5.0.1
Input OK rsadowski
---
KTimeTracker helps you track your personal time spent on various
tasks and projects.

It is useful for tracking billable hours and can report the hours
logged by task and day.

With KTimeTracker, you can organize a broken-down project as subtasks
with unlimited nesting. The standard keyboard and mouse shortcuts are
simple and make the tool really comfortable and intuitive to use.
2021-12-11 10:21:15 +00:00
sthen
158dd55a6f update to py3-css-parser-1.0.7 2021-12-11 10:20:26 +00:00
sthen
8a36d67da8 update to zaproxy-2.11.1 2021-12-11 10:09:54 +00:00
semarie
71f211abec update net/bore to 0.4.1
from maintainer
2021-12-11 08:06:36 +00:00
bket
b85a4f60d9 Update to py-prompt_toolkit-3.0.24
Changes:
https://github.com/prompt-toolkit/python-prompt-toolkit/blob/3.0.24/CHANGELOG
2021-12-11 06:44:39 +00:00