summaryrefslogtreecommitdiff
path: root/emulators/wine-devel
diff options
context:
space:
mode:
authoradam <adam>2011-05-05 04:09:29 +0000
committeradam <adam>2011-05-05 04:09:29 +0000
commitaf36dfd0771440e80bc50c1861770a1a9d17d0d0 (patch)
tree5c75cc29ef02d20644ef626525c2258a5681cc1c /emulators/wine-devel
parenta6f7a2d3e71afee3303ed8503799cf35aa043e4c (diff)
downloadpkgsrc-af36dfd0771440e80bc50c1861770a1a9d17d0d0.tar.gz
patch-bb should have been long gone
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r--emulators/wine-devel/distinfo3
-rw-r--r--emulators/wine-devel/patches/patch-bb19
2 files changed, 1 insertions, 21 deletions
diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo
index fad8acdb364..f3cd72fc596 100644
--- a/emulators/wine-devel/distinfo
+++ b/emulators/wine-devel/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2011/05/02 21:23:01 adam Exp $
+$NetBSD: distinfo,v 1.13 2011/05/05 04:09:29 adam Exp $
SHA1 (wine-1.3.19.tar.bz2) = aaf58edfe0ffa1759ab7caee2efa057269e47b9f
RMD160 (wine-1.3.19.tar.bz2) = 7798b07b38375a1156f1cdb4e85e7fcb9b64a934
@@ -12,7 +12,6 @@ SHA1 (patch-af) = 32a23d042a2d4f76898dff76e981166ade9e0275
SHA1 (patch-ai) = 54453ed21f52d1da6a7f89bc437f7b318db5058f
SHA1 (patch-ak) = ff41f617d2ae7bbff57af52dda85647bc4fba354
SHA1 (patch-ba) = 6a8756059b07278398cf6ee83ec94c50e25b6a67
-SHA1 (patch-bb) = 77cad41a7e8e34f12243e53f6c1cec998bedefda
SHA1 (patch-bc) = 8132bdc30e665ecf8dacad52a2b06c48d4aa553f
SHA1 (patch-bd) = a60f7353f838bb3bf5e554bf80b1751b7d9d2138
SHA1 (patch-be) = f4d11193a364f3ebcd33825e850addb1638cef30
diff --git a/emulators/wine-devel/patches/patch-bb b/emulators/wine-devel/patches/patch-bb
deleted file mode 100644
index 12bad634693..00000000000
--- a/emulators/wine-devel/patches/patch-bb
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-bb,v 1.1.1.1 2008/11/21 17:40:31 adam Exp $
-
---- loader/kthread.c.orig 2008-06-17 10:07:31.000000000 -0400
-+++ loader/kthread.c 2008-06-27 07:32:03.000000000 -0400
-@@ -115,6 +115,14 @@
- pthread_descr descr = __pthread_thread_self();
- return &descr->thread_errno;
- }
-+
-+#ifdef __errno
-+#undef __errno
-+#endif
-+#ifdef ___errno
-+#undef ___errno
-+#endif
-+
- int *__error(void) { return __errno_location(); } /* FreeBSD */
- int *__errno(void) { return __errno_location(); } /* NetBSD */
- int *___errno(void) { return __errno_location(); } /* Solaris */