From owner-cvs-all@FreeBSD.ORG Tue Jul 18 10:09:02 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA3BB16A4DA; Tue, 18 Jul 2006 10:09:02 +0000 (UTC) (envelope-from chat95@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AEF643D46; Tue, 18 Jul 2006 10:09:02 +0000 (GMT) (envelope-from chat95@mac.com) Received: from mac.com (smtpin03-en2 [10.13.10.148]) by smtpout.mac.com (Xserve/8.12.11/smtpout06/MantshX 4.0) with ESMTP id k6IA92sC005424; Tue, 18 Jul 2006 03:09:02 -0700 (PDT) Received: from localhost ([133.11.172.102]) (authenticated bits=0) by mac.com (Xserve/smtpin03/MantshX 4.0) with ESMTP id k6IA8ucn003415; Tue, 18 Jul 2006 03:09:00 -0700 (PDT) Date: Tue, 18 Jul 2006 19:08:40 +0900 (JST) Message-Id: <20060718.190840.74730146.chat95@mac.com> To: erwin@lansing.dk From: NAKATA Maho In-Reply-To: <20060718084633.GC20915@droso.net> References: <20060718083539.GB20915@droso.net> <20060718.174358.02305399.chat95@mac.com> <20060718084633.GC20915@droso.net> Organization: private X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: maho@FreeBSD.org, cvs-ports@FreeBSD.org, nork@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/chinese/reciteword pkg-install ports/chinese/reciteword/files patch-src_Makefile.in ports/games/qcc pkg-plist ports/games/groundhog/files patch-src_options_dialog.h ports/games/fuhquake pkg-message ports/java/eclipse-sqlexplorer pkg-plist ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2006 10:09:03 -0000 In Message-ID: <20060718084633.GC20915@droso.net> Erwin Lansing wrote: > On Tue, Jul 18, 2006 at 05:43:58PM +0900, NAKATA Maho wrote: > > In Message-ID: <20060718083539.GB20915@droso.net> > > Erwin Lansing wrote: > > > > > On Tue, Jul 18, 2006 at 02:58:01PM +0900, NAKATA Maho wrote: > > > > In Message-ID: <20060716170746.GE20915@droso.net> > > > > Erwin Lansing wrote: > > > > > > > > > On Mon, Jul 17, 2006 at 12:09:24AM +0900, Norikatsu Shigemura wrote: > > > > > > > 1.2 +0 -0 ports/x11-fonts/cyberbit-ttfonts/files/fonts.alias.cyberbit (dead) > > > > > > > > > > > > On x11-fonts/cyberbit-ttfonts, it causes BROKEN. > > > > > > > > > > > > ===> Checking if x11-fonts/cyberbit-ttfonts already installed > > > > > > ********************************************************* > > > > > > Please add /usr/X11R6/lib/X11/fonts/TrueType to your font path > > > > > > and load 'xtt' module in /etc/x11/xorg.conf. > > > > > > ********************************************************* > > > > > > /bin/mkdir -p /usr/X11R6/lib/X11/fonts/TrueType > > > > > > install -o root -g wheel -m 444 /usr/ports/x11-fonts/cyberbit-ttfonts/work/*.ttf /usr/ports/x11-fonts/cyberbit-ttfonts/files/fonts.alias.cyberbit /usr/ports/x11-fonts/cyberbit-ttfonts/files/fonts.dir.cyberbit /usr/X11R6/lib/X11/fonts/TrueType > > > > > > install: /usr/ports/x11-fonts/cyberbit-ttfonts/files/fonts.alias.cyberbit: No such file or directory > > > > > > *** Error code 71 > > > > > > > > > > > > Stop in /usr/ports/x11-fonts/cyberbit-ttfonts. > > > > > > > > > > Hmm, I wonder why this port would want to install a null byte file, but > > > > > it was there from the inception of this port. Maho, is that file really > > > > > necessary and should it be readded from the attic, or can it be removed > > > > > from the installation with the following patch? > > > > > > > > I installed null byte file since, later, I'd like to create and > > > > install valid fonts.alias but i don't have much time to do... > > > > > > Thanks, I've readded the file. > > Unfortunately, it is not necessary anymore... > > I removed font.alias part from Makefile and other part of this port. > > > Yup, I saw your commit minutes after I readded the file. Now I removed > it again. No problem, since first commit (adding empty file for font.alias) was definitely wrong ;) -- NAKATA, Maho (maho@FreeBSD.org)