pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/libpciaccess



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 21 09:42:40 UTC 2013

Modified Files:
        pkgsrc/sysutils/libpciaccess: Makefile distinfo
Added Files:
        pkgsrc/sysutils/libpciaccess/patches: patch-configure
Removed Files:
        pkgsrc/sysutils/libpciaccess/patches: patch-ac patch-configure.ac
            patch-scanpci_Makefile.am patch-scanpci_scanpci.c
            patch-src_common__bridge.c patch-src_freebsd__pci.c
            patch-src_pciaccess__private.h patch-src_solx__devfs.c
            patch-src_x86__pci.c

Log Message:
Update to 0.13.2. Set LICENSE.

This release provides a lot of platform-specific improvements for various
platforms, including Solaris (SPARC & x64), FreeBSD, NetBSD, and Hurd.
It also provides some platform-independent fixes & code cleanup.

Adam Jackson (1):
      configure: Remove AM_MAINTAINER_MODE

Alan Coopersmith (10):
      Solaris: Implement map_legacy & legacy_io functions
      Solaris: refactor pci_device_solx_devfs_map_range to reduce code 
duplication
      Bug 63583 - add legacy IO routines for FreeBSD
      Define PCI_MATCH_ANY as an unsigned int
      pci_id_file_open: move variable inside the #ifndef that uses it
      pci_device_solx_devfs_read: fix sign conversion/comparison warnings
      Solaris: Remove #defines for Ultra 45 southbridge device ids
      pci_device_solx_devfs_probe: implicit conversion changes signedness 
warnings
      Resync COPYING file with copyrights/licenses from code
      libpciaccess 0.13.2

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Egbert Eich (1):
      PCI: set correct mask value when matching for bridges.

Henry Zhao (5):
      libpciaccess: implementation of boot_vga in Solaris
      libpciaccess: sparc rom read fix
      scanpci: print meaningful info on BASEROM
      Solaris: Add domain support for sparc platform
      Solaris: probe improvement

John Martin (1):
      Fix Sun bug #7035791: scanpci should report 64 bit registers

Mark Logan (1):
      libpciaccess: fix memory usage errors

Samuel Thibault (1):
      Implement legacy io & map for x86 backend

Thomas Klausner (6):
      Protect config.h like usual.
      Move 'const' to correct place, so it has meaning.
      Update NetBSD support.
      Enable boot_vga support only if WSDISPLAYIO_GET_BUSID is defined.
      Fix build on NetBSD-4.
      Support more pci functions on NetBSD.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/sysutils/libpciaccess/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/libpciaccess/distinfo
cvs rdiff -u -r1.15 -r0 pkgsrc/sysutils/libpciaccess/patches/patch-ac
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/libpciaccess/patches/patch-configure
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/sysutils/libpciaccess/patches/patch-configure.ac \
    pkgsrc/sysutils/libpciaccess/patches/patch-scanpci_Makefile.am \
    pkgsrc/sysutils/libpciaccess/patches/patch-scanpci_scanpci.c \
    pkgsrc/sysutils/libpciaccess/patches/patch-src_common__bridge.c \
    pkgsrc/sysutils/libpciaccess/patches/patch-src_freebsd__pci.c \
    pkgsrc/sysutils/libpciaccess/patches/patch-src_pciaccess__private.h \
    pkgsrc/sysutils/libpciaccess/patches/patch-src_solx__devfs.c \
    pkgsrc/sysutils/libpciaccess/patches/patch-src_x86__pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index