Commit Graph

55219 Commits

Author SHA1 Message Date
espie
d6818103c8 the egg framework is fucked up (modifies stuff in WRKBUILD during install),
so work around by tricking it to write into WRKINST through a symlink.

keep this here, so that affected ports need minimal modifications, and we
can work out a better fix long term.

Agreed with wcmaier...
2010-02-27 17:52:18 +00:00
jasper
831583276c - add highlighting patterns for prolog and scheme
ok espie@
(ports is still locked)
2010-02-27 15:03:39 +00:00
espie
f71d67db02 don't stop at the first error, report all 2010-02-27 10:05:42 +00:00
espie
0118b624ce let myprint work with -x 2010-02-27 09:53:44 +00:00
espie
d17585f86b activate library signature code. now we check that machines DO match 2010-02-27 09:53:09 +00:00
espie
c8942d3783 fix watch: if we use the offset too soon, it changes all the time, and we
never notice
2010-02-27 09:28:47 +00:00
espie
abbba7caf8 oops, fetch should not be accounted in the log either. 2010-02-27 08:30:44 +00:00
espie
81cdf2d3a4 do something sensible if run without any options 2010-02-27 08:30:01 +00:00
espie
eb9327fbd1 avoid warning, FLAVOR is broken anyways 2010-02-27 07:30:44 +00:00
sthen
62afe9ccf8 Don't pull in conflicting functions (which do seem to work, but cause
a lot of warning spam on the console e.g. with mrtg).

Fedora diff identified by giovanni@ as fixing the problem, further
research and diff from okan@.

ok jasper@
(reminder, ports is not fully open, do not commit without specific permission)
2010-02-26 23:00:56 +00:00
espie
a090480935 TRY_BROKEN, idea from FreeBSD (by popular demand, jasper + phessler) 2010-02-26 19:20:24 +00:00
espie
713f816f1c fix FULLPKGPATHs.
sorry: if package changes when flavors change,
it CAN'T be FULLPKGNAME-sub, it has to PKGNAME-sub
2010-02-26 19:18:28 +00:00
espie
9c532507e5 fix FULLPKGPATH 2010-02-26 19:10:57 +00:00
espie
839c2af8f1 avoid warning 2010-02-26 19:10:38 +00:00
espie
7a81866fd7 warn about FULLPKGNAME without FULLPKGPATH, as it is a bit difficult to spot
in complicated ports
2010-02-26 19:05:23 +00:00
espie
8daf35d72d fix PKGNAMES and PKGPATH.
sorry, but the bogofilter and spamassassin subpackages cannot have changing
RUN_DEPENDS like that (and there's a debug flavor that affects them anyways)

The port may need further cleanup for optimization, but play it safe for now.
2010-02-26 19:04:04 +00:00
espie
da6a6cc9aa fix FULLPKGPATH 2010-02-26 18:52:57 +00:00
espie
9057744ea6 avoid warning 2010-02-26 18:51:12 +00:00
espie
cb8c43b958 oops 2010-02-26 18:50:32 +00:00
sthen
5abdaeca29 - update to 2.71, fixes things following some bbc changes
- better DESCR

ok jasper@
(reminder, ports is not fully open, do not commit without specific permission)
2010-02-26 18:48:06 +00:00
espie
6bf198bbd3 explicitly set FULLPKGPATH to avoid warnings 2010-02-26 18:47:04 +00:00
sthen
4fb06eaad8 - update to 2.1c1, fixes a corruption problem with resume
- sync port Makefile with rtmpdump
- install new utils

ok jasper@, earlier version ok benoit@
(reminder, ports is not fully open, do not commit without specific permission)
2010-02-26 18:46:52 +00:00
sthen
da67ad76c1 - update to 2.1d, fixes a corruption problem with resume
- sync port Makefile with flvstreamer

ok jasper@, earlier version ok benoit@
(reminder, ports is not fully open, do not commit without specific permission)
2010-02-26 18:46:26 +00:00
espie
6fdae71967 simplify: we can set PKGNAME-main here (avoid future warning for FULLPKGPATH) 2010-02-26 18:42:12 +00:00
espie
6a383c71cd fix FULLPKGPATHs 2010-02-26 18:31:57 +00:00
espie
35b53591f2 fix FULLPKGPATH 2010-02-26 18:21:08 +00:00
espie
d8c341f6d7 fix PKGPATHs 2010-02-26 18:17:38 +00:00
espie
3f21da355d fix FULLPKGPATH (ports is locked) 2010-02-26 18:13:25 +00:00
espie
8db0112cb6 fix FULLPKGPATH
(ports is locked)
2010-02-26 18:10:51 +00:00
espie
d8ccf8c5f0 fix broken FULLPKGPATH
(ports is locked !)
2010-02-26 18:08:51 +00:00
espie
fbf5e598f4 setting FULLPKGPAME without FULLPKGPATH usually is an error
(port is locked ! don't commit)
2010-02-26 18:04:07 +00:00
sthen
3d9f13534b bump PKGNAMEs, the httpd abi changed, resulting in segfaults after
updating httpd until newly-built packages are installed.

ok espie@
2010-02-26 14:45:02 +00:00
sthen
bb6fa8ee6c - SECURITY update to 1.6.0.25, fixing AST-2010-003. if you use ACL rules
with something like 'deny 0.0.0.0/0' then this affects you. workaround:
'deny 0.0.0.0/0.0.0.0'

- fix fullpkgpath's for the subpackages, they were including the flavour
and shouldn't have - fixes problems with dpb3 found by naddy. add @pkgpath
markers relating to this fix.

ok naddy@
(reminder, ports is not fully open, do not commit without specific permission)
2010-02-26 12:44:14 +00:00
espie
a435ac28e6 a few improvemennts:
- give more responsibility to tasks, so that they can time themselves without
any higher level support
- record errors the opposite way, so that more recent errors show up first
- better terminal display: use fullwidth, clamp to terminal height
- less logsize fuzz, always trim preparation stages
- dpb's pid - dependent ssh socket names, so that 2 dpb can talk to the same machine.
- pid display for dpb itself, and ssh masters.
2010-02-26 12:14:57 +00:00
espie
a0aa57c2e3 being clueless shouldn't fork-bomb.
featuring tedu@ as crash-test dummy ;-)
2010-02-26 12:11:55 +00:00
sthen
0e401c36bc - update/add OpenBSD-specific plugins (interrupt and pf monitoring), from mk@
- redo MESSAGE-main, making it a little more obvious how to get started,
following discussions with stephan@ and jasper@

ok jasper@
(reminder, ports is not fully open, do not commit without specific permission)
2010-02-25 17:07:17 +00:00
sthen
8bef221d39 Update to 1.4.7, fixing a problem with UTF conversion. From Brad,
ok ajacoutot@ kevlo@

(reminder, ports is not fully open, do not commit without specific permission)
2010-02-25 14:42:52 +00:00
phessler
cd7d60e242 Allow Python to build on loongson. Bring in some libffi fixes, inspired
by jasper@'s fixes to the libffi port.

Mark mips64 (aka, sgi) as BROKEN, as the build fails.  We'll look closer
at this after unlock.

OK jasper@

ports is unlocked for a while only for those who have been informed.
2010-02-25 11:02:39 +00:00
robert
f43f8ed99e Install the tmp dir in the chroot with stricter permissions and change
owner to the www users.

ok ajacoutot@
2010-02-25 09:05:04 +00:00
naddy
2c0af6bc4f SECURITY update to 3.0.18:
MFSA 2010-05 XSS hazard using SVG document and binary Content-Type
MFSA 2010-04 XSS due to window.dialogArguments being readable cross-domain
MFSA 2010-03 Use-after-free crash in HTML parser
MFSA 2010-01 Crashes with evidence of memory corruption

Also fix some corrupted $OpenBSD keywords, pointed out by sthen@

ok sthen@
2010-02-24 18:17:23 +00:00
sthen
f13bb86663 SECURITY update to Firefox 3.5.8. Same diff from naddy@ and Daniel Dickman.
Update sqlite dependency while there.

ok naddy@
(reminder, ports is not fully open, do not commit without specific permission)
2010-02-24 16:59:49 +00:00
sthen
188736352e Update to 4.80.1-1, fixes more Perl 5.10.1 taint mode problems
and problems with certain virus scanners.

ok Brad (maintainer), jasper@.

ports is not fully open, do not commit without specific permission.
2010-02-24 15:28:14 +00:00
giovanni
01af372e44 Fix run-dependencies
ok jasper@

(reminder, ports is not fully open.)
2010-02-24 13:51:24 +00:00
sthen
521a7f32bf @sample the roundcubemail/.htaccess file, it contains user-serviceable parts.
Requested by/ok ajacoutot@

(reminder, ports is not fully open.)
2010-02-24 13:40:37 +00:00
espie
61d822e8d5 work-in-progress: new distributed ports builder.
will replace old dpb once we're satisfied it works.
some features:
- no more waiting, starts building right away, the dependencies discovery
process is just another job,
- monitor display that makes it easy to know when jobs get stuck, or machines
get down.
- loads of logs,
- locks that stay around in case of error, and that you can remove when
the error has been fixed (dpb picks it up),
- smart choice of which package to build,
- can take into account previous build times,
- builds on machines of differing speed, offloading "lighter" jobs to slower
boxes.

(again, ports is still locked for most people)
2010-02-24 11:33:31 +00:00
landry
a2bd8e8fc3 Allow libsigsegv to build on hppa, thus allowing bash and rarian and a
shitload of gnome stuff to build. Hints from kettenis@ for the sp register.
ok espie@ jasper@

while is unlocked ports only for those informed have been.
2010-02-23 22:51:46 +00:00
sthen
e43d961628 Fix an LP64 segfault and flesh out PLIST. Original diff from
Aaron Stellman, revised by Daniel Dickman and myself.

ok jasper@

ports is unlocked for a while only for those who have been informed.
IF JASPER DID NOT MAIL YOU, DO NOT COMMIT!
2010-02-23 21:35:37 +00:00
jasper
872ea89026 Increase offset to reduce false positives.
ok sthen@

ports is unlocked for a while only for those who have been informed.
if I DID NOT MAIL YOU, DO NOT COMMIT!
2010-02-23 20:34:01 +00:00
jasper
72bde0cc0a - prevent running a configure build test, which allows mips64(el) to pass
configure and package.

ok sthen@

ports is unlocked for a while only for those who have been informed.
if I DID NOT MAIL YOU, DO NOT COMMIT!
2010-02-23 20:15:01 +00:00
jasper
6ee5d7b9ef - fix build on mips64(el)
ok sthen@

ports is unlocked for a while only for those who have been informed.
if I DID NOT MAIL YOU, DO NOT COMMIT!
2010-02-23 20:12:04 +00:00