mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- Update to 20130711
PR: 202329 Submitted by: fernando.apesteguia@gmail.com (maintainer)
This commit is contained in:
parent
a36333e79f
commit
7d828162dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394453
@ -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
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (opennurbs_20121024.zip) = 8788d1c18a02ceeb4fede5cff46fafa9e9423741aa83cb8bcacebc7a53b76744
|
||||
SIZE (opennurbs_20121024.zip) = 1781061
|
||||
SHA256 (opennurbs_20130711.zip) = 5cb9ff879c94c63145526a188f9ddc8c522f35cd82d8726ad49ed64a63d6e05a
|
||||
SIZE (opennurbs_20130711.zip) = 1807257
|
||||
|
@ -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
|
||||
}
|
||||
|
@ -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>
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user