ajacoutot
40986086f7
Update to terraform-0.11.3.
2018-02-01 08:12:31 +00:00
jturner
32413d6697
Update ksql to 0.2.3
2018-02-01 00:32:56 +00:00
rsadowski
ff0603e97a
fix build with boost 1.66.0
2018-01-31 22:29:09 +00:00
rsadowski
5126c24bf7
Update boost to 1.66.0
...
Main port changes:
- Add myself as second maintainer
- Licence tag from MIT-like to boost
Changelog:
http://www.boost.org/users/history/version_1_66_0.html
ok jca@ and landry@ (Tested in a bulk, thanks!)
"Fine with me" from Brad (maintainer)
2018-01-31 21:54:49 +00:00
landry
5a131ca419
Update to parallel-20171222, from Klemens Nanni
...
ok pascal@ (MAINTAINER)
2018-01-31 19:14:06 +00:00
jca
2343f34251
No need to link against libpthread any more
...
The pthread_mutex_* functions are now in libc, so revert the workaround.
Bulk build and ok ajacoutot@, ok jasper@ (maintainer)
2018-01-31 17:58:38 +00:00
sthen
4dcda1e85d
update to easy-rsa 3.0.4, from Björn Ketelaars
2018-01-31 17:10:47 +00:00
ajacoutot
a979583069
Update to cups-filters-1.20.0.
2018-01-31 15:14:47 +00:00
sthen
c30433fe82
update to sslh-1.19b, fixing an IPv6 parse bug.
...
from Björn Ketelaars (maintainer)
2018-01-31 12:04:20 +00:00
ajacoutot
31ca523a4f
Update to libhttpseverywhere-0.8.0.
2018-01-31 09:52:29 +00:00
ajacoutot
2681280562
Update to py-cairo-1.15.6.
2018-01-31 09:20:25 +00:00
rsadowski
808d90fa76
Missing patch in the last update to 1.1.2
2018-01-31 08:51:40 +00:00
ajacoutot
027a898b70
Update to harfbuzz-1.7.5.
2018-01-31 08:36:22 +00:00
landry
aac1fbd867
Update to kpcli 3.2
2018-01-31 07:56:52 +00:00
bcallah
137044161f
+ocaml-camlp5
2018-01-31 00:22:00 +00:00
bcallah
ae570614cd
Import lang/ocaml-camlp5, an OCaml Preprocessor and Pretty-Printer.
...
ok daniel@
Camlp5 is a preprocessor and pretty-printer for OCaml programs. It also
provides parsing and printing tools.
As a preprocessor, it allows one to:
* extend the syntax of OCaml,
* redefine the whole syntax of the language.
As a pretty printer, it allows one to:
* display OCaml programs in an elegant way,
* convert from one syntax to another,
* check the results of syntax extensions.
Camlp5 also provides some parsing and pretty printing tools:
* extensible grammars
* extensible printers
* stream parsers and lexers
* pretty print module
It works as a shell command and can also be used in the OCaml toplevel.
2018-01-31 00:21:41 +00:00
sthen
57b3e7e5d7
change MULTI_PACKAGES bits, to avoid some build problems seen with dpb.
...
merged in from a diff from robert@
2018-01-30 22:37:34 +00:00
edd
cc111cfae5
Update to TeX Live 2017.
...
Seems to work fine on all papers I've thrown at it.
Tested by myself and kili@ on all BUILD_DEPENDS too. No tree breakage
that we can see.
Like what is currently in-tree, this update is currently using the
in-built poppler, as it seems TeX Live only works with old versions.
Kili is working on fixing this.
OK kili@, thanks!
----------------------------------------------------------------------
----------------------------------------------------------------------
2018-01-30 20:35:30 +00:00
kili
a8e8c05e45
Drop an 8 year old patch about SIGCHLD handling which is no longer
...
needed.
2018-01-30 19:31:55 +00:00
stu
cc74a8183a
Update to 3.22.0.
...
Enable rtree module.
2018-01-30 18:17:37 +00:00
rsadowski
44ecbf5628
Update transmission to 2.93
...
This release includes a fix for CVE-2018-5702.
From Josh Grosse <josh AT jggimi DOT net> (maintainer) Thanks!
2018-01-30 16:34:35 +00:00
jca
ae84f94e29
Tweak the HOMEPAGE of gnupg.org ports
...
- move to https
- use the per-project canonical homepage (reachable thru the main
- homepage; pinentry doesn't seem to have such homepage)
ok pea@ ajacoutot@
2018-01-30 15:06:37 +00:00
rsadowski
48415e9c19
Update pokerth to 1.1.2
...
- Add additional patches for upcoming boost update to 1.66.0
- HOMEPAGE update
- Makefile tweaks
- Add protoc pre-configure task
ok jca@
2018-01-30 14:47:25 +00:00
fcambus
102672f0bb
Update HOMEPAGE.
2018-01-30 09:48:15 +00:00
fcambus
d3dffe0bf9
Add lua-mmdb.
2018-01-30 09:21:42 +00:00
fcambus
e99f24be10
Import net/lua-mmdb.
...
Lua library for reading MaxMind GeoIP2/GeoLite2 IP geolocation database
format.
OK abieber@
2018-01-30 09:15:36 +00:00
fcambus
c6c09d1f91
Add lua-compat53.
2018-01-30 09:09:08 +00:00
fcambus
2a836bf25d
Import devel/lua-compat53.
...
Compatibility module that aims to make it easier to write code in a
Lua 5.3 style that is compatible with Lua 5.1, Lua 5.2, and Lua 5.3.
This does not make Lua 5.2 (or even Lua 5.1) entirely compatible with
Lua 5.3, but it brings the API closer to that of Lua 5.3.
OK abieber@
2018-01-30 09:07:32 +00:00
robert
c4ab2faf1c
update to 64.0.3282.119
2018-01-30 07:57:25 +00:00
gonzalo
a1325f05fa
Update for SQLmap to 1.2:
...
https://github.com/sqlmapproject/sqlmap/releases
OK rpointel@
2018-01-30 07:13:08 +00:00
danj
18746517f2
Replace mkdir -p
with ${INSTALL_DATA_DIR}
...
From Klemens Nanni
2018-01-30 03:27:54 +00:00
danj
de589aeea3
Update to ripgrep-0.7.1, bugfix release for "too many open file descriptors"
...
From ray
2018-01-30 03:23:06 +00:00
sthen
990ebc0715
Bjorn Ketelaars takes maintainer of net/ocserv, plus some tidy-up (regen
...
WANTLIB, follow Makefile.template order, etc).
2018-01-30 00:53:52 +00:00
rsadowski
8ddd3d93c3
Unbreak nomacs for new Qt 5.9.4
...
Stop calling QT5_WRAP_CPP() when building libqpsd.
-- https://github.com/nomacs/nomacs/pull/187
Spotted by naddy@ sthen@ landry@
Final hint by naddy@ Thanks!
2018-01-29 22:33:07 +00:00
gsoares
8c9716ade9
update to 2.2.0
...
OK pascal@ (maintainer)
2018-01-29 21:44:30 +00:00
juanfra
28bb6dea3f
Update to racket 6.12.
2018-01-29 21:06:12 +00:00
landry
b9ae65d981
Security update to firefox 58.0.1.
...
See https://www.mozilla.org/en-US/firefox/58.0.1/releasenotes/
Fixes https://www.mozilla.org/en-US/security/advisories/mfsa2018-05/
2018-01-29 20:54:13 +00:00
landry
7b5cbbc044
Default MODPY_DISTUTILS_BUILD to build in ${WRKBUILD} instead of
...
${WRKSRC} - this way python ports using distutils respects
SEPARATE_BUILD.
From Klemens Nanni, tested in an amd64 bulk, ok sthen@ rpointel@
2018-01-29 20:49:24 +00:00
landry
2b22587d09
Set DPB_PROPERTIES=lonesome on i386 so that no new jobs are sent to the
...
worker building firefox. Fixes firefox packaging on i386, but for how long...
same diff/ok sthen@
2018-01-29 18:47:02 +00:00
landry
e98d55d6d6
Set DPB_PROPERTIES=parallel only on amd64, so that only one make job is
...
used on i386. Set DPB_PROPERTIES=lonesome on i386 so that no new jobs
are sent to the worker building rust.
Fixes rust packaging on i386 within dpb.
same diff/ok sthen@
2018-01-29 18:45:39 +00:00
landry
0d39678d6e
only set DPB_PROPERTIES if not already set.
2018-01-29 18:20:33 +00:00
espie
9c419212b5
write an actual list of DPB_PROPERTIES, since I didn't know where to put
...
lonesome. There's some duplication with the other description, but this also
yields a single reference location for all keywords
don't document memoryhog, I might scrape it entirely
2018-01-29 18:20:12 +00:00
feinerer
25eaf11ffb
Revert to abcde 2.7.2
...
The previous update to 2.8.1 was busted.
Reported by edd@; back out suggested by sthen@ and espie@; OK sthen@
2018-01-29 15:47:11 +00:00
espie
6f2ae7c1be
support for a lonesome property, so that a job can swallow all cores on
...
a host. Needed by shit like rust on i386, which is very very close to memory
limits
2018-01-29 15:45:29 +00:00
jca
ede0b82ab7
Remove kalzium, not hooked to the build since import.
...
Proposed by Klemens Nanni, who got zhuk's approval.
2018-01-29 15:39:02 +00:00
gonzalo
dd7345c71b
Update for SMPlayer to 18.2.0
...
https://www.smplayer.info/en/changes
Tested by Josh as always, thanks!
2018-01-29 15:02:10 +00:00
jsg
6e0bfaf24f
update dtb to linux 4.15
2018-01-29 11:30:10 +00:00
sthen
f7853f94f4
oops, latest version of file not saved in editor before committing.
...
actually commit what was intended in previous.
2018-01-29 08:42:55 +00:00
sthen
43b83c1ec6
add textproc/libxml to net/zabbix's LIB_DEPENDS-proxy, otherwise there's no
...
path to libxml2 which is listed in WANTLIB-proxy.
fixes following error in dpb build:
>>> Running show-prepare-results in net/zabbix,-proxy at 1517211824
===> net/zabbix,-proxy
===> zabbix-proxy-3.4.6 depends on: libiconv-* -> libiconv-1.14p3
===> zabbix-proxy-3.4.6 depends on: openldap-client-* -> openldap-client-2.4.45p4
===> zabbix-proxy-3.4.6 depends on: libexecinfo-* -> libexecinfo-0.3p0v0
===> zabbix-proxy-3.4.6 depends on: pcre-* -> pcre-8.41
===> zabbix-proxy-3.4.6 depends on: curl-* -> curl-7.58.0
===> zabbix-proxy-3.4.6 depends on: net-snmp-* -> net-snmp-5.7.3p14
===> zabbix-proxy-3.4.6 depends on: libssh2-* -> libssh2-1.8.0
===> Verifying specs: c iconv kvm m execinfo lber ldap crypto ssl z curl nghttp2 pcre pcreposix c iconv kvm m execinfo lber ldap crypto ssl z curl nghttp2 pcre pcreposix netsnmp ssh2 xml2
Missing library for xml2>=0.0
Fatal error
2018-01-29 08:40:45 +00:00
jca
51a3277592
Minor update to libircclient-1.9
2018-01-29 00:04:23 +00:00