zhuk
dd4ed5d88b
Unbreak after Qt update to 5.5.
2016-03-06 11:57:17 +00:00
zhuk
64c8dd9bd6
Update to Qt 5.5.1.
...
Some updates, unbreaking stuff, to follow.
2016-03-06 11:56:41 +00:00
sthen
c66e040ad8
pull up static_assert-related changes from upstream repo to fix with
...
newer clang. pointers from natano, espie.
2016-03-06 10:45:34 +00:00
ajacoutot
f729e0406e
Update to gtk+2-2.24.30.
2016-03-06 08:53:26 +00:00
jung
659b2b4cb6
update to 1.3
...
similar diff from Michael Reed earlier during lock
ok gsoares
2016-03-05 19:17:01 +00:00
jasper
803a8e3f79
unbreak after sys/select.h -r1.15
...
spotted by aja@
2016-03-05 18:53:39 +00:00
sthen
4bbc7441ce
update to Xaw3d-1.6.2
2016-03-05 17:40:39 +00:00
sthen
47cfdbd244
remove x11/xfm, nobody wanted to keep it when I asked twice on ports@
...
and it gets in the way of an Xaw3d update
2016-03-05 17:40:00 +00:00
pascal
1bc0330aba
Bump REVISION for lang/clang MODULE changes.
2016-03-05 16:04:06 +00:00
jasper
4684dacbf6
update to gnome-shell-3.18.4
2016-03-04 10:21:40 +00:00
jasper
c864044afc
update to gnome-shell-extensions-3.18.4
2016-03-04 10:21:27 +00:00
jasper
4c26f221d1
update to mutter-3.18.3
2016-03-04 10:21:21 +00:00
ajacoutot
6e61a5d7e8
Update to vlc-2.2.2.
...
from Brad (maintainer)
2016-03-03 12:01:17 +00:00
gonzalo
5ed78fedac
Conformal switch to Github
...
Ok juanfra@ sthen@
2016-03-02 15:56:43 +00:00
jasper
ac81be2508
update to rygel-0.28.3
2016-03-02 09:15:56 +00:00
ajacoutot
d60523941c
Update to meta-tracker-1.6.2.
2016-03-02 07:22:38 +00:00
jca
4ea50190a7
Update to doxygen-1.8.11 (latest)
...
This switches doxygen to the cmake build system.
All the hard work done by Rafael Sadowski, thanks!
Bulk build and ok ajacoutot@
2016-03-01 20:36:39 +00:00
dcoppa
de2d0d9608
Merge several fixes from the stable '3.5' branch
2016-03-01 11:42:24 +00:00
dcoppa
c851089fa0
Switch to the proper Makefile-goo
2016-03-01 10:13:57 +00:00
ajacoutot
e68277bd8e
Update to py-dbus-1.2.2.
2016-03-01 09:11:27 +00:00
ajacoutot
bfdcc49943
Unbreak after gspell update.
2016-03-01 09:06:43 +00:00
mmcc
5b4d32179a
update HOMEPAGE, crank REVISION
...
ok juanfra@
2016-03-01 04:28:58 +00:00
ajacoutot
53d0cebf5e
Update to lumina-i18n-0.8.8.
2016-02-27 12:41:41 +00:00
ajacoutot
aca5176458
Update to lumina-0.8.8.
2016-02-27 12:41:25 +00:00
ajacoutot
e102065904
Bump to 0.8.8.
2016-02-27 12:41:11 +00:00
jasper
d1a7d72fa7
update to sakura-3.3.4
2016-02-27 12:35:43 +00:00
jasper
8f16ac06cf
update to lxrandr-0.3.1
2016-02-27 12:34:22 +00:00
ajacoutot
20a4168029
Update to gtk+3-3.18.8.
2016-02-27 11:15:03 +00:00
ajacoutot
3922cd95fa
Update to gvfs-1.26.3.
2016-02-27 09:13:49 +00:00
ajacoutot
cfd28ec2b1
Update to caribou-0.4.20.
2016-02-27 09:05:36 +00:00
dcoppa
f9831cdc0e
Unbreak on sparc, no multiprocessor support like on arm
2016-02-26 13:20:32 +00:00
jasper
40d9accbd0
update to gnome-online-accounts-3.18.4
2016-02-25 07:44:23 +00:00
jsg
49d112f9f8
Don't attempt to build on arm. sync atomic builtins required.
2016-02-25 02:19:14 +00:00
zhuk
c104dcee3e
Fix fd_set handling bug in Qt5 as well.
...
okay naddy@
2016-02-22 20:38:08 +00:00
jca
436db51fe1
Fix a crash when a window is closed.
...
bbpager would dereference an std::list iterator after it was invalidated
by erase(). Crash reported by Alessandro DE LAURENZIS, fix also tested
by Ryan Freeman. ok naddy@
2016-02-22 18:41:19 +00:00
jsg
30050e6d9a
Mark as broken on arm. Error: unrecognized option -mfpu=neon.
2016-02-21 15:47:30 +00:00
jasper
01854d3af1
security update to eog-3.18.2 addressing CVE-2013-7447
2016-02-15 09:03:12 +00:00
zhuk
579b91f112
It's always better to commit from the right tree. POLLOUT, not POLLHUP.
2016-02-10 13:26:46 +00:00
zhuk
ee66b8cdb3
Fix stack smashing happening when Qt4-based program opens more than
...
FD_SETSIZE (1024 by default) file descriptors. This is often the case
for KDE4 apps when using libinotify as directory monitoring backend.
Positive feedback from deraadt@, final okay sthen@
2016-02-10 13:12:23 +00:00
dcoppa
9702e2f516
Update to awesome-3.5.8
2016-02-01 08:26:23 +00:00
zhuk
1c20a8a507
Stop picking up devel/pcre: we don't use KJS anyway, and it creates
...
problems in ports depending on kdelibs-4.x due to differences between our
regex.h and pcreposix.h.
Partly fixes KDE4 version of Digikam (read: prodded by espie@)
2016-01-29 22:24:30 +00:00
dcoppa
ac68a9b0ff
Unbreak build on arm (as usual, EV_NO_SMP)
2016-01-29 11:56:31 +00:00
ajacoutot
db68795632
Update to gtk+3-3.18.7.
2016-01-28 13:41:39 +00:00
sthen
e307acead8
regen patches
2016-01-28 13:30:02 +00:00
dcoppa
8d235ea42b
Merge fix from the stable '3.5' branch:
...
Fix window key grabbing
(git commit f128b313130ad10dfa6a8e1bdf8e360038aee378)
2016-01-27 15:18:05 +00:00
jasper
5f04a39c51
update to gnome-calculator-3.18.3
2016-01-27 13:39:43 +00:00
sthen
04f3146d4d
chase more googlecode HOMEPAGEs
2016-01-26 13:10:40 +00:00
sthen
3451d0c08d
Chase Location: header redirects for googlecode-hosted HOMEPAGEs and
...
bump REVISION.
2016-01-26 13:05:26 +00:00
dcoppa
8c3458dafb
Sync with upstream
2016-01-26 09:42:35 +00:00
abieber
df78581f67
Build with inotify support, this lets users do Maildir monitoring.
...
OK and tweaks from kili@
2016-01-26 02:11:26 +00:00