From owner-freebsd-questions@FreeBSD.ORG Mon Sep 3 17:42:54 2007 Return-Path: Delivered-To: FreeBSD-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CA0216A418 for ; Mon, 3 Sep 2007 17:42:54 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-7.EUnet.yu (smtpclu-7.eunet.yu [194.247.192.232]) by mx1.freebsd.org (Postfix) with ESMTP id 7B6CE13C46A for ; Mon, 3 Sep 2007 17:42:53 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-223-251.eunet.yu [213.198.223.251]) by smtpclu-7.EUnet.yu (8.13.6/8.13.6) with ESMTP id l83GOZPq015814; Mon, 3 Sep 2007 18:24:36 +0200 Message-Id: <200709031624.l83GOZPq015814@smtpclu-7.EUnet.yu> Date: Mon, 3 Sep 2007 19:42:55 +0200 From: Nikola Lecic To: "E. J. Cerejo" In-Reply-To: <46DC41AD.2040807@optonline.net> References: <46DC41AD.2040807@optonline.net> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_50,TW_XM,UNPARSEABLE_RELAY X-AVAS-Spam-Score: 0.1 Cc: FreeBSD-questions@freebsd.org Subject: Re: xmcd fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2007 17:42:54 -0000 On Mon, 03 Sep 2007 13:17:33 -0400 "E. J. Cerejo" wrote: > [...] > First of all thanks for you help but I'm still a little confused > about where to put that file, I put it in the ..audio/xmcd/files/ > directory and named it patch-aj but when I try to install it asks me > "# File to patch:" and I don't know what to put! Did I miss something? Save the entire text e.g. in /tmp/xmcd.patch, change the line for patch-aj, i.e. instead of=20 +++ patch-aj Thu May 31 12:58:25 2007 you should put +++ files/patch-aj Thu May 31 12:58:25 2007 Then: # cd /usr/ports/audio/xmcd # make clean # patch < /tmp/xmcd.patch # make patch At this stage, you should have three .orig files in files/ directory and three newly corrected files. Then # make install clean Nikola Le=C4=8Di=C4=87