diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-17 12:11:51 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-17 12:11:51 +0000 |
commit | 7d828162dd02f4184f2f57162bac1cb8f7c56ae1 (patch) | |
tree | 1fd354a3fedf01cfa0719e42e1cf2255b5c5839b | |
parent | Update to v5.23.1-198-g0ba9d88. (diff) |
- Update to 20130711
PR: 202329
Submitted by: fernando.apesteguia@gmail.com (maintainer)
-rw-r--r-- | graphics/opennurbs/Makefile | 4 | ||||
-rw-r--r-- | graphics/opennurbs/distinfo | 4 | ||||
-rw-r--r-- | graphics/opennurbs/files/patch-opennurbs-memory.c | 21 | ||||
-rw-r--r-- | graphics/opennurbs/files/patch-opennurbs__system.h (renamed from graphics/opennurbs/files/patch-opennurbs-system.h) | 7 | ||||
-rw-r--r-- | graphics/opennurbs/pkg-plist | 2 |
5 files changed, 10 insertions, 28 deletions
diff --git a/graphics/opennurbs/Makefile b/graphics/opennurbs/Makefile index c43d2828c424..7a840f4d847d 100644 --- a/graphics/opennurbs/Makefile +++ b/graphics/opennurbs/Makefile @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= opennurbs -PORTVERSION= 20121024 +PORTVERSION= 20130711 PORTREVISION= 3 CATEGORIES= graphics -MASTER_SITES= http://files.na.mcneel.com/opennurbs/5.0/2012-10-24/ +MASTER_SITES= http://files.na.mcneel.com/opennurbs/5.0/2013-07-11/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= fernando.apesteguia@gmail.com diff --git a/graphics/opennurbs/distinfo b/graphics/opennurbs/distinfo index 7f823649de61..762617201276 100644 --- a/graphics/opennurbs/distinfo +++ b/graphics/opennurbs/distinfo @@ -1,2 +1,2 @@ -SHA256 (opennurbs_20121024.zip) = 8788d1c18a02ceeb4fede5cff46fafa9e9423741aa83cb8bcacebc7a53b76744 -SIZE (opennurbs_20121024.zip) = 1781061 +SHA256 (opennurbs_20130711.zip) = 5cb9ff879c94c63145526a188f9ddc8c522f35cd82d8726ad49ed64a63d6e05a +SIZE (opennurbs_20130711.zip) = 1807257 diff --git a/graphics/opennurbs/files/patch-opennurbs-memory.c b/graphics/opennurbs/files/patch-opennurbs-memory.c deleted file mode 100644 index 72e31bdf9b41..000000000000 --- a/graphics/opennurbs/files/patch-opennurbs-memory.c +++ /dev/null @@ -1,21 +0,0 @@ ---- opennurbs_memory.c.orig 2012-10-25 18:07:39.000000000 +0200 -+++ opennurbs_memory.c 2012-10-25 18:08:08.000000000 +0200 -@@ -14,6 +14,8 @@ - //////////////////////////////////////////////////////////////// - */ - -+#include <malloc_np.h> -+ - #include "opennurbs_system.h" - #include "opennurbs_defines.h" - #include "opennurbs_memory.h" -@@ -113,8 +115,7 @@ - // platform, then report it to the support - // contact on http://opennurbs.org and - // the code will be added in the next release. -- ON_ERROR("onmsize not implemented on this compiler or platform.") -- sz = 0; -+ sz = malloc_usable_size( (void*)memblock ); - #endif - } - diff --git a/graphics/opennurbs/files/patch-opennurbs-system.h b/graphics/opennurbs/files/patch-opennurbs__system.h index e6e7f35809cf..cdd74a4ff801 100644 --- a/graphics/opennurbs/files/patch-opennurbs-system.h +++ b/graphics/opennurbs/files/patch-opennurbs__system.h @@ -1,6 +1,6 @@ ---- opennurbs_system.h.orig 2012-10-24 23:45:37.000000000 +0200 -+++ opennurbs_system.h 2012-10-24 23:45:37.000000000 +0200 -@@ -219,11 +219,6 @@ +--- opennurbs_system.h.orig 2015-08-14 13:19:05 UTC ++++ opennurbs_system.h +@@ -219,11 +219,7 @@ #include <stdlib.h> #include <memory.h> @@ -9,6 +9,7 @@ -#else -#include <malloc.h> -#endif ++#include <stdlib.h> #include <string.h> #include <math.h> #include <stdio.h> diff --git a/graphics/opennurbs/pkg-plist b/graphics/opennurbs/pkg-plist index 46533dddfc4b..7f1f0fb3dc04 100644 --- a/graphics/opennurbs/pkg-plist +++ b/graphics/opennurbs/pkg-plist @@ -68,6 +68,7 @@ include/openNURBS/opennurbs_object_history.h include/openNURBS/opennurbs_objref.h include/openNURBS/opennurbs_offsetsurface.h include/openNURBS/opennurbs_optimize.h +include/openNURBS/opennurbs_photogrammetry.h include/openNURBS/opennurbs_plane.h include/openNURBS/opennurbs_planesurface.h include/openNURBS/opennurbs_pluginlist.h @@ -80,6 +81,7 @@ include/openNURBS/opennurbs_polyedgecurve.h include/openNURBS/opennurbs_polyline.h include/openNURBS/opennurbs_polylinecurve.h include/openNURBS/opennurbs_qsort_template.h +include/openNURBS/opennurbs_quaternion.h include/openNURBS/opennurbs_rand.h include/openNURBS/opennurbs_rendering.h include/openNURBS/opennurbs_revsurface.h |