svn commit: r391279 - in head/math/octave-forge-ltfat: . files

Stephen Montgomery-Smith stephen at FreeBSD.org
Fri Jul 3 21:46:39 UTC 2015


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 at 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 at 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


More information about the svn-ports-all mailing list