diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-16 18:28:47 +0000 |
commit | 39fc32e82863cce17f070122d498ce82cf7ea7af (patch) | |
tree | fc8323f5d400038235fda42a6096107239789049 /emulators | |
parent | ca9574e7df6ddd6a18e6234bc0f210d734a2d092 (diff) |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.
Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.
Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.
Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.
Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics
Thanks to: all testers, bdrewery and the FreeBSD x11@ team
exp-run by: bdrewery [1]
PR: ports/187602 [1]
Approved by: portmgr (bdrewery), core (jhb)
Notes
Notes:
svn path=/head/; revision=351411
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/adamem/Makefile | 2 | ||||
-rw-r--r-- | emulators/advancemame/Makefile | 1 | ||||
-rw-r--r-- | emulators/advancemenu/Makefile | 1 | ||||
-rw-r--r-- | emulators/advancemess/Makefile | 2 | ||||
-rw-r--r-- | emulators/catapult/Makefile | 2 | ||||
-rw-r--r-- | emulators/dolphin-emu/Makefile | 2 | ||||
-rw-r--r-- | emulators/fuse/Makefile | 2 | ||||
-rw-r--r-- | emulators/jzintv/Makefile | 2 | ||||
-rw-r--r-- | emulators/loemu/Makefile | 2 | ||||
-rw-r--r-- | emulators/mtools/Makefile | 2 | ||||
-rw-r--r-- | emulators/mupen64-sdlinput/Makefile | 4 | ||||
-rw-r--r-- | emulators/nonpareil/Makefile | 2 | ||||
-rw-r--r-- | emulators/openmsx/Makefile | 2 | ||||
-rw-r--r-- | emulators/qemu-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/snes9x-gtk/Makefile | 1 | ||||
-rw-r--r-- | emulators/tme/Makefile | 2 | ||||
-rw-r--r-- | emulators/virtualbox-ose-additions/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-devel/Makefile | 1 | ||||
-rw-r--r-- | emulators/wine/Makefile | 1 | ||||
-rw-r--r-- | emulators/yabause/Makefile | 2 |
20 files changed, 21 insertions, 16 deletions
diff --git a/emulators/adamem/Makefile b/emulators/adamem/Makefile index 3c1195c1c347..c11532ae7fc4 100644 --- a/emulators/adamem/Makefile +++ b/emulators/adamem/Makefile @@ -3,7 +3,7 @@ PORTNAME= adamem PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= http://www.komkon.org/~dekogel/files/coleco/ DISTNAME= ${PORTNAME} diff --git a/emulators/advancemame/Makefile b/emulators/advancemame/Makefile index e6fa3e4db6be..950cbbe73363 100644 --- a/emulators/advancemame/Makefile +++ b/emulators/advancemame/Makefile @@ -3,6 +3,7 @@ PORTNAME= advancemame PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF diff --git a/emulators/advancemenu/Makefile b/emulators/advancemenu/Makefile index 2719939c1b6c..91f16b434556 100644 --- a/emulators/advancemenu/Makefile +++ b/emulators/advancemenu/Makefile @@ -3,6 +3,7 @@ PORTNAME= advancemenu PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF/advancemame/${PORTNAME}/${PORTVERSION} diff --git a/emulators/advancemess/Makefile b/emulators/advancemess/Makefile index 3201e3b1ab75..729e9dfeb8a4 100644 --- a/emulators/advancemess/Makefile +++ b/emulators/advancemess/Makefile @@ -3,7 +3,7 @@ PORTNAME= advancemess PORTVERSION= 0.102.0.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= SF/advancemame/${PORTNAME}/${PORTVERSION} diff --git a/emulators/catapult/Makefile b/emulators/catapult/Makefile index e85e0a33a1d6..65db2583e2ad 100644 --- a/emulators/catapult/Makefile +++ b/emulators/catapult/Makefile @@ -3,7 +3,7 @@ PORTNAME= catapult PORTVERSION= 0.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= SF/openmsx/openmsx/${PORTVERSION} DISTNAME= openmsx-${PORTNAME}-${PORTVERSION} diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index ff7c53375fea..fa2fde120ea9 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -3,7 +3,7 @@ PORTNAME= dolphin-emu PORTVERSION= 4.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index c9a270aeaa53..1a36b0d78220 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -3,7 +3,7 @@ PORTNAME= fuse PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} diff --git a/emulators/jzintv/Makefile b/emulators/jzintv/Makefile index 055aa1b8de62..35e977b4003f 100644 --- a/emulators/jzintv/Makefile +++ b/emulators/jzintv/Makefile @@ -3,7 +3,7 @@ PORTNAME= jzintv PORTVERSION= 1.0b4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://spatula-city.org/~im14u2c/intv/dl/ DISTFILES= ${PORTNAME}-1.0-beta4-src${EXTRACT_SUFX} \ diff --git a/emulators/loemu/Makefile b/emulators/loemu/Makefile index 7bd265a1af7e..66d76ad86436 100644 --- a/emulators/loemu/Makefile +++ b/emulators/loemu/Makefile @@ -3,7 +3,7 @@ PORTNAME= loemu PORTVERSION= 0.3.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= emulators python MASTER_SITES= http://loemu.pegueroles.com/dists/ diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index 4c535cca3461..e3d7f0ed067f 100644 --- a/emulators/mtools/Makefile +++ b/emulators/mtools/Makefile @@ -3,7 +3,7 @@ PORTNAME= mtools PORTVERSION= 4.0.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= mtools diff --git a/emulators/mupen64-sdlinput/Makefile b/emulators/mupen64-sdlinput/Makefile index d8736f8abd96..590cc17d95b2 100644 --- a/emulators/mupen64-sdlinput/Makefile +++ b/emulators/mupen64-sdlinput/Makefile @@ -1,12 +1,12 @@ # $FreeBSD$ PORTVERSION= 0.0.10 -PORTREVISION= 3 +PORTREVISION= 4 PKGNAMESUFFIX= -sdlinput COMMENT= Blight's SDL input plugin for Mupen64 -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 FIXFILES= # diff --git a/emulators/nonpareil/Makefile b/emulators/nonpareil/Makefile index 8ed647999a2e..a91cee13f61e 100644 --- a/emulators/nonpareil/Makefile +++ b/emulators/nonpareil/Makefile @@ -3,7 +3,7 @@ PORTNAME= nonpareil PORTVERSION= 0.79 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= http://nonpareil.brouhaha.com/download/ diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index b91236f2ffdf..987265e41a78 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -2,7 +2,7 @@ PORTNAME= openmsx PORTVERSION= 0.10.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= SF diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 752199f8f6fb..a4e221894c70 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 1.7.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/:release \ LOCAL/nox:snapshot diff --git a/emulators/snes9x-gtk/Makefile b/emulators/snes9x-gtk/Makefile index 4551768d8003..5202e18a0d74 100644 --- a/emulators/snes9x-gtk/Makefile +++ b/emulators/snes9x-gtk/Makefile @@ -3,6 +3,7 @@ PORTNAME= snes9x PORTVERSION= 1.53r81 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://snes9x-gtk.googlecode.com/files/ PKGNAMESUFFIX= -gtk diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index 364ddc20fd00..29d51f75b28d 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -3,7 +3,7 @@ PORTNAME= tme PORTVERSION= 0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= http://people.csail.mit.edu/fredette/tme/ diff --git a/emulators/virtualbox-ose-additions/Makefile b/emulators/virtualbox-ose-additions/Makefile index 0b12ac18d733..b18ce9966102 100644 --- a/emulators/virtualbox-ose-additions/Makefile +++ b/emulators/virtualbox-ose-additions/Makefile @@ -3,7 +3,7 @@ PORTNAME= virtualbox-ose DISTVERSION= 4.3.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ http://tmp.chruetertee.ch/ \ diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 4172e4a6c845..6f8837c5fcdc 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= wine DISTVERSION= 1.7.16 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 73f241823a88..6e242601456d 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -3,6 +3,7 @@ PORTNAME= wine DISTVERSION= 1.6.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile index fb760a24b785..3da9b47d92c6 100644 --- a/emulators/yabause/Makefile +++ b/emulators/yabause/Makefile @@ -3,7 +3,7 @@ PORTNAME= yabause PORTVERSION= 0.9.11.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S/1.1/1/g}/ |