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:   tnn
Date:           Fri Apr  9 08:09:11 UTC 2010

Modified Files:
        pkgsrc/sysutils/libpciaccess: Makefile distinfo
        pkgsrc/sysutils/libpciaccess/patches: patch-aa patch-ac

Log Message:
Update to libpciaccess-0.11.

Synced the netbsd support patch from xsrc HEAD, with a minor tweak:
 Now we first try to map memory in the newfangled /dev/pciN way.
 If that fails, then we fall back to /dev/mem.
 We need to do this to deal with netbsd-5 and earlier.

Add NetBSD/sparc64 to the list of supported platforms.

Upstream changes:

0.11.0:
 Add pci_device_get_parent_bridge()
 I/O port access routines
 Fix pci_device_open_io() to actually return something useful
 Fix I/O handle array allocator to work for devices past the first
 libpciaccess 0.11.0
 .gitignore: use common defaults with custom section # 24239
 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
 Deploy the new XORG_DEFAULT_OPTIONS #24242
 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
0.10.9:
 vgaarb: check pci_sys exists before initing vga arb
 shutup stupid gcc warning, strtok_r ignores the first parameter
 Free return value from scandir instead of leaking it.
 vgaarb: check for fd before close it
 vgaarb: fix newbie typo


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/libpciaccess/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/libpciaccess/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/libpciaccess/patches/patch-aa
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/libpciaccess/patches/patch-ac

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