Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2002 17:20:07 -0500 (EST)
From:      "Geoffrey C. Speicher" <geoff@speicher.org>
To:        Will Andrews <will@csociety.org>
Cc:        freebsd-xfree86@lists.csociety.org, ports@FreeBSD.ORG
Subject:   Re: HEADS UP:  XFree86 4.2.0 going back in the tree
Message-ID:  <Pine.BSF.4.05.10203171707440.65044-100000@speicher.org>
In-Reply-To: <20020315150609.GV53073@squall.waterspout.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 15 Mar 2002, Will Andrews wrote:

> It's my intention to commit the following patch:
> 
> 	http://csociety.org/~will/XFree86-4.2.0.5.diff

Will,

I'm building right now, and came across one small problem.  I noticed that
'portinstall x11/XFree86-4' kept looping (reinstalling) on the font ports:

  x11-fonts/XFree86-4-font100dpi
  x11-fonts/XFree86-4-font75dpi

because x11/XFree86-4/Makefile contains a typo.

30,31c30,31
< FONT100DPI=   ${X11BASE}/lib/X11/fonts/100dpi/UBTI__10-ISO8859-1.pcf.gz
< FONT75DPI=    ${X11BASE}/lib/X11/fonts/75dpi/UBTI__10-ISO8859-1.pcf.gz
---
> FONT100DPI=   ${X11BASE}/lib/X11/fonts/100dpi/UTBI__10-ISO8859-1.pcf.gz
> FONT75DPI=    ${X11BASE}/lib/X11/fonts/75dpi/UTBI__10-ISO8859-1.pcf.gz

Note UBTI in original instead of UTBI (correct).

Regards,
Geoff


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10203171707440.65044-100000>