Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Sep 2007 19:42:55 +0200
From:      Nikola Lecic <nlecic@EUnet.yu>
To:        "E. J. Cerejo" <ecerejo@optonline.net>
Cc:        FreeBSD-questions@freebsd.org
Subject:   Re: xmcd fails
Message-ID:  <200709031624.l83GOZPq015814@smtpclu-7.EUnet.yu>
In-Reply-To: <46DC41AD.2040807@optonline.net>
References:  <46DC41AD.2040807@optonline.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 03 Sep 2007 13:17:33 -0400
"E. J. Cerejo" <ecerejo@optonline.net> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709031624.l83GOZPq015814>