svn commit: r351450 - in head/sysutils: ucspi-ipc ucspi-ssl

Bryan Drewery bdrewery at FreeBSD.org
Thu Apr 17 05:53:36 UTC 2014


Author: bdrewery
Date: Thu Apr 17 05:53:35 2014
New Revision: 351450
URL: http://svnweb.freebsd.org/changeset/ports/351450
QAT: https://qat.redports.org/buildarchive/r351450/

Log:
  - Pass MAKE_ENV into build so that WITH_CCACHE_BUILD works
  
  With hat:	portmgr

Modified:
  head/sysutils/ucspi-ipc/Makefile
  head/sysutils/ucspi-ssl/Makefile

Modified: head/sysutils/ucspi-ipc/Makefile
==============================================================================
--- head/sysutils/ucspi-ipc/Makefile	Thu Apr 17 05:41:55 2014	(r351449)
+++ head/sysutils/ucspi-ipc/Makefile	Thu Apr 17 05:53:35 2014	(r351450)
@@ -24,7 +24,7 @@ do-configure:
 	${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-cc
 
 do-build:
-	cd ${WRKSRC} && package/compile
+	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} package/compile
 
 do-install:
 .for x in ipccat ipcconnect ipcdo ipcrun

Modified: head/sysutils/ucspi-ssl/Makefile
==============================================================================
--- head/sysutils/ucspi-ssl/Makefile	Thu Apr 17 05:41:55 2014	(r351449)
+++ head/sysutils/ucspi-ssl/Makefile	Thu Apr 17 05:53:35 2014	(r351450)
@@ -45,7 +45,7 @@ do-configure:
 	${ECHO_CMD} "/etc/ssl/dh1024.pem" > ${WRKSRC}/src/conf-dhfile
 
 do-build:
-	cd ${WRKSRC} && package/compile
+	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} package/compile
 
 do-install:
 .for x in ${SCRIPTS_TO_INSTALL}


More information about the svn-ports-all mailing list