From owner-freebsd-emulation@FreeBSD.ORG Wed May 23 17:32:17 2007 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 595D116A400 for ; Wed, 23 May 2007 17:32:17 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx24.fluidhosting.com [204.14.89.7]) by mx1.freebsd.org (Postfix) with SMTP id E8B0B13C4BB for ; Wed, 23 May 2007 17:32:16 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: (qmail 23635 invoked by uid 399); 23 May 2007 17:05:35 -0000 Received: from localhost (HELO ?192.168.0.4?) (dougb@dougbarton.us@127.0.0.1) by localhost with SMTP; 23 May 2007 17:05:35 -0000 X-Originating-IP: 127.0.0.1 Date: Wed, 23 May 2007 10:05:33 -0700 (PDT) From: Doug Barton To: Boris Samorodov In-Reply-To: <53875373@srv.sem.ipt.ru> Message-ID: <20070523100419.T46653@ync.qbhto.arg> References: <200705231116.l4NBGKJI082138@freefall.freebsd.org> <20070523133902.47ewer69wkckcgs0@webmail.leidinger.net> <1179921135.34567.7.camel@pav.hide.vol.cz> <53875373@srv.sem.ipt.ru> Organization: http://www.FreeBSD.org/ X-OpenPGP-Key-ID: 0xD5B2F0FB X-message-flag: Outlook -- Not just for spreading viruses anymore! MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: dmitry@karasik.eu.org, Alexander Leidinger , freebsd-emulation@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/112851: x11-fonts/linux-fontconfig /etc/fonts/fonts.conf not updated with xorg 7.2 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2007 17:32:17 -0000 On Wed, 23 May 2007, Boris Samorodov wrote: > +# Here is our configuration file > +post-patch: > + @${CAT} ${FILESDIR}/fonts.conf | ${SED} 's:/usr/X11R6:${LOCALBASE}:g' > ${WRKSRC}/etc/fonts/fonts.conf That is the prototypical "useless use of cat." You want: sed 'pattern' file > output hth, Doug -- This .signature sanitized for your protection