Gnus development mailing list
 help / color / mirror / Atom feed
From: Kees de Bruin <kees_de_bruin@tasking.com>
Cc: Gnus Development <ding@ifi.uio.no>
Subject: Re: How are diff patches applied
Date: Tue, 17 Feb 1998 09:11:43 MET	[thread overview]
Message-ID: <199802170811.JAA05839@kouvola.tasking.nl> (raw)
In-Reply-To: <m3btw7ruip.fsf@org.com>

>>>>> "HP" == Harry Putnam <reader@newsguy.com> writes:

 HP> There doesn't seem to be a single word of instuction with the diff
 HP> patches. No readmes at the website where they are stockpiled either.
 HP> Can someone point me to some HOWTO on this?

You need to have the GNU patch utility installed on your system. I assume
that you are running on a Unix system, so you can do the following (all
filenames are related to my own situation):

1. Save the diff file some place, e.g.

	~/emacs/sources/patches/qgnus-0.28-0.29.diff

2. Go to your QGnus directory

	cd ~/emacs/qgnus

3. Apply the diff file using patch

	patch -p1 -sE < ~/emacs/sources/patches/qgnus-0.28-0.29.diff

   This will skip the first directory in the diff file (-p1) and will be
   silent except for error messages and such. You will now have a number of
   .orig files (the original files)

4. Run make again to byte-compile the sources.

5. If the patch utility is not installed, look for it at one of the many
   GNU mirror sites.

Hope this helps.

-- 
Kees de Bruin                                             Software Engineer
---------------------------------------------------------------------------
E-mail:  kees_de_bruin@tasking.com                      Tasking Software BV
Voice:   +31-33-455 85 84                               Plotterweg 31
Fax:     +31-33-455 00 03                               3821 BB  Amersfoort
WWW:     http://www.tasking.com                         The Netherlands
--[ Perhaps too much of everything is a bad as too little -- Edna Ferber ]-


  parent reply	other threads:[~1998-02-17  8:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-02-16 23:37 Harry Putnam
1998-02-17  7:58 ` Steinar Bang
1998-02-17  8:04 ` SL Baur
1998-02-17  8:11 ` Kees de Bruin [this message]
1998-02-17  9:59 ` Stefanie Teufel
1998-02-17 11:32   ` Kees de Bruin
1998-02-17 10:10     ` Harry Putnam
1998-02-17 18:32       ` Stefanie Teufel
1998-02-17 11:58     ` Stefanie Teufel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199802170811.JAA05839@kouvola.tasking.nl \
    --to=kees_de_bruin@tasking.com \
    --cc=ding@ifi.uio.no \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).