Date: Thu, 17 Apr 2014 05:53:35 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351450 - in head/sysutils: ucspi-ipc ucspi-ssl Message-ID: <201404170553.s3H5rZTt064685@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404170553.s3H5rZTt064685>