Skip to content

Commit

Permalink
www/so: update to 0.4.10
Browse files Browse the repository at this point in the history
[0.4.10]
Fixed
 - Cloudflare blocking reqwests (#46)

Added
 - Some limited logging
 - Mac ports install option (#31)
  • Loading branch information
0323pin committed Aug 23, 2024
1 parent dab23f7 commit 3b6c00f
Show file tree
Hide file tree
Showing 3 changed files with 1,205 additions and 903 deletions.
14 changes: 8 additions & 6 deletions www/so/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.9 2023/10/24 22:11:34 wiz Exp $
# $NetBSD: Makefile,v 1.10 2024/08/23 15:55:23 pin Exp $

DISTNAME= so-0.4.9
PKGREVISION= 1
DISTNAME= so-0.4.10
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=samtay/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand All @@ -13,13 +12,16 @@ LICENSE= mit

.include "cargo-depends.mk"

INSTALLATION_DIRS= bin
#RUST_REQ= 1.79.0
#Upstream does not state the required MSRV.
#This package is confirmed to build with Rust 1.79.0 on amd64
#INSTALLATION_DIRS= bin

MAKE_ENV+= OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/target/release/so \
#do-install:
# ${INSTALL_PROGRAM} ${WRKSRC}/target/release/so \
${DESTDIR}${PREFIX}/bin

.include "../../lang/rust/cargo.mk"
Expand Down
Loading

0 comments on commit 3b6c00f

Please sign in to comment.