FreeBSD Bugzilla – Attachment 237741 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
0001-devel-git-delta-Fix-building-on-i386.patch (text/plain), 1003 bytes, created by
Jesús Daniel Colmenares Oviedo
on 2022-10-31 02:41:23 UTC
(
hide
)
Description:
git-delta-0.14.0
Filename:
MIME Type:
Creator:
Jesús Daniel Colmenares Oviedo
Created:
2022-10-31 02:41:23 UTC
Size:
1003 bytes
patch
obsolete
>From 27eeab7f6e5980f11f011266ee74418487aecae0 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= > <DtxdF@disroot.org> >Date: Sun, 30 Oct 2022 22:26:47 -0400 >Subject: [PATCH] devel/git-delta: Fix building on i386 > >* Change unsigned long to uint64_t on get_cpu and get_proc_total >--- > devel/git-delta/Makefile | 6 ++++++ > 1 file changed, 6 insertions(+) > >diff --git a/devel/git-delta/Makefile b/devel/git-delta/Makefile >index 352cc8b14..1ea4d3f6f 100644 >--- a/devel/git-delta/Makefile >+++ b/devel/git-delta/Makefile >@@ -27,6 +27,12 @@ BASH_PLIST_FILES= etc/bash_completion.d/_${PORTNAME}.bash > FISH_PLIST_FILES= share/fish/vendor_functions.d/${PORTNAME}.fish > ZSH_PLIST_FILES= share/zsh/site-functions/_${PORTNAME} > >+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-*/c/*.[ch] >+ > post-install: > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/delta > >-- >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
Flags:
DtxdF
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 267290
:
237557
| 237741