FreeBSD Bugzilla – Attachment 99292 Details for
Bug 138345
[patch] graphics/wildmagic: update to latest version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
graphics.wildmagic.txt
graphics.wildmagic.txt (text/plain; charset=us-ascii), 4.59 KB, created by
Glen Barber
on 2009-09-13 02:41:25 UTC
(
hide
)
Description:
graphics.wildmagic.txt
Filename:
MIME Type:
Creator:
Glen Barber
Created:
2009-09-13 02:41:25 UTC
Size:
4.59 KB
patch
obsolete
>diff -ruN /usr/ports/graphics/wildmagic.orig/Makefile /usr/ports/graphics/wildmagic/Makefile >--- /usr/ports/graphics/wildmagic.orig/Makefile 2009-01-23 11:27:42.000000000 -0500 >+++ /usr/ports/graphics/wildmagic/Makefile 2009-09-12 21:08:46.000000000 -0400 >@@ -6,7 +6,7 @@ > # > > PORTNAME= WildMagic >-DISTVERSION= 4p8 >+DISTVERSION= 4p9 > PORTREVISION= 1 > CATEGORIES= graphics > MASTER_SITES= http://www.geometrictools.com/Downloads/ >@@ -32,16 +32,9 @@ > XLIBS="-lX11 -lXext" GLIBS="-lGL -lGLU" > PLIST_SUB= CFG=${CONFIG} GRF=${GRF} WM=Wm${MV} > >-.if defined(WITH_OPENGL) >-GRF= OpenGL >-EGL= Glx >-PLIST_SUB+= OGL="" SOFT="@comment " >-IGNORE= this version does not run with OpenGL >-.else > GRF= Soft > EGL= XSoft > PLIST_SUB+= OGL="@comment " SOFT="" >-.endif > > MV= ${PORTVERSION:R} > SAMPLEDIRS= SampleFoundation SampleGraphics SampleImagics SamplePhysics >diff -ruN /usr/ports/graphics/wildmagic.orig/distinfo /usr/ports/graphics/wildmagic/distinfo >--- /usr/ports/graphics/wildmagic.orig/distinfo 2008-11-01 04:32:27.000000000 -0400 >+++ /usr/ports/graphics/wildmagic/distinfo 2009-09-12 10:39:44.000000000 -0400 >@@ -1,3 +1,3 @@ >-MD5 (WildMagic4p8.zip) = 591818e1fac323511229742c2b9cb5a9 >-SHA256 (WildMagic4p8.zip) = a6fc3f8a0ebe28abff0ca2d928bb099830787fd8c385b72c86508fc9d7d47308 >-SIZE (WildMagic4p8.zip) = 24941743 >+MD5 (WildMagic4p9.zip) = 8a6773f4fc576869d3e74adab12367bc >+SHA256 (WildMagic4p9.zip) = 67aa9befdfddbec3664bfc36eab645fef39c364f6a02c56dee62f7f8012bda41 >+SIZE (WildMagic4p9.zip) = 24963612 >diff -ruN /usr/ports/graphics/wildmagic.orig/pkg-plist /usr/ports/graphics/wildmagic/pkg-plist >--- /usr/ports/graphics/wildmagic.orig/pkg-plist 2008-11-01 04:32:27.000000000 -0400 >+++ /usr/ports/graphics/wildmagic/pkg-plist 2009-09-12 11:58:23.000000000 -0400 >@@ -255,7 +255,6 @@ > include/%%WM%%/%%WM%%FrameBuffer.inl > include/%%WM%%/%%WM%%Frustum3.h > include/%%WM%%/%%WM%%Frustum3.inl >-%%OGL%%include/%%WM%%/%%WM%%GlxRenderer.h > include/%%WM%%/%%WM%%GMatrix.h > include/%%WM%%/%%WM%%GMatrix.inl > include/%%WM%%/%%WM%%GVector.h >@@ -341,6 +340,9 @@ > include/%%WM%%/%%WM%%IntrLine2Arc2.h > include/%%WM%%/%%WM%%IntrLine2Box2.h > include/%%WM%%/%%WM%%IntrLine2Circle2.h >+include/%%WM%%/%%WM%%IntrLine2Line2.h >+include/%%WM%%/%%WM%%IntrLine2Ray2.h >+include/%%WM%%/%%WM%%IntrLine2Segment2.h > include/%%WM%%/%%WM%%IntrLine3Box3.h > include/%%WM%%/%%WM%%IntrLine3Capsule3.h > include/%%WM%%/%%WM%%IntrLine3Cone3.h >@@ -363,6 +365,8 @@ > include/%%WM%%/%%WM%%IntrRay2Arc2.h > include/%%WM%%/%%WM%%IntrRay2Box2.h > include/%%WM%%/%%WM%%IntrRay2Circle2.h >+include/%%WM%%/%%WM%%IntrRay2Ray2.h >+include/%%WM%%/%%WM%%IntrRay2Segment2.h > include/%%WM%%/%%WM%%IntrRay3Box3.h > include/%%WM%%/%%WM%%IntrRay3Capsule3.h > include/%%WM%%/%%WM%%IntrRay3Cylinder3.h >@@ -374,6 +378,7 @@ > include/%%WM%%/%%WM%%IntrSegment2Arc2.h > include/%%WM%%/%%WM%%IntrSegment2Box2.h > include/%%WM%%/%%WM%%IntrSegment2Circle2.h >+include/%%WM%%/%%WM%%IntrSegment2Segment2.h > include/%%WM%%/%%WM%%IntrSegment3Box3.h > include/%%WM%%/%%WM%%IntrSegment3Capsule3.h > include/%%WM%%/%%WM%%IntrSegment3Cylinder3.h >@@ -471,12 +476,6 @@ > include/%%WM%%/%%WM%%OdeMidpoint.h > include/%%WM%%/%%WM%%OdeRungeKutta4.h > include/%%WM%%/%%WM%%OdeSolver.h >-%%OGL%%include/%%WM%%/%%WM%%OpenGLBitmapFont.h >-%%OGL%%include/%%WM%%/%%WM%%OpenGLFrameBuffer.h >-%%OGL%%include/%%WM%%/%%WM%%OpenGLRenderer.h >-%%OGL%%include/%%WM%%/%%WM%%OpenGLRendererLIB.h >-%%OGL%%include/%%WM%%/%%WM%%OpenGLRendererPCH.h >-%%OGL%%include/%%WM%%/%%WM%%OpenGLResources.h > include/%%WM%%/%%WM%%ParametricSurface.h > include/%%WM%%/%%WM%%ParticleController.h > include/%%WM%%/%%WM%%ParticleController.inl >@@ -538,7 +537,6 @@ > include/%%WM%%/%%WM%%Quaternion.inl > include/%%WM%%/%%WM%%QuaternionArray.h > include/%%WM%%/%%WM%%Query.h >-include/%%WM%%/%%WM%%Query.inl > include/%%WM%%/%%WM%%Query2.h > include/%%WM%%/%%WM%%Query2.inl > include/%%WM%%/%%WM%%Query2Filtered.h >@@ -762,12 +760,6 @@ > include/%%WM%%/%%WM%%WireframeState.h > %%SOFT%%include/%%WM%%/%%WM%%XSoftRenderer.h > include/%%WM%%/%%WM%%ZBufferState.h >-lib/lib%%WM%%%%GRF%%Application.a >-lib/lib%%WM%%%%GRF%%Application.so >-lib/lib%%WM%%%%GRF%%Application.so.0 >-lib/lib%%WM%%%%GRF%%Renderer.a >-lib/lib%%WM%%%%GRF%%Renderer.so >-lib/lib%%WM%%%%GRF%%Renderer.so.0 > lib/lib%%WM%%Foundation.a > lib/lib%%WM%%Foundation.so > lib/lib%%WM%%Foundation.so.0 >@@ -780,6 +772,12 @@ > lib/lib%%WM%%Physics.a > lib/lib%%WM%%Physics.so > lib/lib%%WM%%Physics.so.0 >+lib/lib%%WM%%%%GRF%%Application.a >+lib/lib%%WM%%%%GRF%%Application.so >+lib/lib%%WM%%%%GRF%%Application.so.0 >+lib/lib%%WM%%%%GRF%%Renderer.a >+lib/lib%%WM%%%%GRF%%Renderer.so >+lib/lib%%WM%%%%GRF%%Renderer.so.0 > %%DATADIR%%/Data/Im/Binary.im > %%DATADIR%%/Data/Im/Head.im > %%DATADIR%%/Data/Im/Molecule.im
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 Raw
Actions:
View
Attachments on
bug 138345
:
99291
| 99292