FreeBSD Bugzilla – Attachment 250455 Details for
Bug 278756
graphics/gdal: 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 gdal v2
rmrf-gdal-v2.patch (text/plain), 1.72 KB, created by
Daniel Engberg
on 2024-05-05 13:55:38 UTC
(
hide
)
Description:
Patch for gdal v2
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2024-05-05 13:55:38 UTC
Size:
1.72 KB
patch
obsolete
>diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile >index 312326a8e33c..8eee2dec7a70 100644 >--- a/graphics/gdal/Makefile >+++ b/graphics/gdal/Makefile >@@ -25,6 +25,19 @@ LIB_DEPENDS= libgeotiff.so:graphics/libgeotiff \ > > USES= cmake compiler:c++17-lang cpe iconv jpeg localbase pkgconfig ssl tar:xz > >+# Clean up bundled libraries >+EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/alg/internal_libqhull \ >+ --exclude ${DISTNAME}/frmts/gif/giflib \ >+ --exclude ${DISTNAME}/frmts/gtiff/libgeotiff \ >+ --exclude ${DISTNAME}/frmts/gtiff/libtiff \ >+ --exclude ${DISTNAME}/frmts/jpeg/libjpeg \ >+ --exclude ${DISTNAME}/frmts/jpeg/libjpeg12 \ >+ --exclude ${DISTNAME}/frmts/png/libpng \ >+ --exclude ${DISTNAME}/frmts/zlib \ >+ --exclude ${DISTNAME}/ogr/ogrsf_frmts/geojson/libjson \ >+ --exclude ${DISTNAME}/third_party/LercLib \ >+ --no-same-owner --no-same-permissions >+ > CMAKE_OFF= BUILD_CSHARP_BINDINGS \ > BUILD_DOCS \ > BUILD_JAVA_BINDINGS \ >@@ -207,19 +220,6 @@ XERCES_LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 > ZSTD_CMAKE_BOOL= GDAL_USE_ZSTD > ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd > >-post-patch: >-# Clean up bundled libraries >- @${RM} -r ${WRKSRC}/alg/internal_libqhull/ >- @${RM} -r ${WRKSRC}/frmts/gif/giflib/ >- @${RM} -r ${WRKSRC}/frmts/gtiff/libgeotiff/ >- @${RM} -r ${WRKSRC}/frmts/gtiff/libtiff/ >- @${RM} -r ${WRKSRC}/frmts/jpeg/libjpeg/ >- @${RM} -r ${WRKSRC}/frmts/jpeg/libjpeg12/ >- @${RM} -r ${WRKSRC}/frmts/png/libpng/ >- @${RM} -r ${WRKSRC}/frmts/zlib/ >- @${RM} -r ${WRKSRC}/ogr/ogrsf_frmts/geojson/libjson/ >- @${RM} -r ${WRKSRC}/third_party/LercLib/ >- > post-install: > ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d > ${INSTALL_DATA} ${WRKSRC}/scripts/gdal-bash-completion.sh ${STAGEDIR}${PREFIX}/etc/bash_completion.d
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 278756
:
250392
| 250455