2014-07-09 16:31:33 by Aleksej Saushev | Files touched by this commit (1) |
Log message: No flags past the first argument, please. |
2014-05-31 09:28:57 by OBATA Akio | Files touched by this commit (18) |
Log message: Update qdbm to 1.8.78. 2007-12-22 Mikio Hirabayashi <mikio@fallabs.com> - Converters from Depot/Curia/Villa to TCHDB/TCBDB were added. - Release: 1.8.78 |
2013-12-28 09:52:17 by OBATA Akio | Files touched by this commit (2) |
Log message: int64_t is not used anywhere, and its redifinition produce only troubles in system headers. |
2012-10-02 23:25:56 by Aleksej Saushev | Files touched by this commit (323) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2011-08-01 01:45:22 by David A. Holland | Files touched by this commit (2) |
Log message: fix patch comment |
2011-07-21 19:03:58 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Declaring member functions outside classes is invalid. |
2010-09-10 06:07:53 by Takahiro Kambe | Files touched by this commit (5) |
Log message: * Add patches for Ruby 1.9. * Remove RUBY_HAS_ARCHLIB. No functional change. |
2009-06-14 19:43:27 by Joerg Sonnenberger | Files touched by this commit (120) |
Log message: Remove @dirrm entries from PLISTs |
2009-05-25 11:40:57 by OBATA Akio | Files touched by this commit (6) |
Log message: Marked as LICENS=gnu-lgpl-v2.1. |
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. |