File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ PortGroup golang 1.0
9
9
go.setup github.com/containers/podman 5.0.1 v
10
10
github.tarball_from archive
11
11
revision 0
12
+ epoch 0
12
13
13
14
categories sysutils
14
15
license Apache-2
@@ -47,6 +48,26 @@ build.args PYTHON=${prefix}/bin/python${py_ver} \
47
48
PRE_COMMIT=${prefix} /bin/pre-commit
48
49
build.target ${name} -remote ${name} -mac-helper docs
49
50
51
+ if {${os.platform} eq " darwin" && ${os.major} <= 20} {
52
+ # See https://trac.macports.org/ticket/69578
53
+ go.setup github.com/containers/podman 4.9.3 v
54
+ epoch 1
55
+
56
+ checksums ${distname}${extract.suffix} \
57
+ rmd160 dd87729822e5486c174815445e814546b3a7e98b \
58
+ sha256 37afc5bba2738c68dc24400893b99226c658cc9a2b22309f4d7abe7225d8c437 \
59
+ size 21727849
60
+
61
+ depends_run-delete port:vfkit
62
+
63
+ notes-append "
64
+ WARN: Currently using podman 4.9.3 instead of 5.0.0+. See the reasons:
65
+ https://trac.macports.org/ticket/69683
66
+
67
+ ***
68
+ "
69
+ }
70
+
50
71
destroot {
51
72
xinstall -m 0755 ${worksrcpath} /bin/darwin/${name} \
52
73
${destroot}${prefix} /bin/
@@ -71,7 +92,7 @@ destroot {
71
92
${destroot}${prefix} /share/fish/vendor_completions.d/
72
93
}
73
94
74
- notes "
95
+ notes-append "
75
96
If you have an issue where podman won't run on ARM then try the following:
76
97
77
98
https://trac.macports.org/ticket/67731#comment:14
You can’t perform that action at this time.
0 commit comments