Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Sep 2021 13:24:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 255973] x11-drivers/xf86-video-qxl deprecated/deleted, yet upstream source builds on freebsd 12.2
Message-ID:  <bug-255973-7141-ogbgtVWtr8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255973-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255973-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255973

--- Comment #4 from John Hartley <drum@graphica.com.au> ---
(In reply to Jan Beich from comment #3)

Hi Jan,

I wish the maintain of this port would resolve the problem.

The port has not been restored.

I have retested with 12.2.

Process was:

1. Clean install of FreeBSD 12.2

2. Install the X11/gnome/evdev/utouch pks: pkg install xorg gnome-desktop
xf86-input-evdev utouch-kmod

3. Install all the build tools: pkg install git autoconf automake xorg-macr=
os
m4 pkgconf libtool

4. Install all the dependency (as pkg) to ensure pickup latest and greatest
versions: pkg install help2man libspice-server spice-protocol bison texinfo
openssl

5. Clone the ports tree via github: git clone XXX

6. Check out the old tree branck: git checkout 2020Q3

7. Edit the Makefile to remove the explicit python dependency (as per
suggestion)

8. Fix the X11 config file to pickup the QEMU Tablet Driver

Result: Able to run FreeBSD Desktop again as KVM/QEMU VM

Here is updated diff file:

$ git diff Makefile
diff --git a/x11-drivers/xf86-video-qxl/Makefile
b/x11-drivers/xf86-video-qxl/Makefile
index fb265dd39d71..42cb413cebf7 100644
--- a/x11-drivers/xf86-video-qxl/Makefile
+++ b/x11-drivers/xf86-video-qxl/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS=3D=20=20=20=20=20=20=20
spice-protocol>=3D0.12.10:devel/spice-protocol \
                ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
 LIB_DEPENDS=3D   libspice-server.so:devel/libspice-server

-USES=3D          localbase:ldflags pkgconfig python:3.7 shebangfix xorg \
+USES=3D          localbase:ldflags pkgconfig python shebangfix xorg \
                xorg-cat:driver
 USE_XORG=3D      xfont

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255973-7141-ogbgtVWtr8>