FreeBSD Bugzilla – Attachment 210495 Details for
Bug 243152
sysutils/sformat: fix build on powerpc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
sformat.patch (text/plain), 1.92 KB, created by
Piotr Kubaj
on 2020-01-07 09:31:42 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2020-01-07 09:31:42 UTC
Size:
1.92 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 522215) >+++ Makefile (working copy) >@@ -18,7 +18,6 @@ > BROKEN_armv6= does not build: No rule to make target RULES/arm-freebsd-cc.rul > BROKEN_armv7= does not build: No rule to make target RULES/arm-freebsd-cc.rul > BROKEN_mips64= does not build: No rule to make target RULES/mips-freebsd-cc.rul >-BROKEN_powerpc64= does not install: powerpc-freebsd-cc/sformat: No such file or directory > > LIBSCHILY= libschily-2.01.01a07.tar.gz > USES= gmake >@@ -27,7 +26,7 @@ > > CCOM!= ${BASENAME} ${CC} > MAKE_ENV+= CCOM=${CCOM} >-SFMTTARGET= ${ARCH:S/powerpc64/powerpc/}-freebsd-${CCOM} >+SFMTTARGET= ${ARCH}-freebsd-${CCOM} > > post-extract: > @cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ >Index: files/patch-RULES_mk-gmake.id >=================================================================== >--- files/patch-RULES_mk-gmake.id (nonexistent) >+++ files/patch-RULES_mk-gmake.id (working copy) >@@ -0,0 +1,11 @@ >+--- RULES/mk-gmake.id.orig 2020-01-06 01:11:47 UTC >++++ RULES/mk-gmake.id >+@@ -41,7 +41,7 @@ _MACHCMD= (mach || uname -p || true) 2> /dev/null >+ _ARCHCMD= (arch || /usr/ucb/arch || true) 2> /dev/null >+ >+ XP_ARCH:= $(shell $(_MACHCMD) | tr '[A-Z]' '[a-z]' | tr ', /\\()"' ',//////' | tr ',/' ',-') >+-XK_ARCH:= $(shell uname -m | tr '[A-Z]' '[a-z]' | tr ', /\\()"' ',//////' | tr ',/' ',-') >++XK_ARCH:= $(shell uname -p | tr '[A-Z]' '[a-z]' | tr ', /\\()"' ',//////' | tr ',/' ',-') >+ XM_ARCH:= $(shell $(_ARCHCMD) | tr '[A-Z]' '[a-z]' | tr ', /\\()"' ',//////' | tr ',/' ',-') >+ >+ P_ARCH= $(XP_ARCH) > >Property changes on: files/patch-RULES_mk-gmake.id >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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 243152
:
210495
|
210534