Commit Graph

94 Commits

Author SHA1 Message Date
ajacoutot
798de0a362 Update to gnugk-5.7. 2021-03-06 07:53:26 +00:00
ajacoutot
af1f55d63d Update to gnugk-5.6. 2020-10-30 13:11:30 +00:00
ajacoutot
450b717fee Update to gnugk-5.5. 2020-08-02 05:44:53 +00:00
ajacoutot
e198cf1c18 Explicitely --disable-redis to prevent picking up libhiredis.
spotted by naddy@
2020-06-06 12:29:25 +00:00
ajacoutot
81482fbe2b Merge fix from upstream to really disable MQTT. 2020-04-20 21:37:40 +00:00
ajacoutot
c11ec45736 --disable-mqtt to prevent picking up net/mosquitto
reported by jca@
2020-04-19 11:14:13 +00:00
sthen
7a966bb653 drop LIB_DEPENDS on nghttp2, the WANTLIB only comes from curl
ok aja@
2020-02-21 12:42:30 +00:00
ajacoutot
31d9d20986 Update to gnugk-5.4. 2020-01-25 05:55:20 +00:00
ajacoutot
94e8867037 Update to gnugk-5.3. 2019-08-03 11:26:18 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
ajacoutot
668e983834 Update to gnugk-5.2. 2019-03-20 16:52:59 +00:00
ajacoutot
d52e0f60a4 Update to gnugk-5.1. 2019-01-06 10:37:12 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
ajacoutot
2d608ca557 Update to gnugk-5.0. 2018-09-01 11:06:06 +00:00
ajacoutot
e6725f096a Update to gnugk-4.9. 2018-04-07 07:41:42 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
ajacoutot
3254faf97a Update to gnugk-4.7.20171013.
- upstream included our patches
2017-10-13 15:46:39 +00:00
ajacoutot
b3e037d96e SECURITY update to gnugk-4.7.20171007. 2017-10-07 15:04:36 +00:00
ajacoutot
83120d5a3c Update to gnugk-4.5. 2017-08-28 08:31:29 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
ajacoutot
7995708f3c Bring rc_bg back. 2017-05-27 19:57:05 +00:00
ajacoutot
958bb491e0 I forgot the bump commit... 2017-05-27 13:55:58 +00:00
ajacoutot
13730769c8 Cope with recent rc.subr(8) change (removal of rc_bg etc.) 2017-05-27 13:53:06 +00:00
espie
aa20ea19f3 use .beforesubst so that patch regen doesn't fuck up
missing headers for clang
2017-05-19 22:55:35 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
ajacoutot
e392f4972b --disable-sqlite so it's not picked up.
reported by landry@
2016-12-31 10:19:05 +00:00
ajacoutot
cc81075eb8 Fix UDP sending (from upstream). 2016-12-05 10:01:13 +00:00
ajacoutot
4f1a568897 Drop PORTROACH marker. 2016-11-02 09:27:15 +00:00
sthen
3df3bb2138 bump ports that might pick up IP_SENDSRCADDR 2016-08-17 20:58:19 +00:00
ajacoutot
de5c52a3a1 Skip bogus version spec. 2016-08-03 08:44:51 +00:00
ajacoutot
8c18808b3e Update to gnugk-4.2.2. 2016-06-16 06:28:03 +00:00
ajacoutot
1beb7439e6 Update to gnugk-4.2.: 2016-06-01 11:41:30 +00:00
naddy
fbe8082fe1 remove SHARED_ONLY from simple lua ports 2016-03-18 20:49:27 +00:00
sthen
99d5f42fce bump (GeoIP pkgpath change) 2016-03-01 00:07:17 +00:00
ajacoutot
94a7f5e9b0 Update to gnugk-4.1. 2016-02-27 12:02:04 +00:00
ajacoutot
4e1ea8b4b1 Remove some BROKEN markers for ports that should build now with the new libgcc
assisted built-in atomic ops for mips64.

from Brad
2015-12-25 08:39:45 +00:00
ajacoutot
717556a2c1 Use MODLUA_VERSION. 2015-12-19 07:58:47 +00:00
ajacoutot
fd800a4636 Update to gnugk-4.0.1. 2015-12-19 07:57:24 +00:00
ajacoutot
6a40766644 Update to gnugk-4.0. 2015-12-03 07:59:13 +00:00
jasper
02d1d2f941 broken on mips64 (atomic ops) 2015-08-23 08:46:52 +00:00
ajacoutot
cd438f7f83 Update to gnugk-3.9. 2015-07-11 08:00:39 +00:00
ajacoutot
84fe36a769 Bump after recent ptlib changes. 2015-05-22 15:16:47 +00:00
naddy
6dfe1e0668 <sys/socket.h> already exposes struct iovec, no need to include <sys/uio.h>.
Remove now useless (parts of) patches.
2015-01-19 20:44:14 +00:00
ajacoutot
2e8afe83df Update to gnugk-3.8. 2015-01-03 05:50:40 +00:00
landry
a04713f999 Yet another bunch of ports that reliably fail to build on hppa.
BROKEN-hppa =	SIGILL when running lilypond
BROKEN-hppa =	libjson-c.so.0.0: undefined reference to __sync_val_compare_and_swap_4
BROKEN-hppa=	missing atomic ops
BROKEN-hppa=	./iodev/hdimage/hdimage.cc:807: error: 'bx_bswap32' was not declared in this scope
BROKEN-hppa =	cc1plus: error: unrecognized command line option '-std=c++11'
BROKEN-hppa =	src/bin/jp2/convert.c:192: error: expected identifier or '(' before '__extension__'
BROKEN-hppa=	libpt.so.7.0: undefined reference to __sync_fetch_and_or_4
BROKEN-hppa=	ykpers-json.c:42: error: redefinition of typedef 'json_bool'
BROKEN-hppa=	OOM on src/lxml/lxml.etree.c
BROKEN-hppa =	undefined reference to `__sync_val_compare_and_swap_4' in libjson-c
BROKEN-hppa =	rake fails when linking PassengerHelperAgent
BROKEN-hppa =	kstars/kstars/tools/scriptbuilder.cpp:103: internal compiler error: Segmentation fault
BROKEN-hppa=	build stuck on virt-viewer-window.c

See http://build-failures.rhaalovely.net/hppa/
2014-12-31 08:42:26 +00:00
brad
b94a402501 Switch from using MySQL to using MariaDB attempt #2. MariaDB is a drop-in replacement.
ok sthen@
2014-09-13 18:09:20 +00:00
ajacoutot
abe72178ca Update to gnugk-3.7. 2014-09-04 14:24:20 +00:00
ajacoutot
17fce3b662 Update to gnugk-3.6. 2014-05-08 04:15:21 +00:00
ajacoutot
3862622622 Builds fine now. 2014-04-27 09:46:52 +00:00