From owner-svn-ports-all@FreeBSD.ORG Thu Jun 26 21:56:19 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB305998; Thu, 26 Jun 2014 21:56:19 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BFC222D38; Thu, 26 Jun 2014 21:56:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5QLuJo2039682; Thu, 26 Jun 2014 21:56:19 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5QLuJ82039679; Thu, 26 Jun 2014 21:56:19 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201406262156.s5QLuJ82039679@svn.freebsd.org> From: Guido Falsi Date: Thu, 26 Jun 2014 21:56:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359422 - in head/net: unison unison-devel unison232 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2014 21:56:20 -0000 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