From owner-freebsd-questions@FreeBSD.ORG Mon Sep 3 18:29:33 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 B7CD716A420 for ; Mon, 3 Sep 2007 18:29:33 +0000 (UTC) (envelope-from ecerejo@optonline.net) Received: from mta1.srv.hcvlny.cv.net (mta1.srv.hcvlny.cv.net [167.206.4.196]) by mx1.freebsd.org (Postfix) with ESMTP id 94D5D13C467 for ; Mon, 3 Sep 2007 18:29:33 +0000 (UTC) (envelope-from ecerejo@optonline.net) Received: from ecerejo.netgear.com (ool-44c03822.dyn.optonline.net [68.192.56.34]) by mta1.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0JNT00L8D217WD80@mta1.srv.hcvlny.cv.net> for freebsd-questions@freebsd.org; Mon, 03 Sep 2007 14:29:33 -0400 (EDT) Date: Mon, 03 Sep 2007 14:28:52 -0400 From: "E. J. Cerejo" In-reply-to: <200709031749.l83Hn4fU021385@eunet.yu> To: Nikola Lecic Message-id: <46DC5264.9010401@optonline.net> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8; format=flowed Content-transfer-encoding: 8BIT References: <46DC41AD.2040807@optonline.net> <200709031624.l83GOZPq015814@smtpclu-7.EUnet.yu> <200709031749.l83Hn4fU021385@eunet.yu> User-Agent: Thunderbird 2.0.0.6 (X11/20070728) 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 18:29:33 -0000 Nikola Lecic wrote: > On Mon, 3 Sep 2007 19:42:55 +0200 > Nikola Lecic wrote: > > >> 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 >>> [...] >>> > > And yes, please delete this patch-aj file before you do anything else. > > Nikola Lečić > > Hello Nicola, The same happens when I do that. Here's what I have inside the files directory after I do the make clean: patch-aa patch-ac patch-af patch-ah pkg-message.in patch-ab patch-ad patch-ag patch-ai Then I ran: ecerejo# patch < /tmp/xmcd.patch and I get this: Hmm... Looks like a unified diff to me... (Patch is indented 1 space.) The text leading up to this was: -------------------------- | --- xmcd_d/Imakefile.orig Mon Nov 4 06:44:44 2002 | +++ xmcd_d/Imakefile Mon Nov 4 04:44:28 2002 |+@@ -44,7 +44,7 @@ |+ * #include "Motif.rules" |+ */ |+ |+-CDDBLIB= -L../cddb_d -lcddb |++CDDBLIB= -L../cddb_d -lcddblocal |+ LOCAL_LIBDIR= -L/usr/freeware/lib32 -L/usr/local/lib |+ VORBLIB= -lvorbisenc -lvorbis -logg |+ FLACLIB= -lFLAC -------------------------- File to patch: what should I enter here?