Skip to content

Commit

Permalink
coreutils dependents: use path-style dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mascguy committed Dec 9, 2021
1 parent 8fad580 commit 1821f31
Show file tree
Hide file tree
Showing 43 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion archivers/libzip/Portfile
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion devel/autogen/Portfile
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion devel/quilt/Portfile
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion devel/wolfssl/Portfile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion editors/wordgrinder/Portfile
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion emulators/mame/Portfile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gnome/libbonoboui/Portfile
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion graphics/dvisvgm-devel/Portfile
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion graphics/fontforge/Portfile
Expand Up @@ -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)
}

Expand Down
2 changes: 1 addition & 1 deletion graphics/gimp-help-en/Portfile
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion graphics/libemf/Portfile
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions lang/fstar/Portfile
Expand Up @@ -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 \
Expand Down Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion lang/omnicompiler/Portfile
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion lang/rust/Portfile
Expand Up @@ -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}"
}

Expand Down
2 changes: 1 addition & 1 deletion math/octave/Portfile
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions math/pspp-devel/Portfile
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion net/apple-pki-bundle/Portfile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion net/cntlm/Portfile
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion net/mcabber/Portfile
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion net/torsocks/Portfile
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion net/umit/Portfile
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion ocaml/ocaml-hacl-star/Portfile
Expand Up @@ -54,7 +54,7 @@ post-extract {

depends_build port:gmake \
port:mono \
port:coreutils \
path:libexec/coreutils/libstdbuf.so:coreutils \
port:gtime \
port:gsed

Expand Down
2 changes: 1 addition & 1 deletion office/spread-sheet-widget/Portfile
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion ruby/rb-narray/Portfile
Expand Up @@ -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
4 changes: 2 additions & 2 deletions science/arb/Portfile
Expand Up @@ -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.
Expand All @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion science/ccfits/Portfile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion science/gildas/Portfile
Expand Up @@ -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"}
Expand Down
2 changes: 1 addition & 1 deletion science/gmtk/Portfile
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion science/jags/Portfile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion science/sumo/Portfile
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion security/pass-import/Portfile
Expand Up @@ -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 {}
Expand Down
2 changes: 1 addition & 1 deletion security/sequoia-pgp/Portfile
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion sysutils/byobu/Portfile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysutils/dpkg/Portfile
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion sysutils/e2fsprogs/Portfile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysutils/gutils-suite/Portfile
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion sysutils/ipmitool/Portfile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysutils/renameutils/Portfile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion textproc/kakasi/Portfile
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion textproc/xmlto/Portfile
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion textproc/xmltoman/Portfile
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion www/ikiwiki/Portfile
Expand Up @@ -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
Expand Down

0 comments on commit 1821f31

Please sign in to comment.