svn commit: r359422 - in head/net: unison unison-devel unison232

Guido Falsi madpilot at FreeBSD.org
Thu Jun 26 21:56:20 UTC 2014


Author: madpilot
Date: Thu Jun 26 21:56:18 2014
New Revision: 359422
URL: http://svnweb.freebsd.org/changeset/ports/359422
QAT: https://qat.redports.org/buildarchive/r359422/

Log:
  Pass MAKE_ENV to MAKE_CMD.
  
  Noticed by:	bapt (in r359185)

Modified:
  head/net/unison-devel/Makefile
  head/net/unison/Makefile
  head/net/unison232/Makefile

Modified: head/net/unison-devel/Makefile
==============================================================================
--- head/net/unison-devel/Makefile	Thu Jun 26 21:49:06 2014	(r359421)
+++ head/net/unison-devel/Makefile	Thu Jun 26 21:56:18 2014	(r359422)
@@ -61,7 +61,7 @@ post-patch:
 post-build:
 	@${ECHO} Building text-only version
 	@${ECHO} ${WRKSRC}
-	@${MAKE_CMD} -C ${WRKSRC} UISTYLE=text NAME=unison-text
+	${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} CFLAGS="" UISTYLE=text NAME=unison-text
 	@cd ${WRKSRC}/win32rc && ${LOCALBASE}/bin/icotool -x U.ico
 .endif
 

Modified: head/net/unison/Makefile
==============================================================================
--- head/net/unison/Makefile	Thu Jun 26 21:49:06 2014	(r359421)
+++ head/net/unison/Makefile	Thu Jun 26 21:56:18 2014	(r359422)
@@ -60,7 +60,7 @@ post-patch:
 post-build:
 	@${ECHO} Building text-only version
 	@${ECHO} ${WRKSRC}
-	@${MAKE_CMD} -C ${WRKSRC} UISTYLE=text NAME=unison-text
+	${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} CFLAGS="" UISTYLE=text NAME=unison-text
 	@cd ${WRKSRC}/win32rc && ${LOCALBASE}/bin/icotool -x U.ico
 .endif
 

Modified: head/net/unison232/Makefile
==============================================================================
--- head/net/unison232/Makefile	Thu Jun 26 21:49:06 2014	(r359421)
+++ head/net/unison232/Makefile	Thu Jun 26 21:56:18 2014	(r359422)
@@ -60,7 +60,7 @@ post-patch:
 post-build:
 	@${ECHO} Building text-only version
 	@${ECHO} ${WRKSRC}
-	${MAKE_CMD} -C ${WRKSRC} UISTYLE=text NAME=${PORTNAME}-text
+	${SETENV} ${MAKE_ENV} ${MAKE_CMD} -C ${WRKSRC} CFLAGS="" UISTYLE=text NAME=${PORTNAME}-text
 	@cd ${WRKSRC}/win32rc && ${LOCALBASE}/bin/icotool -x U.ico
 .endif
 


More information about the svn-ports-all mailing list