Commit Graph

71314 Commits

Author SHA1 Message Date
ajacoutot
6dcb55953b Adapt after gtk+2,-guic split. 2011-12-03 18:35:11 +00:00
ajacoutot
7d9c438584 Add MODXFCE_ICON_CACHE for gtk+2,-guic. 2011-12-03 18:33:03 +00:00
ajacoutot
36fd6e17e7 Add MODGNOME_ICON_CACHE for gtk+2,-guic. 2011-12-03 18:32:06 +00:00
ajacoutot
ea6ed8fe38 Adapt after x11/gtk+2,-guic addition. 2011-12-03 18:31:18 +00:00
ajacoutot
f8813c40bc Add a -guic subpackage for gtk-update-icon-cache.
This allows for gtk+3 to not depends on gtk+2. We will now also be able to
properly set a dependency on gtk-update-icon-cache for apps installing
icons.
2011-12-03 18:30:41 +00:00
espie
0393f66f06 most important usage of dpb upfront, before the exhaustive description of
option.

Drop a few heavy hints regarding ssh usage.
2011-12-03 18:02:39 +00:00
naddy
ec58a1093d Merge in fixes for alpha from base (miod@):
builtins.c:
Allow MD backend to prevent the optimization of a bcopy() or memmove() of
size 1 (the size being known at compile-time) into an inline mempcpy()
expansion, which will in turn expand into a byte load and store operation.
This expansion loses precious address alignment information at some point
(because everybody knows that you can read a byte from any address, right?),
and this loses bigtime on strict alignment platforms which lack the ability
to accesse bytes directly, such as alpha (unless compiling with -mbwx and
runnning on a BWX-capable cpu).

config/alpha:
Require alignment of local arrays on word boundaries, and enable
the builtins.c `one-byte memcpy' workaround.

ok espie@
2011-12-03 15:54:05 +00:00
pirofti
a2a4ea383a Update youtube-dl to Novemeber 23rd version. Okay sthen@. 2011-12-03 15:13:03 +00:00
sthen
ee12a15df7 update to Icinga 1.6.1 2011-12-03 15:01:38 +00:00
ajacoutot
cdc570f075 Fix MSG_NOSIGNAL detection. 2011-12-03 14:27:40 +00:00
ajacoutot
3be1450e73 x11/gtk+3 is needed at build time to compile demos/scrapbook.
reported by espie@, not reported by mpi@
2011-12-03 14:21:27 +00:00
ajacoutot
a34b148c11 Remove MSG_NOSIGNAL patch now that we support that.
Move MESSAGE to README.
2011-12-03 13:59:37 +00:00
dcoppa
395d06caab FindRuby.cmake: use RbConfig::CONFIG instead of obsolete and
deprecated Config::CONFIG.

pointed out by Amit Kulkarni and jeremy@
2011-12-03 13:38:43 +00:00
ajacoutot
7177b29797 -community-id 2011-12-03 12:52:49 +00:00
ajacoutot
dc66fa5f72 Remove: development is dead upstream and considering the nature of this
port, it's better not to have it rather than ship an old and unsupported
version.
2011-12-03 12:52:04 +00:00
jasper
da8b8581eb - drop a few patches in favor of a perl replace, no pkg change. 2011-12-03 12:49:11 +00:00
espie
1674edcbbd open needed just once. 2011-12-03 11:10:48 +00:00
espie
c1a46f71e8 faster NFS: if the missing file suddenly reappears, we don't need to rescan
the path, just put it back in the queue, and forget it ever happened.
2011-12-03 11:03:07 +00:00
espie
91b04a0eac fix quick-start: the interface to grabber changed in a silent way.
explicitly move the main_loop near handle_non_waiting_jobs to try to
fix that mess (and finish all the time)
2011-12-03 11:01:47 +00:00
espie
0037a6f50e little message tweak (to be changed anyways) 2011-12-03 09:29:41 +00:00
benoit
66ee112ae3 - update py-altgraph to 0.9 2011-12-03 08:32:14 +00:00
ajacoutot
7668a3179a Update to freedroidrpg-0.15rc1. 2011-12-03 08:19:08 +00:00
benoit
e60aa7e3e1 - update dwdiff to 2.0.2
- update CONFIGURE_ENV
2011-12-03 06:24:57 +00:00
benoit
8ff0a3f672 - update highlight to 3.6
- regen patches
- remove unnecessary patch
- update PLIST
2011-12-03 06:16:04 +00:00
espie
4d52ff4e54 new -J option
- refactor redirect a bit to store multi-line results to a temporary file
- new show-prepare-results stage using that
- prepare and show-prepare-results shouldn't be NoTime, since they're
predictable.
- lock host thru depends -> junk in the junk case.
acquiring the lock is done thru polling in the child, so that it doesn't block
dpb proper.
- new "junk" stage that gathers dependencies and deletes them.
2011-12-02 22:37:36 +00:00
espie
2cfd4c615d new junk option (to remove packages as they're no longer needed) to pass
around thru JobBuilder (along with locks since we need to write stuff into
that file)
2011-12-02 22:33:46 +00:00
espie
b5c447a355 don't buffer printing to locks, to be able to get dependencies early
gather needed=* lines from locks (may want to cache that info later,
but I don't think it has any actual performance impact)
2011-12-02 22:32:07 +00:00
espie
770bcd5b5a methods required to be able to lock per-host 2011-12-02 22:29:28 +00:00
ajacoutot
9986287cc4 oops... "quoi encore ?!" espie@ 2011-12-02 22:02:43 +00:00
ajacoutot
b8b6d1c346 qca2/qca conflicts. 2011-12-02 22:00:34 +00:00
kili
53a832305f Not quite QPL. Noticed by Antti Harri, who also has a new port
cad/librecad (a fork of qcad) in work.

Some more details about the license problens are available at:

        http://www.ribbonsoft.com/qcad_downloads.html

and

        http://blog.librecad.org/2011/10/1-0-0-rc4-released/
2011-12-02 20:58:45 +00:00
ajacoutot
3790ee1e99 Properly handle ACCOUNT_TYPE_STANDARD and ACCOUNT_TYPE_ADMINISTRATOR. 2011-12-02 20:07:26 +00:00
jeremy
195ffe85c1 Update to gruff 0.3.6. 2011-12-02 19:36:42 +00:00
jeremy
cd8b3c3096 Remove NO_REGRESS setting, now handled by ruby.port.mk. 2011-12-02 19:34:42 +00:00
jeremy
95570de3d1 Add back NO_REGRESS=Yes setting to ruby.port.mk if MODRUBY_REGRESS
is not set, but only for gem, extconf, and setup based ports. Other
ports could be using the lang/ruby module and still have a standard
make-based regression test suite.
2011-12-02 19:33:39 +00:00
ajacoutot
238aea3484 Fix users creation. 2011-12-02 17:55:00 +00:00
ajacoutot
e9b15534ea Start fixing this nightmare... 2011-12-02 17:45:58 +00:00
espie
1c7aab78c9 sort -u requires one parameter to not hang on stdin...
allow SUBDIR=archivers/arc make show-prepare-results to work
2011-12-02 15:14:20 +00:00
espie
53295a4812 bye bye FLAVOR:L 2011-12-02 14:36:13 +00:00
ajacoutot
d9a347a8df It's ${SYSCONFDIR}, not ${SYSCONFVAR}.
It's ${SYSCONFDIR}/LCDd.conf, not ${RCDIR}/LCDd.conf.
Lowercase ${RCDIR}/lcdd.
2011-12-02 13:37:44 +00:00
edd
2b08275f55 lowercase LCDd rc script filename at request of aja@ 2011-12-02 12:39:23 +00:00
espie
18a4d6f4bf remove dangerous optimization: have paths explicitly pass thru the depends
stages, even if the package is already there.

This could break EXTRA depends where the package would already be there,
and thus its dependency tree not really solved, and thus depends could
easily miss packages...

problem reported by nigel@... and not reported by ajacoutot@ :)
2011-12-02 11:52:06 +00:00
espie
f44c50300c EXTRA should (partly) be handled like DEPENDS/BDEPENDS 2011-12-02 11:40:25 +00:00
sthen
934343d675 update to MRTG 2.17.3
- temporarily switch to gtar (marked with XXX) as the distfile includes a
file linked to itself(!), which tar(1) rightly rejects. reported upstream.
2011-12-02 11:23:37 +00:00
sthen
40bdea631e whitespace; no pkg change 2011-12-02 11:19:32 +00:00
robert
c97c329d70 update to 1.8.9 2011-12-02 09:11:20 +00:00
ajacoutot
ea2155da30 Remove MAINTAINER as per his request. 2011-12-02 08:29:45 +00:00
shadchin
dbc4ea267e Update to 1.0.0.
ok jasper@
2011-12-02 06:36:28 +00:00
dcoppa
85ae4cb798 Use -o ${SHAREOWN} -g ${SHAREGRP}. No pkg change. 2011-12-01 22:16:53 +00:00
sthen
dc8ed42ae2 update to scamper 20111202 2011-12-01 21:45:04 +00:00