2008-01-18 06:06:45 by Tobias Nygren | Files touched by this commit (191) |
Log message:
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
|
2007-12-24 02:19:48 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Use BDB_LIBS to obtain the BDB library name, instead of guessing
it from BUILDLINK_TRANSFORM. This fixes PR 37297.
|
2007-10-10 13:15:13 by Roland Illig | Files touched by this commit (2) |
Log message:
Fixed mremap on NetBSD.
|
2007-07-01 02:25:53 by Adrian Portelli | Files touched by this commit (1) |
Log message:
Add PRIVILEGED_STAGE+= clean (NetBSD only)
|
2006-10-07 09:57:58 by Roland Illig | Files touched by this commit (2) |
Log message:
Fixed "test ==" and $RANDOM.
|
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.
|
2006-06-01 17:25:03 by Johnny C. Lam | Files touched by this commit (3) |
Log message:
Inspecting the setup.py file, one can see that python23 and python24
only build certain modules if the platform is *not* 64-bit. Correct
the PLIST for those cases. This should fix the build on non-64bit,
non-x86 platforms, e.g. powerpc.
|
2006-05-14 22:46:37 by Min Sik Kim | Files touched by this commit (3) |
Log message:
Fix CHECK_INTERPRETER errors and warnings. Bump PKGREVISION.
|
2006-05-07 17:15:27 by Todd Vierling | Files touched by this commit (1) |
Log message:
Add http access to distfile as with python24. (At this moment, ftp.python.org
is refusing connections....)
|