notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: cad/gmsh-occ/Makefile
SVNWeb

Number of commits found: 19

Sat, 10 Mar 2018
[ 17:46 gerald search for other commits by this committer ] Original commit   Revision:464084 (Only the first 10 of 1104 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
Wed, 12 Oct 2016
[ 22:23 jrm search for other commits by this committer ] Original commit   Revision:423896
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
Mon, 3 Oct 2016
[ 14:21 jrm search for other commits by this committer ] Original commit   Revision:423198
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
Fri, 30 Sep 2016
[ 04:58 jrm search for other commits by this committer ] Original commit   Revision:422958
Remove PORTREVISION after cad/gmsh update and take maintainership

Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8087
Sat, 24 Sep 2016
[ 11:06 tijl search for other commits by this committer ] Original commit   Revision:422711 (Only the first 10 of 110 ports in this commit are shown above. View all ports for this commit)
- 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)
Mon, 18 Jan 2016
[ 01:21 stephen search for other commits by this committer ] Original commit   Revision:406542
- Use modern OPTIONS framework.
Tue, 7 Apr 2015
[ 21:20 thierry search for other commits by this committer ] Original commit   Revision:383542
Unbroken by r383483 (this is just a slave port).
Sun, 5 Apr 2015
[ 18:34 bapt search for other commits by this committer ] Original commit   Revision:383349 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Mark as broken unfetchable ports
Sat, 22 Nov 2014
[ 17:46 stephen search for other commits by this committer ] Original commit   Revision:373082
- Update to 2.8.5 and chase cad/opencascade.

PR:		ports/195173
Submitted by:	Thierry Thomas <thierry@FreeBSD.org>
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Mon, 9 Jun 2014
[ 11:21 olgeni search for other commits by this committer ] Original commit   Revision:357139 (Only the first 10 of 120 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 6 May 2014
[ 19:38 thierry search for other commits by this committer ] Original commit   Revision:353125
Chase OpenCascade's upgrade.
Mon, 10 Mar 2014
[ 20:55 gerald search for other commits by this committer ] Original commit   Revision:347809 (Only the first 10 of 1081 ports in this commit are shown above. View all ports for this commit)
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)
Sat, 26 Oct 2013
[ 00:52 gerald search for other commits by this committer ] Original commit   Revision:331644 (Only the first 10 of 1147 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 20 Sep 2013
[ 15:58 bapt search for other commits by this committer ] Original commit   Revision:327711 (Only the first 10 of 103 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad)
Tue, 26 Jul 2011
[ 14:27 stephen search for other commits by this committer ] Original commit 
- Bumping portrevision for master port cad/gmsh so that version for
  cad/gmsh-occ does not go backwards.

Approved by:    maho (mentor, implicit)
[ 14:23 stephen search for other commits by this committer ] Original commit 
- 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)
Tue, 1 Dec 2009
[ 20:33 makc search for other commits by this committer ] Original commit  (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
Chase math/gsl update,
bump PORTREVISION
Wed, 31 Dec 2008
[ 12:52 thierry search for other commits by this committer ] Original commit 
Adding Gmsh with support of OpenCascade.

Number of commits found: 19