FreeBSD Bugzilla – Attachment 237557 Details for
Bug 267290
devel/git-delta: Fix building on i386
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git-delta-0.14.0.patch
0001-devel-git-delta-Mark-BROKEN-on-i386.patch (text/plain), 1.48 KB, created by
Jesús Daniel Colmenares Oviedo
on 2022-10-23 12:30:14 UTC
(
hide
)
Description:
git-delta-0.14.0.patch
Filename:
MIME Type:
Creator:
Jesús Daniel Colmenares Oviedo
Created:
2022-10-23 12:30:14 UTC
Size:
1.48 KB
patch
obsolete
>From 6d90ac1bd57c5939f1c2e82638cc7d87d9b5d9c3 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= > <DtxdF@disroot.org> >Date: Sun, 23 Oct 2022 07:02:29 -0400 >Subject: [PATCH] devel/git-delta: Mark BROKEN on i386 > >Running `/wrkdirs/usr/ports/devel/git-delta/work/target/release/build/onig_sys-181d0300c100d496/build-script-build` >The following warnings were emitted during compilation: > >warning: c/freebsd.c:31:10: error: conflicting types for 'get_cpu_speed' >warning: uint64_t get_cpu_speed(void) { >warning: ^ >warning: c/info.h:31:15: note: previous declaration is here >warning: unsigned long get_cpu_speed(void); >warning: ^ >warning: c/freebsd.c:47:10: error: conflicting types for 'get_proc_total' >warning: uint64_t get_proc_total(void) { >warning: ^ >warning: c/info.h:34:15: note: previous declaration is here >warning: unsigned long get_proc_total(void); >warning: ^ >warning: 2 errors generated. > >error: failed to run custom build command for `sys-info v0.9.1` >--- > devel/git-delta/Makefile | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/devel/git-delta/Makefile b/devel/git-delta/Makefile >index 352cc8b14..c7fc96fac 100644 >--- a/devel/git-delta/Makefile >+++ b/devel/git-delta/Makefile >@@ -10,6 +10,8 @@ WWW= https://dandavison.github.io/delta/ > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > >+BROKEN_i386= conflicting types for 'get_cpu_speed' >+ > LIB_DEPENDS= libonig.so:devel/oniguruma > RUN_DEPENDS= git:devel/git > >-- >2.38.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 267290
:
237557
|
237741