summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-12-30 10:02:33 +0000
committerfrueauf <frueauf>1998-12-30 10:02:33 +0000
commit14615456c74bdcaeb04416b488c7fd54c7e36573 (patch)
treea789ba8d2e91a453823bcc03502cd55fdf15ce87 /misc
parent4581a97c7f254d80bb2573a20e8932877e06054b (diff)
downloadpkgsrc-14615456c74bdcaeb04416b488c7fd54c7e36573.tar.gz
- pkglint: move WRKSRC where it belongs
- add patch for correct timezone handling, provided in pr 6687 by Jarkko Torppa.
Diffstat (limited to 'misc')
-rw-r--r--misc/plan/Makefile4
-rw-r--r--misc/plan/patches/patch-ab13
2 files changed, 15 insertions, 2 deletions
diff --git a/misc/plan/Makefile b/misc/plan/Makefile
index 64fa3230c19..92d184d4212 100644
--- a/misc/plan/Makefile
+++ b/misc/plan/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1 1998/09/04 08:09:53 frueauf Exp $
+# $NetBSD: Makefile,v 1.2 1998/12/30 10:02:33 frueauf Exp $
#
DISTNAME= plan-1.7.2
+WRKSRC= ${WRKDIR}/src
CATEGORIES= misc x11
MASTER_SITES= ftp://ftp.fu-berlin.de/pub/unix/graphics/plan/
@@ -10,7 +11,6 @@ HOMEPAGE= http://www.in-berlin.de/User/bitrot/plan.html
USE_MOTIF= YES
-WRKSRC= ${WRKDIR}/src
ALL_TARGET= netbsd
pre-install:
diff --git a/misc/plan/patches/patch-ab b/misc/plan/patches/patch-ab
new file mode 100644
index 00000000000..ddc1e2d186e
--- /dev/null
+++ b/misc/plan/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 1998/12/30 10:02:33 frueauf Exp $
+
+--- time.c-orig Wed Jan 14 21:36:09 1998
++++ time.c Wed Dec 30 10:48:35 1998
+@@ -232,7 +232,7 @@
+ dst = zone - 3600;
+ dst = 0; /* jmorriso@bogomips.ee.ubc.ca 28.8.94 */
+ #else
+-#if defined(bsdi) || defined(SUN) || defined(SVR4) || defined(convex)
++#if defined(bsdi) || defined(SUN) || defined(SVR4) || defined(convex) || defined(__NetBSD__)
+ time_t now;
+ struct tm *tm;
+ tzset();