svn commit: r359145 - head/chinese/miniChinput
Baptiste Daroussin
bapt at FreeBSD.org
Tue Jun 24 22:23:00 UTC 2014
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 \
More information about the svn-ports-all
mailing list