From owner-svn-ports-all@freebsd.org Fri Jul 3 21:46:39 2015 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 3ED569941BC; Fri, 3 Jul 2015 21:46:39 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org (repo.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 159062F75; Fri, 3 Jul 2015 21:46:39 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t63Lkc8I065123; Fri, 3 Jul 2015 21:46:38 GMT (envelope-from stephen@FreeBSD.org) Received: (from stephen@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t63Lkcpc065121; Fri, 3 Jul 2015 21:46:38 GMT (envelope-from stephen@FreeBSD.org) Message-Id: <201507032146.t63Lkcpc065121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: stephen set sender to stephen@FreeBSD.org using -f From: Stephen Montgomery-Smith Date: Fri, 3 Jul 2015 21:46:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391279 - in head/math/octave-forge-ltfat: . files 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.20 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, 03 Jul 2015 21:46:39 -0000 Author: stephen Date: Fri Jul 3 21:46:38 2015 New Revision: 391279 URL: https://svnweb.freebsd.org/changeset/ports/391279 Log: - Unbreak by using gnu_configure instead of Makefile_unix. PR: ports/199683 Submitted by: smars@yuntech.edu.tw Added: head/math/octave-forge-ltfat/files/ head/math/octave-forge-ltfat/files/patch-Makefile.in (contents, props changed) Modified: head/math/octave-forge-ltfat/Makefile Modified: head/math/octave-forge-ltfat/Makefile ============================================================================== --- head/math/octave-forge-ltfat/Makefile Fri Jul 3 21:43:13 2015 (r391278) +++ head/math/octave-forge-ltfat/Makefile Fri Jul 3 21:46:38 2015 (r391279) @@ -3,7 +3,6 @@ PORTNAME= octave-forge-ltfat PORTVERSION= 2.0.1 -PORTEVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -16,15 +15,13 @@ LIB_DEPENDS= libfftw3.so:${PORTSDIR}/mat libportaudio.so:${PORTSDIR}/audio/portaudio \ libcblas.so:${PORTSDIR}/math/cblas -BROKEN= Installation has unresolved issues - # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -MAKEFILE= Makefile_unix +GNU_CONFIGURE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" Added: head/math/octave-forge-ltfat/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/octave-forge-ltfat/files/patch-Makefile.in Fri Jul 3 21:46:38 2015 (r391279) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2015-07-03 20:57:30 UTC ++++ Makefile.in +@@ -10,7 +10,7 @@ oct: + $(MAKE) -f Makefile_unix + $(MAKE) -C ../oct -f Makefile_unix + mv ../oct/*.oct . +- ls -1 *.oct | cut -d . -f 1 | xargs -i rm -f ../inst/comp/{}.m ++ ls -1 *.oct | cut -d . -f 1 | xargs -I{} rm -f ../inst/comp/{}.m + + playrec: + $(MAKE) -C ../thirdparty/Playrec -f Makefile_unixoct