Index: head/math/octave-forge-signal/Makefile =================================================================== --- head/math/octave-forge-signal/Makefile (revision 469288) +++ head/math/octave-forge-signal/Makefile (revision 469289) @@ -1,34 +1,31 @@ # Created by: Stephen Montgomery-Smith # $FreeBSD$ PORTNAME= octave-forge-signal -PORTVERSION= 1.3.2 -PORTREVISION= 6 +PORTVERSION= 1.4.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING - -BROKEN= does not build with octave 4.4.0 # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src RUN_DEPENDS+= ${TARBALLS_DIR}/control.tar.gz:math/octave-forge-control .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-patch: ${REINPLACE_CMD} s/-Wall// ${WRKSRC}/Makefile post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Index: head/math/octave-forge-signal/distinfo =================================================================== --- head/math/octave-forge-signal/distinfo (revision 469288) +++ head/math/octave-forge-signal/distinfo (revision 469289) @@ -1,2 +1,3 @@ -SHA256 (octave-forge/signal-1.3.2.tar.gz) = a277f12e9f47cc66a8c56ab26284ac4839b223f32de13e35e710401fd0539b60 -SIZE (octave-forge/signal-1.3.2.tar.gz) = 190376 +TIMESTAMP = 1525701509 +SHA256 (octave-forge/signal-1.4.0.tar.gz) = 95d7053409aa2f5815bf55eb3b9a5dced2118dabe56ad1492f973108924cf5e7 +SIZE (octave-forge/signal-1.4.0.tar.gz) = 200823 Index: head/math/octave-forge-signal/files/patch-medfilt1.cc =================================================================== --- head/math/octave-forge-signal/files/patch-medfilt1.cc (nonexistent) +++ head/math/octave-forge-signal/files/patch-medfilt1.cc (revision 469289) @@ -0,0 +1,20 @@ +--- medfilt1.cc.orig 2018-05-07 14:01:24 UTC ++++ medfilt1.cc +@@ -37,7 +37,7 @@ Created: 2015-12-13 + #include "ov.h" + + enum nan_handling { include_nan, omit_nan }; +-enum pad_type { zero_pad, truncate }; ++enum pad_type { zero_pad, truncate2 }; + + // Keep a sorted sliding window of values. + // There is no error checking, to keep things fast. +@@ -323,7 +323,7 @@ to bring them up to size @var{n}.\n\ + if (! strcasecmp (s.c_str (), "omitnan")) + nan_flag = omit_nan; + else if (! strcasecmp (s.c_str (), "truncate")) +- padding = truncate; ++ padding = truncate2; + else if (strcasecmp (s.c_str (), "includenan") + && strcasecmp (s.c_str (), "zeropad")) // the defaults + error ("medfilt1: Invalid NAN_FLAG or PADDING value '%s'", s.c_str ()); Property changes on: head/math/octave-forge-signal/files/patch-medfilt1.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property