Commit Graph

80237 Commits

Author SHA1 Message Date
espie
66cae6cf63 stupid thing I should have done years ago: grab bsd.own.mk (and /etc/mk.conf)
first thing, so that we can override any definition in there.
2013-01-06 16:14:10 +00:00
espie
7906ac8797 if I run into lockfiles that don't contain the requisite dpb property,
just hold on until they're there.

Should happen right away, so easy to spot !
2013-01-06 14:38:14 +00:00
fgsch
75a030c726 point weechat to the correct cert file. bump revision.
sthen@ ajacoutot@ dcoppa@ ok.
2013-01-06 12:06:20 +00:00
espie
8a23d3ca7e ask the ports tree to clean up stale locks, finally... 2013-01-06 11:59:40 +00:00
espie
3468bf1fd7 allow unlock to be called with SUBDIR= 2013-01-06 11:57:21 +00:00
ajacoutot
096b389d71 Default limits on OpenBSD are way too low; document that kern.shminfo.shmall
must be bumped.
2013-01-06 10:41:14 +00:00
benoit
004e2c6fd8 - update py-addons to 0.7
- update licence

ok martynas@ (maintainer)
2013-01-06 09:14:42 +00:00
ajacoutot
420a12b963 Remove now useless LIB_DEPENDS. 2013-01-06 08:58:24 +00:00
ajacoutot
094fa2ba4d tyop 2013-01-06 08:42:08 +00:00
ajacoutot
3cebecada4 Adapt to README.template.
ok sthen@ (maintainer)
2013-01-06 07:54:13 +00:00
espie
a8dab3a559 perl's gc doesn't play well with filehandles.
So explicitly close what it will have problems tracking...

problem noticed by sthen@, obviously linked to my previous change to
avoid opening the same log file again and again...
2013-01-05 23:38:08 +00:00
benoit
4ca54cd200 - update py-country to 0.14.7
- regen PLIST
- add EXTRACT_SUFX and post-configure

tweaks and ok sthen@
2013-01-05 23:15:50 +00:00
sthen
26223473c7 update Smokeping to 2.6.8 and add an rc.d script
- note that the script file location has changed, it's probably simplest
to use the new sample httpd config.
2013-01-05 22:52:06 +00:00
sthen
c384c66c4f update to Dillo 3.0.2, from Brian Callahan (taking MAINTAINER)
also tested by James Turner
2013-01-05 22:42:58 +00:00
espie
a323bb36ea better 2013-01-05 21:48:50 +00:00
espie
c1c2864b82 give every task a "name". 2013-01-05 21:48:18 +00:00
benoit
4a85a291fc - update stella to 3.7.5
- regen PLIST
2013-01-05 21:43:13 +00:00
benoit
5b69564f6f - update lbreakout2 to 2.6.4
- regen PLIST
2013-01-05 21:21:51 +00:00
zhuk
71621329ce Build and install Qt debugging helper library for system Qt with QtCreator,
and allow it being automatically loaded even when debugging external
applications.

While there, mark QtCreator as SHARED_ONLY, as the Qt4 itself already is.

ok espie@
2013-01-05 20:32:02 +00:00
espie
fe8936deab even if we've got pre-empted, we still have to lock.
otherwise, we're going to unlock something we don't own, which might
be a race.
2013-01-05 20:08:39 +00:00
espie
a5eeeec19c store information about live dependencies in dpb proper, to avoid
synchronization issues with external fs...

the external locks are still used to synchronize with other dpbs running
2013-01-05 20:06:29 +00:00
espie
7184d32670 retrieve the lists of paths locked per-host from the old lock scanner,
to eventually be able to clean them in init.
2013-01-05 19:59:43 +00:00
naddy
af2e150b0c update to 4.2 patchlevel 42 2013-01-05 19:45:21 +00:00
sthen
7c1ec8cd1b use correct homepage; Ryan Boggs 2013-01-05 19:20:31 +00:00
ajacoutot
e67efda9a7 Useless SUBST_CMD, no pkg change. 2013-01-05 18:27:42 +00:00
espie
209b83159b allow independent setup for the locks location. I strongly suggest
using a local fs.
2013-01-05 18:26:31 +00:00
ajacoutot
254001ed60 Implement GMountOperation from gtk+3. 2013-01-05 18:13:56 +00:00
espie
ba6937b81c and put serialize next to the code it protects
(again, no actual code change)
2013-01-05 18:09:30 +00:00
espie
a18e4e7af2 move install out of the way (no code change) 2013-01-05 18:08:06 +00:00
ajacoutot
2ee4f0e667 Remove bogus patch. 2013-01-05 18:06:31 +00:00
espie
b159503365 log junk lock handling 2013-01-05 17:29:14 +00:00
espie
82fbc0e7fd avoid opening filehandle again and again.
also, close STDERR after the STDOUT stuff was done, so that we get
error messages otherwise!
2013-01-05 17:22:04 +00:00
espie
ed58c56937 move the "running prepare" message up to handle_output, so that *every*
phase gets tagged.
2013-01-05 16:57:31 +00:00
pascal
23ea3c8c47 Sync mips* configuration with base. Fixes gfortran on mips64 (loongson
untested).

tested by and ok jasper@
2013-01-05 16:51:28 +00:00
ajacoutot
30d26f8b1d Document printer sharing. 2013-01-05 16:36:08 +00:00
espie
97912f877b thought I had done this already:
don't blindly append to history, but recreate it from scratch.
We need to remove lines corresponding to stuff that vanished at some
point but came back later!
2013-01-05 16:10:18 +00:00
sthen
783b70dbf0 autoconf picks up execinfo.h (but doesn't use the lib); add it as a
build dep to prevent dpb from junking it
2013-01-05 15:50:27 +00:00
benoit
3b3ee3248a - update py-setproctitle to 1.1.6
- remove mpi@ from maintainer as per his request.

ok mpi@
2013-01-05 15:18:54 +00:00
espie
779bfd4ae7 fix typo 2013-01-05 15:13:48 +00:00
benoit
9082a4801c - add EPOCH to resolve the problem 2.0b9p4 -> 2.0.4
problem found by nigel@, thanks ! ok sthen@
2013-01-05 15:10:58 +00:00
ajacoutot
ee9b9322ef Update to accountsservice-0.6.30. 2013-01-05 15:02:05 +00:00
espie
96eed0203f crank factors up to 150, so that dpb consumes a bit less cpu yet. 2013-01-05 13:39:36 +00:00
espie
116acde577 change to NO_HISTORY and document (since there are other NO_* thingies) 2013-01-05 13:34:28 +00:00
espie
85b554d119 make it possible to skip "UPDATING DISTFILES" if we're just running dpb
again without any change.
2013-01-05 13:32:28 +00:00
ajacoutot
86e072dbb6 Update to harfbuzz-0.9.10. 2013-01-05 13:29:03 +00:00
ajacoutot
018bac92bd Maintenance update to icu4c-50.1.1. 2013-01-05 13:16:05 +00:00
benoit
3a19786123 -update py-parsing to 1.5.7
- regen PLIST
2013-01-05 13:10:19 +00:00
ajacoutot
857349148e Adapt LIB_DEPENDS/WANTLIB. 2013-01-05 13:09:38 +00:00
ajacoutot
c799c269f7 Loosen up dependency on net/avahi. 2013-01-05 12:56:59 +00:00
ajacoutot
816598ac30 Adapt dependencies after recent print/cups change. 2013-01-05 12:53:09 +00:00