2008-12-13 14:58:31 by OBATA Akio | Files touched by this commit (10) |
Log message:
* Fixes mismatch between the section and extension of skeyprune.
* skeyprune is perl script, need runtime dependency on perl5.
* Fixes mis-use of config.h (patch-a[d-i]), avoid to use a mixture of
local hash function with system RMD header.
Fixes build failure reported by PR 39872 and PR 39953.
Bump PKGREVISION.
|
2008-12-13 14:26:19 by OBATA Akio | Files touched by this commit (3) |
Log message:
Restore to original DESTDIR ready.
|
2008-12-13 14:18:08 by OBATA Akio | Files touched by this commit (1) |
Log message:
Use REPLACE_PERL instead of custom SUBST.
|
2008-12-13 13:07:54 by OBATA Akio | Files touched by this commit (3) |
Log message:
macro name must not contains '-', a part of PR 39953.
|
2008-03-11 19:47:41 by Tobias Nygren | Files touched by this commit (14) |
Log message:
Put back a couple of IRIX conditionals the way they used to behave,
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x
too, but let's be conservative. PR pkg/38224.
|
2007-10-17 01:49:02 by Tobias Nygren | Files touched by this commit (29) |
Log message:
Fix abusers of LOWER_OPSYS to check OPSYS or MACHINE_PLATFORM instead.
|
2007-01-07 10:14:16 by Roland Illig | Files touched by this commit (412) |
Log message:
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.
Fixes PR 35265, although I did not use the patch provided therein.
|
2006-07-09 15:39:06 by Georg Schwarz | Files touched by this commit (4) |
Log message:
- made sure skeyprune uses the correct perl binary
- made sure that troff-style man pages are used on every platform
- some hacks to add IRIX 5 support in hacks.mk
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|
2006-07-09 00:39:49 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.
|