[Bug 255973] x11-drivers/xf86-video-qxl deprecated/deleted, yet upstream source builds on freebsd 12.2

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun May 30 06:53:14 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255973

--- Comment #2 from John Hartley <drum at graphica.com.au> ---
Hi Niclas,

as it appears that xf86-video-qxl was removed from the ports repository with
branch 2020Q4, I did a fork of entire ports tree (via GitHub) and then checked
out the 2020Q3 branch.

# git checkout 2020Q3

I then update of Makefile to use python 3.7 and make.

This built successfully.

Here is diff:
git diff Makefile
diff --git a/x11-drivers/xf86-video-qxl/Makefile
b/x11-drivers/xf86-video-qxl/Makefile
index 65dbd1059ebe..fb265dd39d71 100644
--- a/x11-drivers/xf86-video-qxl/Makefile
+++ b/x11-drivers/xf86-video-qxl/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS=       
spice-protocol>=0.12.10:devel/spice-protocol \
                ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
 LIB_DEPENDS=   libspice-server.so:devel/libspice-server

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


Given that the entire sub-directory is removed from port tree, I am not sure
what the process is to get it back with updated dependencies.

Cheers,


John Hartley.

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


More information about the freebsd-x11 mailing list