1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
Steve Price
dd9e75d1aa From submitter:
xfstt core dumps at times, especially when trying to serve the
        regular "Courier New" font (COUR.TTF).  As a result, X clients
        trying to set the font will hang, and killing the hung clients
        brings down X.

        The problem is that xfstt calls realloc(), through its #define
        shrinkMem(), but neglects to adjust a pointer that used to
        point to memory within the old block.  A subsequent copying of
        that pointer then merrily SIGSEGV's the code.

PR:		19716
Submitted by:	Chan Tur Wei <twchan@singnet.com.sg>
2000-07-07 16:22:34 +00:00
Chris Piazza
dc0a03c770 Update with the new PORTNAME/PORTVERSION variables 2000-04-10 00:53:10 +00:00
Michael Haro
e2ebfe8fb8 use CXX instead of c++ and don't compile with -g
PR:		17564
Submitted by:	mi@kot.ne.mediaone.net
2000-04-02 02:19:04 +00:00
Michael Haro
7b64fa3bd2 update to 1.1
PR:		17440
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
2000-03-31 21:40:26 +00:00
Neil Blakey-Milner
bb3b484ab0 Previous MAINTAINER mail bouncing, new MAINTAINER requested it with
an update.

PR:		15315
Submitted by:	R.I.Pienaar <rip@pinetec.co.za>
2000-01-18 07:43:02 +00:00
Steve Price
ffdaa2330b Update to version 1.0.
PR:		15315
Submitted by:	R.I.Pienaar <rip@pinetec.co.za>
1999-12-25 02:26:51 +00:00
Peter Wemm
50fb080408 $Id$ -> $FreeBSD$ 1999-08-31 03:04:38 +00:00
Bill Fumerola
b111804601 New ports/{java,irc,x11-servers} categories, Step #4 - Adjust new Makefiles. 1999-06-28 02:24:57 +00:00
Steve Price
8a3fd34186 Initial import of Xfstt version 0.9.10.
A TrueType font server for X11.

PR:		7883
Submitted by:	Joe Abley <jabley@clear.co.nz>
1998-12-24 06:36:08 +00:00