notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: cad/openvsp/files/patch-src_util_FileUtil.cpp

Number of commits found: 4

Tuesday, 26 Mar 2024
18:36 Fernando Apesteguía (fernape) search for other commits by this committer
cad/openvsp: update to 3.37.2

https://github.com/OpenVSP/OpenVSP/releases/tag/OpenVSP_3.37.2

3.37.1:

This version changes a compiler flag that makes a new dependency build properly
on Windows. This in turn fixes CFDMesh and FEAMesh on Windows.  Without this
change, 3.37.0 will quickly crash if you try to use either mesher. This won’t
change anything for non-windows users.

3.37.2 contains bugfixes

For now, use bundled fltk since the port uses a newer version than the one in
ports.
commit hash: fb8a498ae4a8c688a611482ef539b7a6f8f1d0f4 commit hash: fb8a498ae4a8c688a611482ef539b7a6f8f1d0f4 commit hash: fb8a498ae4a8c688a611482ef539b7a6f8f1d0f4 commit hash: fb8a498ae4a8c688a611482ef539b7a6f8f1d0f4 fb8a498
Wednesday, 27 Nov 2019
19:56 pkubaj search for other commits by this committer
cad/openvsp: fix build on non-x86

Don't use amd64 code on all 64-bit architectures.
Include sys/param.h because of:
/usr/local/poudriere/ports/default/cad/openvsp/work/OpenVSP-OpenVSP_3.19.0/src/util/FileUtil.cpp:118:18:
error: 'PATH_MAX' was not declared in this scope
  118 |     char exepath[PATH_MAX];
      |                  ^~~~~~~~

PR:		242235
Approved by:	fernape (maintainer), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D22576
Original commitRevision:518530 
Friday, 12 Jul 2019
15:39 fernape search for other commits by this committer
cad/openvsp: update to 3.17.1

Removing one patch accepted upstream.

ChangeLog:
http://openvsp.org/blogs/announcements/2019/07/08/openvsp-3-17-1-released

Features:

 * Calculate average and weighted chord and solidity for props
 * Expand API coverage
 * Improve CMake to help FLTK build on Linux
 * Add names to exported STEP files.

Library Update:

 * Update GLM to 0.9.9.5

Fixes:

 * Fix skin friction equations
 * Multiple FEA GUI Fixes
 * Don't assume FEA skin is first component
 * IGES Structure Parm Name Collision (Thanks Jim Fenbert)
 * STEP Structure missing options
 * Overlapping Prop XSecs
 * Register missing attachment enums w/ API
 * Protect 4-dig airfoils from out of bounds parms
 * Improve ResetRemapID behavior
 * Fix problems with prop and file airfoils
 * Add missing GUI handling of read-file XSecs for body of revolution
 * Silence a bunch of warnings
 * Use equal arc len parameterization for super ellipses
Original commitRevision:506463 
Saturday, 6 Apr 2019
21:06 fernape search for other commits by this committer
cad/openvsp: update to 3.17.0

From the ChangeLog:
(http://openvsp.org/blogs/announcements/2019/03/28/openvsp-3-17-0-released)

Features:

 * CHARM Python export scripts
 * Transparent screenshots
 * Border toggle in menu
 * Improved show axis toggle
 * Export structure surfaces to IGES and STEP
 * Design lift coefficient support for four-digit airfoils
 * Propeller definition by thickness and CLi distribution
 * Calculate integrated design lift coefficient for props
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Original commitRevision:498202 

Number of commits found: 4