2006-10-29 14:13:07 by David Sainty | Files touched by this commit (2) | |
Log message:
Update PLIST for openexr-1.4.0. This includes files used internally for
the newly introduced libIlmThread library. Bump PKGREVISION, since this
update is necessary to fix the build of some buildlink client applications
(E.g. koffice).
XXX Possibly BUILDLINK_API_DEPENDS should be bumped too...
|
2006-10-29 13:19:15 by David Sainty | Files touched by this commit (2) |
Log message:
Remove patch-aa, it has clearly been applied upstream, so is no longer necessary \
(but was harmless). No functional change.
|
2006-10-26 19:44:10 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 1.4.0a:
* Fixed the ReleaseDLL targets for Visual Studio 2003.
Changes 1.4.0:
* Production release.
* Bug Fix: calling setFrameBuffer() for every scan line
while reading a tiled file through the scan line API
returns bad pixel data.
|
2006-10-11 20:47:28 by Roland Illig | Files touched by this commit (2) |
Log message:
Fixed "test ==".
|
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-14 21:20:05 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Fix buildling for gcc4
|
2006-05-08 13:04:40 by Lubomir Sedlacik | Files touched by this commit (1) |
Log message:
Uses C++, noted by <smb> on pkgsrc-users.
|
2006-04-28 19:55:48 by Jan Schaumann | Files touched by this commit (1) |
Log message:
apparently on IRIX some of the math functions are found in libmx, so
add this explicitly to LDFLAGS
|
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.
|