2012-10-03 02:20:19 by Aleksej Saushev | Files touched by this commit (97) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-04-19 23:02:11 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Don't depend on GNU inline semantic.
|
2011-12-20 18:22:25 by David A. Holland | Files touched by this commit (3) |
Log message:
Include lib/error.c in librecode.so, or else librecode.so ends up with
an undefined symbol "error". Fix mostly from PR 32253, from Evaldo
Gardenali, six years ago. (sigh)
PKGREVISION -> 6
|
2011-12-20 18:20:02 by David A. Holland | Files touched by this commit (1) |
Log message:
Sort.
|
2011-08-26 10:13:44 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Fix build with gcc-4.5+, from Joern Clausen in PR 45286.
While here, silence pkglint.
|
2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234) |
Log message:
recursive bump from gettext-lib shlib bump.
|
2009-03-25 07:08:17 by Yuji Yamano | Files touched by this commit (3) |
Log message:
Replace /usr/pkg/share/locale with $(prefix)/share/locale, my bad.
Bump PKGREVISION. Ok'ed by wiz.
|
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-03-04 09:44:13 by Yuji Yamano | Files touched by this commit (2) |
Log message:
Make this build on Mac OS X.
|
2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message:
Add DESTDIR support.
|