FreeBSD Bugzilla – Attachment 250457 Details for
Bug 278777
graphics/openjpeg: Convert post-patch to EXTRACT_AFTER_ARGS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for openjpeg v2
rmrf2-openjpeg-v2.patch (text/plain), 1.26 KB, created by
Daniel Engberg
on 2024-05-05 14:15:35 UTC
(
hide
)
Description:
Patch for openjpeg v2
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2024-05-05 14:15:35 UTC
Size:
1.26 KB
patch
obsolete
>diff --git a/graphics/openjpeg/Makefile b/graphics/openjpeg/Makefile >index 00f8e12f97fc..d811361b5321 100644 >--- a/graphics/openjpeg/Makefile >+++ b/graphics/openjpeg/Makefile >@@ -18,6 +18,15 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ > > USES= cmake cpe localbase:ldflags jpeg pathfix pkgconfig > >+# Clean up bundled libraries >+EXTRACT_AFTER_ARGS= --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/thirdparty/astyle \ >+ --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/thirdparty/include \ >+ --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/thirdparty/liblcms2 \ >+ --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/thirdparty/libpng \ >+ --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/thirdparty/libtiff \ >+ --exclude ${GH_PROJECT_DEFAULT}-${GH_TAGNAME_EXTRACT}/thirdparty/libz \ >+ --no-same-owner --no-same-permissions >+ > CMAKE_OFF= BUILD_DOC \ > BUILD_JAVA \ > BUILD_JPIP \ >@@ -40,13 +49,4 @@ USE_GITHUB= yes > > CPE_VENDOR= uclouvain > >-post-patch: >-# Clean up bundled libraries >- @${RM} -r ${WRKSRC}/thirdparty/astyle/ >- @${RM} -r ${WRKSRC}/thirdparty/include/ >- @${RM} -r ${WRKSRC}/thirdparty/liblcms2/ >- @${RM} -r ${WRKSRC}/thirdparty/libpng/ >- @${RM} -r ${WRKSRC}/thirdparty/libtiff/ >- @${RM} -r ${WRKSRC}/thirdparty/libz/ >- > .include <bsd.port.mk>
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 278777
:
250417
| 250457