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
ajacoutot
90872be366
Temporarily mark BROKEN -- I was not building in a clean environment.
...
spotted by landry@
2014-04-27 08:47:46 +00:00
ajacoutot
06d340f05f
Update to a snapshot of branch v3_5_STABLE to cope with recent ptlib and
...
h323plus updates.
2014-04-25 11:18:46 +00:00
sthen
724f30f519
sync WANTLIB following removal of tcp wrappers from net-snmp
2014-03-23 22:05:00 +00:00
kili
27785ee95e
Revert librt changes.
...
Prodded by espie@.
2014-03-23 18:17:34 +00:00
ajacoutot
830385e0ae
Remove the librt chunk, it's not needed anymore.
2014-03-18 09:01:07 +00:00
ajacoutot
855134bb0b
Update to gnugk-3.5.
2014-01-03 06:21:04 +00:00
ajacoutot
47a6ce1e35
Regen WANTLIB after ptlib upgrade.
2013-10-02 10:47:06 +00:00
bentley
c31f6d68c2
Pull in upstream's manpage fixes, and remove USE_GROFF.
...
ok ajacoutot@ (MAINTAINER)
2013-09-24 08:25:17 +00:00
ajacoutot
4597489bfd
Needs USE_GROFF.
2013-09-22 18:50:23 +00:00
ajacoutot
bd0d1e4862
Skip exit handlers on OpenBSD since they hang; fom upstream.
2013-09-20 11:53:47 +00:00
ajacoutot
41a3cd2d66
Upstream'd.
2013-09-20 09:21:00 +00:00
ajacoutot
e87fa3b7fe
Update to gnugk-3.4.
2013-09-20 07:05:12 +00:00
brad
17833ea850
Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
...
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.
Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
brad
0b77cf86a5
Switch from using MySQL to using MariaDB. MariaDB is a drop-in replacement.
...
ok sthen aja
2013-05-25 00:33:09 +00:00
ajacoutot
b2f861ea26
Update to gnugk-3.3.
2013-05-14 15:01:57 +00:00
ajacoutot
619928bb5c
No need for gtar anymore.
2013-04-28 08:04:27 +00:00
espie
eae66e4a7b
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:35:43 +00:00
ajacoutot
d52743fe85
Update to gnugk-3.2.
2013-01-16 14:18:53 +00:00
ajacoutot
68e6cc809c
Bump after recent ptlib update.
2012-11-27 08:14:24 +00:00
ajacoutot
115f7f9fd9
Update to gnugk-3.1.
2012-08-25 13:19:37 +00:00
ajacoutot
1e9b2d95db
Bugfix update to gnugk-3.0.2.
2012-05-05 06:12:13 +00:00
espie
4ed7caa04f
first pass at handling sqlite3 move
2012-04-23 17:15:17 +00:00
ajacoutot
aaa59fbf75
"safe" bugfix update to gnugk-3.0.1.
...
ok sthen@
2012-01-29 10:37:37 +00:00
ajacoutot
6af241a403
Major update to gnugk-3.0.
2012-01-05 08:44:35 +00:00
ajacoutot
145db17fcd
Major update to gnugk-2.3.5.
2011-10-26 17:00:06 +00:00
espie
d0fa01c846
normalize pkgpath
2011-09-16 11:13:37 +00:00