jca
fbdc83d8cb
Remove clog, a TCP connection logger.
...
The port doesn't respect CC. Let's remove it instead of fixing it. The
code is clean but doesn't support IPv6 and runs as root. Better use
tcpdump and a post-processing script.
ok sthen@ krw@ naddy@
2017-03-03 17:04:10 +00:00
jca
8230fa3fba
Remove pilot_makedoc, a converter for the Doc format used by Palm devices
...
Hardcodes gcc at build time. Let's remove it, probably not useful any
more and no license so can't be shipped on ftp servers anyway.
ok sthen@ naddy@
2017-03-03 17:01:25 +00:00
ajacoutot
f7d6a71086
Update to totem-3.22.1.
2017-03-03 15:53:40 +00:00
ajacoutot
5da2df6557
Update to gnome-autoar-0.2.1.
2017-03-03 15:22:15 +00:00
espie
28b38473d5
unhardcode gcc/g++
2017-03-03 14:02:15 +00:00
ajacoutot
356e8336ff
Update to gdm-3.22.2.
2017-03-03 13:01:26 +00:00
espie
e55255f49c
remove hardcoded gcc, bump
2017-03-03 12:43:10 +00:00
sthen
0b35ec860a
Remove patch that was adding a missing file; file is now included and build
...
fails with patch present.
2017-03-03 10:45:48 +00:00
pascal
96c3dcf531
forgot to remove this patch
2017-03-03 10:02:13 +00:00
landry
f16ba2d295
Update to zathura 0.3.7 (and its associated plugins)
2017-03-03 09:41:01 +00:00
ajacoutot
70e1d0d40a
Update to cvechecker-3.7.
2017-03-03 09:33:35 +00:00
ajacoutot
ae9939390e
Update to google-cloud-sdk-146.0.0.
2017-03-03 09:30:38 +00:00
ajacoutot
298ce11459
Update to libgpg-error-1.27.
2017-03-03 09:29:35 +00:00
ajacoutot
ba5eff9546
Update to vault-0.6.5.
2017-03-03 09:25:41 +00:00
ajacoutot
bc73cf9c71
Update to terraform-0.8.8.
2017-03-03 09:24:55 +00:00
ajacoutot
8db066d7d3
Update to packer-0.12.3.
2017-03-03 09:24:31 +00:00
jeremy
c5358e037d
Update to Sequel 4.44.0
2017-03-03 06:08:07 +00:00
jsg
aa568f353c
update u-boot to 2017.03-rc3
...
Fixes data aborts reported by Daniel Bolgheroni when reading a dtb off
mmc on two different allwinner systems (Banana Pi and Orange Pi One)
with 2017.01.
2017-03-03 03:27:28 +00:00
sthen
831bd1a778
more tweaks to bird setkey (still disabled)
...
- don't send authkey with SADB_DELETE, it's not accepted by pfkey
- no need to reorder extension headers to match bgpd's
2017-03-03 00:05:38 +00:00
kili
a8aae2853f
Add quotes. Just in case someoen sets CC="my beloved C compiler".
2017-03-02 23:23:28 +00:00
sthen
3cc1829bfe
Add WIP patch to adapt BIRD's freebsd pfkey interface code (for setting tcpmd5 SAs)
...
to openbsd. Doesn't handle SPIs correctly (ends up setting them all to 0x00001000
as is done on freebsd) so currently disabled though it does actually mostly work
despite this.
2017-03-02 23:02:18 +00:00
kili
5fce04f350
Workaround: add --with-gcc=${CC} to hs-ports using cabal.
...
This should be fixed for real in libraries/Cabal (in the ghc
source tree), but I'm not going to do this for ghc-7.10.3.
2017-03-02 22:44:06 +00:00
pascal
ee71496f57
Update to tor 0.2.9.10.
2017-03-02 21:50:43 +00:00
sthen
040de9d2bc
fix REVISION bump, spotted by naddy
2017-03-02 19:05:08 +00:00
sthen
bc945b4011
update to neomutt-20170225
2017-03-02 17:42:28 +00:00
espie
1a6e2ecd58
unhardcode g++
...
regen other patch, bump
2017-03-02 17:30:15 +00:00
landry
2af35cd0e6
Update to xfce4-whiskermenu 1.7.1
2017-03-02 17:24:44 +00:00
landry
4786cedc72
Update to parole 0.9.1
2017-03-02 17:13:49 +00:00
pascal
c848b1db60
Update to lazarus 1.6.4.
2017-03-02 16:36:08 +00:00
sthen
cde840a967
+dicepassc
2017-03-02 16:10:27 +00:00
sthen
87ecaadf34
import dicepassc, from maintainer/upstream Andre Stoebe, ok danj@
2017-03-02 16:10:02 +00:00
espie
5d6f1d2195
unhardcode the gcc/g++ names
2017-03-02 15:10:15 +00:00
sthen
7a0951aea6
update to py-idna-2.4, "Restore IDNAError to be a subclass of
...
UnicodeError, as some users of this library are only looking for the
latter to catch invalid strings."
2017-03-02 14:34:10 +00:00
sthen
9f94843321
update to symon-2.88, a noop for us but keeps portroach happy
2017-03-02 14:32:31 +00:00
gonzalo
d679e23e3a
Update for Lynix to 2.4.4.
...
OK benoit@
2017-03-02 14:12:02 +00:00
dcoppa
eadcad3e07
Fix hardcoded gcc
2017-03-02 13:56:46 +00:00
sthen
6d0e6d472f
honour CC, sync WANTLIB while there
2017-03-02 13:27:45 +00:00
pascal
4f3d64cf8a
Update to FPC 3.0.2.
2017-03-02 12:19:22 +00:00
sthen
b3e5b6381c
update to raspberrypi-firmware 1.20170215, ok jsg
2017-03-02 12:04:54 +00:00
sthen
ab26085647
backport fix for dovecot's trash plugin, "Panic: file mail-namespace.c:
...
line 709 (mail_namespace_find): assertion failed: (ns != NULL)". ok brad
2017-03-02 11:25:01 +00:00
sthen
022219e108
honour CC/CXX, from maintainer Frank Groeneveld
2017-03-02 10:12:02 +00:00
sthen
ae959cd48b
Fix MHonArc following the perl update, there is another case of "Can't use
...
'defined(%hash)'" which is now an error ("Compilation failed in require")
rather than just a warning.
2017-03-02 09:47:40 +00:00
sthen
e615973c5d
regen patches
2017-03-02 09:41:30 +00:00
jmatthew
532c71494e
honor CC and CXX
2017-03-01 22:54:13 +00:00
fcambus
7c22be7307
Update gophernicus to 2.4.
...
OK juanfra@, sthen@
2017-03-01 22:02:56 +00:00
naddy
d2b9be5a81
add CLANG_ARCHS to PROPERTIES
2017-03-01 21:58:53 +00:00
sthen
7f9fbf868d
fix RUN_DEPENDS, breakage reported by Lars <lists-openbsd at srdn.de>
2017-03-01 20:43:06 +00:00
naddy
58fe3fab16
honor CC, from maintainer Donovan Watteau
2017-03-01 20:42:57 +00:00
giovanni
7f1457e382
Honour $CC
2017-03-01 17:14:41 +00:00
naddy
2a05809307
update to 2.7.5 for various bug fixes and small improvements
2017-03-01 16:56:50 +00:00