FreeBSD Bugzilla – Attachment 240677 Details for
Bug 269878
devel/binutils: Binutils needs to install include/ansidecl.h
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch with commit log message.
0001-devel-binutils-Bring-back-ansidecl.h.patch (text/plain), 1.74 KB, created by
Cy Schubert
on 2023-03-08 20:10:34 UTC
(
hide
)
Description:
Proposed patch with commit log message.
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2023-03-08 20:10:34 UTC
Size:
1.74 KB
patch
obsolete
>From 0539dbf796079054253828136a983b01dc0983f7 Mon Sep 17 00:00:00 2001 >From: Cy Schubert <cy@FreeBSD.org> >Date: Wed, 8 Mar 2023 12:02:56 -0800 >Subject: [PATCH] devel/binutils: Bring back ansidecl.h > >A missing ansidecl.h is causing some ports build failures because of >and unknown ENUM_BITFIELD. This commit brings it back. > >Previous commits which removed ansidecl.h, 8b115343ad84e and 95c499bbd7f34, >failed to say why the file was removed. We can only guess that the reason >was ephemeral. > >PR: 269878 >Submitted by: yuri >Reported by: yuri >MFH: 2023Q1 >--- > devel/binutils/Makefile | 3 +-- > devel/binutils/pkg-plist | 1 + > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/devel/binutils/Makefile b/devel/binutils/Makefile >index 2e773537d046..8b8f9a3c200d 100644 >--- a/devel/binutils/Makefile >+++ b/devel/binutils/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= binutils > DISTVERSION= 2.40 >+PORTREVISION= 1 > PORTEPOCH?= 1 > CATEGORIES?= devel > MASTER_SITES= SOURCEWARE/binutils/releases >@@ -148,8 +149,6 @@ post-install: > ${INSTALL_DATA} ${WRKSRC}/include/plugin-api.h ${STAGEDIR}${PREFIX}/include/ > @${FIND} -ds ${STAGEDIR}${PREFIX}/${CONFIGURE_TARGET} ! -type d | \ > ${SED} -e 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} >- ${RM} ${STAGEDIR}${PREFIX}/include/ansidecl.h >- ${REINPLACE_CMD} '/#include "ansidecl.h"/d' ${STAGEDIR}${PREFIX}/include/bfd.h > .else > .if ${PKGNAMEPREFIX:S/-$//} != ${BUTARGET} > ${RM} -r ${STAGEDIR}${PREFIX}/${PKGNAMEPREFIX:S/-$//} >diff --git a/devel/binutils/pkg-plist b/devel/binutils/pkg-plist >index aa64c3d08214..100532991306 100644 >--- a/devel/binutils/pkg-plist >+++ b/devel/binutils/pkg-plist >@@ -16,6 +16,7 @@ bin/readelf > bin/size > bin/strings > bin/strip >+include/ansidecl.h > include/bfd.h > include/bfdlink.h > include/ctf-api.h >-- >2.39.1 >
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 269878
:
240626
| 240677