diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-07-03 21:46:38 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-07-03 21:46:38 +0000 |
commit | 18bf592a31c2ddb32e4745da9b3bc2f231ebaa2b (patch) | |
tree | c590e1da568bb1028af14d0d42b7b54d4a8189ae /math | |
parent | b15e867cfe9b6aaa99279091d47908dc513affee (diff) | |
download | ports-18bf592a31c2ddb32e4745da9b3bc2f231ebaa2b.tar.gz ports-18bf592a31c2ddb32e4745da9b3bc2f231ebaa2b.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-ltfat/Makefile | 5 | ||||
-rw-r--r-- | math/octave-forge-ltfat/files/patch-Makefile.in | 11 |
2 files changed, 12 insertions, 4 deletions
diff --git a/math/octave-forge-ltfat/Makefile b/math/octave-forge-ltfat/Makefile index 76b7d0925b94..67bce1a7c813 100644 --- a/math/octave-forge-ltfat/Makefile +++ b/math/octave-forge-ltfat/Makefile @@ -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}/math/fftw3 \ 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" diff --git a/math/octave-forge-ltfat/files/patch-Makefile.in b/math/octave-forge-ltfat/files/patch-Makefile.in new file mode 100644 index 000000000000..d39b30b7534c --- /dev/null +++ b/math/octave-forge-ltfat/files/patch-Makefile.in @@ -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 |