summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-02-20 23:16:15 +0000
committerAron Griffis <agriffis@gentoo.org>2005-02-20 23:16:15 +0000
commit9b91788ae21d4cb70b0842bef0f006bcebe988d5 (patch)
tree331526137237e54d7e8d1ab26e7cc5790c49f6c2 /net-nntp/tin/files
parentmasked all (diff)
downloadgentoo-2-9b91788ae21d4cb70b0842bef0f006bcebe988d5.tar.gz
gentoo-2-9b91788ae21d4cb70b0842bef0f006bcebe988d5.tar.bz2
gentoo-2-9b91788ae21d4cb70b0842bef0f006bcebe988d5.zip
Don't install mbox.5 or mmdf.5 to avoid conflict with mutt #82647
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-nntp/tin/files')
-rw-r--r--net-nntp/tin/files/digest-tin-1.7.7-r1 (renamed from net-nntp/tin/files/digest-tin-1.7.7)0
-rw-r--r--net-nntp/tin/files/tin-1.7.7-mbox-mmdf.patch15
2 files changed, 15 insertions, 0 deletions
diff --git a/net-nntp/tin/files/digest-tin-1.7.7 b/net-nntp/tin/files/digest-tin-1.7.7-r1
index a69b0ce16d0f..a69b0ce16d0f 100644
--- a/net-nntp/tin/files/digest-tin-1.7.7
+++ b/net-nntp/tin/files/digest-tin-1.7.7-r1
diff --git a/net-nntp/tin/files/tin-1.7.7-mbox-mmdf.patch b/net-nntp/tin/files/tin-1.7.7-mbox-mmdf.patch
new file mode 100644
index 000000000000..cc020fc8d230
--- /dev/null
+++ b/net-nntp/tin/files/tin-1.7.7-mbox-mmdf.patch
@@ -0,0 +1,15 @@
+Fixes http://bugs.gentoo.org/show_bug.cgi?id=82647 by refraining from
+installing the same man-pages that mutt installs
+(20 Feb 2005 agriffis)
+
+--- tin-1.7.7/src/Makefile.in.agriffis 2004-11-15 12:44:26.000000000 -0500
++++ tin-1.7.7/src/Makefile.in 2005-02-20 18:05:21.628392044 -0500
+@@ -337,8 +337,6 @@
+ @$(INSTALL) -m 444 $(DOCDIR)/tin.1 $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT)/$(PROJECT).$(INS_MANUAL_EXT)
+ @( $(CD) $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT) && $(RM) -f r$(PROJECT).$(INS_MANUAL_EXT) && $(LN) $(PROJECT).$(INS_MANUAL_EXT) r$(PROJECT).$(INS_MANUAL_EXT) )
+ @$(INSTALL) -m 444 $(DOCDIR)/tin.5 $(DESTDIR)$(INS_MANUAL_DIR)5/$(PROJECT).5
+- @-if test ! -f $(DESTDIR)$(INS_MANUAL_DIR)5/mbox.5 ; then $(INSTALL) -m 444 $(DOCDIR)/mbox.5 $(DESTDIR)$(INS_MANUAL_DIR)5/mbox.5 ; else $(ECHO) " ... skipping $(DESTDIR)$(INS_MANUAL_DIR)5/mbox.5 - file already exists" ; fi
+- @-if test ! -f $(DESTDIR)$(INS_MANUAL_DIR)5/mmdf.5 ; then $(INSTALL) -m 444 $(DOCDIR)/mmdf.5 $(DESTDIR)$(INS_MANUAL_DIR)5/mmdf.5 ; else $(ECHO) " ... skipping $(DESTDIR)$(INS_MANUAL_DIR)5/mmdf.5 - file already exists" ; fi
+
+ uninstall_manpage :
+ @$(ECHO) "Uninstalling $(PROJECT) manual page in $(DESTDIR)$(INS_MANUAL_DIR)$(INS_MANUAL_EXT) ..."