2004-01-05 12:05:47 by Johnny C. Lam | Files touched by this commit (58) |
Log message:
Use S/+$// instead of C/\+$// to save a backslash. Very highly
recommended by seb :)
|
2004-01-05 10:31:31 by Johnny C. Lam | Files touched by this commit (17) |
Log message:
Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables.
|
2004-01-05 00:34:07 by Johnny C. Lam | Files touched by this commit (58) |
Log message:
Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.
|
2003-12-19 14:46:00 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Back to 2.1.5
|
2003-12-18 12:28:42 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
CHANGES BETWEEN 2.1.7 and 2.1.6:
- Updated to newest libtool version, fixing build problems on
various platforms.
- On Unix platforms, `make install' didn't copy the correct
`ftconfig.h' file.
CHANGES BETWEEN 2.1.6 and 2.1.5:
- The PFR font driver didn't load kerning tables correctly, and
the functions in FT_PFR_H didn't work at all.
- Type 1 font files in binary format (PFB) with an end-of-file
indicator weren't accepted by the FreeType engine.
- Fonts which contain /PaintType and /StrokeWidth no longer cause
a segfault. This bug has been introduced in version 2.1.5.
- Fonts loaded with FT_LOAD_RENDER no longer cause strange
results. This bug has been introduced in version 2.1.5.
- Some Windows (bitmap) FNT/FON files couldn't be handled
correctly.
- The internal module API has been heavily changed in favor of
massive simplifications within the font engine.
- The PostScript parser has been enhanced to handle comments and
strings correctly. Additionally, more syntax forms are
recognized.
- Added the optional unpatented hinting system for TrueType.
- There is now a guard in the public header files to protect
against inclusion of freetype.h from FreeType 1.
- Direct inclusion of freetype.h and other public header files no
longer works. You have to use the documented scheme
#include <ft2build.h>
#include FT_FREETYPE_H
to load freetype.h with a symbolic name. This protects against
renaming of public header files (which shouldn't happen but
actually has, avoiding two public header files with the same
name).
|
2003-10-30 13:28:56 by grant beattie | Files touched by this commit (1) |
Log message:
add -I${BUILDLINK_PREFIX.freetype2}/include/freetype2 to CPPFLAGS so
that packages can find header files in freetype/.
|
2003-10-28 19:55:36 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
Use correct freetype-config (just in case system has another in path).
|
2003-09-30 12:18:57 by Johnny C. Lam | Files touched by this commit (5) |
Log message:
Match the buildlink3.mk guidelines set out in revision 1.22 of
bsd.buildlink3.mk.
|
2003-09-30 02:42:32 by Johnny C. Lam | Files touched by this commit (5) |
Log message:
Conform to latest buildlink3.mk guidelines using *_BUILDLINK3_MK guards
to protect more parts of buildlink3.mk files against multiple inclusion.
|
2003-09-15 10:48:41 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
PKGCONFIG_OVERRIDE added
|