Skip to content

Commit

Permalink
libuv-devel: use consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Dec 1, 2024
1 parent 1fe5e69 commit d3688ec
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion devel/getdns/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ depends_build-append path:bin/pkg-config:pkgconfig
depends_lib path:lib/libssl.dylib:openssl \
port:libevent \
port:libidn2 \
path:lib/pkgconfig/libuv.pc:libuv
port:libuv-devel

# cc1: error: unrecognized command line option "-Wpedantic"
if {[string match *gcc-4.* ${configure.compiler}]} {
Expand Down
2 changes: 1 addition & 1 deletion devel/grpc/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ depends_lib-append \
port:abseil \
port:c-ares \
port:lbzip2 \
path:lib/pkgconfig/libuv.pc:libuv \
port:libuv-devel \
port:protobuf3-cpp \
port:re2 \
port:zlib
Expand Down
2 changes: 1 addition & 1 deletion devel/libwebsockets/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ checksums rmd160 aed3594d639d46e926a4d445bee2ea44b7726a2c \
depends_lib-append path:lib/libssl.dylib:openssl \
port:zlib \
port:libev \
port:libuv
port:libuv-devel

# https://trac.macports.org/ticket/65706
compiler.blacklist-append *gcc-4.*
Expand Down
2 changes: 1 addition & 1 deletion devel/luv/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ checksums rmd160 0ac20e8507492a548e1a87b7c80ba42ff9592efd \
sha256 fa6c46fb09f88320afa7f88017efd7b0d2b3a0158c5ba5b6851340b0332a2b81 \
size 1468792

depends_lib port:libuv \
depends_lib port:libuv-devel \
port:lua

# If Lua engine is LuaJIT, prefer lua.h from LUAJIT_INCLUDE_DIR over
Expand Down
2 changes: 1 addition & 1 deletion editors/neovim/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ checksums rmd160 4d6f8395afad5763894c2cf60c56ada2a41ed2ad \
depends_build-append port:pkgconfig

depends_lib port:gettext \
port:libuv \
port:libuv-devel \
port:libvterm \
port:unibilium \
port:msgpack \
Expand Down
2 changes: 1 addition & 1 deletion lisp/cl-libuv/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ post-patch {

depends_lib-append port:cl-alexandria \
port:cl-cffi \
port:libuv
port:libuv-devel

common_lisp.ffi yes
4 changes: 2 additions & 2 deletions net/aria2/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends_build-append port:pkgconfig \

depends_lib-append port:gettext-runtime \
port:libiconv \
port:libuv \
port:libuv-devel \
port:libxml2

# use_* must be defined after depends_*, otherwise the automatic dependencies
Expand Down Expand Up @@ -120,6 +120,6 @@ if {${os.platform} eq "darwin" && ${os.major} <= 10} {

# libuv presently not available on 10.4 or earlier
if {${os.platform} eq "darwin" && ${os.major} <= 8} {
depends_lib-delete port:libuv
depends_lib-delete port:libuv-devel
configure.args-delete --with-libuv
}
2 changes: 1 addition & 1 deletion net/bind9.18/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ use_xz yes
depends_build path:bin/pkg-config:pkgconfig

depends_lib path:lib/libssl.dylib:openssl \
path:lib/pkgconfig/libuv.pc:libuv \
port:libuv-devel \
port:libxml2 \
port:nghttp2 \
path:lib/pkgconfig/jemalloc.pc:jemalloc \
Expand Down
2 changes: 1 addition & 1 deletion net/bind9/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ use_xz yes
depends_build path:bin/pkg-config:pkgconfig

depends_lib path:lib/libssl.dylib:openssl \
path:lib/pkgconfig/libuv.pc:libuv \
port:libuv-devel \
port:libxml2 \
port:nghttp2 \
path:lib/pkgconfig/jemalloc.pc:jemalloc \
Expand Down
2 changes: 1 addition & 1 deletion net/knot-resolver/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ depends_lib path:lib/libluajit-5.1.2.dylib:luajit \
path:lib/pkgconfig/libknot.pc:libknot \
port:fstrm \
port:jemalloc \
port:libuv \
port:libuv-devel \
port:lmdb \
port:nghttp2 \
port:lua51-psl \
Expand Down
2 changes: 1 addition & 1 deletion net/qpid-proton/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ depends_build-append \
path:bin/pkg-config:pkgconfig

depends_lib-append port:jsoncpp \
path:lib/pkgconfig/libuv.pc:libuv
port:libuv-devel

cmake.build_type RelWithDebInfo

Expand Down
2 changes: 1 addition & 1 deletion net/ttyd/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ depends_build-append \
depends_lib-append port:json-c \
port:libwebsockets \
path:lib/libssl.dylib:openssl \
path:lib/pkgconfig/libuv.pc:libuv \
port:libuv-devel \
port:zlib

# If gcc-4.2 is used, build fails with undefined symbols from libwebsockets
Expand Down
2 changes: 1 addition & 1 deletion sysutils/netdata/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ depends_build-append port:autoconf \

depends_lib-append lib:libuuid:libuuid \
path:lib/libssl.dylib:openssl \
path:lib/pkgconfig/libuv.pc:libuv \
port:libuv-devel \
port:json-c \
port:judy \
port:libyaml \
Expand Down

0 comments on commit d3688ec

Please sign in to comment.