6b7a FreshPorts -- devel/libpciaccess
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
libpciaccess 0.12.1 devel on this many watch lists=36 search for ports that depend on this port
Generic PCI access library
Maintained by: x11@FreeBSD.org search for ports maintained by this maintainer
Port Added: 23 Jan 2009 17:01:20
License: not specified in port


This package contains the pciaccess library.

WWW: http://www.freedesktop.org/Software/xlibs
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. misc/pciids
  2. devel/pkg-config
Required To Run:
  1. misc/pciids
  2. devel/pkg-config

This port is required by:

for Build for Libraries for Run

To install the port: cd /usr/ports/devel/libpciaccess/ && make install clean
To add the package: pkg_add -r libpciaccess


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/xorg/lib/
  2. ftp://ftp.cs.cuhk.edu.hk/pub/X11/individual/lib/
  3. ftp://ftp.mirrorservice.org/sites/ftp.x.org/pub/individual/lib/
  4. ftp://ftp.ntua.gr/pub/X11/X.org/individual/lib/
  5. ftp://ftp.sunet.se/pub/X11/ftp.x.org/individual/lib/
  6. ftp://ftp.task.gda.pl/mirror/ftp.x.org/pub/individual/lib/
  7. ftp://ftp.unicamp.br/pub/X11/releases/individual/lib/
  8. ftp://ftp.x.org/pub/individual/lib/
  9. ftp://sunsite.uio.no/pub/X11/individual/lib/
  10. http://ring.nict.go.jp/archives/X/opengroup/individual/lib//
  11. http://xorg.freedesktop.org/individual/lib/
  12. http://xorg.freedesktop.org/releases/individual/lib/

Number of commits found: 14

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
09 Nov 2011 15:26:04
Original commit files touched by this commit  0.12.1
miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
28 Oct 2011 18:13:30
Original commit files touched by this commit  0.12.1
miwi search for other commits by this committer
- Fix build on FreeBSD 10
25 Feb 2011 16:52:50
Original commit files touched by this commit  0.12.1
miwi search for other commits by this committer
- Please welcome Xorg 7.5.1

The X-Server has been patched to the latest 1.7.X series, drivers
and fonts have been updated to the latest versions. This update includes
some components from Xorg 7.6 with a lot of improvements, and it seems
that the performance is much better than the old version. Also this
Update fix build issues with clang and binutils 2.17.50 in current,
remove 6.X gruft and de-author pkg-descr.

I would like to thank:

        Beat Gaetzi
        Dima Panov
        Koop Mast
        Eitan Adler
        and all Testers.

PR:             ports/147646
                ports/148035
                ports/148744
                ports/150223
                ports/152889
                ports/154457
01 Oct 2010 00:58:34
Original commit files touched by this commit  0.12.0
sunpoet search for other commits by this committer
- Update to 0.12.0
- Use = instead of += on CONFIGURE_ARGS

PR:             ports/149161
Approved by:    pgollucci (mentor)
01 May 2010 11:41:07
Original commit files touched by this commit  0.11.0
miwi search for other commits by this committer
- Update to Xorg 7.5

The Intel drivers was patched to work with
the new server. The drivers for Vesa, NV,NVIDIA and
ATI have been tested thoroughfully and seem to work fine.
A complete changelog of Xorg 7.5 can you read here:

http://www.x.org/releases/X11R7.5/

A note to FreeBSD 6.X users: We strongly recommend you
to update your system to 7.x or above.

For updating try

portupgrade -af \*
(Only the first 15 lines of the commit message are shown above View all of this commit message)
08 Feb 2010 00:14:49
Original commit files touched by this commit  0.10.6_1
marius search for other commits by this committer
Correct an inverted !__sparc64__.

Approved by:    rnoland
07 May 2009 19:38:59
Original commit files touched by this commit  0.10.6
rnoland search for other commits by this committer
Update to 0.10.6
31 Mar 2009 20:19:04
Original commit files touched by this commit  0.10.5_6
marius search for other commits by this committer
Given that the x86-centric approach of mmap(2)'ing PCI memory via
mem(4) doesn't work on sparc64, revert to the pre-libpciaccess
approach of using the tty(4) device opened by the X server there.
Hopefully we have proper MI means of doing so one day.

Approved by:    flz
26 Feb 2009 02:05:29
Original commit files touched by this commit  0.10.5_5
rnoland search for other commits by this committer
Use the new PCIOCGETBAR if it is available, rather than frob the
BARs ourself.

Submitted by:   Nathan Whitehorn <nwhitehorn@freebsd.org>
08 Feb 2009 23:44:20
Original commit files touched by this commit  0.10.5_4
rnoland search for other commits by this committer
Fixup a couple of typos from the previous patch.

This should fix BIOS mapping on those chips that don't have a specific
pci rom.

Reported by:    Michael Butler <imb@protected-networks.net>
08 Feb 2009 06:04:32
Original commit files touched by this commit  0.10.5_3
rnoland search for other commits by this committer
Locate the BIOS BAR via the pci registers if it is available.
Calculate the correct BIOS size as well.  Previously, we just
always used the standard 64k VGA bios entry at 0xc0000.  We still
do that if we don't find a BIOS BAR.
29 Jan 2009 18:50:48
Original commit files touched by this commit  0.10.5_2
rnoland search for other commits by this committer
Some drivers depend on pci chip revision id to function properly.  We
had the info, but we weren't populating the field.  Do that now.

This fixes at least mga, possibly other drivers.

Reported by:    Mark Knight <markk@knigma.org>
Tested by:      Mark Knight <markk@knigma.org>,
                Warren Block <wblock@wonkity.com>
25 Jan 2009 17:05:10
Original commit files touched by this commit  0.10.5_1
rnoland search for other commits by this committer
We shouldn't go around frobbing pci BARs while they are enabled.

Commit these fixes until I get them committed upstream and a
release cut.

Approved by:    garga (mentor, implicit)
23 Jan 2009 16:28:36
Original commit files touched by this commit  0.10.5
flz search for other commits by this committer
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).

Number of commits found: 14

283a
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24523
Broken 217
Deprecated 474
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 133
Set to expire 512
Interactive 33
new 24 hours 5
new 48 hours10
new 7 days26
new fortnight59
new month210

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0