diff options
author | zeising <zeising@FreeBSD.org> | 2014-04-17 02:28:47 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2014-04-17 02:28:47 +0800 |
commit | 0d308966c11339773e9f09cdd69a8b5876b4f04e (patch) | |
tree | fc8323f5d400038235fda42a6096107239789049 /x11-wm | |
parent | 2ff2f3dac9805ec42de1b5cab42db4952b63bb93 (diff) | |
download | freebsd-ports-gnome-0d308966c11339773e9f09cdd69a8b5876b4f04e.tar.gz freebsd-ports-gnome-0d308966c11339773e9f09cdd69a8b5876b4f04e.tar.zst freebsd-ports-gnome-0d308966c11339773e9f09cdd69a8b5876b4f04e.zip |
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)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/afterstep-stable/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/awesome/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/awesome2/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/bbpager/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/dwm/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/echinus/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/epplets/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/i3/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/libcompizconfig/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/openbox/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/spectrwm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/wmfs/Makefile | 2 |
12 files changed, 13 insertions, 8 deletions
diff --git a/x11-wm/afterstep-stable/Makefile b/x11-wm/afterstep-stable/Makefile index 53bd3bc48db4..f80aaa7701a5 100644 --- a/x11-wm/afterstep-stable/Makefile +++ b/x11-wm/afterstep-stable/Makefile @@ -3,6 +3,7 @@ PORTNAME= afterstep PORTVERSION= 2.2.12 +PORTREVISION= 1 CATEGORIES= x11-wm afterstep MASTER_SITES= ${MASTER_SITE_AFTERSTEP} MASTER_SITE_SUBDIR= stable diff --git a/x11-wm/awesome/Makefile b/x11-wm/awesome/Makefile index e2b82638ecc1..6a4bde6f87eb 100644 --- a/x11-wm/awesome/Makefile +++ b/x11-wm/awesome/Makefile @@ -3,6 +3,7 @@ PORTNAME= awesome PORTVERSION= 3.5.5 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-wm MASTER_SITES= http://awesome.naquadah.org/download/ diff --git a/x11-wm/awesome2/Makefile b/x11-wm/awesome2/Makefile index 6354f19a1cbb..ba7b41676105 100644 --- a/x11-wm/awesome2/Makefile +++ b/x11-wm/awesome2/Makefile @@ -3,7 +3,7 @@ PORTNAME= awesome2 PORTVERSION= 2.3.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-wm MASTER_SITES= http://awesome.naquadah.org/download/ DISTNAME= awesome-${PORTVERSION} @@ -15,7 +15,7 @@ BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ xmlto:${PORTSDIR}/textproc/xmlto LIB_DEPENDS= confuse.0:${PORTSDIR}/devel/libconfuse \ cairo.2:${PORTSDIR}/graphics/cairo \ - freetype.9:${PORTSDIR}/print/freetype2 + libfreetype.so:${PORTSDIR}/print/freetype2 USES= iconv pkgconfig GNU_CONFIGURE= yes diff --git a/x11-wm/bbpager/Makefile b/x11-wm/bbpager/Makefile index adc1f9f3ff14..01c3bd51005b 100644 --- a/x11-wm/bbpager/Makefile +++ b/x11-wm/bbpager/Makefile @@ -3,7 +3,7 @@ PORTNAME= bbpager DISTVERSION= 0.4.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm MASTER_SITES= SF/bbtools/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/x11-wm/dwm/Makefile b/x11-wm/dwm/Makefile index 96b808cf0a7d..32a88846c47d 100644 --- a/x11-wm/dwm/Makefile +++ b/x11-wm/dwm/Makefile @@ -3,7 +3,7 @@ PORTNAME= dwm PORTVERSION= 6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://dl.suckless.org/${PORTNAME}/ \ http://schot.a-eskwadraat.nl/files/ diff --git a/x11-wm/echinus/Makefile b/x11-wm/echinus/Makefile index 723d766fc89f..ca596e13a264 100644 --- a/x11-wm/echinus/Makefile +++ b/x11-wm/echinus/Makefile @@ -3,6 +3,7 @@ PORTNAME= echinus PORTVERSION= 0.4.9 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= http://plhk.ru/static/echinus/ diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile index 327c642ba06c..aedce2a9f59a 100644 --- a/x11-wm/epplets/Makefile +++ b/x11-wm/epplets/Makefile @@ -3,6 +3,7 @@ PORTNAME= epplets PORTVERSION= 0.14 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= SF/enlightenment/${PORTNAME}/${PORTVERSION} diff --git a/x11-wm/i3/Makefile b/x11-wm/i3/Makefile index af901af0da6e..b65768f589f5 100644 --- a/x11-wm/i3/Makefile +++ b/x11-wm/i3/Makefile @@ -3,7 +3,7 @@ PORTNAME= i3 DISTVERSION= 4.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://i3wm.org/downloads/ diff --git a/x11-wm/libcompizconfig/Makefile b/x11-wm/libcompizconfig/Makefile index afb6d9bf1d33..6c4462ff6b70 100644 --- a/x11-wm/libcompizconfig/Makefile +++ b/x11-wm/libcompizconfig/Makefile @@ -3,7 +3,7 @@ PORTNAME= libcompizconfig PORTVERSION= 0.8.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-wm MASTER_SITES= http://releases.compiz.org/${PORTVERSION}/ diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index 2717e199ef74..8dbcef447b3e 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -3,7 +3,7 @@ PORTNAME= openbox PORTVERSION= 3.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm MASTER_SITES= http://openbox.org/dist/openbox/ diff --git a/x11-wm/spectrwm/Makefile b/x11-wm/spectrwm/Makefile index c491169ad7c0..88717024796c 100644 --- a/x11-wm/spectrwm/Makefile +++ b/x11-wm/spectrwm/Makefile @@ -3,6 +3,7 @@ PORTNAME= spectrwm PORTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= https://opensource.conformal.com/snapshots/${PORTNAME}/ EXTRACT_SUFX= .tgz diff --git a/x11-wm/wmfs/Makefile b/x11-wm/wmfs/Makefile index f6722de89f87..9f759cee4aad 100644 --- a/x11-wm/wmfs/Makefile +++ b/x11-wm/wmfs/Makefile @@ -3,7 +3,7 @@ PORTNAME= wmfs DISTVERSION= 201104 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= http://wmfs.info/attachments/download/45/ \ http://cloud.github.com/downloads/xorg62/wmfs/ |