FreeBSD Bugzilla – Attachment 250389 Details for
Bug 278753
games/xmoto: Convert post-extract to EXTRACT_AFTER_ARGS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for xmoto
rmrf-xmoto.patch (text/plain), 785 bytes, created by
Daniel Engberg
on 2024-05-04 18:56:40 UTC
(
hide
)
Description:
Patch for xmoto
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2024-05-04 18:56:40 UTC
Size:
785 bytes
patch
obsolete
>diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile >index 7dcc488863a4..f0b3dff2fe78 100644 >--- a/games/xmoto/Makefile >+++ b/games/xmoto/Makefile >@@ -21,6 +21,11 @@ USE_GNOME= libxml2 > USE_SDL= sdl2 mixer2 ttf2 net2 > USE_GL= gl glu > >+# ensure bundled depends are not used >+EXTRACT_AFTER_ARGS= --exclude vendor/bzip2 \ >+ --exclude vendor/lua \ >+ --exclude vendor/xdgbasedir >+ > PORTDOCS= README.md ChangeLog > PORTDATA= * > >@@ -35,12 +40,6 @@ ASIAN_TTF_RUN_DEPENDS= ${ASIAN_FONT_PATH}:chinese/arphicttf > NLS_USES= gettext > NLS_CMAKE_BOOL= USE_GETTEXT > >-# ensure bundled depends are not used >-post-extract: >-.for d in bzip2 lua xdgbasedir >- @${RM} -r ${WRKSRC}/vendor/${d} >-.endfor >- > post-patch: > @${REINPLACE_CMD} \ > -e "s|find_package(Lua|& ${LUA_VER} REQUIRED EXACT|" \
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 278753
:
250389
|
250447