summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-09-08 21:57:57 +0000
committerjlam <jlam@pkgsrc.org>2007-09-08 21:57:57 +0000
commit2761568ac280270d3e97f7e38922103a7a4ff840 (patch)
tree090b4461321e87c968b099c0a26b69c4da29ff20 /time
parent48bbc6ce1f67bf684a69a2ea4678cd6f17f128e9 (diff)
downloadpkgsrc-2761568ac280270d3e97f7e38922103a7a4ff840.tar.gz
Convert to use the features framework.
Diffstat (limited to 'time')
-rw-r--r--time/remind/Makefile10
-rw-r--r--time/remind/distinfo4
-rw-r--r--time/remind/patches/patch-ac16
3 files changed, 10 insertions, 20 deletions
diff --git a/time/remind/Makefile b/time/remind/Makefile
index 43322a1a6ce..5b1249c1952 100644
--- a/time/remind/Makefile
+++ b/time/remind/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/09/06 21:51:55 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2007/09/08 21:58:01 jlam Exp $
#
DISTNAME= remind-03.00.24
@@ -12,6 +12,7 @@ COMMENT= Calendar/alarm program with interpreted input language
GNU_CONFIGURE= yes
USE_TOOLS+= perl:run
+USE_FEATURES= glob
REPLACE_PERL= www/rem2html
@@ -47,11 +48,4 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/www/rem2html \
${PREFIX}/bin/rem2html
-.include "../../mk/bsd.prefs.mk"
-
-.if !empty(LOWER_OPSYS:Mirix5*)
-. include "../../pkgtools/libnbcompat/inplace.mk" # <glob.h>
-CPPFLAGS+= -DNBCOMPAT_GLOB_H
-.endif
-
.include "../../mk/bsd.pkg.mk"
diff --git a/time/remind/distinfo b/time/remind/distinfo
index 601b146164a..49abc514686 100644
--- a/time/remind/distinfo
+++ b/time/remind/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2006/10/01 08:26:56 schwarz Exp $
+$NetBSD: distinfo,v 1.7 2007/09/08 21:58:01 jlam Exp $
SHA1 (remind-03.00.24.tar.gz) = 7fc8823e4e574fd7630b2ff3e2f5d014003fd26b
RMD160 (remind-03.00.24.tar.gz) = 2f84a240dd28b68e352c6f8d13ed241a2626f0d6
Size (remind-03.00.24.tar.gz) = 303964 bytes
SHA1 (patch-ab) = c14e78560d091c417a719a1d699b580a84f934e7
-SHA1 (patch-ac) = fa0f512ee5ca4f2167c7fc9c4f25df025c79d63f
+SHA1 (patch-ac) = 6a45874750d090d91c0a2a033bdb007ae7287488
SHA1 (patch-ad) = 56feacc6f9af5c59197900fe4591e7d54ff9372c
SHA1 (patch-ae) = 4e90c971a519d9ac46992fe5e5ab70300c352262
diff --git a/time/remind/patches/patch-ac b/time/remind/patches/patch-ac
index 999e1ebb474..3057ba84aa8 100644
--- a/time/remind/patches/patch-ac
+++ b/time/remind/patches/patch-ac
@@ -1,20 +1,16 @@
-$NetBSD: patch-ac,v 1.4 2006/10/01 08:26:56 schwarz Exp $
+$NetBSD: patch-ac,v 1.5 2007/09/08 21:58:01 jlam Exp $
---- src/files.c.orig 2005-09-30 05:29:32.000000000 +0200
-+++ src/files.c 2006-09-17 19:33:26.000000000 +0200
-@@ -19,6 +19,11 @@
+--- src/files.c.orig 2005-09-29 23:29:32.000000000 -0400
++++ src/files.c
+@@ -19,6 +19,7 @@ static char const RCSID[] = "$Id: files.
#include <string.h>
#include <ctype.h>
-+#ifdef NBCOMPAT_GLOB_H
-+# include <nbcompat/glob.h>
-+#else
-+# include <glob.h>
-+#endif
++#include <glob.h>
#include <sys/stat.h>
#ifdef TM_IN_SYS_TIME
-@@ -365,16 +370,27 @@
+@@ -365,16 +366,27 @@ int DoInclude(ParsePtr p)
{
DynamicBuffer buf;
int r, e;