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