117051 Commits

Author SHA1 Message Date
benoit
264252af4d Update to py-paramiko-2.1.2. 2017-02-22 09:37:51 +00:00
ajacoutot
53ed80a575 Fix OpenBSD/aarch64 types.
from Brad (maintainer)
2017-02-22 09:06:11 +00:00
ajacoutot
571ed63a39 Update to awscli-1.11.52. 2017-02-22 08:25:59 +00:00
ajacoutot
9140f30c29 Update to py-botocore-1.5.15. 2017-02-22 08:25:48 +00:00
danj
e74e56b1a6 Update to wget-1.19.1
ok/tweaks jca@
2017-02-22 02:49:25 +00:00
landry
e215df6b8b Backport fix for #1335827 - frequent crashes with "ABORT:
RenderFreePicture: RenderBadPicture", reported and testing by semarie@
2017-02-21 19:53:55 +00:00
landry
daca7a0e72 Update to xfce4-mount 1.1.2 2017-02-21 19:49:42 +00:00
jca
acf4c4a2f0 Workaround for ram-constrained archs: build ext/ripper/ripper.c with -O1
Same as lang/ruby/2.3.  Preventively add arm, just in case it is near
the maximum limit.
Prodded by jeremy@ (maintainer)
2017-02-21 17:04:45 +00:00
sthen
2afc0183c3 ONLY_FOR_ARCHS=amd64, ok ajacoutot 2017-02-21 16:49:55 +00:00
jca
b40bb7b3ca Workaround for ram-constrained archs: build ext/ripper/ripper.c with -O1
ok phessler@ jeremy@ (maintainer)
2017-02-21 16:45:36 +00:00
espie
2174da5e26 kill old cruft. keep portslogger as people still use it 2017-02-21 16:43:53 +00:00
bluhm
57c40b3688 update p5-Net-DNS to 1.08 2017-02-21 16:17:11 +00:00
abieber
fc188c5068 Remove most of the patches as they are upstreamed. Bump to latest version.
OK awolk@
2017-02-21 15:36:21 +00:00
espie
2f0f4a99ce TRUSTED_PKG_PATH has been there long enough, so use it as intended 2017-02-21 13:55:16 +00:00
espie
9a7a5578be explain the very intricate logic that handles all fetched files
simplify one variable
2017-02-21 13:53:40 +00:00
espie
fcc9600b91 instead of
VAR=
.for x in <maybe empty>
VAR += value
.endfor

do
.for x in <maybe empty>
VAR += value
.endfor
VAR ?=

(avoid an extra empty value at front)
2017-02-21 13:49:34 +00:00
espie
2ebe9c23b2 unbreak checksum. Simplify messages 2017-02-21 13:46:18 +00:00
espie
80cbdc434c comment tweaks 2017-02-21 13:31:56 +00:00
espie
b81cf7c23b kill some old ghosts:
FTP_KEEP_ALIVE, README_TOPS, _FETCH*, RECURSIVE_FETCH_LIST
detection of old INSTALL/DEINSTALL/REQ scripts
2017-02-21 13:15:01 +00:00
rpointel
e3517da01b + SUBDIR += libvslvm 2017-02-21 12:35:31 +00:00
rpointel
39ff817d6d import libvslvm: library to access the LVM volume system format.
ok benoit@.
2017-02-21 12:33:47 +00:00
rpointel
ec176ae017 + SUBDIR += libvshadow 2017-02-21 12:26:23 +00:00
rpointel
154ea2af0e import libvshadow: library and tools to access the VSSformat.
ok benoit@.
2017-02-21 12:24:36 +00:00
feinerer
2464849ed3 Use standard type u_int32_t instead of __u32.
Build error after sys/videoio.h update reported by naddy@.
OK ajacoutot@
2017-02-21 11:45:48 +00:00
rpointel
d8b41ff861 + SUBDIR += libbde 2017-02-21 10:39:25 +00:00
rpointel
74d20977a2 import libbde: access the BitLocker Drive Encryption encrypted volumes.
ok benoit@.
2017-02-21 10:38:42 +00:00
benoit
5a0d4a9380 Update to bozohttpd-20170201. 2017-02-21 09:59:46 +00:00
ajacoutot
e6150cae95 Update to py-boto-2.46.1. 2017-02-21 09:56:32 +00:00
rpointel
2070b5b079 + SUBDIR += libvmdk 2017-02-21 09:51:29 +00:00
rpointel
4786d91f19 import libvmdk: library and tools to access the VMware Virtual Disk format.
ok benoit@.
2017-02-21 09:50:29 +00:00
rpointel
5c79bbce2a + SUBDIR += py-dfwinreg 2017-02-21 09:48:43 +00:00
rpointel
c0c5608fc3 import dfwinreg: Digital Forensics Windows Registry.
ok benoit@.
2017-02-21 09:47:51 +00:00
ajacoutot
c6a409b78a Sync WANTLIB to unbreak (reported by naddy@). 2017-02-21 09:44:37 +00:00
sthen
9fccbaed62 Add missing py-futures dep to quodlibet, reported by Laurie Tratt, thanks!
While there, split deps into py2/all python/others, and replace gettext module.
2017-02-21 09:31:34 +00:00
ajacoutot
eb00f9adbd Regen WANTLIB. 2017-02-21 09:19:31 +00:00
benoit
8a703381b2 Update to highlight-3.35. 2017-02-21 09:12:57 +00:00
jca
f74db41355 Remove BROKEN-arm; seems reliable here 2017-02-21 09:08:22 +00:00
ajacoutot
611de51430 idn -> idn2 to unbreak (reported by naddy@) 2017-02-21 08:46:48 +00:00
jca
df5df7ea8f Drop workarounds to get libev working on arm.
libev can use the appropriate sync instructions now that cc defines
__ARM_ARCH_6K__.

ok dcoppa@ (libev and rxvt-unicode maintainer)
2017-02-20 22:57:16 +00:00
landry
da8f6c78c6 Update to nss 3.29.1.
See
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.29_release_notes
and
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.29.1_release_notes
2017-02-20 19:33:13 +00:00
landry
3153988f23 Update to sqlite 3.17.0.
See http://sqlite.org/releaselog/3_17_0.html - went into an amd64 bulk
build without issues, and is a requirement for upcoming gecko 52.
2017-02-20 19:31:56 +00:00
jca
70646c1058 Adapt after the struct ipipstat members size bump 2017-02-20 17:14:31 +00:00
ajacoutot
12a658f753 Regen WANTLIB to unbreak.
reported by naddy@
2017-02-20 17:09:39 +00:00
espie
8f2484d589 remove quite a few old targets, introduce a new one
- 'prepare' is what gets dependencies in place to build a port
- install-depends is what the install/update cookies do internally
before installing a port.

older / intermediate targets are not really needed, namely:
build-depends, run-depends, runlib-depends, runwantlib-depends,
lib-depends, buildlib-depends, buildwantlib-depends

They redirect to cookies, so just depend on the cookies directly

okay aja@, sthen@
2017-02-20 13:45:17 +00:00
sthen
d109729c00 update to postfix-3.3.20170218, from Brad 2017-02-20 12:10:42 +00:00
phessler
9e7b773b4a 10 years ago, we needed to build python with c++ to make sure modules
with native c++ code worked fine.  We no longer need to do that, and
llvm errors out with the non-sensical combination of "c++ -std=c99".

this fixes the python build on arm64

tested by sthen@ in an i386 bulk, thanks!

OK sthen@, rpointel@ (maintainer)
2017-02-20 11:04:27 +00:00
sthen
94ca938963 set a portroach marker, the default scheme picks up alpha versions. 2017-02-20 10:23:28 +00:00
ajacoutot
f69e558493 Update to salt-testing-2017.2.20. 2017-02-20 07:07:36 +00:00
ajacoutot
c1e1e48e46 Sync both the --eh-frame-hdr and float128 diffs to what was commited
upstream.

from Brad (maintainer)
2017-02-20 07:04:00 +00:00
jsg
511ad1ac81 update dtb to linux 4.10 2017-02-20 07:03:42 +00:00