Commit graph

34 commits

Author SHA1 Message Date
Joe Marcus Clarke
c6207f6d1d "Update" to 2.2.2, the latest stable release with a PORTEPOCH bump. 2004-03-16 20:29:33 +00:00
Jun Kuriyama
4a868f8a2a o Bump $LIB_DEPENDS line to chase expat's shlib version.
o Bump $PORTREVISION.
2004-03-14 07:58:26 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Trevor Johnson
b3ba3ae427 USE_REINPLACE need be defined only when REINPLACE_CMD is used. 2003-11-17 12:29:10 +00:00
Joe Marcus Clarke
9973762918 Add a new MASTER_SITE since the Fontconfig site went away. 2003-09-18 15:09:59 +00:00
Joe Marcus Clarke
0433f602f2 This is a first for me. Correct a typo in the patch _name_ so the patch
actually gets applied.
2003-07-19 00:16:36 +00:00
Joe Marcus Clarke
a844a8e778 Revert some of the FreeType code in fontconfig to fix some font rendering
issues with Adboe fonts (particularly Helvetica and Times).

Reported by:	many
2003-07-18 22:02:56 +00:00
Joe Marcus Clarke
5da7294535 Fix a problem with certain languages not having any fonts in Mozilla and
Mozilla-based browsers.
2003-07-18 19:24:08 +00:00
Joe Marcus Clarke
d22db076cc Update to 2.2.90. 2003-07-18 02:05:20 +00:00
Joe Marcus Clarke
02e4e02a18 Update to 2.2.1. 2003-06-17 22:57:20 +00:00
Adam Weinberger
c413d0b2b0 Utilize USE_GNOME= pkgconfig. 2003-06-16 20:52:58 +00:00
Joe Marcus Clarke
2d797f8874 Update to 2.2.0, the fontastic-everything-finally-works release. 2003-04-22 01:22:48 +00:00
Joe Marcus Clarke
ae02ed7473 Add patch to avoid dereferencing a NULL pointer in freetype2. This fixes
a crash with certain monotype fonts such as the Windows FixedSys fonts.
Note, the real fix should go into freetype2, but I'm still waiting for
feedback from them.

Obtained from:	Fontconfig CVS
2003-04-18 16:59:36 +00:00
Joe Marcus Clarke
a33efaed13 Add a missing '\'. 2003-04-17 16:48:04 +00:00
Joe Marcus Clarke
eb8dc6a7c1 At least one person had problems fetching 2.1.94. Add another dist site.
Reported by:	ijliao
2003-04-17 16:30:39 +00:00
Joe Marcus Clarke
001b6b020b Update to 2.1.94. 2003-04-16 23:04:13 +00:00
Joe Marcus Clarke
4e1bacd096 Update to 2.1.93. 2003-04-13 05:52:45 +00:00
Joe Marcus Clarke
738637ceef * Allow these ports to build in a read-only ${PORTSDIR} [1]
* Remove USE_GNOMENG macro

Requested by:	Cory Bajus <cbajus@mts.net> [1]
2003-04-05 05:18:26 +00:00
Joe Marcus Clarke
0e0d4691b5 Update to 2.1.92. This is a hacked development version that should solve
most of the Xft/fontconfig problems people are experiencing.  Note that
in this version, font caches do not have to exist for Xft applications
to function properly.

PR:	50482
2003-04-04 06:53:18 +00:00
Joe Marcus Clarke
0a0b929f58 Add -f to fc-cache to force a font cache build. This fixes GNOME
installation from packages.

Reported by:	murray
2003-03-28 18:45:18 +00:00
Joe Marcus Clarke
2b7e6e3fea Fix a bug in fontconfig's configure script that was causing fonts.conf
to not include /usr/X11R6/lib/X11/fonts if XFree86 was not installed.
This was in turn leading to crashes in things such as xclock.  This bug
has been filed with fontconfig's Bugzilla as bug #45.

Reported by:	many
Brought to my attention by:	anholt
Approved by:	portmgr (will)
2003-03-13 23:07:30 +00:00
Joe Marcus Clarke
8969fc1f64 Force ldconfig to run before pkg-install to fix a problem where the user
may have booted the machine without having /usr/X11R6/lib.  Thus ldconfig
never cached it.  This should fix the sprious Error 1 failures when
running post-install.

Reported by:	anholt
2003-03-05 23:53:45 +00:00
Joe Marcus Clarke
10dae83f07 Sync fontconfig with the XFree86 4.3.0 release.
* Fixes a segfault
* Performs country-independent matching for Chinese languages
* Finishes off the UTF-16 conversion code
* Adds a section on local.conf to fontconfig.3

Obtained from:	XFree86 CVS
2003-03-02 17:14:13 +00:00
Joe Marcus Clarke
aaad903cce * Set LC_ALL to C in MAKE_ENV to avoid creating non-well-formed XML
* Allow CJK users to use fixed-width TrueType fonts [1]

Submitted by:	perky
Obtained from:	fontconfig CVS [1]
2003-03-01 01:37:54 +00:00
Joe Marcus Clarke
25ec553293 * Install fc-cache and fc-list manpages [1]
* Quiet portlint with regard to pkg-descr
* De-pkg-comment

Requested by:	Gord Broom <gord@selfstyled.dyndns.org> [1]
2003-02-28 05:56:22 +00:00
Joe Marcus Clarke
f701a952e3 Install fontconfig's manpage. 2003-01-24 05:12:09 +00:00
Eric Anholt
f681cbe4c6 Make this port PREFIX?=${X11BASE} rather than USE_X_PREFIX, because it doesn't
use the X libraries and will be depended on for the 4.3 ports.

Reviewed by:	marcus
2003-01-24 04:58:53 +00:00
Joe Marcus Clarke
d294b3066c Make sure fc-cache is run after installation for both the port and
package.

PR:	47283
2003-01-21 16:19:47 +00:00
Joe Marcus Clarke
2400f345c8 Update to 2.1. 2003-01-19 19:28:36 +00:00
Joe Marcus Clarke
b4c04e0309 The MASTER_SITE's DNS has changed. Make this port fetchable once more.
Submitted by:	Miklos <miklos@microsux.dk>
2002-11-12 18:10:53 +00:00
Joe Marcus Clarke
99ff4271b4 Correct the default font path.
Submitted by:	boris karlov <borman@blank.spb.ru>
2002-10-23 16:30:04 +00:00
Joe Marcus Clarke
c7c57e81e5 Fix a problem with the shared library installation. 2002-10-07 16:43:11 +00:00
Joe Marcus Clarke
4aa34c64c5 Add fontconfig, an XML-based font configuration API for X. 2002-10-06 20:56:30 +00:00