Commit Graph

87355 Commits

Author SHA1 Message Date
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
naddy
af633aed47 Update to 3.1.0. This has various minor improvements, internal
changes, and now uses the system zlib.
https://rsync.samba.org/ftp/rsync/src/rsync-3.1.0-NEWS

Clean up some cruft:
* Dropped the -T from --with-rsh.  No tty allocation is the default
for ssh, and if somebody sets RequestTTY in .ssh/config, they should
get what they want.
* Removed pointless SECURITY file.
* Replaced the outdated DESCR text with the description from the man page.

ok espie@
2013-10-10 12:01:30 +00:00
naddy
b59f389897 oops, of course an imake port still requires groff 2013-10-10 11:57:46 +00:00
zhuk
3e53549d41 Temporarily disable building tests until all dependency issues are resolved.
There are too many of them, and we need to have reliable builds.
2013-10-10 11:54:46 +00:00
zhuk
f38978ce88 Force disabling of tests if NO_TEST==Yes. Will be needed soon. 2013-10-10 11:53:24 +00:00
zhuk
e727c3c09f Linking in Kig was broken after syncing patches with upstream, fix it.
Now Kig starts fine.
2013-10-10 11:50:24 +00:00
espie
c28f1287bc explain a bit more about serialized locking.
keep track of where we last ran junk on a host, so it's faster to backtrack
thru logfiles...
2013-10-10 10:48:35 +00:00
ajacoutot
105cd1265a Treat 'skey' password as NULL so that we can properly lock and not been
offered to change the password.
Properly detect encrypted password using getpwnam since getspnam is for
linux.
2013-10-10 10:19:43 +00:00
stsp
38212b49bd Update pysvn to version 1.7.8, which supports Subversion 1.8. 2013-10-10 09:56:32 +00:00
stsp
6ee26c5431 Tweak rapidsvn WANTLIB for Subversion 1.8. 2013-10-10 09:56:13 +00:00
stsp
79e8fe2a40 Tweak kdesvn WANTLIB for Subversion 1.8. 2013-10-10 09:55:48 +00:00
stsp
e60ca17626 Allow Anjuta to compile with Subversion 1.8. Patch submitted upstream.
ok ajacoutot jasper
2013-10-10 09:55:24 +00:00
stsp
d78e929867 Update to Apache Subversion 1.8.3. Newer, better, faster!
Existing working copies need to be upgraded with 'svn upgrade',
otherwise backwards compatible as usual.
http://subversion.apache.org/docs/release-notes/1.8.html
2013-10-10 09:50:17 +00:00
ajacoutot
5542815309 Properly detect passwd entry so that screenlock under gnome-shell works. 2013-10-10 09:08:28 +00:00
ajacoutot
d81590c042 Create the _gnome-initial-setup user. Not used yet but will be. 2013-10-10 08:41:08 +00:00
ajacoutot
a70ff0dc7b Add _gnome-initial-setup. 2013-10-10 08:40:34 +00:00
espie
d65a77a71b extra test for non_empty ? grasping at straws 2013-10-10 07:26:40 +00:00
jasper
803eb8536f Security fix for CVE-2013-4397 Integer overflow in libtar 2013-10-10 07:16:28 +00:00
espie
a1fa92f3db setup of serialized tasks *is* deterministic.
The moment when we're sure we're locked in uninstall
is the right moment to revisit tainted status...
not later, because if we do that in finalize, some tainted ports
may have finished building, and we may think we're untainted now.
as seen by landry@

Note also that setup runs in the main dpb process, so not concurrently with
the engine, and so the engine can safely check for tags right after setup,
even if pkg_delete has not finished, because by the time the port can lock
and reach depends, pkg_delete must have finished.
2013-10-10 07:15:49 +00:00
jasper
f7d462c421 regen 2013-10-10 07:02:56 +00:00
brad
1d77e89c13 Remove Chris Kuethe as maintainer. OpenBSD e-mail address bounces and has been
inactive for quite awhile.
2013-10-10 02:08:19 +00:00
nigel
bfda08a837 Double check of previous commit found patch wasn't removed.
No bump as build fails if not remvoed.
Was part of changes Ok @dcoppa
2013-10-09 18:22:48 +00:00
naddy
699bc4880a Update to 7.32.0.
No revolutionary changes; see http://curl.haxx.se/changes.html for
the details.
2013-10-09 17:25:39 +00:00
shadchin
1076d97d81 Now _res has minimal support: not define nsaddr_list, only nscount,
therefore psi could not determine dns server. Switch psi on resolv.conf.

tested Matthew Clarke <clamat at telus dot net>
2013-10-09 16:52:23 +00:00
ajacoutot
46fbd2093d Fix deprecated use of polkit_authority_get().
time_t fixe: GLib has a 'struct GTimeVal' with a long tv_sec...
2013-10-09 16:43:13 +00:00
shadchin
be19b30e47 Switch meld on ThreadPool. This fixes the problem with sem_open().
ok ajacoutot@, sthen@
2013-10-09 16:39:30 +00:00