diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-08-04 18:48:16 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-08-04 18:48:16 +0000 |
commit | b62ccd5d51740d8ca9cdeeeb60fa5078c73639f6 (patch) | |
tree | 6ef2953e58beeb2724c0c7e179d209c65ce5c309 /emulators | |
parent | 1199feefcaa4512605ceaa8e5e18a6dee93b7486 (diff) | |
download | pkgsrc-b62ccd5d51740d8ca9cdeeeb60fa5078c73639f6.tar.gz |
Add comment to patch.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/distinfo | 4 | ||||
-rw-r--r-- | emulators/qemu/patches/patch-ioport.c | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo index 5e5a7197702..1eecb1a0b53 100644 --- a/emulators/qemu/distinfo +++ b/emulators/qemu/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.67 2011/08/04 12:20:54 ryoon Exp $ +$NetBSD: distinfo,v 1.68 2011/08/04 18:48:16 ryoon Exp $ SHA1 (qemu-0.14.1.tar.gz) = 1a5003a03004b62b52562d1cbb8f50c5f135e0b8 RMD160 (qemu-0.14.1.tar.gz) = 0601ff4e613fea0a6ce80907e2bfa11704048b36 @@ -15,4 +15,4 @@ SHA1 (patch-ej) = 2ac3bd790d66f0a4bbf94df9a33caee54e6f6bfe SHA1 (patch-el) = 3e2dd725ca3cf658b43a9ec07dc8d596f65bf3c9 SHA1 (patch-en) = 9ea3b764e0bb7161d593ac830a0e24b598a179b6 SHA1 (patch-et) = 09129c2eac330f83af7ac27a43fc7f19dbca8859 -SHA1 (patch-ioport.c) = 184b7e1d68f255cab1aa1133404a7644ed8c09c5 +SHA1 (patch-ioport.c) = 9597054f97d2c57eee61349ae4d5d1e94bf86a04 diff --git a/emulators/qemu/patches/patch-ioport.c b/emulators/qemu/patches/patch-ioport.c index 0277fb879d6..9e39d84c400 100644 --- a/emulators/qemu/patches/patch-ioport.c +++ b/emulators/qemu/patches/patch-ioport.c @@ -1,4 +1,6 @@ -$NetBSD: patch-ioport.c,v 1.2 2011/08/04 12:20:54 ryoon Exp $ +$NetBSD: patch-ioport.c,v 1.3 2011/08/04 18:48:17 ryoon Exp $ + +* Avoid conflicts with SSP read() macro in NetBSD's <ssp/unistd.h> --- ioport.c.orig 2011-05-06 19:01:44.000000000 +0000 +++ ioport.c |