pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/kbiff config.status is called to rebuild Makefile...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c91457e4d8d6
branches:  trunk
changeset: 469857:c91457e4d8d6
user:      markd <markd%pkgsrc.org@localhost>
date:      Mon Mar 01 14:04:37 2004 +0000

description:
config.status is called to rebuild Makefiles if config.status is changed
and we now change it.  Unfortunately at the toplevel "Makefile" is passed
as the argument but config.status expects "./Makefile" so fails.

Patch the Makefile to not try and update Makefile in this case, as if it
worked it would make no functional change to the Makefile anyway so don't
bother.

diffstat:

 mail/kbiff/distinfo         |   3 ++-
 mail/kbiff/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r be17c38e1e80 -r c91457e4d8d6 mail/kbiff/distinfo
--- a/mail/kbiff/distinfo       Mon Mar 01 13:51:47 2004 +0000
+++ b/mail/kbiff/distinfo       Mon Mar 01 14:04:37 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2004/02/09 11:46:49 markd Exp $
+$NetBSD: distinfo,v 1.3 2004/03/01 14:04:37 markd Exp $
 
 SHA1 (kbiff-3.7.tar.bz2) = 9299b9c50de16baccbd929ca74e825c8b9b88cf0
 Size (kbiff-3.7.tar.bz2) = 622962 bytes
+SHA1 (patch-aa) = 59da8e15d482efbd0ff12cddf9fe35860552ca92
diff -r be17c38e1e80 -r c91457e4d8d6 mail/kbiff/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/kbiff/patches/patch-aa       Mon Mar 01 14:04:37 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/03/01 14:04:37 markd Exp $
+
+--- Makefile.in.orig   2003-09-12 02:52:41.000000000 +1200
++++ Makefile.in
+@@ -268,7 +268,7 @@ $(srcdir)/Makefile.in:  Makefile.am  $(t
+       cd $(top_srcdir) && \
+       $(AUTOMAKE) --foreign  ./Makefile
+       cd $(top_srcdir) && perl admin/am_edit Makefile.in
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
++Makefile:  $(srcdir)/Makefile.in  
+       cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
+ 
+ $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)



Home | Main Index | Thread Index | Old Index