FreeBSD Bugzilla – Attachment 250447 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 v2
rmrf-xmoto-v2.patch (text/plain), 961 bytes, created by
Daniel Engberg
on 2024-05-05 13:07:08 UTC
(
hide
)
Description:
Patch for xmoto v2
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2024-05-05 13:07:08 UTC
Size:
961 bytes
patch
obsolete
>diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile >index 7dcc488863a4..e4376ef1d02a 100644 >--- a/games/xmoto/Makefile >+++ b/games/xmoto/Makefile >@@ -21,6 +21,12 @@ USE_GNOME= libxml2 > USE_SDL= sdl2 mixer2 ttf2 net2 > USE_GL= gl glu > >+# ensure bundled depends are not used >+EXTRACT_AFTER_ARGS= --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/vendor/bzip2 \ >+ --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/vendor/lua \ >+ --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/vendor/xdgbasedir \ >+ --no-same-owner --no-same-permissions >+ > PORTDOCS= README.md ChangeLog > PORTDATA= * > >@@ -35,12 +41,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