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/calculix/files/patch-cgx__VER_src_userFunction.c

Number of commits found: 3

Monday, 30 Oct 2017
17:19 riggs search for other commits by this committer
Update to upstream version 2.13

Detailed log:
- New features, see
  http://www.dhondt.de/new_calc.htm
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222915
- Mark BROKEN on FreeBSD 10 for now: Does not build when
  built with clang, and causes runtime segfaults when built
  with gcc

PR:		222915
Submitted by:	pfg (maintainer)
Original commitRevision:453200 
Tuesday, 15 Aug 2017
16:02 pfg search for other commits by this committer
cad/calculix: attempt to fix build from pkg-fallout.

Attempt to cleanup the multiple min/max definitions at the cost of some
macro redefining. The issue has been reported upstream, hopefully they
will provide a better cleanup in the future.

Either some versions of clang/libc++ are more strict or this may have been
causing issues from a while back.

Approved by:	gerald (implicit)
Original commitRevision:447988 
00:18 pfg search for other commits by this committer
cad/calculix: Split the ccx analyzer out of the main port.

CalculiX has alwasy been comoposed of two independent packages: ccx and
cgx. Ccx, the main tool for doing FEA, depends on fortran and currently
has to be built with GCC. Cgx, on the other hand, uses OpenGL and the C++
libraries it depends on are built with our native clang so buuilding it
with GCC causes C++ library conflicts.

By making ccx an independent port we can better focus on the specific
requirements of each tool and avoid compiler-related conflicts. This also
helps the port work again with newer versions GCC.

PR:	219290. 22043, 220434
Approved by:	gerald
Original commitRevision:447973 

Number of commits found: 3