From 1821f31de088a791485fac0dff2e25c2fac29967 Mon Sep 17 00:00:00 2001 From: Christopher Nielsen Date: Thu, 9 Dec 2021 14:15:29 -0500 Subject: [PATCH] coreutils dependents: use path-style dep --- archivers/libzip/Portfile | 2 +- devel/autogen/Portfile | 2 +- devel/quilt/Portfile | 2 +- devel/wolfssl/Portfile | 2 +- editors/wordgrinder/Portfile | 2 +- emulators/mame/Portfile | 2 +- gnome/libbonoboui/Portfile | 2 +- graphics/dvisvgm-devel/Portfile | 2 +- graphics/fontforge/Portfile | 2 +- graphics/gimp-help-en/Portfile | 2 +- graphics/libemf/Portfile | 2 +- lang/fstar/Portfile | 4 ++-- lang/omnicompiler/Portfile | 2 +- lang/rust/Portfile | 2 +- math/octave/Portfile | 2 +- math/pspp-devel/Portfile | 4 ++-- net/apple-pki-bundle/Portfile | 2 +- net/cntlm/Portfile | 2 +- net/mcabber/Portfile | 2 +- net/torsocks/Portfile | 2 +- net/umit/Portfile | 2 +- ocaml/ocaml-hacl-star/Portfile | 2 +- office/spread-sheet-widget/Portfile | 2 +- ruby/rb-narray/Portfile | 2 +- science/arb/Portfile | 4 ++-- science/ccfits/Portfile | 2 +- science/gildas/Portfile | 2 +- science/gmtk/Portfile | 2 +- science/jags/Portfile | 2 +- science/sumo/Portfile | 2 +- security/pass-import/Portfile | 2 +- security/sequoia-pgp/Portfile | 2 +- sysutils/byobu/Portfile | 2 +- sysutils/dpkg/Portfile | 2 +- sysutils/e2fsprogs/Portfile | 2 +- sysutils/gutils-suite/Portfile | 2 +- sysutils/ipmitool/Portfile | 2 +- sysutils/renameutils/Portfile | 2 +- textproc/kakasi/Portfile | 2 +- textproc/xmlto/Portfile | 2 +- textproc/xmltoman/Portfile | 2 +- www/ikiwiki/Portfile | 2 +- x11/gtk-nodoka-engine/Portfile | 2 +- 43 files changed, 46 insertions(+), 46 deletions(-) diff --git a/archivers/libzip/Portfile b/archivers/libzip/Portfile index f2f76d5e6f021..59fed28548d32 100644 --- a/archivers/libzip/Portfile +++ b/archivers/libzip/Portfile @@ -25,7 +25,7 @@ checksums rmd160 2041a081ad92828d98ce1ec39199e80a57d52dd7 \ size 760604 depends_build-append \ - port:coreutils + path:libexec/coreutils/libstdbuf.so:coreutils depends_lib-append port:bzip2 \ port:zlib diff --git a/devel/autogen/Portfile b/devel/autogen/Portfile index f645312abf961..39938ca1aeff7 100644 --- a/devel/autogen/Portfile +++ b/devel/autogen/Portfile @@ -26,7 +26,7 @@ use_xz yes depends_build port:pkgconfig -depends_lib port:coreutils \ +depends_lib path:libexec/coreutils/libstdbuf.so:coreutils \ port:gettext \ port:guile \ port:icu \ diff --git a/devel/quilt/Portfile b/devel/quilt/Portfile index 39501870c30c2..6f7351a8e0fbb 100644 --- a/devel/quilt/Portfile +++ b/devel/quilt/Portfile @@ -22,7 +22,7 @@ checksums rmd160 4d7471e3776a07b25f600bcdc4d6bfa8cc29ccfa \ depends_lib port:gsed \ port:getopt \ - port:coreutils + path:libexec/coreutils/libstdbuf.so:coreutils patchfiles patch-Makefile.in-quilt_scripts_backup-files.in-make-stat-configurable.diff diff --git a/devel/wolfssl/Portfile b/devel/wolfssl/Portfile index 79b9f209e3023..a659af1064a5b 100644 --- a/devel/wolfssl/Portfile +++ b/devel/wolfssl/Portfile @@ -47,7 +47,7 @@ variant sniffer description {Enable wolfSSL sniffer support} { --enable-sniffer } -depends_build-append port:coreutils +depends_build-append path:libexec/coreutils/libstdbuf.so:coreutils use_autoreconf yes autoreconf.args -fvi diff --git a/editors/wordgrinder/Portfile b/editors/wordgrinder/Portfile index e4ed910b762bd..cad0df2e0a98c 100644 --- a/editors/wordgrinder/Portfile +++ b/editors/wordgrinder/Portfile @@ -28,7 +28,7 @@ depends_build port:ninja \ # Setting SOURCE_DATE_EPOCH requires GNU date. # https://github.com/davidgiven/wordgrinder/issues/150 depends_build-append \ - port:coreutils + path:libexec/coreutils/libstdbuf.so:coreutils depends_lib port:minizip \ port:ncurses \ diff --git a/emulators/mame/Portfile b/emulators/mame/Portfile index 22b84204b3b4a..e96795de015a1 100644 --- a/emulators/mame/Portfile +++ b/emulators/mame/Portfile @@ -232,7 +232,7 @@ depends_lib-append \ # Note: Port 'coreutils' needed for 'grealpath', used in launcher script. depends_run-append \ - port:coreutils + path:libexec/coreutils/libstdbuf.so:coreutils #------------------------------------------------------------------------------ # Build Options diff --git a/gnome/libbonoboui/Portfile b/gnome/libbonoboui/Portfile index 42b96bd31a999..451964fa8cba0 100644 --- a/gnome/libbonoboui/Portfile +++ b/gnome/libbonoboui/Portfile @@ -28,7 +28,7 @@ use_bzip2 yes checksums rmd160 0ebf5618e1564317561b098d6774f0c75ea082f0 \ sha256 fab5f2ac6c842d949861c07cb520afe5bee3dce55805151ce9cd01be0ec46fcd -depends_build port:coreutils \ +depends_build path:libexec/coreutils/libstdbuf.so:coreutils \ port:pkgconfig \ port:intltool \ port:gnome-common \ diff --git a/graphics/dvisvgm-devel/Portfile b/graphics/dvisvgm-devel/Portfile index d85bea38acc38..6469d30e31c4e 100644 --- a/graphics/dvisvgm-devel/Portfile +++ b/graphics/dvisvgm-devel/Portfile @@ -51,7 +51,7 @@ depends_build-append \ # Needed for 'gtouch' depends_build-append \ - port:coreutils + path:libexec/coreutils/libstdbuf.so:coreutils depends_lib-append \ port:brotli \ diff --git a/graphics/fontforge/Portfile b/graphics/fontforge/Portfile index 5a56056bf7658..93c9052c6d53f 100644 --- a/graphics/fontforge/Portfile +++ b/graphics/fontforge/Portfile @@ -65,7 +65,7 @@ if {${os.platform} eq "darwin" && ${os.major} <= 9} { # the date command on Tiger is too old for this port, use gnu coreutils dates instead platform darwin 8 { - depends_build-append port:coreutils + depends_build-append path:libexec/coreutils/libstdbuf.so:coreutils configure.env-append PATH=${prefix}/libexec/gnubin/:$env(PATH) } diff --git a/graphics/gimp-help-en/Portfile b/graphics/gimp-help-en/Portfile index ed9be0fac7272..e75de96ac1045 100644 --- a/graphics/gimp-help-en/Portfile +++ b/graphics/gimp-help-en/Portfile @@ -32,7 +32,7 @@ distname ${gname}-${version} dist_subdir ${gname} depends_build port:pkgconfig \ - port:coreutils \ + path:libexec/coreutils/libstdbuf.so:coreutils \ port:docbook-xml \ port:docbook-xsl-nons \ port:gawk \ diff --git a/graphics/libemf/Portfile b/graphics/libemf/Portfile index b2a7e6be0e477..309e7f7ac2d39 100644 --- a/graphics/libemf/Portfile +++ b/graphics/libemf/Portfile @@ -23,7 +23,7 @@ master_sites sourceforge:project/libemf/libemf/${version}/ checksums rmd160 4fbc814edae4bc37a27990c62d16910b0f02787a \ sha256 ee0324f705136a4d3343c2f0c3e5fa526fae0ec3680a96400d5fd209c60a3891 -depends_build port:coreutils +depends_build path:libexec/coreutils/libstdbuf.so:coreutils patchfiles patch-ppc.diff diff --git a/lang/fstar/Portfile b/lang/fstar/Portfile index a33163037818c..ea68992539cb3 100644 --- a/lang/fstar/Portfile +++ b/lang/fstar/Portfile @@ -79,7 +79,7 @@ subport fstar { github.tarball_from archive # destroot requires ginstall from coreutils - depends_build-append port:coreutils + depends_build-append path:libexec/coreutils/libstdbuf.so:coreutils depends_lib-append port:z3-fstar \ port:gmp \ @@ -202,7 +202,7 @@ subport kremlin { depends_build-append port:gsed depends_lib-append port:${fstar.port} \ - port:coreutils \ + path:libexec/coreutils/libstdbuf.so:coreutils \ port:ocaml-fix \ port:ocaml-wasm \ port:ocaml-visitors \ diff --git a/lang/omnicompiler/Portfile b/lang/omnicompiler/Portfile index 0976ea72669ce..4af62c6fdd7a5 100644 --- a/lang/omnicompiler/Portfile +++ b/lang/omnicompiler/Portfile @@ -40,7 +40,7 @@ if {[variant_isset coarray]} { depends_build port:apache-ant \ port:bison \ port:flex \ - port:coreutils \ + path:libexec/coreutils/libstdbuf.so:coreutils \ bin:base64:base64 depends_lib port:gmp \ port:libxml2 \ diff --git a/lang/rust/Portfile b/lang/rust/Portfile index 5ea940374ad56..49fdcbef61df0 100644 --- a/lang/rust/Portfile +++ b/lang/rust/Portfile @@ -98,7 +98,7 @@ if { ${os.major} <= [option legacysupport.newest_darwin_requires_legacy] && ${su search_dirs_relink [ exec find ${workpath}/ -type d -and -name bin -or -name libexec ] } # Need a newer set of coreutils (e.g. mktemp) - depends_build-append port:coreutils + depends_build-append path:libexec/coreutils/libstdbuf.so:coreutils set NewPath "${prefix}/libexec/gnubin:${NewPath}" } diff --git a/math/octave/Portfile b/math/octave/Portfile index bc08325a0472c..baf7607bb08b6 100644 --- a/math/octave/Portfile +++ b/math/octave/Portfile @@ -150,7 +150,7 @@ compiler.blacklist-append {*gcc-4.6} # see https://wiki.octave.org/Building for a list of dependencies -# avoid depends_build-append port:coreutils +# avoid depends_build-append path:libexec/coreutils/libstdbuf.so:coreutils configure.env-append "MKDIR_P=/bin/mkdir -p" # see https://trac.macports.org/ticket/57850 diff --git a/math/pspp-devel/Portfile b/math/pspp-devel/Portfile index 620679c5c0270..b019731ee2c20 100644 --- a/math/pspp-devel/Portfile +++ b/math/pspp-devel/Portfile @@ -45,9 +45,9 @@ depends_lib-append path:lib/pkgconfig/cairo.pc:cairo \ port:texinfo \ port:zlib -depends_build-append port:pkgconfig port:p5.30-text-diff port:coreutils +depends_build-append port:pkgconfig port:p5.30-text-diff path:libexec/coreutils/libstdbuf.so:coreutils -depends_test-append port:p5.30-text-diff port:coreutils +depends_test-append port:p5.30-text-diff path:libexec/coreutils/libstdbuf.so:coreutils checksums rmd160 4fa237e92b28cae8d5614e9cd6e2040bacb2c7d5 \ sha256 49376af31684be433b668955cca6502423ae82c13cd28d0a6e7334c0a4ff6300 \ diff --git a/net/apple-pki-bundle/Portfile b/net/apple-pki-bundle/Portfile index 3e906f6325ee1..2b1355aed2805 100644 --- a/net/apple-pki-bundle/Portfile +++ b/net/apple-pki-bundle/Portfile @@ -188,7 +188,7 @@ proc url_to_pem {url pem} { } depends_build-append \ - port:coreutils \ + path:libexec/coreutils/libstdbuf.so:coreutils \ port:coreutils-uutils \ port:file \ path:bin/openssl:openssl diff --git a/net/cntlm/Portfile b/net/cntlm/Portfile index 2882deb753e0e..0adda216140e0 100644 --- a/net/cntlm/Portfile +++ b/net/cntlm/Portfile @@ -29,7 +29,7 @@ checksums rmd160 6655738ca5f93d15f14681d3c14bbe8ec8e6a543 \ patchfiles patch-Makefile.diff -depends_lib port:coreutils +depends_lib path:libexec/coreutils/libstdbuf.so:coreutils build.args SYSCONFDIR=${destroot}${prefix}/etc \ BINDIR=${destroot}${prefix}/sbin \ diff --git a/net/mcabber/Portfile b/net/mcabber/Portfile index 9363f29b872ec..fcd088fd073b2 100644 --- a/net/mcabber/Portfile +++ b/net/mcabber/Portfile @@ -30,7 +30,7 @@ depends_lib port:libiconv \ depends_build port:autoconf \ port:automake \ - port:coreutils \ + path:libexec/coreutils/libstdbuf.so:coreutils \ bin:gawk:gawk \ port:libtool \ port:pkgconfig \ diff --git a/net/torsocks/Portfile b/net/torsocks/Portfile index 3d19367f9d807..2230d030574ed 100644 --- a/net/torsocks/Portfile +++ b/net/torsocks/Portfile @@ -28,7 +28,7 @@ checksums rmd160 f8ca8158424b0befd272a136cd3f97416dff76dd \ sha256 b9f1b981d6b3fd4e1820de1eee325f8a7038c84765d5a6cd9af12571d5cc3622 \ size 313072 -depends_build port:coreutils +depends_build path:libexec/coreutils/libstdbuf.so:coreutils post-destroot { move ${destroot}${prefix}/etc/tor/torsocks.conf \ diff --git a/net/umit/Portfile b/net/umit/Portfile index 3691478df4cd6..6548c03b5d42c 100644 --- a/net/umit/Portfile +++ b/net/umit/Portfile @@ -21,7 +21,7 @@ checksums md5 68412d8d50dafd53e0392f71ed62dcfc \ python.default_version 27 -depends_lib port:coreutils\ +depends_lib path:libexec/coreutils/libstdbuf.so:coreutils\ port:nmap \ port:py${python.version}-pygtk diff --git a/ocaml/ocaml-hacl-star/Portfile b/ocaml/ocaml-hacl-star/Portfile index 463d94ce47475..51ac7c8232e51 100644 --- a/ocaml/ocaml-hacl-star/Portfile +++ b/ocaml/ocaml-hacl-star/Portfile @@ -54,7 +54,7 @@ post-extract { depends_build port:gmake \ port:mono \ - port:coreutils \ + path:libexec/coreutils/libstdbuf.so:coreutils \ port:gtime \ port:gsed diff --git a/office/spread-sheet-widget/Portfile b/office/spread-sheet-widget/Portfile index dbec9c4691795..a31e7f44c0fd9 100644 --- a/office/spread-sheet-widget/Portfile +++ b/office/spread-sheet-widget/Portfile @@ -32,7 +32,7 @@ depends_lib-append path:lib/pkgconfig/gtk+-3.0.pc:gtk3 # port:readline \ # port:zlib -depends_build-append port:coreutils \ +depends_build-append path:libexec/coreutils/libstdbuf.so:coreutils \ port:pkgconfig checksums rmd160 358cdc6990d76cd5f629ec52de5509c8b41e9b03 \ diff --git a/ruby/rb-narray/Portfile b/ruby/rb-narray/Portfile index 7044ebcc44ab2..a361f722e555f 100644 --- a/ruby/rb-narray/Portfile +++ b/ruby/rb-narray/Portfile @@ -19,4 +19,4 @@ license {Ruby GPL-2} BSD homepage http://masa16.github.io/narray/ checksums md5 37e1d845b81caaaa4fa2081e6c00806b platforms darwin -depends_build port:coreutils +depends_build path:libexec/coreutils/libstdbuf.so:coreutils diff --git a/science/arb/Portfile b/science/arb/Portfile index b6c092a975465..ab2b8f59fc2a7 100644 --- a/science/arb/Portfile +++ b/science/arb/Portfile @@ -55,7 +55,7 @@ depends_lib port:openmotif \ port:libpng \ port:readline \ port:zlib \ - port:coreutils + path:libexec/coreutils/libstdbuf.so:coreutils pre-patch { # DOS to UNIX line endings so we can patch. @@ -73,7 +73,7 @@ patchfiles patch-ARB-config.makefile.diff \ platform darwin { if {${os.major} < 11} { - depends_build-append port:coreutils + depends_build-append path:libexec/coreutils/libstdbuf.so:coreutils configure.env-append INSTALL=${prefix}/bin/ginstall } diff --git a/science/ccfits/Portfile b/science/ccfits/Portfile index 44b5ee05bf811..7fca45ea55ba8 100644 --- a/science/ccfits/Portfile +++ b/science/ccfits/Portfile @@ -30,7 +30,7 @@ depends_lib-append port:cfitsio configure.args-append \ --with-cfitsio=${prefix} -# avoid depends_build-append port:coreutils +# avoid depends_build-append path:libexec/coreutils/libstdbuf.so:coreutils configure.env-append "MKDIR_P=/bin/mkdir -p" # avoid depends_build-append port:gmake diff --git a/science/gildas/Portfile b/science/gildas/Portfile index 24c550ee156de..985c63cd38660 100644 --- a/science/gildas/Portfile +++ b/science/gildas/Portfile @@ -52,7 +52,7 @@ depends_lib path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \ # of sort do not support sort -V: depends_build port:cfitsio \ port:pkgconfig \ - port:coreutils + path:libexec/coreutils/libstdbuf.so:coreutils set my_build_opts "" variant openmp description {Add OpenMP support} {set my_build_opts "-o openmp"} diff --git a/science/gmtk/Portfile b/science/gmtk/Portfile index dc83857402358..e05d343a14f28 100644 --- a/science/gmtk/Portfile +++ b/science/gmtk/Portfile @@ -21,7 +21,7 @@ master_sites http://melodi.ee.washington.edu/downloads/gmtk/ checksums rmd160 3cd7597094301dc8848ff06358cc19de5af011a7 \ sha256 d0c40d0fca6b8756ffbe33b4ae7e066fa4a87dd80c1788f7d5160fd8ec070876 -depends_build port:coreutils +depends_build path:libexec/coreutils/libstdbuf.so:coreutils depends_lib port:hdf5 \ port:${wxWidgets.port} diff --git a/science/jags/Portfile b/science/jags/Portfile index 08c1c3b42895e..b67ca462297b0 100644 --- a/science/jags/Portfile +++ b/science/jags/Portfile @@ -23,7 +23,7 @@ checksums rmd160 fd89f4b34d8866f19b1a72e181b56f1675d27b07 \ sha256 8ac5dd57982bfd7d5f0ee384499d62f3e0bb35b5f1660feb368545f1186371fc # test deps pkgconfig and cppunit have to be added in build to work -depends_build-append port:coreutils \ +depends_build-append path:libexec/coreutils/libstdbuf.so:coreutils \ port:cppunit \ port:libtool \ port:pkgconfig diff --git a/science/sumo/Portfile b/science/sumo/Portfile index 6cc0e4005eb8e..9dcbb57705c45 100644 --- a/science/sumo/Portfile +++ b/science/sumo/Portfile @@ -28,7 +28,7 @@ checksums rmd160 a52574c70170f93b80dafb115a0d1a4892c5f48b \ default_variants +subseconds +messages -depends_build port:coreutils +depends_build path:libexec/coreutils/libstdbuf.so:coreutils depends_lib-append \ port:fox \ diff --git a/security/pass-import/Portfile b/security/pass-import/Portfile index 7e0c43d81dce7..d899560599567 100644 --- a/security/pass-import/Portfile +++ b/security/pass-import/Portfile @@ -19,7 +19,7 @@ checksums rmd160 4f9ec425a0eef55679fa41cfbefaed56831f2412 \ sha256 c28aeefe66f102c47e37fe3e6bf31fc1934f1d43ceb396249af640a94483077b # uses gnu install for destroot -depends_build-append port:coreutils +depends_build-append path:libexec/coreutils/libstdbuf.so:coreutils use_configure no build {} diff --git a/security/sequoia-pgp/Portfile b/security/sequoia-pgp/Portfile index 896bb575f8722..b40ef63a188c1 100644 --- a/security/sequoia-pgp/Portfile +++ b/security/sequoia-pgp/Portfile @@ -29,7 +29,7 @@ checksums rmd160 1f95621b387f14630e66dc55cc5f5117a7ce44ac \ size 2466222 depends_build port:pkgconfig \ - port:coreutils \ + path:libexec/coreutils/libstdbuf.so:coreutils \ port:cargo \ port:rust depends_lib port:capnproto \ diff --git a/sysutils/byobu/Portfile b/sysutils/byobu/Portfile index 019f93a486821..fd21954d1e2e4 100644 --- a/sysutils/byobu/Portfile +++ b/sysutils/byobu/Portfile @@ -27,7 +27,7 @@ checksums rmd160 e61c9be7b85da1c6328efdae225a0a71130053b7 \ sha256 4d8ea48f8c059e56f7174df89b04a08c32286bae5a21562c5c6f61be6dab7563 \ size 761655 -depends_run port:coreutils \ +depends_run path:libexec/coreutils/libstdbuf.so:coreutils \ port:tmux livecheck.type regex diff --git a/sysutils/dpkg/Portfile b/sysutils/dpkg/Portfile index dfe47bad5d971..ae0bf2494d12c 100644 --- a/sysutils/dpkg/Portfile +++ b/sysutils/dpkg/Portfile @@ -35,7 +35,7 @@ depends_build-append \ # Use MacPorts versions explicitly depends_lib-append port:bzip2 \ - port:coreutils \ + path:libexec/coreutils/libstdbuf.so:coreutils \ port:gettext \ port:gnutar \ port:gzip \ diff --git a/sysutils/e2fsprogs/Portfile b/sysutils/e2fsprogs/Portfile index d03874427fd08..e79a5a009df21 100644 --- a/sysutils/e2fsprogs/Portfile +++ b/sysutils/e2fsprogs/Portfile @@ -28,7 +28,7 @@ depends_lib port:gettext # destroot fails without gmkdir # Report this bug to the developers -depends_build-append port:coreutils +depends_build-append path:libexec/coreutils/libstdbuf.so:coreutils patchfiles patch-lib__Makefile.darwin-lib.diff \ patch-probe.c.diff diff --git a/sysutils/gutils-suite/Portfile b/sysutils/gutils-suite/Portfile index 058a3264c6add..cfe79d9949541 100644 --- a/sysutils/gutils-suite/Portfile +++ b/sysutils/gutils-suite/Portfile @@ -25,7 +25,7 @@ livecheck.type none depends_lib-append \ port:bc \ port:bison \ - port:coreutils \ + path:libexec/coreutils/libstdbuf.so:coreutils \ port:diffutils \ path:libexec/gnubin/find:findutils \ port:flex \ diff --git a/sysutils/ipmitool/Portfile b/sysutils/ipmitool/Portfile index caa6ca1b44722..f035a4824dad7 100644 --- a/sysutils/ipmitool/Portfile +++ b/sysutils/ipmitool/Portfile @@ -39,7 +39,7 @@ depends_build port:autoconf \ port:automake \ port:libtool \ port:curl \ - port:coreutils \ + path:libexec/coreutils/libstdbuf.so:coreutils \ port:wget depends_lib path:lib/libssl.dylib:openssl \ port:readline diff --git a/sysutils/renameutils/Portfile b/sysutils/renameutils/Portfile index 756253bbdfc16..afff495eac6b3 100644 --- a/sysutils/renameutils/Portfile +++ b/sysutils/renameutils/Portfile @@ -28,7 +28,7 @@ checksums rmd160 996cf00d764ed3f4443fcf7af4ed3649bda365f3 \ depends_lib port:readline \ port:gettext \ - port:coreutils + path:libexec/coreutils/libstdbuf.so:coreutils patchfiles patch-use_coreutils.diff \ patch-fix_install.diff diff --git a/textproc/kakasi/Portfile b/textproc/kakasi/Portfile index 343d317a90700..876bad2f86347 100644 --- a/textproc/kakasi/Portfile +++ b/textproc/kakasi/Portfile @@ -27,7 +27,7 @@ checksums rmd160 db4a5dcacce407c54771c2473cd6b03751dba79f \ size 1352154 depends_lib port:libiconv -depends_build port:coreutils +depends_build path:libexec/coreutils/libstdbuf.so:coreutils use_autoconf yes diff --git a/textproc/xmlto/Portfile b/textproc/xmlto/Portfile index 8971533c3e2d0..7f63f04a1b58b 100644 --- a/textproc/xmlto/Portfile +++ b/textproc/xmlto/Portfile @@ -30,7 +30,7 @@ checksums rmd160 acba3cc9ff46505ae49b91108c611646aeac2b5d \ depends_build port:getopt -depends_run port:coreutils \ +depends_run path:libexec/coreutils/libstdbuf.so:coreutils \ port:docbook-xml \ port:docbook-xsl-nons \ path:libexec/gnubin/find:findutils \ diff --git a/textproc/xmltoman/Portfile b/textproc/xmltoman/Portfile index e70d874c90bfe..4757d22c559bc 100644 --- a/textproc/xmltoman/Portfile +++ b/textproc/xmltoman/Portfile @@ -26,7 +26,7 @@ master_sites sourceforge:xmltoman checksums rmd160 ce61c5184d5ba0a9db63bff2d4635eb644825383 \ sha256 948794a316aaecd13add60e17e476beae86644d066cb60171fc6b779f2df14b0 \ size 15250 -depends_build port:coreutils +depends_build path:libexec/coreutils/libstdbuf.so:coreutils depends_lib port:p${perl5.major}-xml-parser patchfiles-append patch-Makefile.diff supported_archs noarch diff --git a/www/ikiwiki/Portfile b/www/ikiwiki/Portfile index 0b370b55cd5b6..890c4691e1a22 100644 --- a/www/ikiwiki/Portfile +++ b/www/ikiwiki/Portfile @@ -37,7 +37,7 @@ checksums rmd160 f47968a69528aea864ad412c8508a8c5063edb9d \ sha256 d07a4d0da60c3e4de698a4dc54d0445547e762b37f0d433b0d664d88155dfe9e \ size 2672244 -depends_build port:coreutils \ +depends_build path:libexec/coreutils/libstdbuf.so:coreutils \ port:p${perl5.major}-ipc-run \ port:p${perl5.major}-perlmagick \ port:p${perl5.major}-xml-twig diff --git a/x11/gtk-nodoka-engine/Portfile b/x11/gtk-nodoka-engine/Portfile index 9ab01b49acb88..b7fd0377964ac 100644 --- a/x11/gtk-nodoka-engine/Portfile +++ b/x11/gtk-nodoka-engine/Portfile @@ -22,7 +22,7 @@ checksums md5 22227adf29231ba2b87202ac3522e70f \ sha1 edf9baacc22bfade02b01d45e80237e890f023e3 \ rmd160 ea837815c87a4a3a5c6e8476e31a5901733a720b -depends_build port:coreutils port:pkgconfig +depends_build path:libexec/coreutils/libstdbuf.so:coreutils port:pkgconfig depends_lib path:lib/pkgconfig/gtk+-2.0.pc:gtk2 patchfiles patch-glib-2.32.diff