aboutsummaryrefslogtreecommitdiff
path: root/x11-servers/xorg-vfbserver
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-08 15:54:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-08 15:54:43 +0000
commit35185537aa1627440c97ca9c2f30dc35758a958f (patch)
tree0b8a4c44abd6bdb4cd3df0a9c588a12522e3cd01 /x11-servers/xorg-vfbserver
parente204458c4c2cbed56011a03474931486274450f0 (diff)
downloadports-35185537aa1627440c97ca9c2f30dc35758a958f.tar.gz
ports-35185537aa1627440c97ca9c2f30dc35758a958f.zip
Update to 1.14.7
- Changes: * Do not make it a slave of xorg-server anymore so it doesn't change depending on NEW_XORG * Update to the highest version able to deal with dependencies of the oldest xorg supported
Notes
Notes: svn path=/head/; revision=367643
Diffstat (limited to 'x11-servers/xorg-vfbserver')
-rw-r--r--x11-servers/xorg-vfbserver/Makefile58
-rw-r--r--x11-servers/xorg-vfbserver/distinfo4
2 files changed, 44 insertions, 18 deletions
diff --git a/x11-servers/xorg-vfbserver/Makefile b/x11-servers/xorg-vfbserver/Makefile
index 70e0c329e826..d3902364b4e5 100644
--- a/x11-servers/xorg-vfbserver/Makefile
+++ b/x11-servers/xorg-vfbserver/Makefile
@@ -2,28 +2,54 @@
# $FreeBSD$
PORTNAME= xorg-vfbserver
+PORTVERSION= 1.14.7
+CATEGORIES= x11-servers
+MASTER_SITES= XORG
+MASTER_SITE_SUBDIR= individual/xserver
+DISTNAME= xorg-server-${PORTVERSION}
+DIST_SUBDIR= xorg/xserver
+MAINTAINER= x11@FreeBSD.org
COMMENT= X virtual framebuffer server from X.Org
-MASTERDIR= ${.CURDIR}/../xorg-server
-DESCR= ${.CURDIR}/pkg-descr
-USE_XORG= x11 xf86driproto glproto randrproto renderproto fixesproto \
- damageproto xcmiscproto xextproto xf86miscproto inputproto \
- xf86vidmodeproto xf86bigfontproto scrnsaverproto bigreqsproto \
- dri2proto resourceproto fontsproto xf86dgaproto videoproto \
- compositeproto trapproto recordproto resourceproto \
- xineramaproto xinerama evieproto xkbfile xfont fontenc \
- xkbui xxf86misc xxf86vm xaw7 xmu xpm xext pixman xtrans
-
-CONFIGURE_ARGS= --disable-dmx --disable-xnest \
- --without-xmlto --disable-docs --disable-devel-docs \
- --localstatedir=/var --without-dtrace
-
-SLAVE_PORT= yes
+USES= tar:bzip2 pkgconfig
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --disable-dmx \
+ --disable-xephyr \
+ --disable-xnest \
+ --disable-kdrive \
+ --disable-xfbdev \
+ --disable-xfake \
+ --disable-screensaver \
+ --disable-xwin \
+ --disable-xwayland \
+ --disable-xorg \
+ --without-xmlto \
+ --disable-docs \
+ --disable-devel-docs \
+ --localstatedir=/var \
+ --without-dtrace \
+ --without-doxygen \
+ --disable-libpciaccess \
+ --disable-glx \
+ --disable-dri \
+ --disable-config-hal \
+ --disable-libdrm \
+ --disable-glx-tls \
+ --disable-vbe \
+ --disable-vgahw
+
+USE_XORG= pixman x11 fixesproto damageproto xcmiscproto xtrans \
+ bigreqsproto randrproto renderproto xextproto inputproto \
+ videoproto compositeproto recordproto \
+ fontsproto resourceproto xf86driproto glproto \
+ presentproto xineramaproto xkbfile xfont
+
PLIST_FILES= bin/Xvfb \
man/man1/Xvfb.1.gz
do-install:
cd ${WRKSRC}/hw/vfb; DESTDIR=${STAGEDIR} ${MAKE} install
-.include "${MASTERDIR}/Makefile"
+.include <bsd.port.mk>
+
diff --git a/x11-servers/xorg-vfbserver/distinfo b/x11-servers/xorg-vfbserver/distinfo
index bc91bed4cb04..7574aaa6dcc4 100644
--- a/x11-servers/xorg-vfbserver/distinfo
+++ b/x11-servers/xorg-vfbserver/distinfo
@@ -1,2 +1,2 @@
-SHA256 (xorg/xserver/xorg-server-1.10.4.tar.bz2) = fafc16b97b9a61b62dfaa74e8d336baa0cea752ce9ed8103c4d212baa8031ca5
-SIZE (xorg/xserver/xorg-server-1.10.4.tar.bz2) = 5386174
+SHA256 (xorg/xserver/xorg-server-1.14.7.tar.bz2) = fcf66fa6ad86227613d2d3e8ae13ded297e2a1e947e9060a083eaf80d323451f
+SIZE (xorg/xserver/xorg-server-1.14.7.tar.bz2) = 5520884