naddy
07ea75ea99
fix build failure when time_t is long long; from NetBSD
2013-08-16 19:37:45 +00:00
naddy
e29e846f19
fix build with 64-bit time_t; from NetBSD via dcoppa@
2013-08-16 16:13:44 +00:00
naddy
c3f2e93ae3
fix for 64-bit time_t; from Gentoo via dcoppa@
2013-08-16 15:38:12 +00:00
kili
b0549ccdb2
Reenable. We have new bootstrappers.
2013-08-16 13:40:49 +00:00
dcoppa
88f244b352
Fix time_t format string issues.
...
OK naddy@
2013-08-16 11:39:49 +00:00
sthen
ec1025af83
add BUILD_DEPENDS on bison, now that a .y file has been patched it is required.
2013-08-16 10:54:21 +00:00
dcoppa
55806b324e
Missed in previous commit.
...
okay zhuk@
2013-08-16 10:37:22 +00:00
sthen
7816a52b99
remove interim prototype for getdents() now that it's in base
2013-08-16 10:25:31 +00:00
sthen
c6aa553242
update to spectrum 1.4.8, needed to go with newer poco, tested by sebastia@
2013-08-16 10:06:13 +00:00
sthen
2f8d5a2364
update to poco 1.4.6p1, tested by sebastia@ on pre-64bit-time_t, probably
...
fixes this with 64bit time_t (though further testing needed)
2013-08-16 10:05:55 +00:00
sthen
58b3e43761
update to gloox 1.0.3, tested by sebastia@
2013-08-16 10:05:00 +00:00
tobiasu
eb47b19fef
New adastraps for sparc64.
2013-08-16 07:37:18 +00:00
stsp
6c5e3204d8
+ retroshare
2013-08-15 21:55:47 +00:00
stsp
e348865915
Import RetroShare.
...
RetroShare is an Open Source, cross-platform, Friend-2-Friend, and
secure decentralised communication platform. It lets you securely chat
and share files with your friends and family, using a web-of-trust to
authenticate peers and OpenSSL to encrypt all communication. RetroShare
provides filesharing, chat, messages, forums and channels.
For those among us who trust huge C++ behemoths with their privacy,
or have friends and family who need GUIs to contact us.
ok ajacoutot, librthread crash fix ack'd by guenther
2013-08-15 21:55:20 +00:00
jasper
b98bae4ea7
update to puppet-3.2.4
2013-08-15 21:31:07 +00:00
gsoares
b536dca63b
update to 1.9; OK sthen@ (MAINTAINER)
2013-08-15 20:28:55 +00:00
naddy
58f9853ba9
-tidy was already a revision ahead before the last general bump
2013-08-15 19:44:25 +00:00
kili
44f58def26
Fix build with poppler-0.24.
...
ok ajacoutot@
2013-08-15 18:42:03 +00:00
kili
cb54c2a4a2
Fix build with poppler-0.24.
...
ok ajacoutot@ (maintainer)
2013-08-15 18:41:21 +00:00
kili
d47c4f5491
Update to poppler-0.24.
...
ok ajacoutot@ (and thanks for testing!)
2013-08-15 18:40:20 +00:00
kili
22960909be
Let it build with newer poppler (>= 0.23).
...
From From http://ftp.osuosl.org/pub/blfs/svn/l/libreoffice-4.1.0.4-system_poppler-1.patch ,
found by ajacoutot@
"looks fine", robert@ (maintainer)
"go ahead", ajacoutot@
2013-08-15 18:33:29 +00:00
stsp
6a65627a9d
libotr-4.0.0 support for mcabber. Patch obtained from
...
http://www.isbear.org.ua/hg/isbear/mcabber-patches/file/tip/use-otr-v4.diff
This makes it build, otherwise untested because mcabber doesn't seem to
work with jabber servers used by myself and pascal.
ok pascal@
2013-08-15 16:34:49 +00:00
stsp
67a07a3624
libotr-4.0.0 support for climm. Patch written by me.
...
ok pascal@
2013-08-15 16:34:24 +00:00
stsp
a2c8c07e9e
libotr-4.0.0 support for bitlbee. Patch written by upstream developer pesco,
...
see http://bugs.bitlbee.org/bitlbee/ticket/1004 .
ok pascal@
2013-08-15 16:34:00 +00:00
stsp
ae981be712
Update pidgin-otr to version 4.0.0. ok pascal@
2013-08-15 16:33:31 +00:00
stsp
c5653589d6
Update libotr to version 4.0.0. Supports version 3 of the OTR protocol,
...
which most importantly adds support for multiple simultaneously logged-in
instances of the same user account.
ok pascal@
2013-08-15 16:33:22 +00:00
ajacoutot
0b0ef47f48
This patch can genuinely be removed.
2013-08-15 16:08:44 +00:00
ajacoutot
a535cd0c4f
Revert previous on these 3 ports.
...
kettenis@ says there is more work involved since we are different from the
others... I have no time to take care of it properly so put back whatever
was there before which seemed to work fine.
2013-08-15 16:07:27 +00:00
naddy
a203ab3f3c
very boring 5.4 CD packages
2013-08-15 15:09:18 +00:00
jturner
1489a9b088
Update lumail to 0.18.
...
Lumail now depends on gmime instead of mimetic so update LIB_DEPENDS and
WANTLIB. Also, switch to MAKE_FLAGS which removes the need for
patch-Makefile. Suggestions from sthen@ and aja@.
"fine with me" sthen@
2013-08-15 15:05:27 +00:00
sthen
9b02db2773
fix build on arm as done for hppa/mips64; the autoconf test for atomic
...
ops doesn't quite work correctly. ok aja@
2013-08-15 14:59:17 +00:00
naddy
fb935bc764
remove (time_t)timeval.tv_sec casts now that tv_sec has type time_t
2013-08-15 14:58:45 +00:00
naddy
7e0417db37
* Use arc4random(), since tfconfig can't deal with linker warnings.
...
* Unobfuscate the symlink list.
* Drop groff dependency.
* Regen PLIST.
ok stsp@, sthen@
2013-08-15 14:54:07 +00:00
ajacoutot
e30a0b812d
Remove, we have 64-bit time_t.
2013-08-15 14:51:39 +00:00
ajacoutot
2311afb143
Remove these, we have 64-bit time_t now.
2013-08-15 14:49:35 +00:00
sthen
64242dc8ae
bump due to SIOCGETVLAN/SIOCSETVLAN abi change. slight Makefile tidying
...
while there.
2013-08-15 14:45:34 +00:00
sthen
740711ba9e
oops...commit from the correct machine to fix a missing semicolon.
2013-08-15 12:28:04 +00:00
sthen
15566a655e
Fix autoconf check for atomic ops (it needs to attempt linking, not just
...
compiling); likely to fix arm. Remove BROKEN-* to give this another chance
on hppa/mips64 too.
2013-08-15 11:10:16 +00:00
sthen
1b4cb18398
don't force PIE; fixes arm (and it's enabled by default on OpenBSD on arches
...
where it works).
2013-08-15 11:02:23 +00:00
sthen
337737e9d0
fix firefox/seamonkey build on post-flag-day -current:
...
- use getdents(2) now that we have it; previously OpenBSD was special-cased
to use getdirentries(2) instead.
- interim fix: declare getdents() to allow firefox/seamonkey to build on
-current until consensus has been reached on return types/adding to system
headers.
discussed with landry@, clues from guenther@.
2013-08-15 10:42:51 +00:00
sthen
d120b6356b
don't force PIE; fixes arm (and it's enabled by default on arches where
...
it works). ok brad@
2013-08-15 09:47:28 +00:00
sthen
c9fd727d60
bump; ABI break due to SIOC{S,G}ETVLAN changes
2013-08-15 09:21:10 +00:00
william
47adc4564a
upgrade to pecl-APC-3.1.13, resolves a segfault experienced by dlg;
...
as a bonus, passes more regress tests and the 2 patches
(which were from upstream) are rolled in.
ok dlg sthen
Thanks to dlg for the fix.
2013-08-15 02:48:02 +00:00
kili
c6160daa4d
Mark as BROKEN until I get the time to build new bootstrappers after
...
the 64 bit time_t switch.
If anyone wants to beat me, grab ~kili/ghc-bootstrap.sh from cvs
(or http://openbsd.dead-parrot.de/ghc-bootstrap.sh ), *read and try
to understand it*, downgrade the lang/ghc port to the last 7.4.
version (for example, cvs -q up -dP -D 2013-07-09) and then run
ghc-boostrap.sh (but be aware that you'll need a lot of time, disk
space, memory, and alcohol).
This may work or not (it worked for 5.3-current back in may). If
it doesn't work, either wait or go using some real programming
language.
2013-08-14 20:20:33 +00:00
kirby
787900b3ee
update naev to 0.5.3
...
ok bcallah@, looks good to sthen@
2013-08-14 20:15:39 +00:00
sthen
2fa37700ba
update oui-iab list
2013-08-14 19:24:04 +00:00
pascal
b5494e6708
add comment about ports that need to be adapted to the new libotrv4 API when
...
updating.
2013-08-14 14:17:28 +00:00
sthen
7a6faecac7
new bootstraps from myself and naddy
2013-08-14 12:26:01 +00:00
sthen
0b810541e6
update to pecl-uploadprogress 1.0.3.1, fixing with php 5.4
2013-08-14 11:46:59 +00:00
sthen
6a3de05578
update to pecl-proctitle 0.1.2, fixing with php 5.4
2013-08-14 11:45:48 +00:00