Index: Makefile =================================================================== --- Makefile (revision 453524) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= faac -PORTVERSION= 1.29.8.3 +PORTVERSION= 1.29.9 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTNAME}-${PORTVERSION:R:R} Index: distinfo =================================================================== --- distinfo (revision 453524) +++ distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1509540497 -SHA256 (faac-1.29.8.3.tar.gz) = 3d85267b394dd8ebd5dd88845b25bc5e5e4fc88ac5affb8a2807f50368dc3b41 -SIZE (faac-1.29.8.3.tar.gz) = 483404 +TIMESTAMP = 1509873090 +SHA256 (faac-1.29.9.tar.gz) = 238cb4453b6fe4eebaffb326e40a63786a155e349955c4259925006fa1e2839e +SIZE (faac-1.29.9.tar.gz) = 483674 Index: files/patch-libfaac_stereo.c =================================================================== --- files/patch-libfaac_stereo.c (nonexistent) +++ files/patch-libfaac_stereo.c (working copy) @@ -0,0 +1,11 @@ +--- libfaac/stereo.c.orig 2017-10-31 13:44:17 UTC ++++ libfaac/stereo.c +@@ -260,7 +260,7 @@ void AACstereo(CoderInfo *coder, + static const double thrmax = 1.25 /* ~2dB */ - 1.0; + static const double sidemin = 0.1; /* -20dB */ + static const double sidemax = 0.3; /* ~-10.5dB */ +- static const double isthrmax = sqrt(2) - 1.0; ++ static const double isthrmax = M_SQRT2 - 1.0; + double thrmid, thrside; + double isthr; + Property changes on: files/patch-libfaac_stereo.c ___________________________________________________________________ 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:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property