summaryrefslogtreecommitdiff
path: root/mail/kbiff
diff options
context:
space:
mode:
authormarkd <markd>2004-03-01 14:04:37 +0000
committermarkd <markd>2004-03-01 14:04:37 +0000
commit8f721c24a554d508a2670565e38813ef83c03130 (patch)
tree0bffddc6a7abe37891d379b4018a334b2c995646 /mail/kbiff
parent96ad0354a94b93b373a59a6664c876698af8e309 (diff)
downloadpkgsrc-8f721c24a554d508a2670565e38813ef83c03130.tar.gz
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 (limited to 'mail/kbiff')
-rw-r--r--mail/kbiff/distinfo3
-rw-r--r--mail/kbiff/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/mail/kbiff/distinfo b/mail/kbiff/distinfo
index 001fb17108b..ac749a8df12 100644
--- a/mail/kbiff/distinfo
+++ b/mail/kbiff/distinfo
@@ -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 --git a/mail/kbiff/patches/patch-aa b/mail/kbiff/patches/patch-aa
new file mode 100644
index 00000000000..1ec21d3f65e
--- /dev/null
+++ b/mail/kbiff/patches/patch-aa
@@ -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)