Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 May 2021 06:53:14 +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-ZU67ej8nJV@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 #2 from John Hartley <drum@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 chec=
ked
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=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:2.7 shebangfix xorg \
+USES=3D          localbase:ldflags pkgconfig python:3.7 shebangfix xorg \
                xorg-cat:driver
 USE_XORG=3D      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.

--=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-ZU67ej8nJV>