2007-10-14 13:33:31 by Roland Illig | Files touched by this commit (2) |
Log message:
Don't use void pointers in arithmetics.
|
2007-09-10 10:49:57 by Roland Illig | Files touched by this commit (2) |
Log message:
Fixed build failure on Darwin, as reported in PR 36960.
|
2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
|
2007-02-02 02:04:06 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Modular Xorg support.
|
2007-01-09 03:22:04 by Dan McMahill | Files touched by this commit (4) |
Log message:
use ssh for X86SOL2 and DRAGONFLY for the rsh command to make these two
behave the same as all of the platforms. Bump pkgrevision to take us to
pvm-3.4.5nb3.
|
2006-12-12 20:29:13 by Thomas Klausner | Files touched by this commit (24) |
Log message:
Fix build with gcc4, based on suggestions by Hans Rosenfeld on tech-pkg.
While here: remove some extra spaces and use PKGMANDIR.
|
2006-10-04 23:54:05 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
|
2006-07-18 22:57:31 by Roland Illig | Files touched by this commit (1) |
Log message:
Added PVM_SSH to BUILD_DEFS and removed the code that has been
duplicated from mk/defaults/mk.conf. Added "c" to USE_LANGUAGES, since
this package needs a C compiler, too. Bumped PKGREVISION.
|
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.
|