Commit graph

31 commits

Author SHA1 Message Date
recht
0cd4916b5a Update to libXft-2.1.6.
changes:
Bug fixes and clean ups.
2004-08-05 22:17:52 +00:00
reed
ce3797db95 Bump PKGREVISION.
pkgsrc/fonts/Xft2/patches was added on April 27 to add #include
<ft2build.h> in Xft.h. This helps newer freetype2-using
files to build.
2004-05-27 23:17:43 +00:00
minskim
07ed1d6978 Enable pkgviews installation. 2004-04-24 17:39:01 +00:00
jlam
f8b4024272 Xft2 only needs Xrender>=0.8. 2004-02-16 21:05:57 +00:00
jlam
a567665fad Remove redundant addition to BUILDLINK_DEPENDS.freetype2 that's already
added by fontconfig/buildlink3.mk.  Also use += to append to
BUILDLINK_DEPENDS.Xrender instead of setting it.
2004-02-16 12:49:29 +00:00
jmmv
ab17dd00b3 PKGCONFIG_OVERRIDE is relative to WRKSRC. 2004-02-14 18:26:26 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
xtraeme
ad5aa60d5d bl3ify, enable libtool now we have 1.5.2, remove useless PLIST_SUBST. 2004-02-09 04:17:28 +00:00
grant
398893a6b4 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-22 08:36:03 +00:00
xtraeme
7eb99a0106 Add a comment explaining why we have to use PLIST_SUBST over FreeBSD/Linux.
(Suggested by seb@)
2003-10-04 08:12:02 +00:00
xtraeme
10b66df982 Fix installation on systems where libXft.so.$(MAJOR_VERSION).$(MINOR_VERSION)
was not built (at least FreeBSD/Linux).
2003-10-03 20:13:52 +00:00
grant
8e755fb517 quote EGREP in MAKE_ENV. 2003-09-27 18:50:11 +00:00
grant
1f409dd46a this needs zlib, so include devel/zlib/buildlink2.mk. 2003-09-27 15:41:53 +00:00
recht
08419aa147 Add missing PKGCONFIG_OVERRIDE.
Bump PKGREVISION because of the changed *.pc files.
ok'ed by wiz@
2003-09-22 21:55:55 +00:00
wiz
a07227d893 Depend on Xrender>=0.8.2, since that's what the configure check checks for.
Do not bump PKGREVISION since the update was only a short while ago.
2003-09-19 17:23:16 +00:00
markd
838dea21aa Update Xft2 to version 2.1.2.
Not sure of precise changes but does again build correctly against the
current fontconfig package.
2003-09-19 15:46:51 +00:00
grant
cee5402dfd use += for USE_GNU_TOOLS. 2003-09-19 01:56:45 +00:00
drochner
ee3a6dc4ba USE_GNU_TOOLS=awk 2003-08-02 13:45:22 +00:00
grant
8aea3201dc get a working awk on Solaris, sort includes. 2003-07-30 15:41:10 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmc
08851ece92 Clean up freetype2 requirements so Xft2 and fontconfig also require the right
version via buildlink'ing
2003-03-29 19:00:18 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jmmv
87f161a502 Drop maintainership. I don't understand how this package really works and
all the magic needed to get it working with the versions included with
XFree86.  Other people will do a better job than me.
2003-03-09 13:26:53 +00:00
jmc
1f16aba201 Bump PKGREVISION 2003-03-09 06:13:30 +00:00
jmc
296f4dd375 Ugg...This can use the 2.0.5 freetype2 included in XF4.2.x (which is what we
shipped with 1.6), however the most recent pango requires 2.0.9 and also uses
this package. As a result you end up with conflicting freetype linkage and
the wrong library version (.8) can get used in further packages which use
pango. Alleviate all of this by requiring >=2.0.9 in here as well
2003-03-08 23:49:27 +00:00
wiz
2b4114e17b Add libXft.so, noted missing by HIRATSUKA Kouichirou in PR 20182. PKGREVISION++ 2003-02-03 17:41:08 +00:00
jlam
615db012ed Include Xrender/buildlink2.mk so that this builds on XFree86-3.x systems. 2003-01-14 09:20:20 +00:00
jmmv
f689eca91e Register include files. Pointed out by Douglas Brebner in private mail.
Bump PKGREVISION to 2.
2003-01-09 09:04:39 +00:00
wiz
225cdf72ac Fix pkgconfig file to have -lXext after -Xrender (why doesn't the library
have the dependency itself?).
Bump PKGREVISION to 1, and depend on latest version in buildlink2.mk.
2002-12-24 00:43:42 +00:00
jmmv
936ef7ff8c Initial import of Xft2-2.1. Description follows:
Xft (2.0) provides a client-side font API for X applications. It uses
Fontconfig to select fonts and the X protocol for rendering them. When
available, Xft uses the Render extension to accelerate text drawing.
When Render is not available, Xft uses the core protocol to draw
client-side glyphs. This provides completely compatible support of
client-side fonts for all X servers.

Xft (2.0) hides most of the underlying system details so that developers
can confidently use its API to access client-side fonts in any X
environment.

Approved by wiz.
2002-12-16 12:08:42 +00:00