View | Details | Raw Unified | Return to bug 228260 | Differences between
and this patch

Collapse All | Expand All

(-)cad/calculix/Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	calculix
4
PORTNAME=	calculix
5
PORTVERSION=	2.13
5
PORTVERSION=	2.14
6
PORTREVISION=	2
7
CATEGORIES=	cad
6
CATEGORIES=	cad
8
MASTER_SITES=	http://www.dhondt.de/
7
MASTER_SITES=	http://www.dhondt.de/
9
DISTFILES=	${DIST_SOURCES}
8
DISTFILES=	${DIST_SOURCES}
(-)cad/calculix/distinfo (-9 / +9 lines)
Lines 1-9 Link Here
1
TIMESTAMP = 1507666721
1
TIMESTAMP = 1526334631
2
SHA256 (calculix/cgx_2.13.all.tar.bz2) = dfbe696315347981bc740e55638e3ef0161afde2597b1f63c732021f852289b7
2
SHA256 (calculix/cgx_2.14.all.tar.bz2) = 7ed16261749a2a62c77ad0631e5a1f001566aad62cd3e71fcbe2c9ce507f3712
3
SIZE (calculix/cgx_2.13.all.tar.bz2) = 4546379
3
SIZE (calculix/cgx_2.14.all.tar.bz2) = 4546855
4
SHA256 (calculix/cgx_2.13.exa.tar.bz2) = f77fbbe41e5feecd9671c4d72b2a53d19f7641dce59a5e7dc219d32b46cf451a
4
SHA256 (calculix/cgx_2.14.exa.tar.bz2) = b922ba2bbd5662d05e1e9d6da1189a80fc341dfb1c46bcc19d89de56e6e67fc3
5
SIZE (calculix/cgx_2.13.exa.tar.bz2) = 3051732
5
SIZE (calculix/cgx_2.14.exa.tar.bz2) = 3030018
6
SHA256 (calculix/cgx_2.13.htm.tar.bz2) = 39911f2b75730a844050faab48b729d8ebba5bbd6a467e561df76da091e31c69
6
SHA256 (calculix/cgx_2.14.htm.tar.bz2) = 20952ebb3d733a135c089a42473e15c119bd14b04e4fe73d858505d453267c0b
7
SIZE (calculix/cgx_2.13.htm.tar.bz2) = 334332
7
SIZE (calculix/cgx_2.14.htm.tar.bz2) = 336313
8
SHA256 (calculix/cgx_2.13.pdf) = a94e787c191dfc956c6e7754b65eab86b9608b0f8567d342b51550551484d412
8
SHA256 (calculix/cgx_2.14.pdf) = dc9c30470e678953d1c4efcdff10a55122bd29f88fe520a43c548f178d9082f1
9
SIZE (calculix/cgx_2.13.pdf) = 1277403
9
SIZE (calculix/cgx_2.14.pdf) = 1304642
(-)cad/calculix/files/patch-cgx__VER_src_Makefile (-2 / +2 lines)
Lines 1-5 Link Here
1
--- cgx_2.13/src/Makefile.orig	2017-03-11 16:25:39 UTC
1
--- cgx_2.14/src/Makefile.orig	2017-03-11 16:25:39 UTC
2
+++ cgx_2.13/src/Makefile
2
+++ cgx_2.14/src/Makefile
3
@@ -4,11 +4,11 @@ CFLAGS = -O2 -Wall \
3
@@ -4,11 +4,11 @@ CFLAGS = -O2 -Wall \
4
   -I/usr/include/GL \
4
   -I/usr/include/GL \
5
   -I../../libSNL/src \
5
   -I../../libSNL/src \
(-)cad/calculix/files/patch-cgx__VER_src_cgx.h (-6 / +6 lines)
Lines 1-11 Link Here
1
--- cgx_2.13/src/cgx.h.orig	2017-04-28 10:12:50 UTC
1
--- cgx_2.14/src/cgx.h.orig	2017-04-28 10:12:50 UTC
2
+++ cgx_2.13/src/cgx.h
2
+++ cgx_2.14/src/cgx.h
3
@@ -89,8 +89,8 @@ rendering is done in the index-mode.
3
@@ -89,8 +89,8 @@ rendering is done in the index-mode.
4
     "/usr/local/CalculiX/ccx_2.13/doc/ccx/ccx.html",\
4
     "/usr/local/CalculiX/ccx_2.14/doc/ccx/ccx.html",\
5
     "/usr/local/CalculiX/cgx_2.13/doc/aflib/aflib.pdf"}
5
     "/usr/local/CalculiX/cgx_2.14/doc/aflib/aflib.pdf"}
6
 #else
6
 #else
7
-  #define     HELPFILE        {"/usr/local/CalculiX/cgx_2.13/doc/cgx/cgx.html",\
7
-  #define     HELPFILE        {"/usr/local/CalculiX/cgx_2.14/doc/cgx/cgx.html",\
8
-    "/usr/local/CalculiX/ccx_2.13/doc/ccx/ccx.html"}
8
-    "/usr/local/CalculiX/ccx_2.14/doc/ccx/ccx.html"}
9
+  #define     HELPFILE        {"/usr/local/share/doc/CalculiX/cgx/cgx.html",\
9
+  #define     HELPFILE        {"/usr/local/share/doc/CalculiX/cgx/cgx.html",\
10
+    "/usr/local/share/doc/CalculiX/ccx/ccx.html"}
10
+    "/usr/local/share/doc/CalculiX/ccx/ccx.html"}
11
 #endif
11
 #endif
(-)cad/calculix/files/patch-cgx__VER_src_extUtil.h (-2 / +2 lines)
Lines 1-5 Link Here
1
--- cgx_2.13/src/extUtil.h.orig	2017-04-28 10:12:50 UTC
1
--- cgx_2.14/src/extUtil.h.orig	2017-04-28 10:12:50 UTC
2
+++ cgx_2.13/src/extUtil.h
2
+++ cgx_2.14/src/extUtil.h
3
@@ -9,6 +9,7 @@
3
@@ -9,6 +9,7 @@
4
 #else
4
 #else
5
   #define DEV_NULL   " >/dev/null"
5
   #define DEV_NULL   " >/dev/null"
(-)cad/calculix/files/patch-cgx__VER_src_uselibSNL.cpp (-2 / +2 lines)
Lines 1-5 Link Here
1
--- cgx_2.13/src/uselibSNL.cpp.orig	2017-10-07 09:58:00 UTC
1
--- cgx_2.14/src/uselibSNL.cpp.orig	2017-10-07 09:58:00 UTC
2
+++ cgx_2.13/src/uselibSNL.cpp
2
+++ cgx_2.14/src/uselibSNL.cpp
3
@@ -934,7 +934,7 @@ int createBlendedNurbs(int nr, Points **
3
@@ -934,7 +934,7 @@ int createBlendedNurbs(int nr, Points **
4
   // (5)   create the cgx nurbs
4
   // (5)   create the cgx nurbs
5
   // printf(" create blended nurbs\n"); 
5
   // printf(" create blended nurbs\n"); 
(-)cad/calculix/pkg-plist (-16 / +9 lines)
Lines 217-222 Link Here
217
%%PORTDOCS%%%%DOCSDIR%%/cgx/node249.html
217
%%PORTDOCS%%%%DOCSDIR%%/cgx/node249.html
218
%%PORTDOCS%%%%DOCSDIR%%/cgx/node25.html
218
%%PORTDOCS%%%%DOCSDIR%%/cgx/node25.html
219
%%PORTDOCS%%%%DOCSDIR%%/cgx/node250.html
219
%%PORTDOCS%%%%DOCSDIR%%/cgx/node250.html
220
%%PORTDOCS%%%%DOCSDIR%%/cgx/node251.html
221
%%PORTDOCS%%%%DOCSDIR%%/cgx/node252.html
220
%%PORTDOCS%%%%DOCSDIR%%/cgx/node26.html
222
%%PORTDOCS%%%%DOCSDIR%%/cgx/node26.html
221
%%PORTDOCS%%%%DOCSDIR%%/cgx/node27.html
223
%%PORTDOCS%%%%DOCSDIR%%/cgx/node27.html
222
%%PORTDOCS%%%%DOCSDIR%%/cgx/node28.html
224
%%PORTDOCS%%%%DOCSDIR%%/cgx/node28.html
Lines 298-304 Link Here
298
%%PORTDOCS%%%%DOCSDIR%%/cgx/node97.html
300
%%PORTDOCS%%%%DOCSDIR%%/cgx/node97.html
299
%%PORTDOCS%%%%DOCSDIR%%/cgx/node98.html
301
%%PORTDOCS%%%%DOCSDIR%%/cgx/node98.html
300
%%PORTDOCS%%%%DOCSDIR%%/cgx/node99.html
302
%%PORTDOCS%%%%DOCSDIR%%/cgx/node99.html
301
%%PORTDOCS%%%%DOCSDIR%%/cgx_2.13.pdf
303
%%PORTDOCS%%%%DOCSDIR%%/cgx_2.14.pdf
302
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/README
304
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/README
303
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00100001/T
305
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00100001/T
304
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00100001/U
306
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/OpenFOAM/couette/0.00100001/U
Lines 349-373 Link Here
349
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/isaac.fbl
351
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ISAAC/isaac.fbl
350
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/README
352
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/README
351
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/clean
353
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/clean
352
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/clean~
353
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822.inp
354
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822.inp
354
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_pehe.fbd
355
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_pehe.inp
356
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_pehe_rest.inp
357
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_penta.fbd
355
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_penta.fbd
358
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_penta.inp
359
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_rest.inp
360
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_rest_dflux.inp
361
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822_tetra.inp
362
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send.fbl
356
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send.fbl
363
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send_pehe.fbl
364
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send_penta.fbl
357
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send_penta.fbl
365
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send_tetra.fbl
358
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/send_tr3u.fbl
366
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccxtet/rae2822_penta.fbd
367
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccxtet/rae2822_tetra.cvg
368
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccxtet/rae2822_tetra.inp
369
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccxtet/rae2822_tetraf.cvg
370
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccxtet/send_tetra.fbl
371
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/rae2822.fbd
359
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/rae2822.fbd
372
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/cylinder.fbd
360
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/cylinder.fbd
373
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/disc.fbd
361
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/basic/disc.fbd
Lines 399-404 Link Here
399
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glue/send.fbl
387
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/glue/send.fbl
400
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ifwhiledemo/all.fbd
388
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ifwhiledemo/all.fbd
401
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ifwhiledemo/ifwhiledemo.fbl
389
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ifwhiledemo/ifwhiledemo.fbl
390
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ifwhiledemo/ifwhiledemo.fbl~
391
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ifwhiledemo/ifwhiledemo2.fbl
392
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ifwhiledemo/ifwhiledemo2.fbl~
402
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ifwhiledemo/writedemo.txt
393
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ifwhiledemo/writedemo.txt
403
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map/README
394
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map/README
404
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map/map2D.fbl
395
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/map/map2D.fbl
Lines 424-426 Link Here
424
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbine/latim.inp
415
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbine/latim.inp
425
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbine/mesh.fbl
416
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbine/mesh.fbl
426
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbine/send.fbl
417
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/turbine/send.fbl
418
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userDataset/README
419
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/userDataset/generate.fbl

Return to bug 228260