Skip to content

Commit 14c8c28

Browse files
committed
MacPorts update
1 parent 0fd25ab commit 14c8c28

35 files changed

+864
-450
lines changed

tools/MacPorts/devel/gnutls/Portfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ subport ${name} {
3636
subport ${name}-devel {
3737
conflicts ${name}
3838

39-
version 3.8.7.1
40-
revision 1
39+
version 3.8.9
40+
revision 0
4141

42-
checksums rmd160 c8df6a44fe967c394ef6264f01817209f2e861f2 \
43-
sha256 9ca0ddaccce28a74fa18d738744190afb3b0daebef74e6ad686bf7bef99abd60 \
44-
size 6695404
42+
checksums rmd160 4c8333aa2bd9d611a134ed39c0130782abdb5995 \
43+
sha256 69e113d802d1670c4d5ac1b99040b1f2d5c7c05daec5003813c049b5184820ed \
44+
size 6847364
4545

4646
depends_lib-append \
4747
port:brotli \

tools/MacPorts/devel/gnutls/Portfile.orig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ subport ${name} {
3636
subport ${name}-devel {
3737
conflicts ${name}
3838

39-
version 3.8.7.1
40-
revision 1
39+
version 3.8.9
40+
revision 0
4141

42-
checksums rmd160 c8df6a44fe967c394ef6264f01817209f2e861f2 \
43-
sha256 9ca0ddaccce28a74fa18d738744190afb3b0daebef74e6ad686bf7bef99abd60 \
44-
size 6695404
42+
checksums rmd160 4c8333aa2bd9d611a134ed39c0130782abdb5995 \
43+
sha256 69e113d802d1670c4d5ac1b99040b1f2d5c7c05daec5003813c049b5184820ed \
44+
size 6847364
4545

4646
depends_lib-append \
4747
port:brotli \

tools/MacPorts/graphics/ImageMagick/Portfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ legacysupport.newest_darwin_requires_legacy 10
1414
# PHP Warning: Version warning: Imagick was compiled against Image Magick version XXXX but version YYYY is loaded. Imagick will run but may behave surprisingly in Unknown on line 0
1515

1616
name ImageMagick
17-
version 6.9.13-16
18-
revision 1
19-
checksums rmd160 a76f0d3808d23e96badfd95fbaf9d1ec5c647694 \
20-
sha256 a2ca04c37ef56e669f442954d878bab7d096fadabdc75f6027f755bfdbf89a98 \
21-
size 9613864
17+
version 6.9.13-21
18+
revision 0
19+
checksums rmd160 e933a953d06f5bbaec3fc5eb77279ba73292583d \
20+
sha256 985b9bf373c8b67c9df66d53247bdbb44aa79d133e75fb84d73179b238af8471 \
21+
size 9620376
2222

2323
categories graphics devel
2424
maintainers {ryandesign @ryandesign}

tools/MacPorts/graphics/ImageMagick/Portfile.orig

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ legacysupport.newest_darwin_requires_legacy 10
1313
# PHP Warning: Version warning: Imagick was compiled against Image Magick version XXXX but version YYYY is loaded. Imagick will run but may behave surprisingly in Unknown on line 0
1414

1515
name ImageMagick
16-
version 6.9.13-16
17-
revision 1
18-
checksums rmd160 a76f0d3808d23e96badfd95fbaf9d1ec5c647694 \
19-
sha256 a2ca04c37ef56e669f442954d878bab7d096fadabdc75f6027f755bfdbf89a98 \
20-
size 9613864
16+
version 6.9.13-21
17+
revision 0
18+
checksums rmd160 e933a953d06f5bbaec3fc5eb77279ba73292583d \
19+
sha256 985b9bf373c8b67c9df66d53247bdbb44aa79d133e75fb84d73179b238af8471 \
20+
size 9620376
2121

2222
categories graphics devel
2323
maintainers {ryandesign @ryandesign}
@@ -89,6 +89,7 @@ configure.args --enable-shared \
8989
--with-dps \
9090
--with-bzlib \
9191
--with-djvu \
92+
--with-fftw \
9293
--with-fontconfig \
9394
--with-gslib \
9495
--with-jbig \

tools/MacPorts/graphics/ImageMagick/Portfile.patch

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- Portfile.orig 2024-04-03 11:45:38
2-
+++ Portfile 2024-04-03 12:55:41
1+
--- Portfile.orig 2025-04-30 10:46:09.000000000 +0200
2+
+++ Portfile 2025-04-30 10:51:50.000000000 +0200
33
@@ -3,6 +3,7 @@
44
PortSystem 1.0
55
PortGroup conflicts_build 1.0
@@ -8,23 +8,17 @@
88

99
# TARGET_OS_IOS, TARGET_OS_WATCH, TARGET_OS_TV missing in TargetConditionals.h:
1010
legacysupport.newest_darwin_requires_legacy 10
11-
@@ -85,11 +86,13 @@
12-
--with-dps \
13-
--with-bzlib \
14-
--with-djvu \
15-
+ --with-fftw \
16-
--with-fontconfig \
17-
--with-gslib \
11+
@@ -95,6 +96,7 @@
1812
--with-jbig \
1913
--with-jpeg \
2014
--with-lcms \
2115
+ --without-lzma \
2216
--with-openjp2 \
2317
--with-png \
2418
--with-tiff \
25-
@@ -122,6 +125,60 @@
26-
}
27-
}
19+
@@ -131,6 +133,60 @@
20+
# https://trac.macports.org/wiki/WimplicitFunctionDeclaration#strchr
21+
configure.checks.implicit_function_declaration.whitelist-append strchr
2822

2923
+variant natron conflicts x11 requires pango rsvg q32 hdri description {Natron version} {
3024
+ # libc++-based build
@@ -83,7 +77,7 @@
8377
test.run yes
8478
test.target check
8579
test.env DYLD_LIBRARY_PATH=${worksrcpath}/magick/.libs
86-
@@ -129,6 +186,23 @@
80+
@@ -138,6 +194,23 @@
8781
# ImageMagick uses .la files at runtime to find its coder modules.
8882
destroot.delete_la_files no
8983

@@ -107,7 +101,7 @@
107101
variant graphviz description {Support Graphviz} {
108102
depends_lib-append path:bin/dot:graphviz
109103
configure.args-replace --without-gvc --with-gvc
110-
@@ -163,6 +237,11 @@
104+
@@ -172,6 +245,11 @@
111105

112106
default_variants +x11
113107

tools/MacPorts/graphics/libraw/Portfile.orig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
PortSystem 1.0
44

55
name libraw
6-
version 0.21.2
6+
version 0.21.3
77
revision 0
88

9-
checksums rmd160 7fe2461241ec66e0b63fdeffdc76d2033ade2b48 \
10-
sha256 fe7288013206854baf6e4417d0fb63ba4ed7227bf36fff021992671c2dd34b03 \
11-
size 1639305
9+
checksums rmd160 c59c687d600c8e152124cca45c860e018fd70d26 \
10+
sha256 dba34b7fc1143503942fa32ad9db43e94f714e62a4a856e91617f8f3e1e0aa5c \
11+
size 1483982
1212

1313
description Library for RAW image manipulation
1414
long_description A library for reading RAW files obtained from digital photo \

tools/MacPorts/graphics/libraw/Portfile.patch

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
--- Portfile.orig 2024-01-03 03:22:07
2-
+++ Portfile 2023-07-04 02:43:05
3-
@@ -3,50 +3,69 @@
1+
--- Portfile.orig 2025-04-30 11:11:13.000000000 +0200
2+
+++ Portfile 2023-11-04 17:46:40.000000000 +0100
3+
@@ -3,48 +3,67 @@
44
PortSystem 1.0
55

66
name libraw
7-
-version 0.21.2
7+
-version 0.21.3
88
-revision 0
9+
-
10+
-checksums rmd160 c59c687d600c8e152124cca45c860e018fd70d26 \
11+
- sha256 dba34b7fc1143503942fa32ad9db43e94f714e62a4a856e91617f8f3e1e0aa5c \
12+
- size 1483982
913
+version 0.18.13
1014
+set demosaicversion 0.18.8
1115

12-
-checksums rmd160 7fe2461241ec66e0b63fdeffdc76d2033ade2b48 \
13-
- sha256 fe7288013206854baf6e4417d0fb63ba4ed7227bf36fff021992671c2dd34b03 \
14-
- size 1639305
15-
-
1616
description Library for RAW image manipulation
1717
long_description A library for reading RAW files obtained from digital photo \
1818
cameras (CRW/CR2, NEF, RAF, DNG, and others).
@@ -71,8 +71,8 @@
7171
+ reinplace -E {s|-lstdc|-lc|g} ${destroot}${prefix}/lib/pkgconfig/libraw.pc
7272
+ reinplace -E {s|-lstdc|-lc|g} ${destroot}${prefix}/lib/pkgconfig/libraw_r.pc
7373
+ }
74-
}
75-
74+
+}
75+
+
7676
+variant gpl2 description {Enable GPL demosaic pack, license will be GPL-2+} {
7777
+ distfiles-append \
7878
+ LibRaw-demosaic-pack-GPL2-${demosaicversion}${extract.suffix} \
@@ -85,8 +85,6 @@
8585
+ LibRaw-demosaic-pack-GPL3-${demosaicversion}${extract.suffix}
8686
+
8787
+ license GPL-3+
88-
+}
89-
+
88+
}
89+
9090
livecheck.type regex
91-
livecheck.url ${homepage}/download/
92-
livecheck.regex "LibRaw-(\\d+(?:\\.\\d+)*)${extract.suffix}"

tools/MacPorts/graphics/opencolorio/Portfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ PortGroup boost 1.0
88
boost.depends_type build
99

1010
github.setup AcademySoftwareFoundation OpenColorIO 2.3.2 v
11+
# Change github.tarball_from to 'releases' or 'archive' next update
12+
github.tarball_from tarball
1113
revision 0
1214
name opencolorio
1315
categories graphics
1416
maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
1517
license BSD
1618
homepage https://opencolorio.org
17-
platforms darwin
1819
description a color management framework for visual effects and animation
1920
long_description OpenColorIO (OCIO) is a complete color management solution \
2021
geared towards motion picture production with an emphasis on \
@@ -36,6 +37,8 @@ set port_latest 1
3637

3738
if {!${port_latest}} {
3839
github.setup AcademySoftwareFoundation OpenColorIO 1.1.1 v
40+
# Change github.tarball_from to 'releases' or 'archive' next update
41+
github.tarball_from tarball
3942
revision 4
4043

4144
checksums rmd160 81534822cb8350e1b7ba171c91226de996494d02 \

tools/MacPorts/graphics/opencolorio/Portfile.orig

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ PortGroup boost 1.0
88
boost.depends_type build
99

1010
github.setup AcademySoftwareFoundation OpenColorIO 2.3.2 v
11+
# Change github.tarball_from to 'releases' or 'archive' next update
12+
github.tarball_from tarball
1113
revision 0
1214
name opencolorio
1315
categories graphics
1416
maintainers {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
1517
license BSD
1618
homepage https://opencolorio.org
17-
platforms darwin
1819
description a color management framework for visual effects and animation
1920
long_description OpenColorIO (OCIO) is a complete color management solution \
2021
geared towards motion picture production with an emphasis on \
@@ -35,6 +36,8 @@ set port_latest [expr {${os.platform} ne "darwin" || ${os.major} >= 20}]
3536

3637
if {!${port_latest}} {
3738
github.setup AcademySoftwareFoundation OpenColorIO 1.1.1 v
39+
# Change github.tarball_from to 'releases' or 'archive' next update
40+
github.tarball_from tarball
3841
revision 4
3942

4043
checksums rmd160 81534822cb8350e1b7ba171c91226de996494d02 \

tools/MacPorts/graphics/openimageio/Portfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ set port_latest 1
2121

2222
if {${port_latest}} {
2323
github.setup AcademySoftwareFoundation OpenImageIO 2.5.10.1 v
24-
revision 1
24+
revision 2
2525
checksums rmd160 acca3794870850f6d39e41e62e9370bf6ff9565b \
2626
sha256 8f6a547f6a5d510737ba436f867043db537def65f0fdb14ec30e5a185b619f93 \
2727
size 52061055
2828
} else {
2929
github.setup AcademySoftwareFoundation OpenImageIO 2.1.20.0 v
30-
revision 15
30+
revision 16
3131
checksums rmd160 7f241baddcc6e731a29fb37090e4582953560f38 \
3232
sha256 0ad46bda55d6357a3c474b8c8ccbb41d9732313247cffaf4a65fc50e6aad9e78 \
3333
size 29116032
@@ -194,7 +194,7 @@ variant natron conflicts ffmpeg qt5 dicom openvdb ptex dicom requires opencolori
194194

195195
configure.args-append -DUSE_PYTHON=OFF
196196

197-
set pythons_suffixes {38 39 310 311 312}
197+
set pythons_suffixes {39 310 311 312}
198198

199199
set pythons_ports {}
200200
foreach s ${pythons_suffixes} {

0 commit comments

Comments
 (0)