Date: Tue, 24 Jun 2014 22:23:00 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359145 - head/chinese/miniChinput Message-ID: <201406242223.s5OMN0YB086376@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Jun 24 22:23:00 2014 New Revision: 359145 URL: http://svnweb.freebsd.org/changeset/ports/359145 QAT: https://qat.redports.org/buildarchive/r359145/ Log: Mark as broken: almost all command call are hardcoded With hat: portmgr Modified: head/chinese/miniChinput/Makefile Modified: head/chinese/miniChinput/Makefile ============================================================================== --- head/chinese/miniChinput/Makefile Tue Jun 24 22:16:12 2014 (r359144) +++ head/chinese/miniChinput/Makefile Tue Jun 24 22:23:00 2014 (r359145) @@ -19,6 +19,7 @@ ALL_TARGET= all data INSTALL_TARGET= install data-install MAKE_JOBS_UNSAFE= yes +BROKEN= Hard code make, gcc, g++ and more everywhere MAN1= chinput.1 NO_STAGE= yes @@ -29,7 +30,7 @@ BROKEN= Build fails on sparc64 .endif post-patch: - @${REINPLACE_CMD} -e 's,make,${GMAKE},g' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's,make,${MAKE_CMD},g' ${WRKSRC}/src/Makefile.in @echo "install:" >> ${WRKSRC}/src/IMdkit/Makefile @${REINPLACE_CMD} 's,^CFLAGS =,CFLAGS +=,' ${WRKSRC}/ImmModules/cce/Makefile.in \ ${WRKSRC}/ImmModules/turbo/Makefile.in \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406242223.s5OMN0YB086376>