From owner-svn-ports-all@freebsd.org Fri Jul 28 22:34:47 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 053D7DD1985; Fri, 28 Jul 2017 22:34:47 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C8605752F2; Fri, 28 Jul 2017 22:34:46 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v6SMYjTv010006; Fri, 28 Jul 2017 22:34:45 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6SMYjmF010005; Fri, 28 Jul 2017 22:34:45 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201707282234.v6SMYjmF010005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Fri, 28 Jul 2017 22:34:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r446859 - head/math/calc/files X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: head/math/calc/files X-SVN-Commit-Revision: 446859 X-SVN-Commit-Repository: ports 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.23 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: Fri, 28 Jul 2017 22:34:47 -0000 Author: adamw Date: Fri Jul 28 22:34:45 2017 New Revision: 446859 URL: https://svnweb.freebsd.org/changeset/ports/446859 Log: Fix build failure since r446818. gmake[2]: HELPDIR=/usr/local/share/calc/help: No such file or directory gmake[2]: *** No rule to make target 'HELPDIR=/usr/local/share/calc/help'. Stop. Modified: head/math/calc/files/patch-Makefile Modified: head/math/calc/files/patch-Makefile ============================================================================== --- head/math/calc/files/patch-Makefile Fri Jul 28 22:30:39 2017 (r446858) +++ head/math/calc/files/patch-Makefile Fri Jul 28 22:34:45 2017 (r446859) @@ -1,5 +1,5 @@ ---- Makefile.orig 2017-06-02 23:50:17.000000000 +0200 -+++ Makefile 2017-07-05 21:12:24.953147000 +0200 +--- Makefile.orig 2017-06-02 21:50:17 UTC ++++ Makefile @@ -571,7 +571,7 @@ HAVE_UNUSED= #INCDIR= /usr/local/include @@ -192,6 +192,15 @@ RMDIR=${RMDIR} \ SCRIPTDIR="${SCRIPTDIR}" \ SED=${SED} \ +@@ -1955,7 +1959,7 @@ CAL_PASSDOWN= \ + CHMOD=${CHMOD} \ + CMP=${CMP} \ + CO=${CO} \ +- CP=${CP} \ ++ CP="${CP}" \ + HELPDIR="${HELPDIR}" \ + INCDIR="${INCDIR}" \ + LANG=${LANG} \ @@ -1964,7 +1968,7 @@ CAL_PASSDOWN= \ MKDIR=${MKDIR} \ MV=${MV} \