FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 7:50 PM BST
non port: devel/libpciaccess/Makefile
CVSWeb

Number of commits found: 14

Wed, 9 Nov 2011
[ 15:26 miwi ] Original commit 
1.6 accessibility/atkmm/Makefile
1.44 accessibility/gnome-speech/Makefile
1.67 archivers/libarchive/Makefile
1.9 archivers/libpar2/Makefile
1.8 archivers/snappy/Makefile
1.6 archivers/squeeze/Makefile
1.25 archivers/tardy/Makefile
1.3 audio/alsa-lib/Makefile
1.13 audio/audiere/Makefile
1.10 audio/celt/Makefile

(Only the first 10 of 250 ports in this commit are shown above. View all ports for this commit)
- Remove WITH_FBSD10_FIX, is no longer needed
Fri, 28 Oct 2011
[ 18:13 miwi ] Original commit 
1.13 devel/libpciaccess/Makefile
- Fix build on FreeBSD 10
Fri, 25 Feb 2011
[ 16:52 miwi ] Original commit 
1.21 devel/imake/Makefile
1.12 devel/libpciaccess/Makefile
1.17 devel/makedepend/Makefile
1.5 devel/xorg-macros/Makefile
1.36 graphics/dri/Makefile
1.17 graphics/libGL/Makefile
1.14 graphics/libGLU/Makefile
1.10 graphics/libGLw/Makefile
1.25 graphics/libglut/Makefile
1.34 graphics/mesa-demos/Makefile

(Only the first 10 of 606 ports in this commit are shown above. View all ports for this commit)
- 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
Fri, 1 Oct 2010
[ 00:58 sunpoet ] Original commit 
1.11 devel/libpciaccess/Makefile
1.4 devel/libpciaccess/distinfo
- Update to 0.12.0
- Use = instead of += on CONFIGURE_ARGS

PR:             ports/149161
Approved by:    pgollucci (mentor)
Sat, 1 May 2010
[ 11:41 miwi ] Original commit 
1.20 devel/imake/Makefile
1.10 devel/libpciaccess/Makefile
1.16 devel/makedepend/Makefile
1.4 devel/xorg-macros/Makefile
1.6 x11-clocks/xclock/Makefile
1.13 x11-drivers/input-wacom/Makefile
1.8 x11-drivers/xf86-input-acecad/Makefile
1.8 x11-drivers/xf86-input-citron/Makefile
1.7 x11-drivers/xf86-input-hyperpen/Makefile
1.9 x11-drivers/xf86-input-joystick/Makefile

(Only the first 10 of 517 ports in this commit are shown above. View all ports for this commit)
- 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)
Mon, 8 Feb 2010
[ 00:14 marius ] Original commit 
1.9 devel/libpciaccess/Makefile
1.8 devel/libpciaccess/files/patch-src-freebsd_pci.c
Correct an inverted !__sparc64__.

Approved by:    rnoland
Thu, 7 May 2009
[ 19:38 rnoland ] Original commit 
1.8 devel/libpciaccess/Makefile
1.2 devel/libpciaccess/distinfo
1.7 devel/libpciaccess/files/patch-src-freebsd_pci.c
Update to 0.10.6
Tue, 31 Mar 2009
[ 20:19 marius ] Original commit 
1.7 devel/libpciaccess/Makefile
1.70 x11-servers/xorg-server/Makefile
1.1 x11-servers/xorg-server/files/patch-Xserver-hw-xfree86-os-support-bsd-sparc64_video.c
1.1 devel/libpciaccess/files/patch-src-common_init.c
1.6 devel/libpciaccess/files/patch-src-freebsd_pci.c
1.1 devel/libpciaccess/files/patch-src-pciaccess_private.h
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
Thu, 26 Feb 2009
[ 02:05 rnoland ] Original commit 
1.6 devel/libpciaccess/Makefile
1.5 devel/libpciaccess/files/patch-src-freebsd_pci.c
Use the new PCIOCGETBAR if it is available, rather than frob the
BARs ourself.

Submitted by:   Nathan Whitehorn <nwhitehorn@freebsd.org>
Sun, 8 Feb 2009
[ 23:44 rnoland ] Original commit 
1.5 devel/libpciaccess/Makefile
1.4 devel/libpciaccess/files/patch-src-freebsd_pci.c
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>
[ 06:04 rnoland ] Original commit 
1.4 devel/libpciaccess/Makefile
1.3 devel/libpciaccess/files/patch-src-freebsd_pci.c
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.
Thu, 29 Jan 2009
[ 18:50 rnoland ] Original commit 
1.3 devel/libpciaccess/Makefile
1.2 devel/libpciaccess/files/patch-src-freebsd_pci.c
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>
Sun, 25 Jan 2009
[ 17:05 rnoland ] Original commit 
1.2 devel/libpciaccess/Makefile
1.1 devel/libpciaccess/files/patch-src-freebsd_pci.c
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)
Fri, 23 Jan 2009
[ 16:28 flz ] Original commit 
1.1781 MOVED
1.19 astro/boinc-setiathome-enhanced/Makefile
1.42 astro/celestia/Makefile
1.31 astro/openuniverse/Makefile
1.39 astro/xtide/Makefile
1.4 audio/fmit/Makefile
1.46 audio/nas/Makefile
1.28 audio/rosegarden/Makefile
1.23 audio/xcdplayer/Makefile
1.27 audio/xmixer/Makefile

(Only the first 10 of 612 ports in this commit are shown above. View all ports for this commit)
- 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

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 3
new 48 hours32
new 7 days59
new fortnight183
new month255

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

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.087 seconds.