Commit graph

30 commits

Author SHA1 Message Date
recht
a24cdf520e Xft2 needs Xrender >= 0.8.2, so depend on it. 2003-11-09 12:33:51 +00:00
jdolecek
c640eaadc7 depend on Xrender 0.8 (rather than 0.8.2), so that the Xrender bundled
with XFree 4.x would match the dependency (if present)
2003-11-07 20:19:46 +00:00
reed
205eb5c3f7 Make sure that correct xft-config is used. (Discussed
on tech-pkg and okay'd by wiz off-list.)
2003-11-02 00:58:18 +00:00
dmcmahill
b87989e965 change the libtool (1.5) versioning from linux to sunos on Solaris to
avoid PLIST problems. No effect on other operating systems.
2003-10-31 03:10:07 +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
6a7b453074 One more pass to make sure freetype versions get included correctly when
also using Xft2/fontconfig
2003-03-29 19:11:06 +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
tron
a62d25bc20 Revert last change because XFree86 4.3.0's "fontconfig" and "Xft" library
are linked with the bundled "expat" library which is quite old. This would
lead to shared library conflicts sooner or later.
2003-03-18 13:56:31 +00:00
tron
cae2631eb6 Use XFree86 4.3.0's "Xft2" if available. 2003-03-13 20:40:01 +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
wiz
d881acdb3c Add includes. Noted by Eric Gillespie in PR 19433. 2002-12-24 00:19:31 +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