2011-10-04 23:44:29 by Min Sik Kim | Files touched by this commit (1) |
Log message: Correct the path to libatomic_ops. |
2011-10-04 20:15:30 by Benny Siegert | Files touched by this commit (12) |
Log message: Import libatomic_ops from wip, copy distfile to ftp.netbsd.org. Fixes build on Mac OS X, thus fixing PR pkg/45377. |
2009-08-01 23:25:04 by Tobias Nygren | Files touched by this commit (2) |
Log message: fix another sloppy Makefile that attempted to install the same file twice |
2009-07-22 12:33:21 by Tobias Nygren | Files touched by this commit (2) |
Log message: uses autoreconf, so need to patch Makefile.am instead of Makefile.in |
2009-07-21 11:45:13 by Tobias Nygren | Files touched by this commit (2) |
Log message: don't attempt to install the same headers twice. Should fix Linux build. |
2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
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-02-05 15:03:20 by Jonathan Perkin | Files touched by this commit (2) |
Log message: Forgot to remove obsolete patches. |
2009-01-31 21:05:57 by Jonathan Perkin | Files touched by this commit (4) |
Log message: Sun Studio x86 implementation isn't quite good enough yet for e.g. pulseaudio, so instead use the generic pthread implementation for now. |
2009-01-27 21:26:01 by Jonathan Perkin | Files touched by this commit (4) |
Log message: Forgot to install the sunc/x86.h header in previous. |