[151480] trunk/dports/audio/libofa

larryv at macports.org larryv at macports.org
Tue Aug 16 20:07:29 PDT 2016


Revision: 151480
          https://trac.macports.org/changeset/151480
Author:   larryv at macports.org
Date:     2016-08-16 20:07:28 -0700 (Tue, 16 Aug 2016)
Log Message:
-----------
libofa: Rename patch to have an extension

Modified Paths:
--------------
    trunk/dports/audio/libofa/Portfile

Added Paths:
-----------
    trunk/dports/audio/libofa/files/mathutils.patch

Removed Paths:
-------------
    trunk/dports/audio/libofa/files/patch-mathutils

Modified: trunk/dports/audio/libofa/Portfile
===================================================================
--- trunk/dports/audio/libofa/Portfile	2016-08-17 03:02:19 UTC (rev 151479)
+++ trunk/dports/audio/libofa/Portfile	2016-08-17 03:07:28 UTC (rev 151480)
@@ -32,7 +32,7 @@
 
 patchfiles          patch-configure.ac.diff \
                     patch-examples-protocol.cpp.diff \
-                    patch-mathutils
+                    mathutils.patch
 
 use_autoreconf      yes
 autoreconf.args     -fvi

Copied: trunk/dports/audio/libofa/files/mathutils.patch (from rev 151479, trunk/dports/audio/libofa/files/patch-mathutils)
===================================================================
--- trunk/dports/audio/libofa/files/mathutils.patch	                        (rev 0)
+++ trunk/dports/audio/libofa/files/mathutils.patch	2016-08-17 03:07:28 UTC (rev 151480)
@@ -0,0 +1,10 @@
+--- lib/JAMA/tnt_math_utils.h~	2006-05-10 13:58:50.000000000 -0400
++++ lib/JAMA/tnt_math_utils.h	2011-01-29 22:34:16.000000000 -0500
+@@ -19,6 +19,7 @@
+ 
+ namespace TNT
+ {
++template <class Real> Real abs(const Real &a);
+ /**
+ 	@returns hypotenuse of real (non-complex) scalars a and b by 
+ 	avoiding underflow/overflow

Deleted: trunk/dports/audio/libofa/files/patch-mathutils
===================================================================
--- trunk/dports/audio/libofa/files/patch-mathutils	2016-08-17 03:02:19 UTC (rev 151479)
+++ trunk/dports/audio/libofa/files/patch-mathutils	2016-08-17 03:07:28 UTC (rev 151480)
@@ -1,10 +0,0 @@
---- lib/JAMA/tnt_math_utils.h~	2006-05-10 13:58:50.000000000 -0400
-+++ lib/JAMA/tnt_math_utils.h	2011-01-29 22:34:16.000000000 -0500
-@@ -19,6 +19,7 @@
- 
- namespace TNT
- {
-+template <class Real> Real abs(const Real &a);
- /**
- 	@returns hypotenuse of real (non-complex) scalars a and b by 
- 	avoiding underflow/overflow
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160816/95b1ef28/attachment-0001.html>


More information about the macports-changes mailing list