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/openscad/distinfo

Number of commits found: 12

Wednesday, 21 Dec 2022
19:24 Michael Reifenberger (mr) search for other commits by this committer
cad/openscad: Update to 2021.01.01-20221206 (current revision)

This is needed to update math/cgal.

PR:		268478
Reported by:	yuri@
commit hash: a79c1b41633847bd41fbf753a5401962c2a55106 commit hash: a79c1b41633847bd41fbf753a5401962c2a55106 commit hash: a79c1b41633847bd41fbf753a5401962c2a55106 commit hash: a79c1b41633847bd41fbf753a5401962c2a55106 a79c1b4
Thursday, 2 Sep 2021
18:44 Loïc Bartoletti (lbartoletti) search for other commits by this committer
cad/openscad*: Fix build against CGAL 5.3

PR:		258085
Approved by:	wen
Obtained from:	https://github.com/openscad/openscad/pull/3844
commit hash: 912ab64cc1b09f73447e18d1172a338ad97afd93 commit hash: 912ab64cc1b09f73447e18d1172a338ad97afd93 commit hash: 912ab64cc1b09f73447e18d1172a338ad97afd93 commit hash: 912ab64cc1b09f73447e18d1172a338ad97afd93 912ab64
Tuesday, 9 Feb 2021
21:46 mr search for other commits by this committer
Update openscad to 2021.01 and openscad-devel to the latest commit
Original commitRevision:564822 
Friday, 8 May 2020
05:35 lbartoletti search for other commits by this committer
smath/cgal: Update to 5.0.2

The new version of CGAL brings improvements and a lot of changes, including 2
major ones [1](header only[2] and require c++14) requiring to patch all software
depending on it.

[1] https://www.cgal.org/2019/11/08/cgal50/
[2] https://doc.cgal.org/latest/Manual/installation.html

math/cgal:

   - Update to 5.0.2

databases/sfcgal:

   - Fix with cgal5 : use c++14 and add gmpxx link

databases/postgis*:

   - bump portversion needed due to cgal and sfcgal changes

cad/openscad:

   - remove LIB_DEPENDS and add BUILD_DEPENDS
   - Use c++14

cad/openscad-devel:

   - remove LIB_DEPENDS and add BUILD_DEPENDS
   - Use c++14

games/flightgear-terragear:

   - remove LIB_DEPENDS and add BUILD_DEPENDS
   - fix Boost error (ld: error: undefined symbol:
boost::thread::hardware_concurrency())

graphics/colmap:

   - remove LIB_DEPENDS and add BUILD_DEPENDS
   - fix CMAKE_CXX_FLAGS with c++14

PR:		245824
Approved by:	wen, jbeich, tcberner (mentor)
Differential Revision:	D24578
Original commitRevision:534326 
Friday, 25 Oct 2019
15:41 jbeich search for other commits by this committer
cad/openscad: unbreak with boost 1.72

src/parser.y:68:6: error: no template named 'stack' in namespace 'std'
std::stack<LocalScope *> scope_stack;
~~~~~^
Original commitRevision:515619 
Thursday, 23 May 2019
15:50 mr search for other commits by this committer
Update to 2019.05.10
Original commitRevision:502341 
Saturday, 9 Mar 2019
21:11 mr search for other commits by this committer
Update to the 2019.03.03 pre-release and switch to QT5 so that the port doesn't
get deleted
during QT4 wipeout.
Original commitRevision:495203 
Thursday, 26 Mar 2015
17:25 mr search for other commits by this committer
Upgrade to version 2015.03

PR:		198572
Submitted by:	Pedro F. Giffuni
Original commitRevision:382332 
Sunday, 27 Jul 2014
18:23 makc search for other commits by this committer
cad/openscad:
- Update to 2014.03
- Update MASTER_SITES
- Switch dependency from math/eigen2 to math/eigen3
- USES+= desktop-file-utils pkgconfig
- Remove patch, pass required bits to qmake instead

PR:		191788
Approved by:	maintainer timeout (17 days)
Original commitRevision:363089 
Saturday, 11 May 2013
15:07 wen search for other commits by this committer
- Update to 2013.1 [1]
- Add LICENSE [1]
- Update MASTER_SITES [1]
- Fix the flex dependency [1]
- Fix the build with custom PREFIX and LOCALBASE
- Trim Makefile headers
- Update LIB_DEPENDS

PR:		177064 [1]
Submitted by:	Pedro Giffuni <giffunip@tutopia.com> [1]
Approved by:	maintainer(timeout, > 50 days)
Original commitRevision:317882 
Wednesday, 25 Apr 2012
13:36 mr search for other commits by this committer
Update to openscad 2011.12

Suggested by: L Campbell
Original commit
Friday, 19 Aug 2011
11:02 mr search for other commits by this committer
Add openscad.
OpenSCAD is a software for creating 3D CAD objects.

Unlike most free software for creating 3D models, it does not focus on
the artistic aspects of 3D modelling but instead on the CAD aspects.
Thus it is more suitable for creating 3D models of machine parts but
perhaps not when creating computer-animated movies.

OpenSCAD is not an interactive modeller. Instead it is something like
a 3D-compiler that reads in a script file that describes the object
and renders the 3D model from this script file. This gives designers
full control over the modelling process and enables them to easily
change any step in the modelling process or make designes that are
defined by configurable parameters.

WWW: http://www.openscad.org/

Obtained from (slightly):       OpenBSD
Original commit

Number of commits found: 12