12054 Commits

Author SHA1 Message Date
ajacoutot
c18a3f897a Update to libnotify-0.7.6. 2013-09-03 05:09:19 +00:00
ajacoutot
ae04c7522f Update to goffice-0.10.7. 2013-09-02 09:44:33 +00:00
brad
42c37c839f Update to automake 1.13.4.
ok sthen@
2013-09-01 16:59:10 +00:00
pascal
8cda404b8a Bugfix update to GDB 7.6.1. 2013-09-01 09:29:45 +00:00
kirby
b6a071160c extend comment
OK aja@
2013-08-31 17:22:16 +00:00
stsp
15a319eda4 Update to Subversion 1.7.13.
Fixes CVE-2013-4277 (symlink attack on svnserve's PID file).
2013-08-31 08:45:52 +00:00
martin
5bb2f28785 fix build on gcc3, on gcc4 -Wextra and -W is the same
with input and ok ajacoutot
ok sthen too
2013-08-30 07:36:56 +00:00
ajacoutot
5d247ed892 Update to libgdata-0.14.0. 2013-08-29 07:20:12 +00:00
abieber
d75064d771 Forgot to remove the patch-binding_gyp file from last commit.
Thanks Alexey Suslikov for noticing.
2013-08-28 20:25:21 +00:00
abieber
f2d96c6470 Update to latest version to fix build as root issue.
Diff from Roman Kravchuk, @comment suggestion from Alexey Suslikov.

OK landry@
2013-08-28 20:09:42 +00:00
ajacoutot
5ec0a943d2 Pushed upstream. 2013-08-28 10:02:53 +00:00
ajacoutot
06224db6ff Update to goffice-0.10.6. 2013-08-28 08:00:37 +00:00
ajacoutot
444e7b8ea4 Remove useless, forgot in previous. 2013-08-28 07:47:12 +00:00
ajacoutot
12d89c4ace Properly detect atomic ops.
prodded by miod@ and tested by myself on sparc
patch from sthen@
2013-08-28 07:46:09 +00:00
pirofti
3d36a7e178 Update to cln-1.3.3.
Discussed with landry@
2013-08-27 09:19:25 +00:00
ajacoutot
7f6047ea4d Update to libgtop2-2.28.5.
No noticeable changes besides our patches being integrated upstream.
2013-08-26 08:43:14 +00:00
ajacoutot
e0a5f943de Patch away -Wstrict-aliasing on GCC3 platforms where it's not supported.
prodded by miod@
2013-08-23 07:55:30 +00:00
sthen
b93eb069d1 new amd64/i386 bootstraps for JDK; thanks to Christian Schulte for
a surprising clue about libfontconfig.so.
2013-08-22 16:21:17 +00:00
dcoppa
3bdc002930 CMake's built-in ELF parser is broken on arm:
> #0  cmELF (this=0xbfff4674, fname=0x4337438c "/usr/lib/libz.so.4.1")
>     at basic_ios.h:124
> 124           { return _M_streambuf_state; }

Since this is a requirement for Ninja, disable both of
them if ${MACHINE_ARCH} == "arm".

As a workaround, ok sthen@
2013-08-22 09:53:20 +00:00
sthen
cedbc7bebd missing bump 2013-08-22 09:43:33 +00:00
zhuk
4f664d8b82 Fixup handling of FreeDesktop goo: desktop-file-utils, gtk-update-icon-cache
and shared-mime-info. Found by portcheck.

A lot of input from and okay ajacoutot@
2013-08-20 22:05:46 +00:00
ajacoutot
59de643b01 Update to libwnck3-3.4.7. 2013-08-20 15:28:11 +00:00
dcoppa
fa136a3250 Move rm commands back to where they were before (post-install) 2013-08-20 14:22:58 +00:00
dcoppa
fdc4f8aa35 Since I was here, merge PFRAG.shared into PLIST 2013-08-20 10:44:34 +00:00
pascal
4692f366d9 tedu libstdc++-man. outdated, and upstream doesn't provide these docs any
longer in man format.  Just download them from gcc.gnu.org or view them online.

ok landry@
2013-08-20 08:12:36 +00:00
ajacoutot
772ec737ce Update to goffice-0.10.5. 2013-08-20 07:30:49 +00:00
jasper
82a547f7ff add missing build dependency, spotted by sthen@ 2013-08-19 19:13:16 +00:00
ajacoutot
b234a577b9 Update to libgee-0.10.4. 2013-08-19 16:27:17 +00:00
dcoppa
55806b324e Missed in previous commit.
okay zhuk@
2013-08-16 10:37:22 +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
ajacoutot
e30a0b812d Remove, we have 64-bit time_t. 2013-08-15 14:51:39 +00:00
abieber
3a099ac12f bump revision to catch the gyp fix
OK nigel@
2013-08-13 21:18:09 +00:00
naddy
463ce4fb6d update chroot instructions: more Kerberos libraries required 2013-08-13 16:47:25 +00:00
dcoppa
c7705df057 Fix HOMEPAGE and MASTER_SITES 2013-08-13 11:44:56 +00:00
dcoppa
66970c4ca5 Update to Penlight-1.2.1 2013-08-13 11:31:50 +00:00
brad
ca94ff9dbe Bump thttpd users over to sthttpd.
ok sthen@
2013-08-12 20:26:36 +00:00
zhuk
4de8936a6a Unbreak (bulk) builds of Java-based apps using CMake: we force using JDK 1.6
to build MODJAVA_VER=1.6+ ports, and CMake should do the same. Otherwise we
could, e.g., pick up co-installed JDK 1.7, start build using it, and while
build process goes, JDK 1.7 may disappear...

Discovered while working on OpenCV 2.4, which contains Java bindings.

okay dcoppa@
2013-08-12 16:09:50 +00:00
pascal
e6f5096dd6 sync 2013-08-12 12:01:14 +00:00
pascal
070d27cd9a Import p5-Object-Event.
This module was mainly written for AnyEvent::XMPP, AnyEvent::IRC,
AnyEvent::HTTPD and BK to provide a consistent API for registering
and emitting events.

ok landry@
2013-08-12 11:58:18 +00:00
robert
d5b92ddea0 bump REVISION due to the php update 2013-08-12 04:11:20 +00:00
benoit
7627d7ea0c Update git to 1.8.3.4. 2013-08-11 11:48:43 +00:00
landry
1983a72cd2 Fix build on sparc64/hppa/alpha/mips64*.
- resurrect most of patch-ctypes*
- fix pagesize for alpha/sparc64/mips64 in patch-gc_Heap_h
- patch-assembler* from bcallah@

As advertised, most of this is broken at runtime, but it's not that worse than previously.
# jsapi-tests crashes in js::MarkRangeConservatively() on hppa (SIGSEGV in js/src/jsgc.cpp:1142)
# jsapi-tests crashes in js::Bindings::switchToScriptStorage() on alpha (SIGBUS in jsutil.h:235)
# jsapi-tests crashes in js::Bindings::switchToScriptStorage() on sparc64 & mips64 (SIGBUS in jsutil.h:33)
-
2013-08-11 09:09:03 +00:00
ajacoutot
3afd9af2f7 And....... another slap. Totally forgot to cvs add that file.
whipping from nigel@
2013-08-10 23:06:28 +00:00
ajacoutot
f4c1057d69 Update to harfbuzz-0.9.19. 2013-08-10 18:29:25 +00:00
robert
1fd94c6727 pecl-fileinfo is now in php 2013-08-10 15:05:04 +00:00
landry
a322c447d3 Link py-argcomplete to the build and add it as a RDEP to py-argh. Just
imported so no bump.
2013-08-10 14:01:44 +00:00
landry
7ed9b3f7a8 Import argcomplete 0.5.7.
Argcomplete provides easy, extensible command line tab completion of
arguments for your Python script.

It makes two assumptions:

* You're using bash as your shell
* You're using argparse to manage your command line arguments/options

(hidden dependency of py-argh, needed to remove a warning at runtime in barman)
2013-08-10 13:59:06 +00:00
landry
861164267b +salt,py-argh,barman 2013-08-10 13:44:46 +00:00
landry
90bbb1bc60 Import py-argh 0.21.2.
Did you ever say "argh" trying to remember the details of optparse or
argparse API? If yes, this package may be useful for you. It provides a
very simple wrapper for argparse with support for hierarchical commands
that can be bound to modules or classes. Argparse can do it; argh makes
it easy.

ok ajacoutot@
2013-08-10 13:40:37 +00:00