Date: Mon, 8 Sep 2014 15:54:44 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r367643 - head/x11-servers/xorg-vfbserver Message-ID: <201409081554.s88FsiFm041409@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Sep 8 15:54:43 2014 New Revision: 367643 URL: http://svnweb.freebsd.org/changeset/ports/367643 QAT: https://qat.redports.org/buildarchive/r367643/ Log: 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 Modified: head/x11-servers/xorg-vfbserver/Makefile head/x11-servers/xorg-vfbserver/distinfo Modified: head/x11-servers/xorg-vfbserver/Makefile ============================================================================== --- head/x11-servers/xorg-vfbserver/Makefile Mon Sep 8 15:49:43 2014 (r367642) +++ head/x11-servers/xorg-vfbserver/Makefile Mon Sep 8 15:54:43 2014 (r367643) @@ -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 +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 -SLAVE_PORT= yes 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> + Modified: head/x11-servers/xorg-vfbserver/distinfo ============================================================================== --- head/x11-servers/xorg-vfbserver/distinfo Mon Sep 8 15:49:43 2014 (r367642) +++ head/x11-servers/xorg-vfbserver/distinfo Mon Sep 8 15:54:43 2014 (r367643) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409081554.s88FsiFm041409>