sthen
5dda1b2940
more whitespace for clang6
2018-04-17 13:50:35 +00:00
pea
1fc4bc225a
Update to 5.5
...
Diff from Matthew Martin, thanks !
ok rsadowski@
2018-04-17 13:39:00 +00:00
pea
09862d7a9c
Update to 2.2.6
...
ok abieber@
2018-04-17 13:36:14 +00:00
sthen
374eae8435
fix some whitespace issues for clang6
...
(not enough to unbreak yet, there's at least an int/ptr comparison in
kdeui/windowmanagement/netwm.cpp:4371).
2018-04-17 13:32:05 +00:00
jca
06307ddce2
Remove net/nepenthes
...
Honeypot software unmaintained since 10 years, boo. Also it often
breaks with clang updates.
ok bcallah@ danj@ jasper@ sthen@
2018-04-17 11:29:06 +00:00
sthen
c21e6e3e35
update to unifi LTS 5.6.37
2018-04-17 11:01:44 +00:00
sthen
4c90b3908d
update to unifi-5.7.23
2018-04-17 11:00:58 +00:00
gonzalo
42cd358ee5
Update for Sqtop to 2015.02.08:
...
Switch to github, with the clang6 fix included,
https://github.com/paleg/sqtop/compare/v2015-02-08...master
OK sthen@
2018-04-17 07:51:35 +00:00
rsadowski
9316dc3431
Fix clang6 build
2018-04-17 05:58:30 +00:00
bcallah
7bebfa44ba
Use -std=gnu++98 for building to make clang6 happy.
...
ok schwarze@
2018-04-17 03:44:52 +00:00
jca
84c19faf36
Pass -std=gnu++03 to fix build with clang6
2018-04-16 23:40:48 +00:00
schwarze
a73485839e
better clang6 fix: use adequate data types rather than forcing an
...
old version of the language standard; "please commit" sthen@
2018-04-16 23:23:18 +00:00
schwarze
46cc30bb56
clang6 fix; OK naddy@
2018-04-16 23:16:52 +00:00
jca
0e561295ea
char -> unsigned char shellcodes[] fixes for clang6
...
Disclaimer: 10 years old, unmaintained honeypot software, soon to be
candidate for deletion.
2018-04-16 23:05:32 +00:00
sthen
ae34714d73
use --std=gnu++98 to unbreak with clang6 (avoiding c++03 to avoid extra mess
...
passing it through to qmake)
2018-04-16 22:21:40 +00:00
sthen
eb3c376be3
use --std=c++03 on clang arches
2018-04-16 21:25:42 +00:00
bcallah
33470d51ff
Fix clang6 build -- MAKE_ENV line from David Carlier; un-hardcode a c++
...
while here from me.
ok bentley@
2018-04-16 21:23:41 +00:00
bcallah
48e0a534b0
Fix clang6 build
...
ok bentley@
2018-04-16 21:12:47 +00:00
bcallah
de3dcc7cb5
Fix clang6 build. It is because sdcc regenerates its configure scripts at
...
build time with clang6. We don't know why but I put a comment in the port
Makefile saying such so that we don't accidentally remove those BDEPS.
ok jca@
2018-04-16 21:09:25 +00:00
fcambus
005b715118
Fix build with Clang 6, from upstream.
...
OK schwarze@
2018-04-16 21:01:30 +00:00
naddy
04949af10a
fix build with clang6 and fix some error path return values; informed
...
by changes in upstream git
2018-04-16 20:19:15 +00:00
rsadowski
17a8e84476
bump after plist changes
...
Spotted by kili@ Thanks!
2018-04-16 20:01:22 +00:00
sthen
3e2127287b
de-register, first part needed for clang6 support (also needs fixes for
...
-Wc++11-narrowing in asn1-shellcodes.h)
2018-04-16 18:50:53 +00:00
rsadowski
156d5737d2
Unbreak with clang6
...
Add LLVM_INSTALL_DIR to help QMake. After the update some plugins are no longer
necessary. Update PLIST and regen WANTLIB
2018-04-16 18:27:53 +00:00
landry
70a9631981
clang6 fixes, thx naddy for the cluestick
2018-04-16 18:16:45 +00:00
naddy
cf4006edb1
whitespace fix for clang6
2018-04-16 17:51:41 +00:00
naddy
2c394f12e2
whitespace fix for clang6
2018-04-16 17:28:54 +00:00
naddy
db9225365d
fix build with clang6: false is not a pointer
2018-04-16 15:54:14 +00:00
naddy
ba549e8114
fix build with clang6: NULL is not an int
2018-04-16 15:49:30 +00:00
sthen
29cd135cc3
unbreak rawstudio build with std=gnu++98 which works better with the
...
c-renamed-as-c++ file. regen plist while there.
2018-04-16 15:40:01 +00:00
naddy
00a02313a5
whitespace fixes for clang6
2018-04-16 15:31:00 +00:00
tb
bf460bdfdc
Unbreak for clang6. Upstream changed their server layout, so adjust
...
MASTER_SITES.
ok schwarze
2018-04-16 15:07:09 +00:00
naddy
8407666f42
fix build with clang6; from FreeBSD; ok schwarze@
2018-04-16 14:10:02 +00:00
sthen
e3fbfac231
more whitespace for clang6
2018-04-16 14:02:38 +00:00
sthen
930eb5869d
clang6 <3 whitespace
...
from upstream
2018-04-16 14:00:13 +00:00
abieber
da5665691e
Bump to the latest.
...
- remove CFLAGS. Spotted by Tom Murphy!
- remove -O3 from build.
OK awolk@
2018-04-16 13:12:22 +00:00
sthen
cac3e88bc2
clang6 <3 whitespace
2018-04-16 12:44:29 +00:00
sthen
b07cffc520
use g++98 to unbreak; similar to freebsd
2018-04-16 12:30:49 +00:00
sthen
ee21712203
use new wkhtmltopdf-qt distfile; github have updated tar(1) and/or
...
git-archive since this port was created so the autogenerated distfile
has changed. noticed by jca
2018-04-16 12:00:40 +00:00
sthen
7fede3fefc
Add patch from dhcpcd upstream, "OpenBSD: Fix adding INET6 on-link
...
routes without an address"
https://roy.marples.name/archives/dhcpcd-discuss/0002044.html
2018-04-16 11:35:27 +00:00
bluhm
2daa748d1d
Fix facter build with clang6.
...
OK jasper@
2018-04-16 11:24:47 +00:00
bentley
54d116e924
Fix for clang 6.
2018-04-16 11:15:49 +00:00
jasper
f500541c6a
fix build with clang6
2018-04-16 10:59:17 +00:00
bentley
eb4c14835e
Install unformatted UTF-8 manpages instead of preformatted EUC-JP.
...
As a result, remove the build dependency on jgroff.
Add some PLIST tweaks suggested by schwarze@.
Discussed with schwarze@ espie@ yasuoka@
2018-04-16 09:53:28 +00:00
tb
fe3ac71d52
better fix: change the constant.
...
pointed out by & ok bentley
2018-04-16 08:58:32 +00:00
kirby
cda7763ea4
server does not require gtk
2018-04-16 08:38:27 +00:00
tb
88d59ed661
Fix build with clang6 by adding two static_cast<ulonglong>()s
...
ok jasper
2018-04-16 08:20:10 +00:00
pvk
061aa3287f
fix build with clang6
...
ok jasper@ sthen@
2018-04-16 08:07:35 +00:00
jasper
7dc34200be
fix build with clang6
2018-04-16 07:35:27 +00:00
jasper
7d80fbc89e
fix build with clang6
2018-04-16 07:05:34 +00:00