Commit graph

26 commits

Author SHA1 Message Date
Jeremy C. Reed
24d2d8761c Update to 1.2.2. (Fixes build with newer freetype2).
Changes include:

    Fixes for integer overflows in CID encoded fonts parsing reported by iDefense
    CVE-ID 2006-3739, 2006-3740, bugzilla #8000, #8001.

    More check on PCF file reading. Bugzilla #7535

    use OpenBitmap when available
    Don't just use OpenScalable unconditionally.  Fixes builtin fonts.

    move builtin fonts to gzip
    Use gzip, rather than compress, for builtin fonts.

    Bug #7397: Fix a buffer overflow in Freetype font support.

    Bug #6918: remove dependencies on Freetype internal headers.  As of 2.2
    Freetype no longer installs them.

    Coverity #1541: Double free of pointer "ranges" in call to "Xfree"

    For the 20-odd symbols defined both in libXfont and the X server, emit them
        as weak symbols so that the linker will prefer the server's definition
        when present.
2006-10-13 14:08:10 +00:00
Jeremy C. Reed
d0fd15c1f0 Include libfontenc and fontproto buildlink3.mk files
because used by the xfont pkg-config file.

And remove one tab for justification.
2006-08-18 04:38:18 +00:00
Jeremy C. Reed
a293afce69 Don't include libX11 buildlink as libX11 is not used. 2006-07-21 02:01:37 +00:00
Yoshito Komatsu
3ac4fbc0ed Replace tech-pkg@NetBSD.org with pkgsrc-users@NetBSD.org. 2006-05-19 16:51:13 +00:00
Jeremy C. Reed
0b67b3cbc7 Include graphics/freetype2/buildlink3.mk.
Noticed because is listed in xfont pkg-config file.
2006-04-28 06:02:46 +00:00
Jeremy C. Reed
637a105b03 Increase BUILDLINK_API_DEPENDS.libXfont since two new headers added
and one library removed.
2006-04-28 05:59:11 +00:00
Jeremy C. Reed
30dfe05cab Update to latest release.
ChangeLog says:

2006-04-01  Adam Jackson  <ajax@freedesktop.org>

	* Makefile.am:
	Add ft.h and ftfuncs.h to the install set for Xprint's benefit.

	* configure.ac:
	Bump to 1.1 for new header files and bugfixes.

2006-03-31  Daniel Stone  <daniel@freedesktop.org>

	* src/fontfile/ffcheck.c:
	Change BUILD_* to XFONT_*.  (Drew Parsons)
	Minor cleanup: remove random #ifndef CRAY.

2006-03-20  Adam Jackson  <ajax@freedesktop.org>

	* src/Makefile.am:
	Bug #6247: Fix build on Cygwin.  (Yaakov Selkowitz)

2006-02-21  Daniel Stone  <daniel@freedesktop.org>

	* src/fc/fserve.c:
	Don't crash when we receive an FS_Error from the font server (Guillem
	Jover).

2005-12-14  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	Update package version number for final X11R7 release candidate.

2005-12-09  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	* src/fontfile/Makefile.am:
	Bug #5175: Make encodingsdir configurable.

2005-12-03  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	Update package version number for X11R7 RC3 release.

2005-11-19  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* xfont.pc.in:
	Update pkgconfig files to separate library build-time dependencies
	from application build-time dependencies.
	* configure.ac:
	Update dependencies to work with separate build roots.

2005-11-09  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	Update package version number for X11R7 RC2 release.

2005-10-18  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	Update package version number for RC1 release.

2005-10-05  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* src/FreeType/Makefile.am:
	* src/builtins/Makefile.am:
	Include missing files

2005-10-03  Adam Jackson  <ajax@freedesktop.org>

	* src/fontcache/Makefile.am:
	Bug #4677: Don't install libfontcache.so.

2005-09-09  Daniel Stone  <daniel@freedesktop.org>

	* configure.ac:
	AC_DEFINE FONTCACHE rather than XFONT_FONTCACHE, as the former is used
	in the code, and the latter in Makefile.ams for an AM_CONDITIONAL.
2006-04-28 05:52:10 +00:00
Jeremy C. Reed
077260a83e Change "wip" to "x11" for *proto packages recently moved. 2006-04-18 18:27:50 +00:00
Jeremy C. Reed
37f815a375 Change BUILDLINK_DEPENDS.foo to BUILDLINK_API_DEPENDS.foo.
Change BUILDLINK_RECOMMENDED.foo to BUILDLINK_ABI_DEPENDS.foo.

As discussed on tech-pkg.
2006-04-06 07:16:55 +00:00
Jeremy C. Reed
6f1e7a5285 Update to use modular X.org version from release candidate 0.
The version is decreased.
The xlibs was a experimental project and not official.

Adds some includes. And removes some includes that are now available
in some *proto* packages I just imported.

Improve COMMENT.

Add includes for freetype2, fontcacheproto, fontsproto, and xtrans.
2005-10-17 19:25:33 +00:00
Roland Illig
1ee539a984 Added RMD160 checksums. 2005-09-28 06:41:05 +00:00
Leonard Schmidt
19e04324b1 MASTER_SITES update. 2005-09-07 16:24:54 +00:00
David Brownlee
85699404be Update for jlam's pkg-config changes.
Note these changes have not all been tested, so it is quite possible
that some are necessary but not sufficient.
2005-08-11 10:08:21 +00:00
Thomas Klausner
ba298945c1 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:33:56 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Johnny C. Lam
84663f5da5 Mechanical conversion to use LIBTOOLIZE_PLIST (which defaults to "yes" in
pkgsrc).  LIBTOOL_LA_FILES is no more.
2004-09-23 05:59:29 +00:00
Min Sik Kim
ac3c08f6e7 Add dependency on zlib to build on platforms without native zlib. 2004-09-13 19:44:08 +00:00
Min Sik Kim
f11fc28c12 Regen due to distfile changes. 2004-09-13 19:42:35 +00:00
Todd Vierling
3258328d22 Convert manual libtool archive PLIST entries to dynamic entries using new
LIBTOOL_LA_FILES logic in bsd.pkg.mk.
2004-08-17 18:26:11 +00:00
Soren Jacobsen
5db367477b Convert to buildlink3. Distfile unavailable at MASTER_SITES, and has a
different checksum when fetched from a backup mirror.
2004-05-13 23:23:30 +00:00
Min Sik Kim
2d74df8024 Use relative paths for PKGCONFIG_OVERRIDE. 2004-05-09 02:38:56 +00:00
Juan Romero Pardines
041a09f268 Drop maintainership; I don't have enough free time/energy to
maintain all these packages, perhaps somebody want to get them? :-)
2004-05-07 01:57:48 +00:00
Thomas Klausner
da4fa7432e Unused. 2004-04-26 09:22:10 +00:00
Soren Jacobsen
084e0938cf LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now shell globs relative to
WRKSRC.  LIBTOOL_OVERRIDE defaults to "libtool */libtool and */*/libtool,"
meaning that, in most packages, there's no need to set it.

So: Nuke tons of LIBTOOL_OVERRIDE=${WRKSRC} and adjust a few
SHLIBTOOL_OVERRIDEs (remove ${WRKSRC} from them).
2004-02-17 02:55:13 +00:00
Jeremy C. Reed
1412f2626e Add buildlink3.mk file. 2004-02-10 18:24:38 +00:00
Juan Romero Pardines
08e442469b Initial import of libXfont-1.4.1
This package contains the Xfont extension.

More information: www.freedesktop.org
2003-11-27 03:33:48 +00:00