FreeBSD Bugzilla – Attachment 245934 Details for
Bug 273422
x11-drivers/xf86-video-intel ETIME build failure on 14-STABLE (src update to 14-STABLE from 13-STABLE)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to disable compilation of unused tools
xf86-video-intel.patch (text/plain), 1.52 KB, created by
Martin Birgmeier
on 2023-10-28 08:11:13 UTC
(
hide
)
Description:
patch to disable compilation of unused tools
Filename:
MIME Type:
Creator:
Martin Birgmeier
Created:
2023-10-28 08:11:13 UTC
Size:
1.52 KB
patch
obsolete
>diff --git a/multimedia/assimp/Makefile b/multimedia/assimp/Makefile >index 8fa28cb389bc..e17aba7acbf7 100644 >--- a/multimedia/assimp/Makefile >+++ b/multimedia/assimp/Makefile >@@ -17,7 +17,7 @@ USES= cmake:testing compiler:c++17-lang cpe localbase:ldflags pkgconfig # miniz > USE_GITHUB= yes > USE_LDCONFIG= yes > >-CMAKE_OFF= ASSIMP_BUILD_TESTS >+CMAKE_OFF= ASSIMP_BUILD_TESTS BUILD_STATIC_LIBS > CMAKE_ON= ASSIMP_BUILD_MINIZIP # workaround for https://github.com/assimp/assimp/issues/4374 > CMAKE_TESTING_ON= ASSIMP_BUILD_TESTS > CMAKE_TESTING_TARGET= ${ALL_TARGET} # hack to avoid target >diff --git a/multimedia/assimp/pkg-plist b/multimedia/assimp/pkg-plist >index 8d6d3a5fdeca..c96cdd0ce6fa 100644 >--- a/multimedia/assimp/pkg-plist >+++ b/multimedia/assimp/pkg-plist >@@ -94,5 +94,4 @@ lib/cmake/assimp-5.3/assimpTargets.cmake > lib/libassimp.so > lib/libassimp.so.5 > lib/libassimp.so.5.3.0 >-lib/libzlibstatic.a > libdata/pkgconfig/assimp.pc >diff --git a/x11-drivers/xf86-video-intel/Makefile b/x11-drivers/xf86-video-intel/Makefile >index 818655c44670..f934a40bc8ca 100644 >--- a/x11-drivers/xf86-video-intel/Makefile >+++ b/x11-drivers/xf86-video-intel/Makefile >@@ -22,7 +22,7 @@ USE_GITLAB= yes > GL_TAGNAME= b74b67f0f321875492968f7097b9d6e82a66d7df > USE_XORG= pciaccess pixman > CONFIGURE_ENV= ac_cv_header_sys_sysinfo_h=no # XXX ports/242236 >-CONFIGURE_ARGS= --with-builderstring="${DISTVERSIONFULL}" >+CONFIGURE_ARGS= --with-builderstring="${DISTVERSIONFULL}" --disable-tools > TEST_TARGET= check > > # XXX bug 214593: SNA crashes on pre-SandyBridge hardware
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 273422
:
244618
| 245934 |
246608