FreeBSD Bugzilla – Attachment 250445 Details for
Bug 278738
games/irrlamb: Convert post-extract to EXTRACT_AFTER_ARGS and use helpers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for irrlamb v2
rmrf-irrlamb-fixes-v2.patch (text/plain), 1.73 KB, created by
Daniel Engberg
on 2024-05-05 12:59:05 UTC
(
hide
)
Description:
Patch for irrlamb v2
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2024-05-05 12:59:05 UTC
Size:
1.73 KB
patch
obsolete
>diff --git a/games/irrlamb/Makefile b/games/irrlamb/Makefile >index 80e34d4311db..229aab20ca19 100644 >--- a/games/irrlamb/Makefile >+++ b/games/irrlamb/Makefile >@@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE > LIB_DEPENDS= libfreetype.so:print/freetype2 \ > libvorbis.so:audio/libvorbis \ > libogg.so:audio/libogg \ >- libsqlite3.so:databases/sqlite3 \ > libpng.so:graphics/png \ > libtinyxml2.so:textproc/tinyxml2 \ > libIrrlicht.so:x11-toolkits/irrlicht \ >@@ -22,11 +21,19 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ > libccd.so:math/libccd > BUILD_DEPENDS= ${LOCALBASE}/include/glm/vec3.hpp:math/glm > >+EXTRACT_AFTER_ARGS= --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/src/glm \ >+ --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/src/libccd \ >+ --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/src/irrlicht \ >+ --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/src/lua \ >+ --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/src/tinyxml2 \ >+ --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/src/ode \ >+ --no-same-owner --no-same-permissions >+ > USE_GITHUB= yes > GH_ACCOUNT= jazztickets > GH_TUPLE:= ${GH_ACCOUNT}:cmake:6e3586a:cmake/cmake > >-USES= cmake compiler:c++11-lib gl jpeg openal xorg lua:53 >+USES= cmake compiler:c++11-lib gl jpeg openal sqlite xorg lua:53 > USE_XORG= x11 xrandr xext xxf86vm > USE_GL= gl > CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" >@@ -45,11 +52,6 @@ PLIST_FILES= bin/irrlamb \ > > OPTIONS_DEFINE= DOCS > >-post-extract: >-.for bundled in glm irrlicht libccd lua tinyxml2 ode >- @${RM} -r ${WRKSRC}/src/${bundled} >-.endfor >- > post-patch: > @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/cmake/*.cmake > @${REINPLACE_CMD} -e 's|tinyxml2/tinyxml2.h|tinyxml2.h|g' ${WRKSRC}/src/*.cpp
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 278738
:
250374
| 250445