summaryrefslogtreecommitdiff
path: root/sysutils/libpciaccess
diff options
context:
space:
mode:
authorwiz <wiz>2013-05-28 06:49:48 +0000
committerwiz <wiz>2013-05-28 06:49:48 +0000
commitd04e8210d0a04e789b7228246cb97dfccfa563e2 (patch)
tree487fd810dcffe009e1d73e6ad4dd8b98a28fa687 /sysutils/libpciaccess
parentbccb2f69bba6492fe5cf5ca386c934e0cab77555 (diff)
downloadpkgsrc-d04e8210d0a04e789b7228246cb97dfccfa563e2.tar.gz
Remove patch that only changes whitespace.
ok richard@
Diffstat (limited to 'sysutils/libpciaccess')
-rw-r--r--sysutils/libpciaccess/distinfo3
-rw-r--r--sysutils/libpciaccess/patches/patch-src_common__init.c18
2 files changed, 1 insertions, 20 deletions
diff --git a/sysutils/libpciaccess/distinfo b/sysutils/libpciaccess/distinfo
index a7f2dbde491..4ba28acb915 100644
--- a/sysutils/libpciaccess/distinfo
+++ b/sysutils/libpciaccess/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.19 2013/05/18 13:46:35 wiz Exp $
+$NetBSD: distinfo,v 1.20 2013/05/28 06:49:48 wiz Exp $
SHA1 (libpciaccess-0.13.1.tar.bz2) = ae4dcf27a1b52c6a1fd90b21165fbaecae34e8ac
RMD160 (libpciaccess-0.13.1.tar.bz2) = 2e4c94bd782e98d360664cc0ce3d5ad2d1b0045c
@@ -8,7 +8,6 @@ SHA1 (patch-configure.ac) = 7c5042225016fcd47e8cfd8242c0533ea86b8c5e
SHA1 (patch-scanpci_Makefile.am) = 086fead04b4a2e506a35aca5d5fe82395708e90c
SHA1 (patch-scanpci_scanpci.c) = 795d0572af9afb13af60f878f9f44d40edb33463
SHA1 (patch-src_common__bridge.c) = 658815c38b4f2e318bf083bc81b9042f88d04b2f
-SHA1 (patch-src_common__init.c) = 2e866fbb6278e84dfa295f55a9f30563489ae12d
SHA1 (patch-src_freebsd__pci.c) = 6b96f4c60a386a129069c3cd4593ba27938346e4
SHA1 (patch-src_pciaccess__private.h) = 56853598f50e5656ff7ba190b31f2940d66ec468
SHA1 (patch-src_solx__devfs.c) = 924649d561bc9922b6ee8335ffe5e997b1cb8c3c
diff --git a/sysutils/libpciaccess/patches/patch-src_common__init.c b/sysutils/libpciaccess/patches/patch-src_common__init.c
deleted file mode 100644
index cf116131cd4..00000000000
--- a/sysutils/libpciaccess/patches/patch-src_common__init.c
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD: patch-src_common__init.c,v 1.1 2013/05/15 03:20:16 richard Exp $
-
-Solaris: Add domain support for sparc platform
-As a result the code of finding nexus node for a device in sparc is simplified and made the same as x86.
-
-libpciaccess: fix memory usage errors
-This patch fixes memory usage errors that only occur on large SPARC machines with more than 256 PCI devices. In this case, memory is being used after it has been freed by calls to both free() and realloc(). This error was introduced by a previous patch: 2011-03-30 Solaris support for multiple PCI segments (domains)
-
---- src/common_init.c.orig 2012-04-09 17:02:57.000000000 +0000
-+++ src/common_init.c
-@@ -117,7 +117,6 @@ pci_system_cleanup( void )
- pci_sys->num_devices = 0;
- }
-
--
- if ( pci_sys->methods->destroy != NULL ) {
- (*pci_sys->methods->destroy)();
- }