Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Nov 2004 04:07:07 GMT
From:      Nobuhiro Yasutomi <nobuhiro.yasutomi@nifty.ne.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/73585: xorg-libraries compile failer
Message-ID:  <200411060407.iA6477Xu009205@www.freebsd.org>
Resent-Message-ID: <200411060410.iA64AJpc019533@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         73585
>Category:       ports
>Synopsis:       xorg-libraries compile failer
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 06 04:10:18 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Nobuhiro Yasutomi
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
FreeBSD alex.mysite.jp 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #1: Tue Aug 31 03:55:48 JST 2004     root@alex.mysite.jp:/usr/src/sys/i386/compile/ALEX  i386
>Description:
xorg-libraries compile failer becomes FreeType2 directry mismatch.

>How-To-Repeat:
It may be resolv setup environment.
But will be fail without setup.
>Fix:
Add FreeType2 directory patch as following:

xorg-libraries/files/patch-FreeBSD.cf-FT2
--- config/cf/FreeBSD.cf.orig	Sat Nov  6 11:42:39 2004
+++ config/cf/FreeBSD.cf	Sat Nov  6 12:20:19 2004
@@ -397,6 +397,9 @@
 
 #ifndef HasFreetype2
 # define HasFreetype2		YES
+# ifndef Freetype2Dir
+#  define Freetype2Dir /usr/local
+# endif
 #endif
 
 #undef  InstallCmd

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411060407.iA6477Xu009205>