Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  8 Feb 2003 12:55:02 +1100 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kde@FreeBSD.org
Subject:   ports/48077: [patch] x11/kdelibs3 depends on mkfontdir during install
Message-ID:  <20030208015502.996386A712B@k7.mavetju>

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

>Number:         48077
>Category:       ports
>Synopsis:       [patch] x11/kdelibs3 depends on mkfontdir during install
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 07 18:00:24 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Sat Sep 14 10:41:50 EST 2002 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386

>Description:

While trying to install x11/kdelibs3 with x11/XFree86-4-libraries
installed, the program complains about:

+ /home/edwin/X11R6-5/bin/mkfontdir -n -r -p /home/edwin/X11R6-5/lib/X11/fonts/encodings/large/ -e . .
/home/edwin/X11R6-5/bin/mkfontdir: not found

It does indeed not exist, it's installed by 11/XFree86-4-clients.

>How-To-Repeat:

make x11/kdelib3 in a clean environment.

>Fix:

CS file: /home/ncvs/ports/x11/kdelibs3/Makefile,v
retrieving revision 1.119
diff -u -r1.119 Makefile
--- Makefile    28 Jan 2003 18:36:57 -0000      1.119
+++ Makefile    8 Feb 2003 01:23:05 -0000
@@ -27,6 +27,7 @@
                cups.2:${PORTSDIR}/print/cups-base
 RUN_DEPENDS=   ${FONTSCALE}:${PORTSDIR}/x11-fonts/XFree86-4-fontScalable \
                ${FONTENCOD}:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings
+BUILD_DEPENDS= makefontdir:${PORTSDIR}/x11/XFree86-4-clients
 
 USE_QT_VER=    3
 PREFIX=                ${KDE_PREFIX}
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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