111597 Commits

Author SHA1 Message Date
bentley
5f559bb5a9 Move homepage/master_sites to https. 2016-06-02 11:38:49 +00:00
bentley
431f469bf4 +sblg 2016-06-02 11:35:42 +00:00
sthen
0ab68330a1 update to unifi-5.0.6, release notes at
https://community.ubnt.com/t5/UniFi-Updates-Blog/UniFi-5-0-6-is-released/ba-p/1579716

new AP firmware has changes to the rate selection code fixing issues
where some clients stay associated but don't have a usable connection.
new gen2 AP firmware has this, plus a fix for 5GHz radio lockup under load.
2016-06-02 11:35:23 +00:00
bentley
6436441047 Import sblg-0.3.3.
sblg is a utility for creating static blogs: it knits together articles and
templates, generating static HTML files and Atom feeds. It's built for use
with make(1), as blogs depend upon articles, etc. No markdown, no "CMS", no
CGI, no PHP. Just a simple tool for pulling data from articles and
populating templates. sblg(1) is an ISC licensed ISO C utility that depends
only on libexpat. (Where "simple" encompasses Atom feeds, multi-language
support, tag filtering, etc.)

ok jturner@
2016-06-02 11:34:53 +00:00
bentley
b336eb8e0b +mysticmine 2016-06-02 11:33:44 +00:00
bentley
6037eeda20 Import mysticmine-1.2.0.
Guide your gold car through a mine, switching rails with a single button.
You can only go down, but thanks to an optic illusion in the levels, you can
always reach every point. Play this game alone or invite some friends and
play against each other. The game supports up to 6 people on one keyboard.
Everyone can enjoy this family friendly game, regardless of age or
experience.

ok landry@
2016-06-02 11:33:07 +00:00
sthen
59846a9789 Link chromium with -Wl,-z,wxneeded. This has two effects:
1. it will disable the kernel logs about W^X violations.

2. the binary will not run at all unless the filesystem holding
/usr/local has the "wxallowed" flag set (in /etc/fstab), rather
than starting but having tabs crash all the time.

ok robert@
2016-06-02 10:47:47 +00:00
jasper
bfb6807b1d recognize wxallowed mount option 2016-06-02 09:52:37 +00:00
dcoppa
446e107ec4 Update to hedis-0.9.1 2016-06-02 09:26:26 +00:00
jasper
8dad2fd86f update to facter-3.1.8 2016-06-02 07:36:19 +00:00
ajacoutot
b6542232ad Update to google-cloud-sdk-112.0.0. 2016-06-02 07:19:21 +00:00
jasper
54b64d4d88 update to puppet-4.5.1 2016-06-02 07:01:12 +00:00
ajacoutot
176522847c Needs devel/gettext-tools. 2016-06-02 05:59:22 +00:00
shadchin
7a2925423c Update to py-test-mock 1.1 2016-06-02 04:53:39 +00:00
sthen
1dcc764027 fix "make extract NO_DEPENDS=Yes" 2016-06-01 22:37:58 +00:00
sthen
6f84295e17 post-extract -> pre-patch, to fix "make extract NO_DEPENDS=Yes" 2016-06-01 22:36:30 +00:00
sthen
6c2ed6d159 fix BUILD_DEPENDS; was rpm-*|rpm2cpio-*:converters/rpm2cpio, but actually
misc/rpm's rpm2cpio tool doesn't handle xz files which are used in here,
so converters/rpm2cpio is always needed.
2016-06-01 22:22:48 +00:00
sthen
df7b1a631e s/BROKEN-amd64/BROKEN/ in lang/io now that setjmp cookies are in for
i386 (it is x86-only anyway).
2016-06-01 22:01:08 +00:00
sthen
612de31d85 Add a patch from Andrew Karpow (committed to ocserv upstream) setting
IFF_MULTICAST, fixing ipv6 tunnel support on OpenBSD.
2016-06-01 21:27:20 +00:00
juanfra
bb595799fa Update to clzip 1.8. 2016-06-01 21:23:27 +00:00
sthen
227615e00e oops, missed distinfo for this 2016-06-01 19:49:01 +00:00
krw
ddb2c5b3f2 Note that ocamlduce has shuffled off this mortal coil.
cluebat & ok aja@
2016-06-01 18:31:34 +00:00
semarie
c370e34ca8 hooks cargo. I missed it when importing cargo. 2016-06-01 17:33:53 +00:00
mglocker
ce7cd49ff9 Update to sabnzbd 1.0.2.
From Carlin Bingham
2016-06-01 17:25:56 +00:00
sthen
3d1c7f03d4 +flashrom 2016-06-01 16:42:53 +00:00
sthen
90755afd6a import ports/sysutils/flashrom, ok krw
flashrom is a utility for identifying, reading, writing, verifying
and erasing flash chips. It is designed to flash BIOS, EFI, coreboot,
firmware and optionROM images on mainboards, network/graphics/storage
controller cards, and various programmer devices.
2016-06-01 16:42:23 +00:00
krw
0c66aef85c The world has moved on and ocamduce never made the jump to Ocaml 4.
It's dead Jim.

ok anil@ (maintainer)
2016-06-01 16:14:32 +00:00
krw
6f14aefe6f Unhook ocamlduce from build.
Marked broken for years, and no chance this will change.

Will be nuked shortly.

ok anil@ (maintainer)
2016-06-01 15:47:58 +00:00
sthen
cd116742c7 update to p5-Email-Valid-1.200 2016-06-01 15:12:07 +00:00
sthen
4ee094e255 update to beets-1.3.18 (now that pypi.io updated..) 2016-06-01 15:01:32 +00:00
sthen
90df7e2e0d update to py-acoustid-1.1.2, add python3 flavour 2016-06-01 14:59:03 +00:00
dcoppa
6dbc4cc166 boost does not like mixing different compilers at build and compile
time.

We build boost itself with gcc-4.2.1 from base, which doesn't support
the integer scalar type __int128, and this results in a
/usr/local/include/boost/config/user.hpp lacking the "BOOST_HAS_INT128"
define.

When compiling something that depends on boost using a newer compiler
like gcc-4.9 or clang, a code snippet in
/usr/local/include/boost/config/compiler/{clang,gcc}.hpp reactivates
__int128 support, but the code containing typedef declarations
inside /usr/local/include/boost/config/suffix.hpp is never reached,
because /usr/local/include/boost/config/user.hpp lacks "BOOST_HAS_INT128".
Hence, the following errors occur:

/usr/local/include/boost/type_traits/is_integral.hpp:72:1: error: 'int128_type' is not a member of 'boost'
/usr/local/include/boost/type_traits/is_integral.hpp:73:1: error: 'uint128_type' is not a member of 'boost'

As a temporary band-aid, completely disable __int128 support on
OpenBSD.

OK jca@, sthen@
2016-06-01 14:56:54 +00:00
jasper
d554090a7e be sure to use the correctly named sphinx-build. in case of the python3
flavor it tried to use sphinx-build instead of sphinx-build-3.

spotted by naddy@
2016-06-01 14:28:34 +00:00
landry
ac464e8251 Bugfix update to QGIS 2.14.3. 2016-06-01 14:05:22 +00:00
edd
1f35c36b53 print/texlive: Update to 2015.
OK abieber@, schwarze@.

Additional testing by Caspar Schutijser.

Thanks
2016-06-01 12:46:29 +00:00
jasper
10dfb91cdc - update to puppetboard-0.1.3 (this version requires puppetdb >= 3)
- add python3 flavor
2016-06-01 12:14:39 +00:00
jasper
cedc0f719e +py-puppetdb,python3 2016-06-01 12:13:37 +00:00
jasper
bd1594ecd9 - update to py-puppetdb-0.2.3 (this version requires puppetdb >= 3)
- add python3 flavor
2016-06-01 12:13:18 +00:00
jasper
5fb657c7f7 +puppetdb4 2016-06-01 12:12:00 +00:00
jasper
17b10292ed import puppetdb 4.1.0
PuppetDB is the fast, scalable, and reliable data warehouse for Puppet.
It caches data generated by Puppet, and gives you advanced features at
awesome speed with a powerful API.

the existing databases/puppetdb port only works against puppet 3; puppetdb 4
works against puppet 4.

feedback/ok aja@ sebastia@
2016-06-01 12:11:13 +00:00
jasper
6049895b1c register conflict with upcoming puppetdb4 port 2016-06-01 12:09:12 +00:00
jasper
22cdb80ab9 rgen is not required by puppet 3 unless the future parser is used 2016-06-01 12:02:44 +00:00
jasper
8f0b87c481 update to mcollective-puppet-agent-1.11.0 2016-06-01 11:58:54 +00:00
jasper
85d2554093 sync URL 2016-06-01 11:56:23 +00:00
ajacoutot
1beb7439e6 Update to gnugk-4.2.: 2016-06-01 11:41:30 +00:00
ajacoutot
d3876db257 Update to remotebox-2.1. 2016-06-01 10:17:44 +00:00
dcoppa
6456bcba5e Updates:
devel/hs-hslogger 1.2.9 -> 1.2.10
devel/hs-MissingH 1.3.0.2 -> 1.4.0.0
2016-06-01 09:19:44 +00:00
jasper
90773078e4 hookup puppet 4. it appears to be working well for agents and webrick masters.
ok aja@
2016-06-01 09:11:24 +00:00
jasper
a4c014cf61 group SUBST_CMD invocations; spotted by aja@ 2016-06-01 09:10:23 +00:00
landry
c2dcdb6d3e Minor bugfix update to converters/wv 1.2.9, since it found a new home at
abisource.com.
2016-06-01 08:34:25 +00:00