FreeBSD Bugzilla – Attachment 239548 Details for
Bug 269020
devel/rubygem-oj fails to include header files needed for rubygem-oj-introspect
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git diff on devel/rubygem-oj/Makefile
file_269020.txt (text/plain), 934 bytes, created by
lysfjord.daniel
on 2023-01-18 00:19:11 UTC
(
hide
)
Description:
git diff on devel/rubygem-oj/Makefile
Filename:
MIME Type:
Creator:
lysfjord.daniel
Created:
2023-01-18 00:19:11 UTC
Size:
934 bytes
patch
obsolete
>diff --git a/devel/rubygem-oj/Makefile b/devel/rubygem-oj/Makefile >index 8bdf67403b..865d6ddb7a 100644 >--- a/devel/rubygem-oj/Makefile >+++ b/devel/rubygem-oj/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= oj > PORTVERSION= 3.13.23 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel rubygems > MASTER_SITES= RG > >@@ -16,7 +16,7 @@ USES= gem > # TODO: find a better way to do this > # Copy all header file, as it is required by rubygem-oj-introspect > post-install: >- cd ${WRKSRC}/ext/oj && ${FIND} * -name "*.h" -type f -exec ${INSTALL_DATA} {} "${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION}/ext/oj/{}" \; >+ cd ${WRKSRC}/ext/oj && ${INSTALL_DATA} -d "${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION}/ext/oj/" && ${FIND} * -name "*.h" -type f -exec ${INSTALL_DATA} {} "${STAGEDIR}${PREFIX}/${GEMS_DIR}/${PORTNAME}-${PORTVERSION}/ext/oj/{}" \; > > > .include <bsd.port.mk>
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 269020
:
239547
| 239548 |
239599
|
239600
|
239601