From owner-freebsd-ports Wed Jul 8 05:40:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA20865 for freebsd-ports-outgoing; Wed, 8 Jul 1998 05:40:11 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA20796 for ; Wed, 8 Jul 1998 05:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA04724; Wed, 8 Jul 1998 05:40:01 -0700 (PDT) Received: from phmit.demon.co.uk (phmit.demon.co.uk [194.222.15.209]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id FAA20357 for ; Wed, 8 Jul 1998 05:35:35 -0700 (PDT) (envelope-from dom@phmit.demon.co.uk) Received: from voodoo.pandhm.co.uk [192.15.143.228] by phmit.demon.co.uk with esmtp (Exim 1.82 #1) id 0yttRp-00070m-00; Wed, 8 Jul 1998 13:35:45 +0100 Received: from dom by voodoo.pandhm.co.uk with local (Exim 1.92 #1) for FreeBSD-gnats-submit@freebsd.org id 0yttRh-0003cj-00; Wed, 8 Jul 1998 13:35:37 +0100 Message-Id: Date: Wed, 8 Jul 1998 13:35:38 +0100 From: Dom Mitchell Reply-To: dom@phmit.demon.co.uk To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7212: XFree86 (internat) port fails to install Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7212 >Category: ports >Synopsis: XFree86 (internat) port fails to install >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jul 8 05:40:01 PDT 1998 >Last-Modified: >Originator: Dom Mitchell >Organization: Palmer & Harvey McLane Ltd. >Release: FreeBSD 2.2.6-STABLE i386 >Environment: FreeBSD voodoo.pandhm.co.uk 2.2.6-STABLE FreeBSD 2.2.6-STABLE #0: Thu Jul 2 21:21:10 BST 1998 root@voodoo.pandhm.co.uk:/usr/src/sys/compile/VOODOO i386 >Description: The port of XFree86-3.3.2 (international version) calls on a file called Wraphelp.c, which is summoned by fetch. Unfortunately, fetch seems to insist on transferring the file in binary mode instead of ascii, with the end result that the file has all it's lines ending in \r\n instead of \n. This breaks the install process, as the file can't be compiled. >How-To-Repeat: cd /usr/ports/x11/XFree86; make; make install >Fix: Add these lines to the bottom of the ports Makefile: (UNTESTED) post-fetch: sed -e 's/ $//' ${DISTDIR}/xc/Wraphelp.c > ${DISTDIR}/xc/foo mv ${DISTDIR}/xc/foo ${DISTDIR}/xc/Wraphelp.c >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message