FreeBSD Bugzilla – Attachment 159865 Details for
Bug 202329
[maintainer update] graphics/opennurbs to 20130711
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to the ports tree
update-20130711.patch.txt (text/plain), 3.53 KB, created by
Fernando ApesteguĂa
on 2015-08-14 17:38:29 UTC
(
hide
)
Description:
Patch to the ports tree
Filename:
MIME Type:
Creator:
Fernando ApesteguĂa
Created:
2015-08-14 17:38:29 UTC
Size:
3.53 KB
patch
obsolete
>Files /usr/ports/graphics/opennurbs/.Makefile.un~ and graphics/opennurbs/.Makefile.un~ differ >diff -ruN /usr/ports/graphics/opennurbs/Makefile graphics/opennurbs/Makefile >--- /usr/ports/graphics/opennurbs/Makefile 2015-05-14 12:15:04.000000000 +0200 >+++ graphics/opennurbs/Makefile 2015-08-14 15:16:17.000000000 +0200 >@@ -2,10 +2,10 @@ > # $FreeBSD: head/graphics/opennurbs/Makefile 386312 2015-05-14 10:15:04Z mat $ > > 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 -ruN /usr/ports/graphics/opennurbs/distinfo graphics/opennurbs/distinfo >--- /usr/ports/graphics/opennurbs/distinfo 2012-11-06 23:07:17.000000000 +0100 >+++ graphics/opennurbs/distinfo 2015-08-14 15:17:22.000000000 +0200 >@@ -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 -ruN /usr/ports/graphics/opennurbs/files/patch-opennurbs-memory.c graphics/opennurbs/files/patch-opennurbs-memory.c >--- /usr/ports/graphics/opennurbs/files/patch-opennurbs-memory.c 2012-10-28 22:40:09.000000000 +0100 >+++ graphics/opennurbs/files/patch-opennurbs-memory.c 1970-01-01 01:00:00.000000000 +0100 >@@ -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 -ruN /usr/ports/graphics/opennurbs/files/patch-opennurbs-system.h graphics/opennurbs/files/patch-opennurbs-system.h >--- /usr/ports/graphics/opennurbs/files/patch-opennurbs-system.h 2014-01-22 18:40:44.000000000 +0100 >+++ graphics/opennurbs/files/patch-opennurbs-system.h 1970-01-01 01:00:00.000000000 +0100 >@@ -1,14 +0,0 @@ >---- 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 @@ >- >- #include <stdlib.h> >- #include <memory.h> >--#if defined(ON_COMPILER_XCODE) >--#include <malloc/malloc.h> >--#else >--#include <malloc.h> >--#endif >- #include <string.h> >- #include <math.h> >- #include <stdio.h> >diff -ruN /usr/ports/graphics/opennurbs/files/patch-opennurbs__system.h graphics/opennurbs/files/patch-opennurbs__system.h >--- /usr/ports/graphics/opennurbs/files/patch-opennurbs__system.h 1970-01-01 01:00:00.000000000 +0100 >+++ graphics/opennurbs/files/patch-opennurbs__system.h 2015-08-14 15:21:57.000000000 +0200 >@@ -0,0 +1,15 @@ >+--- opennurbs_system.h.orig 2015-08-14 13:19:05 UTC >++++ opennurbs_system.h >+@@ -219,11 +219,7 @@ >+ >+ #include <stdlib.h> >+ #include <memory.h> >+-#if defined(ON_COMPILER_XCODE) >+-#include <malloc/malloc.h> >+-#else >+-#include <malloc.h> >+-#endif >++#include <stdlib.h> >+ #include <string.h> >+ #include <math.h> >+ #include <stdio.h>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202329
:
159865
|
159866
|
159867
|
159868
|
159918