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 /lang | |
parent | Add USE_GNOME+= gnomedocutils to 5 ports (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)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ferite/Makefile | 4 | ||||
-rw-r--r-- | lang/fpc-units/Makefile | 2 | ||||
-rw-r--r-- | lang/gnustep-base/Makefile | 2 | ||||
-rw-r--r-- | lang/hiphop-php/Makefile | 2 | ||||
-rw-r--r-- | lang/hugs/Makefile | 2 | ||||
-rw-r--r-- | lang/ofc/Makefile | 2 | ||||
-rw-r--r-- | lang/phantomjs/Makefile | 2 | ||||
-rw-r--r-- | lang/php5/Makefile | 2 | ||||
-rw-r--r-- | lang/php53/Makefile | 2 | ||||
-rw-r--r-- | lang/php55/Makefile | 2 | ||||
-rw-r--r-- | lang/pike76/Makefile | 1 | ||||
-rw-r--r-- | lang/pike78/Makefile | 2 | ||||
-rw-r--r-- | lang/smalltalk/Makefile | 2 |
13 files changed, 14 insertions, 13 deletions
diff --git a/lang/ferite/Makefile b/lang/ferite/Makefile index 296102f1a577..670f8bac7407 100644 --- a/lang/ferite/Makefile +++ b/lang/ferite/Makefile @@ -3,7 +3,7 @@ PORTNAME= ferite PORTVERSION= 1.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MASTER_SITES= SF @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An embeddable scripting language LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre \ - xml2.5:${PORTSDIR}/textproc/libxml2 + libxml2.so:${PORTSDIR}/textproc/libxml2 USE_AUTOTOOLS= libtool USE_GMAKE= yes diff --git a/lang/fpc-units/Makefile b/lang/fpc-units/Makefile index 6928a58790ff..5e92f64ae0be 100644 --- a/lang/fpc-units/Makefile +++ b/lang/fpc-units/Makefile @@ -3,7 +3,7 @@ PORTNAME= units PORTVERSION= 2.6.4 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= # none PKGNAMEPREFIX= fpc- diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile index 7d32eea721e1..6a1751c48b14 100644 --- a/lang/gnustep-base/Makefile +++ b/lang/gnustep-base/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnustep-base PORTVERSION= 1.24.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang devel gnustep MASTER_SITES= ${MASTER_SITE_GNUSTEP} MASTER_SITE_SUBDIR= core diff --git a/lang/hiphop-php/Makefile b/lang/hiphop-php/Makefile index c2c23ef74753..ea51dcc988bc 100644 --- a/lang/hiphop-php/Makefile +++ b/lang/hiphop-php/Makefile @@ -3,7 +3,7 @@ PORTNAME= hiphop-php PORTVERSION= 2.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= lang devel www MASTER_SITES= https://github.com/facebook/hiphop-php/archive/:main \ http://unicode.org/Public/UNIDATA/:unidata \ diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index 9bdabe52c76d..cb1c457d23ae 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -3,7 +3,7 @@ PORTNAME= hugs98 PORTVERSION= 200609 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang haskell MASTER_SITES= http://cvs.haskell.org/Hugs/downloads/2006-09/ DISTNAME= ${PORTNAME}-plus-${HUGS_DATE} diff --git a/lang/ofc/Makefile b/lang/ofc/Makefile index 895f7330ecf4..07285a048075 100644 --- a/lang/ofc/Makefile +++ b/lang/ofc/Makefile @@ -3,7 +3,7 @@ PORTNAME= ofc PORTVERSION= 0.8.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= lang MASTER_SITES= GOOGLE_CODE diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile index 763ad8e783d1..7135ff6372d0 100644 --- a/lang/phantomjs/Makefile +++ b/lang/phantomjs/Makefile @@ -2,7 +2,7 @@ PORTNAME= phantomjs PORTVERSION= 1.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-${PORTVERSION}-source diff --git a/lang/php5/Makefile b/lang/php5/Makefile index c1e7d63724c2..b439544fba83 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -3,7 +3,7 @@ PORTNAME= php5 PORTVERSION= 5.4.27 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 71223cf63818..4d67c04addef 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -3,7 +3,7 @@ PORTNAME= php53 PORTVERSION= 5.3.28 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions diff --git a/lang/php55/Makefile b/lang/php55/Makefile index f909d9fac400..c57c3993ce40 100644 --- a/lang/php55/Makefile +++ b/lang/php55/Makefile @@ -3,7 +3,7 @@ PORTNAME= php55 PORTVERSION= 5.5.11 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} MASTER_SITE_SUBDIR= distributions diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile index a30a4f9ef34c..7deb2ae9e777 100644 --- a/lang/pike76/Makefile +++ b/lang/pike76/Makefile @@ -3,6 +3,7 @@ PORTNAME= pike76 PORTVERSION= 7.6.132 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \ http://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \ diff --git a/lang/pike78/Makefile b/lang/pike78/Makefile index e7156b04b2dd..bad17abd5654 100644 --- a/lang/pike78/Makefile +++ b/lang/pike78/Makefile @@ -2,7 +2,7 @@ PORTNAME= pike78 PORTVERSION= 7.8.700 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang MASTER_SITES= http://pike.ida.liu.se/pub/pike/all/${PORTVERSION}/ \ ftp://pike.ida.liu.se/pub/pike/beta/${PORTVERSION}/ \ diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index b798d83ccba2..6425d5ea159a 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -3,7 +3,7 @@ PORTNAME= smalltalk PORTVERSION= 3.2.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= GNU |