diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-26 00:52:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-26 00:52:50 +0800 |
commit | afbd9adc91ea20af30292938d6abd193791ae93f (patch) | |
tree | 81fd9833ef1b1f53de06c778a19bf1c393d0d703 /devel/libpciaccess | |
parent | a133868afc4cf84dbd611f2791989f867b0fb757 (diff) | |
download | freebsd-ports-gnome-afbd9adc91ea20af30292938d6abd193791ae93f.tar.gz freebsd-ports-gnome-afbd9adc91ea20af30292938d6abd193791ae93f.tar.zst freebsd-ports-gnome-afbd9adc91ea20af30292938d6abd193791ae93f.zip |
- 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
Diffstat (limited to 'devel/libpciaccess')
-rw-r--r-- | devel/libpciaccess/Makefile | 4 | ||||
-rw-r--r-- | devel/libpciaccess/distinfo | 5 | ||||
-rw-r--r-- | devel/libpciaccess/pkg-descr | 3 |
3 files changed, 4 insertions, 8 deletions
diff --git a/devel/libpciaccess/Makefile b/devel/libpciaccess/Makefile index e8f5676a5494..3954d510716c 100644 --- a/devel/libpciaccess/Makefile +++ b/devel/libpciaccess/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libpciaccess -PORTVERSION= 0.12.0 +PORTVERSION= 0.12.1 CATEGORIES= devel MAINTAINER= x11@FreeBSD.org @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids # XXX - Is it a runtime dep too? RUN_DEPENDS= ${LOCALBASE}/share/pciids/pci.ids:${PORTSDIR}/misc/pciids -CONFIGURE_ARGS= --with-pciids-path=${LOCALBASE}/share/pciids +CONFIGURE_ARGS+= --with-pciids-path=${LOCALBASE}/share/pciids XORG_CAT= lib diff --git a/devel/libpciaccess/distinfo b/devel/libpciaccess/distinfo index 985e1c1e94ff..dd572d7b7e77 100644 --- a/devel/libpciaccess/distinfo +++ b/devel/libpciaccess/distinfo @@ -1,3 +1,2 @@ -MD5 (xorg/lib/libpciaccess-0.12.0.tar.bz2) = 285e07976274572e1f1e68edee09b70a -SHA256 (xorg/lib/libpciaccess-0.12.0.tar.bz2) = f6b3c00e1c0aab0729563115d3d798e14c9210b4e10fccb484efe1c5eae85657 -SIZE (xorg/lib/libpciaccess-0.12.0.tar.bz2) = 294535 +SHA256 (xorg/lib/libpciaccess-0.12.1.tar.bz2) = cc47d7f0e48cf4eed972916b536fdc97788d7521915e3ae1cc92d540776d7344 +SIZE (xorg/lib/libpciaccess-0.12.1.tar.bz2) = 326217 diff --git a/devel/libpciaccess/pkg-descr b/devel/libpciaccess/pkg-descr index 77dbb5584df9..a095db27f052 100644 --- a/devel/libpciaccess/pkg-descr +++ b/devel/libpciaccess/pkg-descr @@ -1,6 +1,3 @@ This package contains the pciaccess library. WWW: http://www.freedesktop.org/Software/xlibs - -- Florent Thoumie -flz@FreeBSD.org |