2009-06-14 20:16:23 by Joerg Sonnenberger | Files touched by this commit (225) |
Log message: Remove @dirrm entries from PLISTs |
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. |
2009-01-03 17:32:59 by Georg Schwarz | Files touched by this commit (2) |
Log message: ensure that fam compiles on systems that do not define MNT_NODEV such as FreeBSD 7.1 |
2008-12-04 00:23:20 by Min Sik Kim | Files touched by this commit (1) |
Log message: the later -> the latter |
2008-11-09 15:32:28 by Georg Schwarz | Files touched by this commit (2) |
Log message: modified patch to apply to OpenBSD, too. |
2008-10-16 15:46:46 by Jeremy C. Reed | Files touched by this commit (1) |
Log message: Change fam to famd. And uppercase fam to FAM. |
2008-01-09 22:17:32 by Thomas Klausner | Files touched by this commit (2) |
Log message: REQUIRE rpcbind in the rc.d script, because famd needs portmapper. Bump PKGREVISION. Ok jmmv. |
2007-12-28 16:00:45 by Matthias Scheler | Files touched by this commit (2) |
Log message: Add C++ const-cast to fix build under Mac OS X Leopard where the second argument to FD_ISSET() is not declared "const". |
2007-12-16 15:25:14 by Chris Pinnock | Files touched by this commit (3) |
Log message: PR#34153 - fix famd manual page |
2007-07-09 01:31:35 by Min Sik Kim | Files touched by this commit (5) |
Log message: Use sysctl() when sysctlbyname() is unavailable. Patch from OpenBSD ports. This fixes PR 36346. |