2009-06-04 21:23:51 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Add URL of upstream bug report.
|
2009-06-04 21:15:47 by Matthias Scheler | Files touched by this commit (3) |
Log message:
Add patch by Joerg Sonnenberger with small modification by myself that
addresses the API difference in kqueue(2) between NetBSD and FreeBSD.
Turn on kqueue(2) support now that it actually works under NetBSD.
|
2009-06-04 16:04:09 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Turn on kqueue(2) support under DragonFly, FreeBSD and OpenBSD.
It is not turned on under NetBSD because the kqueue(2) API is incompatible.
It is not turned on under Darwin because kevent(2) fails with ENODEV.
This fixes PR pkg/41529 by Mikko Kortelainen.
|
2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383) |
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
|
2009-04-10 11:06:21 by Matthias Scheler | Files touched by this commit (6) |
Log message:
Add two patches taken from "xnet.fi" to fix the build under SunOS 5.11
(and eventually older versions). Problem reported by Tom Hensel in
private e-mail.
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
2008-12-03 13:57:40 by Matthias Scheler | Files touched by this commit (6) |
Log message:
Update "libtorrent" to version 0.12.2 and "rtorrent" to \
version 0.8.2
Changes since version 0.11.9 respectively 0.7.9:
- Support for DHT.
- Cleanup and refactoring of the API.
- Enable PEX by default.
- A lot of bug fixes and minor improvements
|
2008-05-25 22:49:39 by Matthias Scheler | Files touched by this commit (12) |
Log message:
Fix indentation.
|
2008-05-25 16:45:18 by Matthias Scheler | Files touched by this commit (36) |
Log message:
Remove me as maintainer of some package, clame ownership of a few packages.
|
2008-01-18 06:08:56 by Tobias Nygren | Files touched by this commit (214) |
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|