FreeBSD Bugzilla – Attachment 175700 Details for
Bug 213114
[NEW PORT] sysutils/fcode-utils: Set of utilities to process FCODE, OpenFirmware's byte code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar
fcode-utils.shar (text/plain), 2.59 KB, created by
Piotr Kubaj
on 2016-10-13 11:42:29 UTC
(
hide
)
Description:
shar
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2016-10-13 11:42:29 UTC
Size:
2.59 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># fcode-utils ># fcode-utils/distinfo ># fcode-utils/pkg-descr ># fcode-utils/Makefile ># fcode-utils/files ># fcode-utils/files/patch-shared_types.h ># >echo c - fcode-utils >mkdir -p fcode-utils > /dev/null 2>&1 >echo x - fcode-utils/distinfo >sed 's/^X//' >fcode-utils/distinfo << 'cd5c047844db9f17e2642dcec731999c' >XTIMESTAMP = 1475063061 >XSHA256 (openbios-fcode-utils-v1.0.2_GH0.tar.gz) = 8d9979c269a60a6e2b9dcfb50d1515d0e750e95d7d2690b36620a614b0c163bc >XSIZE (openbios-fcode-utils-v1.0.2_GH0.tar.gz) = 4308712 >cd5c047844db9f17e2642dcec731999c >echo x - fcode-utils/pkg-descr >sed 's/^X//' >fcode-utils/pkg-descr << 'fc717ed5ad9f8df761dfa3181b00ce4c' >XA set of utilities to process FCODE, OpenFirmware's byte code >XWWW: https://github.com/openbios/fcode-utils >fc717ed5ad9f8df761dfa3181b00ce4c >echo x - fcode-utils/Makefile >sed 's/^X//' >fcode-utils/Makefile << 'fb4ddc26e2b7497eb45ef4b287d475da' >X# Created by: Piotr Kubaj <pkubaj@anongoth.pl> >X# $FreeBSD$ >X >XPORTNAME= fcode-utils >XPORTVERSION= 1.0.2 >XDISTVERSIONPREFIX= v >XCATEGORIES= sysutils >X >XMAINTAINER= pkubaj@anongoth.pl >XCOMMENT= Set of utilities to process FCODE, OpenFirmware's byte code >X >XLICENSE= GPLv2 >XLICENSE_FILE= ${WRKSRC}/COPYING >X >XUSE_GITHUB= yes >XGH_ACCOUNT= openbios >X >XPLIST_FILES= bin/detok \ >X bin/romheaders \ >X bin/toke >X >XUTILS= detok romheaders toke >XUSES= gmake >X >XTEST_TARGET= tests >X >Xpre-patch: >X ${REINPLACE_CMD} -e 's/gcc/${CC}/' ${WRKSRC}/detok/Makefile \ >X ${WRKSRC}/romheaders/Makefile ${WRKSRC}/toke/Makefile >X >Xdo-build: >X.for f in ${UTILS} >X @(cd ${WRKSRC}/${f}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD}) >X.endfor >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/detok/detok ${WRKSRC}/toke/toke \ >X ${WRKSRC}/romheaders/romheaders ${STAGEDIR}${PREFIX}/bin/ >X >X.include <bsd.port.mk> >fb4ddc26e2b7497eb45ef4b287d475da >echo c - fcode-utils/files >mkdir -p fcode-utils/files > /dev/null 2>&1 >echo x - fcode-utils/files/patch-shared_types.h >sed 's/^X//' >fcode-utils/files/patch-shared_types.h << 'a15216a8e039b6d82c7ab55ca554898b' >X--- shared/types.h.orig 2008-07-11 23:21:43 UTC >X+++ shared/types.h >X@@ -39,7 +39,7 @@ >X * >X **************************************************************************** */ >X >X-#if defined(__ppc__) && defined(__APPLE__) >X+#if defined(__ppc__) && defined(__APPLE__) || defined (__FreeBSD__) >X #include <sys/types.h> >X >X typedef int8_t s8; >a15216a8e039b6d82c7ab55ca554898b >exit >
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 Raw
Actions:
View
Attachments on
bug 213114
:
175300
|
175700
|
178118