summaryrefslogtreecommitdiff
path: root/news/tin/patches/patch-aa
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2003-12-16 00:11:48 +0000
committerdillo <dillo@pkgsrc.org>2003-12-16 00:11:48 +0000
commitb62fdab5bdfef849d4895989c2ea40f74dcae289 (patch)
treeb193e85aec14678e09444ddec0a617925d5fb73c /news/tin/patches/patch-aa
parentf018ef49b50763e7c447202a5fae1d0235bdbc11 (diff)
downloadpkgsrc-b62fdab5bdfef849d4895989c2ea40f74dcae289.tar.gz
Update tin to 1.6.1
New / changed Features: ----------------------- . Rebindable keys . New pager . Searched for strings are highlighted . GPG support . NLS support . Charset conversion using iconv(3) . Indicator for articles newer than n-days . art_mark_read, art_mark_killed, art_mark_selected are now configurable . Piping '|' now works on the thread menu . configurable scrolling via scroll_lines . configurable URL handler via url_handler . '.' sorts the newsgroup list . Lots of bug fixes . xref filter rules are now matched against a the reformatted xref line . some others Retired Features ---------------- . INDEX_DAEMON is no longer supported . -U indexing is no longer supported . ~/.tin/headers file is no longer directly supported. Use: . filter rules xref_num and xref_score have been removed . some others
Diffstat (limited to 'news/tin/patches/patch-aa')
-rw-r--r--news/tin/patches/patch-aa28
1 files changed, 10 insertions, 18 deletions
diff --git a/news/tin/patches/patch-aa b/news/tin/patches/patch-aa
index 6f24e704b01..325335007e1 100644
--- a/news/tin/patches/patch-aa
+++ b/news/tin/patches/patch-aa
@@ -1,20 +1,12 @@
-$NetBSD: patch-aa,v 1.1 2000/02/06 02:34:27 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2003/12/16 00:11:48 dillo Exp $
---- ./src/auth.c.orig Sun Jan 23 17:30:24 2000
-+++ ./src/auth.c Sun Feb 6 03:06:53 2000
-@@ -13,12 +13,12 @@
- * right notice, and it must be included in any copy made
- */
+--- src/Makefile.in.orig Thu Jul 24 16:18:45 2003
++++ src/Makefile.in
+@@ -326,7 +326,6 @@ install_manpage: $(DESTDIR)$(INS_MANUAL_
+ @$(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
--#ifndef NNTPLIB_H
--# include "nntplib.h"
--#endif /* !NNTPLIB_H */
- #ifndef TIN_H
- # include "tin.h"
- #endif /* !TIN_H */
-+#ifndef NNTPLIB_H
-+# include "nntplib.h"
-+#endif /* !NNTPLIB_H */
- #ifndef TCURSES_H
- # include "tcurses.h"
- #endif /* !TCURSES_H */
+ uninstall_manpage: