summaryrefslogtreecommitdiff
path: root/sysutils/tree
diff options
context:
space:
mode:
authorwiz <wiz>2014-04-29 07:10:09 +0000
committerwiz <wiz>2014-04-29 07:10:09 +0000
commit0cf9dc2f1ac4ff942779c935c930e0248a6109ec (patch)
tree573959974f58e4dd068e90e655d551de17ee4dbc /sysutils/tree
parentbcf22b8493a28e59d8687be5f9caa9ee2791162b (diff)
downloadpkgsrc-0cf9dc2f1ac4ff942779c935c930e0248a6109ec.tar.gz
Remove unneeded patch.
Diffstat (limited to 'sysutils/tree')
-rw-r--r--sysutils/tree/distinfo3
-rw-r--r--sysutils/tree/patches/patch-tree.h18
2 files changed, 1 insertions, 20 deletions
diff --git a/sysutils/tree/distinfo b/sysutils/tree/distinfo
index 931ada44f46..75d2661f123 100644
--- a/sysutils/tree/distinfo
+++ b/sysutils/tree/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.10 2014/04/29 07:07:26 wiz Exp $
+$NetBSD: distinfo,v 1.11 2014/04/29 07:10:09 wiz Exp $
SHA1 (tree-1.7.0.tgz) = 35bd212606e6c5d60f4d5062f4a59bb7b7b25949
RMD160 (tree-1.7.0.tgz) = 238a8d89b3a993679dad68fef871b3d7d0011354
Size (tree-1.7.0.tgz) = 47082 bytes
SHA1 (patch-Makefile) = fa796fe0bf6cc364ea4741250a2ae81b91b6afab
SHA1 (patch-tree.c) = 4c33a0105c8ab08edf5da7ea62ed9332d3f97725
-SHA1 (patch-tree.h) = 74d250ba1db35502071ef78537b9e6081a0e07cb
diff --git a/sysutils/tree/patches/patch-tree.h b/sysutils/tree/patches/patch-tree.h
deleted file mode 100644
index d8c0ab795fa..00000000000
--- a/sysutils/tree/patches/patch-tree.h
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-tree.h,v 1.2 2013/08/25 14:29:52 richard Exp $
-
-* solaris defines S_ISDOOR already so undef in order to not
-* undermine program logic.
-*
---- tree.h.orig 2011-06-24 12:55:58.000000000 +0000
-+++ tree.h
-@@ -59,6 +59,10 @@
- #define mbstowcs(w,m,x) mbsrtowcs(w,(const char**)(& #m),x,NULL)
- #endif
-
-+#ifdef __sun
-+# undef S_ISDOOR
-+#endif
-+
- /* Should probably use strdup(), but we like our xmalloc() */
- #define scopy(x) strcpy(xmalloc(strlen(x)+1),(x))
- #define MINIT 30 /* number of dir entries to initially allocate */