Bug 266422 - cad/calculix: Update to 2.20
Summary: cad/calculix: Update to 2.20
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL:
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2022-09-15 08:00 UTC by rsmith
Modified: 2022-09-20 15:39 UTC (History)
1 user (show)

See Also:


Attachments
patch to update the port to 2.20. (5.00 KB, patch)
2022-09-15 08:00 UTC, rsmith
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description rsmith 2022-09-15 08:00:22 UTC
Created attachment 236563 [details]
patch to update the port to 2.20.

Companion update to bug 266421.
This is the update for the pre- and postprocessor.

This version contains a fix for the mangled screenshots.

On a number of my FEA problems, this did produce the same output as 2.19. (Only tested on x86-64.)
Comment 1 Fernando Apesteguía freebsd_committer freebsd_triage 2022-09-20 06:06:03 UTC
^Triage: If there is a changelog or release notes URL available for this version, please add it to the URL field.

^Triage: Please set the maintainer-approval attachment flag (to +) on patches for ports you maintain to signify approval.
--
Attachment -> Details -> maintainer-approval [+]
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2022-09-20 11:17:22 UTC
There are some problems with the port.

===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: %%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822.12d
Error: Orphaned: %%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822.cvg
Error: Orphaned: %%PORTEXAMPLES%%%%EXAMPLESDIR%%/airfoil/ccx/rae2822.fcv
Error: Orphaned: %%PORTEXAMPLES%%%%EXAMPLESDIR%%/clean~
Error: Orphaned: %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ifwhiledemo/all.fbd
Error: Orphaned: %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ifwhiledemo/writedemo.txt
Error: Orphaned: %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pressfit/flange.12d
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.


Would you mind having a look?

Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-09-20 15:38:51 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b47113cfc4dc9d280bde42d739d9ff4bd81bb7a8

commit b47113cfc4dc9d280bde42d739d9ff4bd81bb7a8
Author:     Fernando Apesteguía <fernape@FreeBSD.org>
AuthorDate: 2022-09-20 06:08:25 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2022-09-20 15:34:54 +0000

    cad/calculix: Update to 2.20

    PR:             266422
    Reported by:    rsmith@xs4all.nl (maintainer)

 cad/calculix/Makefile                                  |  2 +-
 cad/calculix/distinfo                                  | 18 +++++++++---------
 .../files/patch-cgx__2.19_src_pickFunktions.c (gone)   | 11 -----------
 ...__VER_src_Makefile => patch-cgx__2.20_src_Makefile} |  8 ++++----
 cad/calculix/pkg-plist                                 |  9 ++++++++-
 5 files changed, 22 insertions(+), 26 deletions(-)
Comment 4 Fernando Apesteguía freebsd_committer freebsd_triage 2022-09-20 15:39:10 UTC
Committed,

Please, use tools like poudriere to test the port :-)

Thanks!