2009-06-14 20:08:12 by Joerg Sonnenberger | Files touched by this commit (83) |
Log message:
Remove @dirrm entries from PLISTs
|
2009-06-03 01:38:47 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Don't force PentiumPro instructions to be used for GCC 4, just schedule
for it as the code originally intended.
|
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-01-27 03:06:49 by Jared D. McNeill | Files touched by this commit (2) |
Log message:
PR pkg/40489: multimedia/ogle fails to build with libdvdread-4.1.3
Update for libdvdread API changes.
|
2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message:
Add DESTDIR support.
|
2008-03-12 21:54:37 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Mention sysctl for shmmaxpgs.
|
2007-08-19 08:27:10 by Bernd Ernesti | Files touched by this commit (2) |
Log message:
Remove the binutils buildlink3.mk.
There has to be another way to specify it, if it is really needed.
Please ask Roland Illig if you get into problems with this commit, because
this is now necessary after rev 1.6 of pkgsrc/devel/binutils/builtin.mk
This stops installing a package which is not really needed, because the
binutils programs in the basesystem are good enough.
|
2007-02-15 15:50:30 by Joerg Sonnenberger | Files touched by this commit (7) |
Log message:
Modular Xorg support.
|
2006-07-17 00:20:37 by Stoned Elipot | Files touched by this commit (3) |
Log message:
Make this package compile with NetBSD current's gcc 4.1.2
XXX I suppose -mcpu=pentiumpro is deprecated since gcc 4.x, am I wrong?
XXX Should I have been using BUILDLINK_TRANSFORM instead of
WRAPPER_TRANSFORM_CMDS ?
|
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
|