From owner-svn-ports-head@FreeBSD.ORG Tue Mar 31 21:53:58 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB4AA140; Tue, 31 Mar 2015 21:53:58 +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 A6F16D8B; Tue, 31 Mar 2015 21:53:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t2VLrwMV036644; Tue, 31 Mar 2015 21:53:58 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t2VLrwP6036643; Tue, 31 Mar 2015 21:53:58 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201503312153.t2VLrwP6036643@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Tue, 31 Mar 2015 21:53:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r382877 - head/sysutils/dirdiff X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2015 21:53:58 -0000 Author: gahr Date: Tue Mar 31 21:53:57 2015 New Revision: 382877 URL: https://svnweb.freebsd.org/changeset/ports/382877 QAT: https://qat.redports.org/buildarchive/r382877/ Log: - Fix build PR: 199058 Submitted by: Lawrence Chen Discussed with: bapt Modified: head/sysutils/dirdiff/Makefile Modified: head/sysutils/dirdiff/Makefile ============================================================================== --- head/sysutils/dirdiff/Makefile Tue Mar 31 21:53:14 2015 (r382876) +++ head/sysutils/dirdiff/Makefile Tue Mar 31 21:53:57 2015 (r382877) @@ -20,6 +20,11 @@ PLIST_FILES= bin/dirdiff lib/libfilecmp. CFLAGS+= -fPIC -I${TCL_INCLUDEDIR} +# When bsdmake is used to build the port, the ports infrastructure should call +# it with MAKE_ENV+= __MAKE_CONF=/dev/null to avoid sourcing make.conf twice. +# This is a workaround to make sure CFLAGS are passed through. +MAKE_ARGS= CFLAGS="${CFLAGS}" + post-patch: @${REINPLACE_CMD} -e \ 's|.0.0|.0|g ; \