You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
talloc: update to 2.4.4
This commit is contained in:
+12
-14
@@ -8,14 +8,13 @@ PortGroup legacysupport 1.1
|
||||
legacysupport.newest_darwin_requires_legacy 13
|
||||
|
||||
name talloc
|
||||
version 2.4.3
|
||||
version 2.4.4
|
||||
revision 0
|
||||
checksums rmd160 f9ae1014ddcac3956a4eb149e262897358b0b005 \
|
||||
sha256 dc46c40b9f46bb34dd97fe41f548b0e8b247b77a918576733c528e83abd854dd \
|
||||
size 684092
|
||||
checksums rmd160 78a6e9802908457aaf0a2643cae4b356b7997609 \
|
||||
sha256 55e47994018c13743485544e7206780ffbb3c8495e704a99636503e6e77abf59 \
|
||||
size 684541
|
||||
|
||||
conflicts samba3
|
||||
set major [lindex [split ${version} .] 0]
|
||||
categories devel
|
||||
license LGPL-3+
|
||||
maintainers nomaintainer
|
||||
@@ -26,23 +25,22 @@ long_description talloc is a hierarchical, reference counted memory pool \
|
||||
homepage https://talloc.samba.org
|
||||
master_sites https://www.samba.org/ftp/talloc/
|
||||
|
||||
depends_build-append port:python313
|
||||
depends_build port:python314
|
||||
|
||||
depends_test-append port:libiconv
|
||||
depends_test port:libiconv
|
||||
|
||||
patchfiles patch-samba-install.diff
|
||||
|
||||
# Missing required TLS support in pthread library
|
||||
compiler.thread_local_storage yes
|
||||
|
||||
configure.args-append --disable-python \
|
||||
--with-libiconv=${prefix}
|
||||
configure.args --disable-python
|
||||
|
||||
configure.python ${prefix}/bin/python3.13
|
||||
configure.python ${prefix}/bin/python3.14
|
||||
|
||||
build.env-append PYTHON=${configure.python}
|
||||
build.env-append PYTHON=${configure.python}
|
||||
|
||||
test.run yes
|
||||
test.env {*}${build.env}
|
||||
destroot.env {*}${build.env}
|
||||
|
||||
destroot.env {*}${build.env}
|
||||
test.run yes
|
||||
test.env {*}${build.env}
|
||||
|
||||
Reference in New Issue
Block a user