Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 2015 21:46:38 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
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
Message-ID:  <201507032146.t63Lkcpc065121@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507032146.t63Lkcpc065121>