From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 4 04:10:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 183C237B40D for ; Fri, 4 Apr 2003 04:10:16 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D59743F85 for ; Fri, 4 Apr 2003 04:10:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h34CAEUp098904 for ; Fri, 4 Apr 2003 04:10:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h34CAEkl098903; Fri, 4 Apr 2003 04:10:14 -0800 (PST) Resent-Date: Fri, 4 Apr 2003 04:10:14 -0800 (PST) Resent-Message-Id: <200304041210.h34CAEkl098903@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Serge Negodyuck Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4474637B401; Fri, 4 Apr 2003 04:04:59 -0800 (PST) Received: from petrovich.com.ua (petrovich.com.ua [194.44.225.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BD0743F75; Fri, 4 Apr 2003 04:04:52 -0800 (PST) (envelope-from petr@petrovich.com.ua) Received: from petrovich.com.ua (petr@localhost [127.0.0.1]) by petrovich.com.ua (8.12.9/8.12.9) with ESMTP id h34C4d4Y007228; Fri, 4 Apr 2003 15:04:39 +0300 (EEST) (envelope-from petr@petrovich.com.ua) Received: (from petr@localhost) by petrovich.com.ua (8.12.9/8.12.9/Submit) id h34C4WWU007227; Fri, 4 Apr 2003 15:04:32 +0300 (EEST) (envelope-from petr) Message-Id: <200304041204.h34C4WWU007227@petrovich.com.ua> Date: Fri, 4 Apr 2003 15:04:32 +0300 (EEST) From: Serge Negodyuck To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: marcus@FreeBSD.org Subject: ports/50599: Xft: cyclic dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2003 12:10:16 -0000 >Number: 50599 >Category: ports >Synopsis: Xft: cyclic dependency >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Apr 04 04:10:13 PST 2003 >Closed-Date: >Last-Modified: >Originator: Serge Negodyuck >Release: FreeBSD 4.8-RC i386 >Organization: >Environment: System: FreeBSD petrovich.com.ua 4.8-RC FreeBSD 4.8-RC #8: Tue Apr 1 16:43:56 EEST 2003 root@petrovich.com.ua:/home/obj/usr/src/sys/PETR i386 >Description: Xft-2.1_4 has cyclic dependece on itself: x11-fonts/Xft -> x11-fonts/XFree86-4-fontEncodings -> x11/XFree86-4-clients -> x11-fonts/Xft or x11-fonts/Xft -> XFree86-4-fontScalable -> x11/XFree86-4-clients-> x11-fonts/Xft >How-To-Repeat: Just look at Makefiles Or type 'make clean' in ports/x11-fonts/Xft - you will be out of processes. >Fix: Back out changes to ports/x11-fonts/Xft/Makefile, or almost the same, apply following patch: --- Makefile.orig Fri Apr 4 14:52:47 2003 +++ Makefile Fri Apr 4 14:52:54 2003 @@ -7,7 +7,7 @@ PORTNAME= Xft PORTVERSION= 2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-fonts MASTER_SITES= http://fontconfig.org/fontconfig/release/ DISTNAME= fcpackage.${PORTVERSION:S/./_/} @@ -16,11 +16,6 @@ COMMENT= A client-sided font API for X applications LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig -RUN_DEPENDS= ${FONTSCALE}:${PORTSDIR}/x11-fonts/XFree86-4-fontScalable \ - ${FONTENCOD}:${PORTSDIR}/x11-fonts/XFree86-4-fontEncodings - -FONTSCALE= ${X11BASE}/lib/X11/fonts/TTF/luximb.ttf -FONTENCOD= ${X11BASE}/lib/X11/fonts/encodings/tcvn-0.enc USE_GMAKE= yes USE_X_PREFIX= yes >Release-Note: >Audit-Trail: >Unformatted: