summaryrefslogtreecommitdiff
path: root/time/remind/patches
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2010-09-09 11:39:58 +0000
committerobache <obache@pkgsrc.org>2010-09-09 11:39:58 +0000
commit6737d1c64cd11276d9745cf09525a94da5f15798 (patch)
tree8b6093f64472b2d60919aa81128ed4e63001ed90 /time/remind/patches
parent99d5a897e6b963480ab44eeabba5ae52284dd9f1 (diff)
downloadpkgsrc-6737d1c64cd11276d9745cf09525a94da5f15798.tar.gz
Update remind to 3.1.9.
close PR#43791. Changes to pkgsrc * use INSTALL_SCRIPT from configure (patch-ab). * update tclsh name, current its version in pkgsrc is 8.4. CHANGES TO REMIND * Version 3.1 Patch 9 - 2010-06-20 - MAJOR ENHANCEMENT: New "purge mode" to delete expired reminders. See the PURGE MODE section of the remind man page. - ENHANCEMENT: Support DURATION in TkRemind. Thanks to Marek Marczykowski. - BUG FIX: Don't change the order of PS and PSFILE reminders. Bug found by John McGowan. - BUG FIX: "REM 1990-01-01 SATISFY 1" would yield a spurious parse error in earlier versions of Remind. - BUG FIX: Yom HaShoah is moved to Thursday if it would normally fall on a Friday. Thanks to Jonathan Kamens for pointing this out. * Version 3.1 Patch 8 - 2010-03-09 - ENHANCEMENT: Include some useful scripts in contrib/ - ENHANCEMENT: Add the $T, $Td, $Tm, $Tw, $Ty, $U, $Ud, $Um, $Uw, $Uy special variables to make reminder files less wordy. See man page for details. - MINOR ENHANCEMENT: Set an icon photo window manager resource on TkRemind. - POLICY CHANGE: Discourage use of Remind on MS Windows or Apple Mac OS X. - BUG FIX: Ignore msgprefix() and msgsuffix() on RUN-type reminders. - BUG FIX: Adjust Remind and Rem2PS so that SHADE specials don't obliterate earlier MOON specials. - BUG FIX: Fix bug in SCHED calculations if Remind is started in the middle of a SCHED interval.
Diffstat (limited to 'time/remind/patches')
-rw-r--r--time/remind/patches/patch-ab8
-rw-r--r--time/remind/patches/patch-ac10
2 files changed, 9 insertions, 9 deletions
diff --git a/time/remind/patches/patch-ab b/time/remind/patches/patch-ab
index a5bc41e2a4e..aca7e70a32f 100644
--- a/time/remind/patches/patch-ab
+++ b/time/remind/patches/patch-ab
@@ -1,12 +1,12 @@
-$NetBSD: patch-ab,v 1.4 2008/11/10 17:46:31 wiz Exp $
+$NetBSD: patch-ab,v 1.5 2010/09/09 11:39:58 obache Exp $
---- src/Makefile.in.orig 2008-01-26 20:36:20.000000000 +0000
+--- src/Makefile.in.orig 2010-04-21 17:26:56.000000000 +0000
+++ src/Makefile.in
@@ -15,10 +15,11 @@ VERSION=@VERSION@
INSTALL=@INSTALL@
INSTALL_PROGRAM=@INSTALL_PROGRAM@
-+INSTALL_SCRIPT=@INSTALL@ -m 0555
++INSTALL_SCRIPT=@INSTALL_SCRIPT@
INSTALL_DATA=@INSTALL_DATA@
PROGS= remind rem2ps
@@ -16,7 +16,7 @@ $NetBSD: patch-ab,v 1.4 2008/11/10 17:46:31 wiz Exp $
MANS= $(srcdir)/../man/rem2ps.1 $(srcdir)/../man/remind.1 \
$(srcdir)/../man/tkremind.1 $(srcdir)/../man/cm2rem.1 \
@@ -41,7 +42,7 @@ test: remind
- sh ../tests/test-rem
+ @sh ../tests/test-rem
.c.o:
- @CC@ -c @CFLAGS@ @DEFS@ $(CEXTRA) $(LANGDEF) -I. -I$(srcdir) $<
diff --git a/time/remind/patches/patch-ac b/time/remind/patches/patch-ac
index 54f045a9fb1..024e5003526 100644
--- a/time/remind/patches/patch-ac
+++ b/time/remind/patches/patch-ac
@@ -1,16 +1,16 @@
-$NetBSD: patch-ac,v 1.6 2008/11/10 17:46:31 wiz Exp $
+$NetBSD: patch-ac,v 1.7 2010/09/09 11:39:58 obache Exp $
---- src/files.c.orig 2008-03-25 03:12:37.000000000 +0000
+--- src/files.c.orig 2010-04-25 14:06:54.000000000 +0000
+++ src/files.c
-@@ -18,6 +18,7 @@
-
+@@ -19,6 +19,7 @@
#include <string.h>
+ #include <errno.h>
#include <ctype.h>
+#include <glob.h>
#include <sys/stat.h>
#ifdef TM_IN_SYS_TIME
-@@ -445,16 +446,28 @@ int DoInclude(ParsePtr p)
+@@ -511,16 +512,28 @@ int DoInclude(ParsePtr p)
{
DynamicBuffer buf;
int r, e;