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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: cad/gmsh-occ/Makefile

Number of commits found: 19

Saturday, 10 Mar 2018
17:46 gerald search for other commits by this committer
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Original commitRevision:464084 
Wednesday, 12 Oct 2016
22:23 jrm search for other commits by this committer
cad/gmsh, cad/gmsh-occ: update to version 2.14.0

- Add libopenblas.so:math/openblas to OCC_LIB_DEPENDS
- Add USE_OCC= gnome=cairo
- Remove patch for taucs cmake configuration.  It is now incorporated
upstream.

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8229
Original commitRevision:423896 
Monday, 3 Oct 2016
14:21 jrm search for other commits by this committer
Add LICENSE file and return PORTREVISION=1 to cad/gmsh-occ

Reported by:	jbeich mat
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8134
Original commitRevision:423198 
Friday, 30 Sep 2016
04:58 jrm search for other commits by this committer
Remove PORTREVISION after cad/gmsh update and take maintainership

Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8087
Original commitRevision:422958 
Saturday, 24 Sep 2016
11:06 tijl search for other commits by this committer
- Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Original commitRevision:422711 
Monday, 18 Jan 2016
01:21 stephen search for other commits by this committer
- Use modern OPTIONS framework.
Original commitRevision:406542 
Tuesday, 7 Apr 2015
21:20 thierry search for other commits by this committer
Unbroken by r383483 (this is just a slave port).
Original commitRevision:383542 
Sunday, 5 Apr 2015
18:34 bapt search for other commits by this committer
Mark as broken unfetchable ports
Original commitRevision:383349 
Saturday, 22 Nov 2014
17:46 stephen search for other commits by this committer
- Update to 2.8.5 and chase cad/opencascade.

PR:		ports/195173
Submitted by:	Thierry Thomas <thierry@FreeBSD.org>
Original commitRevision:373082 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Monday, 9 Jun 2014
11:21 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.

CR:		D196
Approved by:	portmgr (bapt)
Original commitRevision:357139 
Tuesday, 6 May 2014
19:38 thierry search for other commits by this committer
Chase OpenCascade's upgrade.
Original commitRevision:353125 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Original commitRevision:347809 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Friday, 20 Sep 2013
15:58 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad)
Original commitRevision:327711 
Tuesday, 26 Jul 2011
14:27 stephen search for other commits by this committer
- Bumping portrevision for master port cad/gmsh so that version for
  cad/gmsh-occ does not go backwards.

Approved by:    maho (mentor, implicit)
Original commit
14:23 stephen search for other commits by this committer
- Removing portrevision from slave port cad/gmsh-occ.  Portrevision for
  cad/gmsh-occ should reflect that of cad/gmsh.
- Bumping portrevision for master port cad/gmsh so that version for
  cad/cad-gmsh does not go backwards.

Approved by:    maho (mentor)
Original commit
Tuesday, 1 Dec 2009
20:33 makc search for other commits by this committer
Chase math/gsl update,
bump PORTREVISION
Original commit
Wednesday, 31 Dec 2008
12:52 thierry search for other commits by this committer
Adding Gmsh with support of OpenCascade.
Original commit

Number of commits found: 19