mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
devel/wrangler: Unbreak 32 bit archs
PR: 267471 Approved by: maintainer timeout, 2 weeks MFH: 2022Q4
This commit is contained in:
parent
f34010140b
commit
05521d69f7
1 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
PORTNAME= wrangler
|
PORTNAME= wrangler
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 1.19.12
|
DISTVERSION= 1.19.12
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
MAINTAINER= antranigv@freebsd.am
|
MAINTAINER= antranigv@freebsd.am
|
||||||
|
@ -13,8 +13,6 @@ LICENSE_COMB= dual
|
||||||
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
|
LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE
|
||||||
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
|
LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT
|
||||||
|
|
||||||
BROKEN_i386= fails to build: error occurred: Command "cc" ... with args "cc" did not execute successfully (status code exit status: 1)
|
|
||||||
|
|
||||||
LIB_DEPENDS= libcurl.so:ftp/curl
|
LIB_DEPENDS= libcurl.so:ftp/curl
|
||||||
|
|
||||||
USES= cargo gmake ssl
|
USES= cargo gmake ssl
|
||||||
|
@ -29,6 +27,13 @@ PORTDOCS= CHANGELOG.md README.md
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
OPTIONS_DEFAULT= DOCS
|
OPTIONS_DEFAULT= DOCS
|
||||||
|
|
||||||
|
# sys-info-0.9.1 crate fix: https://github.com/FillZpp/sys-info-rs/issues/80
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} \
|
||||||
|
-e '/get_cpu/s|unsigned long|uint64_t|' \
|
||||||
|
-e '/get_proc_total/s|unsigned long|uint64_t|' \
|
||||||
|
${WRKSRC}/cargo-crates/sys-info-0.9.1/c/*.[ch]
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue