87230 Commits

Author SHA1 Message Date
ajacoutot
9af689ecc8 Update to upower-0.9.22.
ok landry@ (maintainer)
2013-10-12 08:10:13 +00:00
naddy
06a9102560 Drop USE_GROFF since groff and mandoc produce identical output. 2013-10-11 23:48:03 +00:00
landry
8dbb233559 Assorted fixes prompted by naddy@:
- add a -gdata subpackage for the plugin interacting with google
  contacts, since it picks up libgdata if present.
- add libnotify & libcanberra-gtk to LDEP-main since they're picked up
  for the notification plugin if present.
- tidy WANTLIB, put the krb5 & friends only once in WANTLIB.
- remove a leftover empty WANTLIB-docs
- cleanup WANTLIB-* in the ldap FLAVOR, they made no sense
2013-10-11 22:14:18 +00:00
naddy
ac95394543 Drop USE_GROFF since groff and mandoc produce identical output. 2013-10-11 21:20:54 +00:00
naddy
5b0b787f9f Correctly install the man page. 2013-10-11 21:01:41 +00:00
naddy
048f6d4a22 Regenerate PLISTs now that imake installs the source man pages. 2013-10-11 20:39:16 +00:00
naddy
4e162c90e4 Fix version number using EPOCH.
Regenerate PLIST now that imake installs the source man pages.
2013-10-11 20:37:21 +00:00
naddy
480bffc330 Continue to install preformatted man pages against imake's default
since these are special Japanese pages.
2013-10-11 20:36:51 +00:00
naddy
62e764c59d For ports that build via imake, stop installing preformatted man
pages and instead install the source pages.

This change simply rips out OpenBSD's historical special rules for
preformatting man pages and restores imake's defaults.

ok espie@ matthieu@ sthen@
2013-10-11 20:36:17 +00:00
bcallah
9612b89375 Update libmodplug to 0.8.8.4 - all the patches go away.
Bump minor.
Take MAINTAINER.
ok landry@
2013-10-11 17:28:17 +00:00
brad
15b3334f10 Update to darkstat 3.0.717.
ok sthen@
2013-10-11 17:23:16 +00:00
ajacoutot
9891930ad7 Install PREFIX/share/gtk-3.0/settings.ini 2013-10-11 16:27:01 +00:00
ajacoutot
e8715b85be Update to gtk+2-2.24.22. 2013-10-11 15:07:17 +00:00
ajacoutot
6f2bf47fbf Actually do previous from gtk+ itself. 2013-10-11 15:01:42 +00:00
dcoppa
1f43bc87cc There're a pair of ${SUBST_CMD} at pre-configure stage, but the
paths inside the patches were already "substituted" (hardcoded).
Use MODPY_ADJ_FILES for the python one, and get rid of that patch.

ok aja@, robert@ (maintainer)
2013-10-11 14:53:57 +00:00
ajacoutot
7097cb0ada Install default gtkrc under PREFIX/share/gtk-2.0/ instead of SYSCONFDIR.
This makes it easier to do local changes.
2013-10-11 14:42:17 +00:00
ajacoutot
7ceb8f49db Update to gnome-session-3.10.1. 2013-10-11 14:22:20 +00:00
dcoppa
b271ea37e8 Quick fix to unbreak building deadbeef when /usr/local/include/dumb.h
from audio/dumb is installed.

ok sthen@
2013-10-11 14:16:57 +00:00
ajacoutot
ed55426ef6 Fix mozilla plugins directory, /usr/lib64 is... meh...
ok robert@ (maintainer)
2013-10-11 13:52:07 +00:00
ajacoutot
3ecde2f14a Missing RUN_DEPENDS. 2013-10-11 13:26:51 +00:00
ajacoutot
f5ff827bcc Update to gtk3mm-3.10.0. 2013-10-11 13:26:11 +00:00
ajacoutot
8ef05bbdcd Update to glib2mm-2.38.0. 2013-10-11 13:25:10 +00:00
ajacoutot
dda82fa150 Sync NM patch with Gentoo/Debian. 2013-10-11 12:24:36 +00:00
espie
754ad67afc fix restart issues...
first tag we see will trigger a junk, unless we already
junked on that host during this run.

that way, we can forget whether we were building kde3 or kde4,
as we start with a "clean slate".

I could have junked at start, but this is much better, as it junks
"just in time" for the tag.
2013-10-11 11:51:04 +00:00
sthen
04e2355304 fix MASTER_SITES 2013-10-11 11:26:47 +00:00
naddy
ef266f9dbf Ports building via imake require USE_GROFF.
Bump because packages may have been built with empty man pages.
2013-10-11 10:56:00 +00:00
naddy
f861220a76 Just let imake handle the man page instead of running it through
mandoc and then possibly groff.  Requires USE_GROFF.

Honor CC/CFLAGS.
2013-10-11 10:54:28 +00:00
dcoppa
08f6968593 Fix compilation with the upcoming cmake-2.8.12.
CMake 2.8.12 has changed the argument count to qt4_create_moc_command.
(from upstream git commit 05fe3f4980bbc6b016e25dcf07e44afe29e377c0)

ok espie@
2013-10-11 10:32:07 +00:00
espie
f4bfcdb01d trying to figure out the spinning... 2013-10-11 10:26:44 +00:00
dcoppa
9cb6517181 Revert "client: Don't move clients around across restarts" commit,
it was causing more pain than gain.

Add another two bugfixes:

- event: Handle MotionNotify before ButtonPress/Release
- awful.tag.withcurrent: Also act on restarts

All from upstream git repo.
2013-10-11 08:50:20 +00:00
espie
492e1a91c6 the makefile does some crazy thing with libraries. Sometimes the timestamps
don't quite match, and all hell breaks loose.

MAKE DARN SURE it gets its file by forcing them down the problematic target.
Yep, sometimes ar will replace the same files twice. Which is always better
than 0.

this has long been an annoyance. Why do every single math guy still write
makefiles by hand that look like fortran77 code ?

(also fix an error in popen by speaking the right standardese)
2013-10-11 08:39:25 +00:00
zhuk
191c25bd82 Improved version of patches that allow to build kde4/pim-runtime tests.
Tested in a build loop on i386 about 60 times.
2013-10-11 07:52:55 +00:00
ajacoutot
68e5d26b5a Update to gtk+3-3.10.1. 2013-10-11 06:33:18 +00:00
bcallah
45fecb2f8f Bugfix update to 1.6.1 - Fixes un-quoted player paths containing
backslashes being broken.
While here, add NO_TEST=Yes. PyPi sources do not include the tests.
2013-10-11 00:46:06 +00:00
espie
26f524a63b well, setup doesn't redirect, so print in the right location instead
of on console...
2013-10-10 20:52:04 +00:00
naddy
94e664469d remove empty patch files 2013-10-10 20:30:16 +00:00
edd
30b181bc86 Unbreak elinks on arches using 4-byte longs.
Bug exposed by time64 changes.

OK sthen@
2013-10-10 20:10:51 +00:00
edd
4ec3f21033 regen (ok sthen@) 2013-10-10 20:08:39 +00:00
jasper
6f496bd6ff update to gtkwave-3.3.49 2013-10-10 17:31:43 +00:00
jasper
07b7dd9e08 update to rspec-mocks-2.14.1 2013-10-10 17:11:08 +00:00
jasper
2aed7b7480 update to rspec-expectations-2.14.3 2013-10-10 17:10:53 +00:00
jasper
bec1bd42f0 update to rspec-2.14.5 2013-10-10 17:10:35 +00:00
jasper
ecf56fc1bd update to when-1.1.31 2013-10-10 17:04:07 +00:00
dcoppa
5446f1635e Reply to _NET_REQUEST_FRAME_EXTENTS correctly.
Reply to _NET_REQUEST_FRAME_EXTENTS by settings _NET_FRAME_EXTENTS
property of the window to the widths of the respective borders added
by i3.
(upstream git commit 05e46848f07460f18574d51eba0b182b177ab2d2)
2013-10-10 16:34:57 +00:00
espie
410d127fff force PANGOFT2 to NO.
Otherwise, it may vanish while building leading to errors.
2013-10-10 16:00:34 +00:00
espie
d93a5e545e oops, reversed value while copying test.
do the nojunk check in setup (so that we don't untaint if we're
not gonna run), and since we're testing in setup, use that to bypass
running altogether in such a case.

sorry landry, previous one was pretty bad... the reversed test result
is a stinker...
2013-10-10 15:48:16 +00:00
ajacoutot
3498633cb6 Update to shotwell-0.15.0. 2013-10-10 15:40:39 +00:00
ajacoutot
07ca43b20f Committed upstream. 2013-10-10 15:21:32 +00:00
ajacoutot
48d41744f7 Add comment about sysutils/accountsservice. 2013-10-10 15:07:47 +00:00
pirofti
1715b72ed4 Update to version 2013.10.09. 2013-10-10 13:30:40 +00:00