Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 1996 11:24:38 -0800
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        obrien@Nuxi.cs.ucdavis.edu
Cc:        ec0@s1.GANet.NET, freebsd-ports@freebsd.org
Subject:   Re: -current ports minicom failure
Message-ID:  <199603131924.LAA14585@forgery.CS.Berkeley.EDU>
In-Reply-To: <199603131143.DAA02263@relay.nuxi.com> (obrien@Nuxi.cs.ucdavis.edu)

next in thread | previous in thread | raw e-mail | index | archive | help
 * > Checksums OK.
 * > ===>  Patching for minicom-1.74
 * > ===>  Applying FreeBSD patches for minicom-1.74
 * > Ignoring previously applied (or reversed) patch.
 * > 4 out of 4 hunks ignored--saving rejects to Makefile.rej

This usually means you have an extra file in the patches/
subdirectory.  The current bsd.port.mk ignores files that end with
".orig" or "~", but older ones don't, maybe you looked at the files
with emacs? :)

This is how the patches/ subdirectory should look like:

---
>> ls -lg lg patches/
total 14
1 drwxr-xr-x  3 asami  wheel   512 Mar 13 11:21 ./
1 drwxr-xr-x  7 asami  wheel   512 Mar 13 11:21 ../
1 drwxr-xr-x  2 asami  wheel   512 Mar 13 11:21 CVS/
2 -rw-r--r--  1 asami  wheel  1850 Mar  4 23:46 patch-aa
2 -rw-r--r--  1 asami  wheel  1423 Mar  4 23:46 patch-ab
1 -rw-r--r--  1 asami  wheel   629 Mar  4 23:46 patch-ac
1 -rw-r--r--  1 asami  wheel   642 Mar  4 23:46 patch-ad
2 -rw-r--r--  1 asami  wheel  1576 Mar  4 23:46 patch-ae
2 -rw-r--r--  1 asami  wheel  1575 Mar  4 23:46 patch-af
1 -rw-r--r--  1 asami  wheel   947 Mar  4 23:46 patch-ag
---

(Ignore the "CVS" directory if you aren't using cvs.)

 * I've tried to pin down what might bombing for you, but can't.  I'm not
 * sure how to tickle the make to be a little more verbose about what it is
 * doing.

Try "make PATCH_DEBUG=yes", that will make patch run without the
silent flag.

Satoshi



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