FreeBSD Bugzilla – Attachment 178254 Details for
Bug 214239
cad/freecad: update to last snapshot and fix runtime dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update `cad/freecad' port
cad-freecad.diff (text/plain), 7.06 KB, created by
Pedro F. Giffuni
on 2016-12-25 06:52:58 UTC
(
hide
)
Description:
Update `cad/freecad' port
Filename:
MIME Type:
Creator:
Pedro F. Giffuni
Created:
2016-12-25 06:52:58 UTC
Size:
7.06 KB
patch
obsolete
>Index: cad/freecad/Makefile >=================================================================== >--- cad/freecad/Makefile (revision 429370) >+++ cad/freecad/Makefile (working copy) >@@ -1,11 +1,10 @@ > # $FreeBSD$ > > PORTNAME= FreeCAD >-DISTVERSION= 0.17.g20161104 >-PORTREVISION= 2 >+DISTVERSION= 0.17.g20161223 > CATEGORIES= cad > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= tj+freebsd_bugs@a13.fr > COMMENT= General purpose 3D CAD modeller > > LICENSE= LGPL20+ >@@ -29,11 +28,12 @@ > libarea.so:devel/libarea \ > libmed.so:french/med \ > libshiboken-${PYTHON_VERSION}.so:devel/shiboken >+RUN_DEPENDS= pivy>0:graphics/py-pivy > > BROKEN_FreeBSD_9= does not build on FreeBSD 9.x > > USE_GITHUB= yes >-GH_TAGNAME= 0ea7373 >+GH_TAGNAME= b6d5bc4 > > USES= compiler:c++11-lib cmake:outsource jpeg python localbase > USE_XORG= ice sm x11 xext xt >Index: cad/freecad/distinfo >=================================================================== >--- cad/freecad/distinfo (revision 429370) >+++ cad/freecad/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1478289051 >-SHA256 (FreeCAD-FreeCAD-0.17.g20161104-0ea7373_GH0.tar.gz) = ac4edbe9dce171f3a57fcde5487fe07dedbfb1b4b083027c270fa338a9e4af36 >-SIZE (FreeCAD-FreeCAD-0.17.g20161104-0ea7373_GH0.tar.gz) = 115122637 >+TIMESTAMP = 1482642092 >+SHA256 (FreeCAD-FreeCAD-0.17.g20161223-b6d5bc4_GH0.tar.gz) = 47cd95f2a5ee0ea17db448f2ad4d74b9f5a18ba8d14772926579d2191091a1be >+SIZE (FreeCAD-FreeCAD-0.17.g20161223-b6d5bc4_GH0.tar.gz) = 115150700 >Index: cad/freecad/pkg-plist >=================================================================== >--- cad/freecad/pkg-plist (revision 429370) >+++ cad/freecad/pkg-plist (working copy) >@@ -67,10 +67,14 @@ > FreeCAD/Mod/Fem/FemBeamSection.py > FreeCAD/Mod/Fem/FemCommands.py > FreeCAD/Mod/Fem/FemConstraintSelfWeight.py >+FreeCAD/Mod/Fem/FemGmshTools.py > FreeCAD/Mod/Fem/FemInputWriter.py > FreeCAD/Mod/Fem/FemInputWriterCcx.py > FreeCAD/Mod/Fem/FemInputWriterZ88.py > FreeCAD/Mod/Fem/FemMaterialMechanicalNonlinear.py >+FreeCAD/Mod/Fem/FemMesh2Mesh.py >+FreeCAD/Mod/Fem/FemMeshGmsh.py >+FreeCAD/Mod/Fem/FemMeshRegion.py > FreeCAD/Mod/Fem/FemMeshTools.py > FreeCAD/Mod/Fem/FemSelectionObserver.py > FreeCAD/Mod/Fem/FemShellThickness.py >@@ -83,6 +87,8 @@ > FreeCAD/Mod/Fem/InitGui.py > FreeCAD/Mod/Fem/MechanicalMaterial.py > FreeCAD/Mod/Fem/TaskPanelFemBeamSection.ui >+FreeCAD/Mod/Fem/TaskPanelFemMeshGmsh.ui >+FreeCAD/Mod/Fem/TaskPanelFemMeshRegion.ui > FreeCAD/Mod/Fem/TaskPanelFemShellThickness.ui > FreeCAD/Mod/Fem/TaskPanelFemSolverCalculix.ui > FreeCAD/Mod/Fem/TaskPanelMechanicalMaterial.ui >@@ -90,11 +96,16 @@ > FreeCAD/Mod/Fem/TestFem.py > FreeCAD/Mod/Fem/_CommandAnalysis.py > FreeCAD/Mod/Fem/_CommandBeamSection.py >+FreeCAD/Mod/Fem/_CommandClearMesh.py > FreeCAD/Mod/Fem/_CommandConstraintSelfWeight.py > FreeCAD/Mod/Fem/_CommandControlSolver.py >+FreeCAD/Mod/Fem/_CommandFEMMesh2Mesh.py > FreeCAD/Mod/Fem/_CommandMaterialMechanicalNonlinear.py > FreeCAD/Mod/Fem/_CommandMechanicalMaterial.py >-FreeCAD/Mod/Fem/_CommandMeshFromShape.py >+FreeCAD/Mod/Fem/_CommandMeshGmshFromShape.py >+FreeCAD/Mod/Fem/_CommandMeshNetgenFromShape.py >+FreeCAD/Mod/Fem/_CommandMeshRegion.py >+FreeCAD/Mod/Fem/_CommandPrintMeshInfo.py > FreeCAD/Mod/Fem/_CommandPurgeResults.py > FreeCAD/Mod/Fem/_CommandRunSolver.py > FreeCAD/Mod/Fem/_CommandShellThickness.py >@@ -104,11 +115,15 @@ > FreeCAD/Mod/Fem/_FemBeamSection.py > FreeCAD/Mod/Fem/_FemConstraintSelfWeight.py > FreeCAD/Mod/Fem/_FemMaterialMechanicalNonlinear.py >+FreeCAD/Mod/Fem/_FemMeshGmsh.py >+FreeCAD/Mod/Fem/_FemMeshRegion.py > FreeCAD/Mod/Fem/_FemShellThickness.py > FreeCAD/Mod/Fem/_FemSolverCalculix.py > FreeCAD/Mod/Fem/_FemSolverZ88.py > FreeCAD/Mod/Fem/_MechanicalMaterial.py > FreeCAD/Mod/Fem/_TaskPanelFemBeamSection.py >+FreeCAD/Mod/Fem/_TaskPanelFemMeshGmsh.py >+FreeCAD/Mod/Fem/_TaskPanelFemMeshRegion.py > FreeCAD/Mod/Fem/_TaskPanelFemShellThickness.py > FreeCAD/Mod/Fem/_TaskPanelFemSolverCalculix.py > FreeCAD/Mod/Fem/_TaskPanelMechanicalMaterial.py >@@ -116,6 +131,8 @@ > FreeCAD/Mod/Fem/_ViewProviderFemBeamSection.py > FreeCAD/Mod/Fem/_ViewProviderFemConstraintSelfWeight.py > FreeCAD/Mod/Fem/_ViewProviderFemMaterialMechanicalNonlinear.py >+FreeCAD/Mod/Fem/_ViewProviderFemMeshGmsh.py >+FreeCAD/Mod/Fem/_ViewProviderFemMeshRegion.py > FreeCAD/Mod/Fem/_ViewProviderFemShellThickness.py > FreeCAD/Mod/Fem/_ViewProviderFemSolverCalculix.py > FreeCAD/Mod/Fem/_ViewProviderFemSolverZ88.py >@@ -267,17 +284,17 @@ > FreeCAD/Mod/Path/Init.py > FreeCAD/Mod/Path/InitGui.py > FreeCAD/Mod/Path/PathCommands.py >-FreeCAD/Mod/Path/PathScripts/DogboneDressup.py >-FreeCAD/Mod/Path/PathScripts/DragknifeDressup.py > FreeCAD/Mod/Path/PathScripts/PathAreaUtils.py > FreeCAD/Mod/Path/PathScripts/PathArray.py > FreeCAD/Mod/Path/PathScripts/PathCommands.py > FreeCAD/Mod/Path/PathScripts/PathComment.py > FreeCAD/Mod/Path/PathScripts/PathCompoundExtended.py >+FreeCAD/Mod/Path/PathScripts/PathContour.py > FreeCAD/Mod/Path/PathScripts/PathCopy.py >-FreeCAD/Mod/Path/PathScripts/PathContour.py > FreeCAD/Mod/Path/PathScripts/PathCustom.py > FreeCAD/Mod/Path/PathScripts/PathDressup.py >+FreeCAD/Mod/Path/PathScripts/PathDressupDogbone.py >+FreeCAD/Mod/Path/PathScripts/PathDressupDragknife.py > FreeCAD/Mod/Path/PathScripts/PathDrilling.py > FreeCAD/Mod/Path/PathScripts/PathEngrave.py > FreeCAD/Mod/Path/PathScripts/PathFacePocket.py >@@ -284,11 +301,13 @@ > FreeCAD/Mod/Path/PathScripts/PathFaceProfile.py > FreeCAD/Mod/Path/PathScripts/PathFixture.py > FreeCAD/Mod/Path/PathScripts/PathFromShape.py >+FreeCAD/Mod/Path/PathScripts/PathGeom.py > FreeCAD/Mod/Path/PathScripts/PathHop.py > FreeCAD/Mod/Path/PathScripts/PathInspect.py > FreeCAD/Mod/Path/PathScripts/PathJob.py > FreeCAD/Mod/Path/PathScripts/PathKurveUtils.py > FreeCAD/Mod/Path/PathScripts/PathLoadTool.py >+FreeCAD/Mod/Path/PathScripts/PathMillFace.py > FreeCAD/Mod/Path/PathScripts/PathPlane.py > FreeCAD/Mod/Path/PathScripts/PathPocket.py > FreeCAD/Mod/Path/PathScripts/PathPost.py >@@ -297,7 +316,6 @@ > FreeCAD/Mod/Path/PathScripts/PathPreferencesPathJob.py > FreeCAD/Mod/Path/PathScripts/PathProfile.py > FreeCAD/Mod/Path/PathScripts/PathProfileEdges.py >-FreeCAD/Mod/Path/PathScripts/PathRemote.py > FreeCAD/Mod/Path/PathScripts/PathSanity.py > FreeCAD/Mod/Path/PathScripts/PathSelection.py > FreeCAD/Mod/Path/PathScripts/PathSimpleCopy.py >@@ -304,10 +322,15 @@ > FreeCAD/Mod/Path/PathScripts/PathStock.py > FreeCAD/Mod/Path/PathScripts/PathStop.py > FreeCAD/Mod/Path/PathScripts/PathSurface.py >+FreeCAD/Mod/Path/PathScripts/PathTestUtils.py > FreeCAD/Mod/Path/PathScripts/PathToolLenOffset.py > FreeCAD/Mod/Path/PathScripts/PathToolLibraryManager.py > FreeCAD/Mod/Path/PathScripts/PathUtils.py > FreeCAD/Mod/Path/PathScripts/PostUtils.py >+FreeCAD/Mod/Path/PathScripts/TestPathApp.py >+FreeCAD/Mod/Path/PathScripts/TestPathDepthParams.py >+FreeCAD/Mod/Path/PathScripts/TestPathGeom.py >+FreeCAD/Mod/Path/PathScripts/TestPathPost.py > FreeCAD/Mod/Path/PathScripts/TooltableEditor.py > FreeCAD/Mod/Path/PathScripts/__init__.py > FreeCAD/Mod/Path/PathScripts/centroid_post.py >@@ -327,6 +350,7 @@ > FreeCAD/Mod/Path/PathScripts/opensbp_pre.py > FreeCAD/Mod/Path/PathScripts/rml_post.py > FreeCAD/Mod/Path/PathScripts/slic3r_pre.py >+FreeCAD/Mod/Path/PathScripts/test_linuxcnc_00.ngc > FreeCAD/Mod/Plot/InitGui.py > FreeCAD/Mod/Plot/Plot.py > FreeCAD/Mod/Plot/PlotGui.py
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 214239
:
176654
|
176708
|
176709
| 178254 |
178517