You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
argyll: update to 3.5.0
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
PortSystem 1.0
|
||||
|
||||
name argyll
|
||||
version 3.4.1
|
||||
version 3.5.0
|
||||
revision 0
|
||||
checksums rmd160 9b3f2e6223bac14df6ae5c9ba33f6e420775481e \
|
||||
sha256 41ad51e02a3ec6981611be473221a3877fd359d3c1fa2172b4265dbe55f8b746 \
|
||||
size 14810106
|
||||
checksums rmd160 4084cbe0829b21bc4d1c74d9b397b76df120c2e8 \
|
||||
sha256 f8576ce5589fd15620abb73ff049ea31f55ddbd1bba6d1ffa87452658e7bc85f \
|
||||
size 15352322
|
||||
|
||||
categories graphics
|
||||
maintainers nomaintainer
|
||||
@@ -34,8 +34,6 @@ depends_lib-append path:lib/pkgconfig/libusb-1.0.pc:libusb
|
||||
depends_lib-append port:tiff
|
||||
depends_lib-append port:zlib
|
||||
|
||||
patchfiles-append patch-ppc.diff
|
||||
|
||||
post-extract {
|
||||
# To make sure that in case of problems the build will fail instead
|
||||
# of silently falling back to the built-in versions:
|
||||
@@ -64,7 +62,7 @@ post-destroot {
|
||||
# Install documentation.
|
||||
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
|
||||
xinstall -m 644 -W ${worksrcpath} \
|
||||
License.txt License2.txt License3.txt log.txt ReadMe.txt \
|
||||
Readme.txt \
|
||||
${destroot}${prefix}/share/doc/${name}
|
||||
system "cp -r ${worksrcpath}/doc/* \
|
||||
${destroot}${prefix}/share/doc/${name} && \
|
||||
@@ -81,7 +79,7 @@ post-destroot {
|
||||
# xinstall does not remove 'quarantine' attribute;
|
||||
# do that manually.
|
||||
fs-traverse fixfile ${destroot} {
|
||||
if {[exec xattr -l ${fixfile}] != ""} {
|
||||
if {"*com.apple.quarantine*" in [exec xattr -l ${fixfile}]} {
|
||||
system "xattr -d com.apple.quarantine ${fixfile}"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
--- spectro/dispcal.c.orig 2022-06-28 16:42:00.000000000 +0800
|
||||
+++ spectro/dispcal.c 2023-02-24 00:30:57.000000000 +0800
|
||||
@@ -1770,7 +1770,7 @@
|
||||
/* Hmm. Maybe this should actually be 1.72 ?? */
|
||||
g_def_gamma = 1.8;
|
||||
|
||||
-#if __MAC_OS_X_VERSION_MAX_ALLOWED >= 1040
|
||||
+#if __MAC_OS_X_VERSION_MAX_ALLOWED >= 1060
|
||||
/* "Gestalt(gestaltSystemVersion, &MacVers)" is supported for early */
|
||||
/* systems, but was deprecated in 10.8 and causes warnings in 10.10. */
|
||||
/* gestaltSystemVersionMajor etc. isn't supported on older systems. */
|
||||
Reference in New Issue
Block a user