From owner-svn-ports-all@freebsd.org Fri Jan 6 17:15:39 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 61E62CA2B22; Fri, 6 Jan 2017 17:15:39 +0000 (UTC) (envelope-from jhale@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 13D6F186D; Fri, 6 Jan 2017 17:15:39 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v06HFcRS091707; Fri, 6 Jan 2017 17:15:38 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v06HFce3091706; Fri, 6 Jan 2017 17:15:38 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201701061715.v06HFce3091706@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Fri, 6 Jan 2017 17:15:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430717 - head/math/fftw3 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.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, 06 Jan 2017 17:15:39 -0000 Author: jhale Date: Fri Jan 6 17:15:38 2017 New Revision: 430717 URL: https://svnweb.freebsd.org/changeset/ports/430717 Log: Switch to gmake to hopefully prevent pkg-fallout errors that have been popping up (specifically for math/fftw3-long), although, I can't reproduce them. Making all in FAQ restore=: && backupdir=".am$$" && am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && rm -rf $backupdir && mkdir $backupdir && if (/bin/sh /wrkdirs/usr/ ports/math/fftw3-long/work/fftw-3.3.5/missing makeinfo --version) >/dev/null 2>&1; then for f in ./fftw3.info ./fftw3.info-[0-9] ./fftw3.info-[0-9][0-9] ./fftw3.i[0-9] ./fftw3.i[0-9][0-9]; do if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; done; else :; fi && cd "$am__cwd"; if /bin/sh /wrkdirs/usr/ports/math/fftw3-long/work/fftw-3.3.5/missing makeinfo -I . -o ./fftw3.info ./fftw3.texi; then rc=0; CDPATH="${ZSH_VERSION+.}:" && cd .; else rc=$?; CDPATH="${ZSH_VERSION+.}:" && cd . && $restore $backupdir/* `echo "././fftw3.info" | sed 's|[^/]*$||'`; fi; rm -rf $backupdir; exit $rc /wrkdirs/usr/ports/math/fftw3-long/work/fftw-3.3.5/missing: makeinfo: not found WARNING: 'makeinfo' is missing on your system. You should only need it if you modified a '.texi' file, or any other file indirectly affecting the aspect of the manual. You might want to install the Texinfo package: The spurious makeinfo call might also be the consequence of using a buggy 'make' (AIX, DU, IRIX), in which case you might want to install GNU make: *** Error code 127 Modified: head/math/fftw3/Makefile Modified: head/math/fftw3/Makefile ============================================================================== --- head/math/fftw3/Makefile Fri Jan 6 17:01:41 2017 (r430716) +++ head/math/fftw3/Makefile Fri Jan 6 17:15:38 2017 (r430717) @@ -23,7 +23,7 @@ FFTW3_SUFX= GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool pathfix perl5 pkgconfig +USES= gmake libtool pathfix perl5 pkgconfig USE_PERL5= build USE_LDCONFIG= yes