87275 Commits

Author SHA1 Message Date
espie
6525c91219 sigh... if we force junking, we untaint.
but that's because we're tainted! so taint correctly
before we release the lock.
2013-10-13 19:57:07 +00:00
naddy
e09db175f3 remove various cruft that appears to have been blindly carried over
from version to version
2013-10-13 19:47:46 +00:00
espie
b404b0376e slightly more intricate hack, better colors, that span full lines when they're
supposed to...
2013-10-13 19:19:53 +00:00
zhuk
c2f5ca3439 One more dependency fix for KDE4 PIM, now in kdepimlibs. 2013-10-13 18:39:08 +00:00
espie
a4f0496bb8 add optional colors with -DCOLOR. 2013-10-13 18:32:58 +00:00
espie
8877767529 - use separated Heuristics::Size object
- choose size/nosize in Config.
- use affinity or affinitystub
- move locker creation to State, so we can init cores right away.
- as core init has run, we can call DPB::Core->reap (event loop) while
processing size and build stats, so that the startup script may start
slightly earlier.
- setup more options in Config for Reporter to use.
- scaffolding in SubEngine/Build to be able to use affinity info right away
2013-10-13 18:31:50 +00:00
espie
4bd97c750a add (for now) stub code to provide a specific queue order when dealing
with affinity.
2013-10-13 18:24:24 +00:00
espie
e0c02a1816 the "build-in-memory" stuff is independent from the rest of heuristics:
split it off, and provide a "stubbed" version of Heuristics::Size and
of Affinity  that do nothing, to be used on one host configuration without
in-memory builds.
2013-10-13 18:23:35 +00:00
juanfra
0ffd3c549a Increase the stack size margin. Fix crashes in code with big tail recursion. 2013-10-13 17:27:20 +00:00
ajacoutot
3dca6a3ebc Update to evolution-ews-3.10.1. 2013-10-13 17:01:15 +00:00
zhuk
a3b03a2014 Disable/improve some Python-related checks, after discussion with fgsch@
a long time ago. Namely, do not warn about .pyc/.pyo without .py, it's
perfectly legal.
2013-10-13 16:54:24 +00:00
ajacoutot
50e9d376dc Update to evolution-3.10.1. 2013-10-13 16:51:20 +00:00
zhuk
a87fa44b81 Add checks for some files having newline and EOF in MESSAGE, DESCR and such. 2013-10-13 16:47:18 +00:00
ajacoutot
cffde34944 Update to evolution-data-server-3.10.1. 2013-10-13 16:38:45 +00:00
naddy
4cd29eea59 multimedia/libmp4v2 is also required at build time for MP4 support 2013-10-13 14:44:07 +00:00
jasper
7aaaa1e35b update to yad-0.23.1 2013-10-13 11:31:32 +00:00
landry
7c75608917 Update to Devel::ptkdb 1.232 (and bump EPOCH), bringing 6 years of
changes.
2013-10-13 11:15:03 +00:00
espie
769e3b4c10 more sensible defaults: if at least one host uses mem, turn on WANTSIZE,
unless we explicitly turn that off.
2013-10-13 10:34:55 +00:00
ajacoutot
e902b8897f Update to rhythmbox-3.0.1. 2013-10-13 09:27:13 +00:00
landry
f670bbe286 Bugfix update to thunderbird{,-i18n} 24.0.1.
See http://www.mozilla.org/en-US/thunderbird/24.0.1/releasenotes/
2013-10-13 08:13:21 +00:00
espie
4d42caabe1 Make darn sure MAKE_JOBS is heeded correctly, so that
DPB_PROPERTIES=parallel actually does something.
as checked by landry@, florian@, me.

Keep the parallel pseudo_flavor untouched.
2013-10-13 08:11:21 +00:00
bcallah
1666464b5c Bugfix update to texapp 0.6.4 2013-10-13 04:16:59 +00:00
bcallah
142ea6d239 Minor update of games/wtf to 20130928. 2013-10-13 00:10:58 +00:00
juanfra
dd5b127f13 Add myself to the list.
ok sthen@
2013-10-12 21:50:01 +00:00
gsoares
11372a976b update to 1.62 2013-10-12 21:23:50 +00:00
kili
fc19d902c2 ${LOCALBASE} is wrong here. Use ${PREFIX} instead.
Noticed by Mikolaj Kucharski.
2013-10-12 20:04:32 +00:00
bcallah
ef1ec8c8eb It's been two weeks. Time for an update of everyone's favorite MMORPG.
ManaPlus 1.3.10.12 is here!
2013-10-12 19:15:01 +00:00
ajacoutot
fbde953e0f Fix previous and give the correct BZ URL. 2013-10-12 14:39:37 +00:00
espie
80a00c8b0a the speedfactor case needs access to the weights. 2013-10-12 14:11:23 +00:00
espie
500c0733fc move the speedfactor special code out of the way and load it only
on demand.

Mostly for clarity, the speed/size difference isn't expected to be much.
2013-10-12 13:53:35 +00:00
espie
20bd660519 tweak order: if we force junk, this *must* run before depend, as
we're depending on junk to remove tagged stuff (and otherwise depend
won't run successfully).

This is different from "normal" junk, which does run after depend as
an optimization (makes little sense to remove packages we might be
reinstalling right away)
2013-10-12 13:52:03 +00:00
sthen
29ff254d98 initial fix for queues; s/pfioc_qstats/pfioc_altqstats 2013-10-12 13:11:34 +00:00
sthen
a97e016609 initial fix for queues; s/pfioc_qstats/pfioc_altqstats
don't USE_GROFF
2013-10-12 13:09:30 +00:00
espie
b1ef237332 kde3 ports and dependents have their own l10n... 2013-10-12 12:50:51 +00:00
espie
a9b904eb4c no-conflict is a lie, the rcscripts conflict.
I'll let robert@ figure out whether he wants to version the scripts
or what...
2013-10-12 10:44:22 +00:00
sthen
66d151e569 De-conflict by @comment'ing manpages which are present in other packages;
many were in pre-formatted form in other packages so they didn't actually
conflict previously even though the PLIST entry was identical - recently
a number of these are now installed as unformatted pages which has caused
a real conflict. No substantial diff between texmf's versions and the
other preformatted pages (minor whitespace changes due to groff/mandoc
differences, that's all).
2013-10-12 10:23:25 +00:00
espie
0d96f0a882 document -e option 2013-10-12 10:19:20 +00:00
espie
6012cf8ec5 option -e for extra conflicts 2013-10-12 10:17:13 +00:00
jasper
34923a1f44 update bz url; no pkg change 2013-10-12 09:26:45 +00:00
jasper
19d319a7da submitted upstream 2013-10-12 09:20:21 +00:00
jasper
12ce7a904f Tag along with Solaris on using gtar, instead of modifying the gnu tar code. 2013-10-12 09:06:17 +00:00
jasper
74ec1a616e update to puppet-3.3.1
* note that it will complain if you're running against an older master
  (see http://links.puppetlabs.com/deprecate_yaml_on_network), but it will
  continue it's run.
2013-10-12 08:55:14 +00:00
ajacoutot
14bf24fb50 Fix the skey case. 2013-10-12 08:43:51 +00:00
sthen
e46a68bdf1 This preformats manpages in Makefile with nroff, as spotted by jca, but
we don't install them.  Disable so we don't need to depend on groff.
2013-10-12 08:28:54 +00:00
sthen
6ca6476f07 add gtk+3 as a BUILD_DEPENDS, it's needed for tests/ 2013-10-12 08:11:19 +00:00
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