2009-11-10 17:48:20 by Tobias Nygren | Files touched by this commit (1) |
Log message: Use NSPR_RELEASE in the generated pkg-config file |
2009-11-10 17:44:06 by Tobias Nygren | Files touched by this commit (18) | |
Log message: - update to nspr-4.8.2.5 - take maintainership - let this package automatically track the stable gecko branch - clean out some legacy patches This is the first part of PR pkg/42277. |
2009-08-27 13:59:38 by Tobias Nygren | Files touched by this commit (3) |
Log message: patch-aj: "nspr-config --libs" returned the wrong directory. Fix this. Found by Evaldo Gardenali. Bump PKGREVISION. |
2009-08-19 17:00:09 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Explicitly request 64bit on Linux if ABI is set accordingly. From Evaldo Gardenali. |
2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message: Remove @dirrm entries from PLISTs |
2009-04-07 10:05:50 by Hasso Tepper | Files touched by this commit (2) |
Log message: Argh, correct typo. |
2009-04-07 10:03:38 by Hasso Tepper | Files touched by this commit (2) |
Log message: One more Mozilla product to build on DragonFly master. |
2009-03-23 18:39:12 by D'Arcy J.M. Cain | Files touched by this commit (2) |
Log message: Drop MAINTAINER as per request from existing MAINTAINER. |
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-05-26 04:13:26 by Joerg Sonnenberger | Files touched by this commit (274) |
Log message: Second round of explicit pax dependencies. As reminded by tnn@, many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all. |