forked from ports/contrib
libluv: 1.47.0-0 -> 1.48.0-0
This commit is contained in:
parent
0a987a5b56
commit
303fff420e
@ -7,7 +7,7 @@ drwxr-xr-x root/root usr/include/luv/
|
|||||||
-rw-r--r-- root/root usr/include/luv/util.h
|
-rw-r--r-- root/root usr/include/luv/util.h
|
||||||
drwxr-xr-x root/root usr/lib/
|
drwxr-xr-x root/root usr/lib/
|
||||||
lrwxrwxrwx root/root usr/lib/libluv.so -> libluv.so.1
|
lrwxrwxrwx root/root usr/lib/libluv.so -> libluv.so.1
|
||||||
lrwxrwxrwx root/root usr/lib/libluv.so.1 -> libluv.so.1.47.0
|
lrwxrwxrwx root/root usr/lib/libluv.so.1 -> libluv.so.1.48.0
|
||||||
-rwxr-xr-x root/root usr/lib/libluv.so.1.47.0
|
-rwxr-xr-x root/root usr/lib/libluv.so.1.48.0
|
||||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||||
-rw-r--r-- root/root usr/lib/pkgconfig/libluv.pc
|
-rw-r--r-- root/root usr/lib/pkgconfig/libluv.pc
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
untrusted comment: verify with /etc/ports/contrib.pub
|
untrusted comment: verify with /etc/ports/contrib.pub
|
||||||
RWSagIOpLGJF31wWxFkWhvIIcltfktc0qDwvGgH7vbd6vzMiJRk2F1u7EaK8XAIwBsa1LKF3rr2lfQANgHUGD/Uj7W9EsdbLjg8=
|
RWSagIOpLGJF3wqMGOPrl//SfOCtE7o4B3e5KTvknaGJkQ0KTFLHH88YzVjLVrvbHZmFhZVbrLKVbe9kJ/Iy0UFSVYKj0jXB5A0=
|
||||||
SHA256 (Pkgfile) = c1d6dde2cbf25392aab2568d4e47b8f147df6025f910dc2858b9745d315dedc3
|
SHA256 (Pkgfile) = 9cbccef37e0cf4de5ffe43a07f2c6becf6acaf29291424fe919c15ab4ac0cd17
|
||||||
SHA256 (.footprint) = 927028022d30136cf670490086a108a2ca5feb53c46e229b0deb8cf0099845ba
|
SHA256 (.footprint) = 25725d1eb10559c812dd394626810559a59f0619c8cbc846e3b4d87257b0e18d
|
||||||
SHA256 (luv-1.47.0-0.tar.gz) = 2b5c460fad3b86ea7cfbfaa8bb284506e8f8a354bdd735bde5d664a7b2b1f8bd
|
SHA256 (luv-v1.48.0-0.tar.gz) = b9c34eb0f67feb0336b9a0fa8bb8cd3fb3082dfbab4561df3c03d8b04a58530b
|
||||||
SHA256 (cmake-use-pkgconfig.patch) = c0071716dfebc1f63ca4dfbfe93ec74f2919def9b4356a4df7a5157bac07fdd6
|
SHA256 (cmake-use-pkgconfig.patch) = c0071716dfebc1f63ca4dfbfe93ec74f2919def9b4356a4df7a5157bac07fdd6
|
||||||
|
@ -4,15 +4,15 @@
|
|||||||
# Depends on: libuv luajit
|
# Depends on: libuv luajit
|
||||||
|
|
||||||
name=libluv
|
name=libluv
|
||||||
version=1.47.0-0
|
version=1.48.0-0
|
||||||
release=1
|
release=1
|
||||||
source=(https://github.com/luvit/luv/releases/download/$version/luv-$version.tar.gz
|
source=(https://github.com/luvit/luv/releases/download/v$version/luv-v$version.tar.gz
|
||||||
cmake-use-pkgconfig.patch)
|
cmake-use-pkgconfig.patch)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
patch -Np1 -d luv-$version -i $SRC/cmake-use-pkgconfig.patch
|
patch -Np1 -d luv-v$version -i $SRC/cmake-use-pkgconfig.patch
|
||||||
|
|
||||||
cmake -S luv-$version -B build-shared -G Ninja \
|
cmake -S luv-v$version -B build-shared -G Ninja \
|
||||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||||
-D CMAKE_BUILD_TYPE=Release \
|
-D CMAKE_BUILD_TYPE=Release \
|
||||||
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
|
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user