143248 Commits

Author SHA1 Message Date
bcallah
3bbb16960a +gigalomania 2019-12-17 16:17:23 +00:00
bcallah
2131815904 Import games/gigalomania, an open source 2D real time strategy god game.
macppc testing from cwen@, ok solene@

Gigalomania is an open source 2D Real Time Strategy god game. The
gameplay consists of researching and developing new technology with
which to conquer your enemies, from rocks and sticks to nuclear weapons
and spaceships. You can advance through ten different ages, from the
stone age to the future. There are 28 different maps to play through.
2019-12-17 16:17:06 +00:00
visa
461f7ad539 Fix build on mips64*.
Fix suggested by Donovan Watteau
OK jsg@
2019-12-17 15:26:10 +00:00
sthen
d3c6fdb928 update to libmagic-5.38 2019-12-17 14:52:01 +00:00
kurt
5fbb2db630 Add debug package support.
The jdk has options for controlling debug symbol generation. However,
these options don't line up well with our debug package support. Using
--with-native-debug-symbols=internal bloats the jdk package by
including debug info in the jmod's. Using external mode doesn't do
this but results in debug info files and debug links that don't match
our debug package setup. To get decent results the following was done:

* Use --with-native-debug-symbols=external
* Patch the jdk to copy the full bin/lib to the .debuginfo file
  instead of using objcopy --only-keep-debug.
* In post-build move/copy the .debuginfo files over their stripped
  versions.
* Fixup a few cases where the debuginfo file wasn't installed into
  the images directories.
2019-12-17 14:22:30 +00:00
sthen
4fd6b85d82 add edig/ehost/enslookup symlinks
move another pledge to a better place, drop some rpath
2019-12-17 14:18:43 +00:00
kmos
5faa517ff9 Add the now-defunct python2 flavor of py-semver to quirks 2019-12-17 14:14:30 +00:00
kmos
73da14f6ee py-semver is not python3-only. Drop MODPY_FLAVOR from it as a dependency
and bump REVISION
2019-12-17 14:12:36 +00:00
kmos
a2f9bd8ca4 Update textproc/py-semver 2.8.1 -> 2.9.0
Only consumer is python3-only, so drop python2 flavor.

From Paco Esteban. Thanks again!
2019-12-17 14:11:33 +00:00
sthen
e6c52ec954 add missing --quiet on the mutt example configs, pointed out by bket@, thanks! 2019-12-17 13:15:04 +00:00
ajacoutot
d39a051653 Update terraform providers. 2019-12-17 09:50:54 +00:00
ajacoutot
62b9809e9b Looks like I forgot to commit this yesterday...
Unbreak with pango >=1.44
Adding harfbuzz headers, closes #1941 (upstrem)
2019-12-17 09:26:26 +00:00
ajacoutot
671c4e2aae Update to psutils-1.91. 2019-12-17 08:17:15 +00:00
bcallah
4e589e248c +cmb 2019-12-17 03:36:25 +00:00
bcallah
ad7f8b7047 Import sysutils/cmb, a combinatorics library/utility from FreeBSD.
ok kn@

cmb is a combinatorics library/utility.

It is both a novel algorithm and the fastest implementation we have for
complex combinatorics. It is faster than python's itertools, faster than
numpy, faster than Perl, faster than Perl XS, faster than comb in R.

It is a port of cmb(1)/cmb(3) from FreeBSD.
2019-12-17 03:36:07 +00:00
jcs
e38a6fe7ee update Arduino to 1.8.10, ArduinoCore-avr to 1.8.2, and add in
Adafruit's latest boards.txt to help arduino-makefile

help from sthen and jca
2019-12-17 02:21:53 +00:00
sthen
33b647a4ee move down the second ratchetted pledge in the ports-BIND version of dig,
it should have been done after loading a tsig keyfile.

drop rpath from that pledge, it used to be needed for charset conversion
with idn names, but this just prints "Cannot represent '%s' in the current
locale" now for !utf8 locales (maybe as a result of dropping the !utf8
ctype files?)
2019-12-17 00:46:15 +00:00
sthen
e687a55587 +gmail-oauth2 2019-12-16 22:03:50 +00:00
sthen
e9bb81dbb8 import ports/mail/gmail-oauth2, ok kmos@
oauth2.py is a script that can be used as a standalone utility for
generating and authorizing OAuth tokens, and for generating OAuth2
authentication strings from OAuth tokens.

This can be used with mutt to allow oauth2 logins to Gmail.
2019-12-16 22:03:26 +00:00
jung
4fc6f9c550 update to 0.6 to cope with filter protocol changes
ok giovanni
2019-12-16 21:32:02 +00:00
ajacoutot
6b78badea4 Update to libical-3.0.7. 2019-12-16 20:42:57 +00:00
ajacoutot
12c60cb75e SECURITY update to cyrus-imapd-3.0.13.
CVE-2019-19783, a privilege escalation vulnerability that permits creation of
arbitrary mailboxes using the 'fileinto' directive in user sieve scripts.
2019-12-16 19:50:06 +00:00
ajacoutot
5c5e874ebf Respect CFLAGS so DEBUG_PACKAGES are useful. 2019-12-16 19:46:52 +00:00
zhuk
5d1ad0f6ea Create postgres (super)user by default after creating test DB cluster.
This was in my tree for ages, triggered again by thread on ports@.
Since this port module is used only for tests, bulk builds won't be affected.

@afresh1 agress this is a nice thing to have by default.
2019-12-16 19:14:09 +00:00
kmos
ce2823a1d6 Move all of the upt modules (except upt-openbsd for now) to running
tests via MODPY_PYTEST
2019-12-16 18:35:10 +00:00
bcallah
c7a5a18c76 Update to handbrake-1.3.0
Changelog: https://github.com/HandBrake/HandBrake/releases/tag/1.3.0
ok aja@
2019-12-16 17:23:58 +00:00
tb
959ef604e5 Update wycheproof-testvectors to HEAD as of Dec 14.
No change to existing test vectors. This adds HMAC(3) that will be
picked up by wycheproof.go. All these tests currently pass.

ok sthen
2019-12-16 17:15:49 +00:00
tb
ffdf54efa4 update to protobuf 3.11.2.
ok sthen
2019-12-16 17:12:23 +00:00
ajacoutot
d4a5897181 FindGTK2: Add harfbuzz to GTK2_INCLUDE_DIRS, from upstream.
Needed after the recent pango update.
2019-12-16 15:52:59 +00:00
ajacoutot
9ea20c2030 Temporatily mark broken after recent pango update
(updating to a newer release should fix it).
2019-12-16 15:52:08 +00:00
ajacoutot
c1442dad17 Remove uneeded patch now that we have pango >=1.44 2019-12-16 15:51:07 +00:00
ajacoutot
82e65374f5 Fix build with pango >= 1.44 2019-12-16 15:50:42 +00:00
ajacoutot
02e2712411 BROKEN after recent pango update.
Not sure I want to fix this, this is super old stuff...
2019-12-16 15:50:08 +00:00
ajacoutot
19e9b21bb4 Major update to pango-1.44.7. 2019-12-16 15:49:03 +00:00
jasper
958701ba27 +squashfs-tools 2019-12-16 15:36:37 +00:00
jasper
9efb67d96b import squashfs-tools-4.4
Tools to create and extract Squashfs filesystems.

ok sthen@
2019-12-16 15:35:26 +00:00
jasper
05c5e605ac update to suricata-5.0.1
ok gonzalo@ (MAINTAINER)
2019-12-16 15:33:27 +00:00
bcallah
64c3e2324a Update to wtf-20191214 2019-12-16 15:15:40 +00:00
bcallah
c783a97ebe Add a patch to remove all -Werror= flags. Those flags needlessly break the
build on (at least) sparc64.
Tested in a sparc64 bulk and ok kmos@
2019-12-16 15:10:43 +00:00
sthen
3a71699d1a regen 2019-12-16 14:40:55 +00:00
sthen
e09f765163 update to exim 4.93.0.3, from Renauld Allard 2019-12-16 14:40:39 +00:00
stsp
080789616b update to got-0.23
- prevent status crawl from racing with paths changing in the filesystem
- add -k option to 'got remove' to keep files on disk (Tracey Emery)
- add -R option to 'got remove' for recursive deletion (Tracey Emery)
- add -I option to 'got add' to disregard ignore patterns (Tracey Emery)
- show numeric dates in ISO-8601/xkcd-1179 format in 'tog log' and 'got blame'
2019-12-16 14:15:23 +00:00
kmos
d577b4bb34 Hook py-transmissionrpc-ng up to the build 2019-12-16 13:37:47 +00:00
kmos
1deb5b5fa9 net/py-transmissionrpc-ng
"transmissionrpc-ng is a python module implementing the json-rpc
client protocol for the BitTorrent client Transmission."

Version 0.14.0

From Paco Esteban

OK sthen
2019-12-16 13:36:25 +00:00
sthen
8f73040ba1 update to mariadb-10.3.21, from Brad 2019-12-16 13:35:57 +00:00
fcambus
1a95127772 Update ocp to 0.2.1.
This version now uses SDL2.
2019-12-16 12:54:30 +00:00
landry
adcd52fced No need for debug-lightning, there's no compiled code in this subpackage. 2019-12-16 12:41:30 +00:00
sthen
672aea714e fix typos in DESCR, one from florian@ plus one I spotted on the next line ;) 2019-12-16 12:25:22 +00:00
espie
16c8437688 make DEBUG_PACKAGES slightly less confusing for modules 2019-12-16 09:18:27 +00:00
landry
858c5bd8ae Backport https://hg.mozilla.org/releases/mozilla-beta/raw-rev/4b7a8631178f to fix build with cbindgen 0.11.1 2019-12-16 09:18:19 +00:00