2008-04-25 18:11:13 by Tobias Nygren | Files touched by this commit (53) | |
Log message:
De-orbit support for python 2.0 and python 2.2 under the "three major
releases is enough" rule of thumb. (python 2.3 was released 5 years ago.)
Keep python 1.5 and 2.1 though, because there are a handful of packages
that still need them.
|
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-07-24 18:53:20 by Matthias Drochner | Files touched by this commit (3) |
Log message:
-make this build with NetBSD's version of mremap(2)
(reused joerg's patch to python24)
-fix some misbehaviour of distutils - the interpreter path of scripts
was messed up under some circumstances
|
2007-07-01 02:17:01 by Adrian Portelli | Files touched by this commit (1) |
Log message:
Add PRIVILEGED_STAGE+= clean (NetBSD only)
|
2007-03-01 19:33:54 by Thomas Klausner | Files touched by this commit (1) |
Log message:
SCRIPTS_ENV is unused here, do not modify it.
|
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-17 01:28:36 by Roland Illig | Files touched by this commit (1) |
Log message:
Fixed missing Python interpreter. Bumped PKGREVISION.
|
2006-04-13 04:26:54 by Joerg Sonnenberger | Files touched by this commit (16) |
Log message:
Strip of anything after the version number in distutils.util.get_platform
on DragonFly. Since that version is used e.g. as part of the file name
for python eggs, it makes handling easier to match normal pkgsrc
platform policy. Bump revisions of all Python packages.
|
2006-04-12 12:27:47 by Roland Illig | Files touched by this commit (749) |
Log message:
Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.
|