Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
04 Mar 2021 11:22:36
6.2.2101

|
kai  |
cad/netgen: Fix packaging with Python 3.8
PR: 253815
Approved by: python (with hat) |
23 Jan 2021 04:35:01
6.2.2101

|
stephen  |
- Update to 6.2.2101. |
09 Dec 2020 19:33:39
6.2.2009

|
stephen  |
- Allow build for i386, because pkg-fallout@ reports build errors for amd64
as well, and it builds properly on my system. So I believe the error is
with pkg-fallout@. |
21 Nov 2020 01:09:34
6.2.2009

|
stephen  |
- Don't build for i386, because pkg-fallout@ reports build errors. |
14 Nov 2020 06:01:51
6.2.2009

|
stephen  |
- Update to 6.2.2009. |
26 Sep 2020 17:56:34
6.2.2008

|
stephen  |
- Update to 6.2.2008. |
23 Jul 2020 21:59:25
6.2.2007

|
stephen  |
- Update to 6.2.2007. |
07 Jul 2020 14:22:41
6.2.2006_1

|
stephen  |
- Add LDFLAGS+= -lexecinfo so that python modules work.
PR: 247811
Submitted by: rsmith@xs4all.nl |
19 Jun 2020 16:18:47
6.2.2006

|
stephen  |
- Update to 6.2.2006. |
14 Jun 2020 20:07:31
6.2.2005

|
linimon  |
Mark as ONLY_FOR x86: rdtsc() is not available on other archs:
In file included from
/wrkdirs/usr/ports/cad/netgen/work/netgen-6.2.2004/libsrc/core/utils.hpp:14:
In file included from /usr/lib/clang/10.0.1/include/x86intrin.h:13:
/usr/lib/clang/10.0.1/include/ia32intrin.h:188:10: error: use of undeclared
identifier '__builtin_ia32_readeflags_u32'
Approved by: portmgr (tier-2 blanket) |
13 Jun 2020 18:11:07
6.2.2005

|
stephen  |
- Update to 6.2.2005.
- Revert r537594 and r537931, because their introduction did not stop build
errors from pkg-fallout@. |
04 Jun 2020 19:09:36
6.2.2004_1

|
stephen  |
- Fix build error caused by lack of py-pybind11 dependency. I decided to
go this way instead of putting superbuild back on. |
03 Jun 2020 05:05:30
6.2.2004_1

|
stephen  |
- Switch off superbuild in cmake. I did this because cmake seemed to
place all of its output in some cache file, and then print it at the end.
I'm also getting mysterious build errors from pkg-fallout, and I am
hoping this change will fix this.
- I found that this change caused pybind11 include files to be not part
of plist.
- Bump portrevision because of the change to plist. |
03 Jun 2020 03:01:23
6.2.2004

|
stephen  |
- Correct use of GH_* variables.
Reported by: Jan Beich <jbeich@FreeBSD.org> |
31 May 2020 00:04:36
6.2.2004

|
stephen  |
For some reason, distinfo had a file listed twice. This caused make fetch
to fail. |
26 May 2020 02:33:57
6.2.2004

|
stephen  |
- Update to 6.2.2004. This required a complete rewrite of the port.
PR: 246512
Submitted by: yuri@freebsd.org |
24 Nov 2019 02:36:44
5.3.1_11

|
stephen  |
- Add patch so that -pthreads is included in libraries.
- Mild corrections to pkg-plist.
- Bump portrevision.
PR: 242154
Submitted by: smars@yuntech.edu.tw |
04 Nov 2019 21:36:13
5.3.1_10

|
zeising  |
Add USES=xorg USES=gl, ports categories c
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'c'. |
13 Aug 2019 16:00:39
5.3.1_10

|
mat  |
Convert to UCL & cleanup pkg-message (categories a-c) |
05 Aug 2019 23:06:50
5.3.1_10

|
jbeich  |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
15 May 2019 03:07:25
5.3.1_9

|
stephen  |
- Fix mistake in r501675, where OSVERSION was tested in a place where it
wasn't yet defined. |
15 May 2019 02:42:17


|
stephen  |
- Mark broken for recent versions of FreeBSD.
Reported by: pkg-fallout@ |
07 Apr 2019 18:31:06
5.3.1_9

|
stephen  |
- Change MASTER_SITES to a web site I own. This is a stop-gap measure until
I or someone else gets time to upgrade netgen to version 6. |
10 Mar 2019 18:59:10
5.3.1_9

|
stephen  |
- Crashfix patch.
- Bump portrevision.
PR: 236443
Submitted by: rsmith@xs4all.nl |
23 Feb 2019 03:12:47
5.3.1_8

|
stephen  |
- Correct web page.
Reported by: Pedro Giffuni <giffunip@yahoo.com> |
06 Nov 2018 01:50:27
5.3.1_8

|
jbeich  |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
02 May 2018 15:07:27
5.3.1_7

|
jbeich  |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
02 May 2018 13:31:46
5.3.1_6

|
jbeich  |
multimedia/webcamoid: unbreak with ffmpeg 4.0
ngpkg.cpp:2342:27: error: use of undeclared identifier 'CODEC_FLAG_PSNR'
context->flags |= CODEC_FLAG_PSNR;
^
PR: 227726
Reported by: antoine (via exp-run) |
21 Oct 2017 06:50:50
5.3.1_6

|
jbeich  |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
23 May 2017 05:03:16
5.3.1_5

|
rezny  |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
11 Dec 2016 15:22:47
5.3.1_4

|
jbeich  |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
20 Nov 2016 16:09:52
5.3.1_3

|
stephen  |
- When FFMPEG=on, link to multimedia/ffmpeg.
- Respect PREFIX.
- Conversion for avcodec_encode_video().
PR: ports/214199
PR: ports/214644 |
21 Apr 2016 11:33:17
5.3.1

|
gahr  |
Support Tk in USES=tk:tea. Convert more ports + minor fixes and modernization. |
01 Apr 2016 13:29:17
5.3.1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
20 Jan 2016 02:28:50
5.3.1

|
stephen  |
- Correct master_sites. |
18 Jan 2016 05:58:10
5.3.1

|
stephen  |
- Update to 5.3.1.
- Default OCC to OFF.
- Mark broken only if OCC is set. |
27 Nov 2015 02:25:10
5.0.0_4

|
stephen  |
- Mark broken.
Reference: http://beefy2.nyi.freebsd.org/data/93amd64-default/402431/logs/netgen-5.0.0_4.log |
20 Aug 2015 18:30:29
5.0.0_4

|
amdmi3  |
- Fix build by using correct flags for crippled configure
- Indent statements consistently
- Silence patching
Approved by: portmgr blanket |
19 Aug 2015 13:30:00
5.0.0_4

|
mat  |
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412? |
22 Jun 2015 18:33:22
5.0.0_4

|
antoine  |
Convert to USES=jpeg |
27 May 2015 00:15:05
5.0.0_4

|
amdmi3  |
- Don't cat pkg-message from Makefiles
Approved by: portmgr blanket |
20 Oct 2014 07:19:23
5.0.0_4

|
bapt  |
Cleanup plist |
10 Sep 2014 20:50:37
5.0.0_4

|
gerald  |
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) |
25 Jul 2014 04:51:29
5.0.0_3

|
stephen  |
- Link with multimedia/ffmpeg0 instead of multimedia/ffmpeg (only applies when
the option FFMPEG is set).
- Bump portrevision.
PR: 192074
Submitted by: Ivan Klymenko <fidaj@ukr.net> |
01 Jul 2014 22:01:01
5.0.0_2

|
amdmi3  |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket |
24 Jun 2014 22:16:13
5.0.0_1

|
bapt  |
Use MAKE_CMD to set MAKE in MAKE_ENV |
05 May 2014 09:45:37
5.0.0_1

|
bapt  |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
28 Jan 2014 14:43:23
5.0.0_1

|
gahr  |
- Convert to USES=tk
- STAGE-clean |
15 Jan 2014 23:11:45
5.0.0_1

|
bapt  |
Reduce over inclusion of bsd.port.mk |
23 Dec 2013 20:32:11
5.0.0_1

|
antoine  |
Fix LIB_DEPENDS |
11 Dec 2013 14:53:20
5.0.0_1

|
bapt  |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in cad
With hat: portmgr |
20 Sep 2013 15:58:42
5.0.0_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
cad) |
24 Jul 2013 06:53:48
5.0.0_1

|
gahr  |
- Make graphics/togl's libraries location independent from the Tcl/Tk version
used to build it
- Fix cad/netgen to use this new location
Reported by: bapt |
12 Jul 2013 22:55:44
5.0.0_1

|
bapt  |
Mark as job unsafe |
17 May 2013 03:24:24
5.0.0_1

|
stephen  |
- Change option OCC (build with opencascade libraries) to default to on.
- Bump portrevision.
PR: ports/178538
Submitted by: thierry@FreeBSD.org |
07 Feb 2013 14:57:49
5.0.0

|
gahr  |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: cad)
Approved by: portmgr |
22 Nov 2012 14:56:48
5.0.0

|
stephen  |
- Update to 5.0.0.
- Set OCC option off: cad/opencascade port needs updating before this works.
Feature safe: yes |
22 Nov 2012 04:51:11
4.9.13_7

|
stephen  |
- Use new options framework.
Feature safe: yes |
01 Jun 2012 05:26:28
4.9.13_7
|
dinoex  |
- update png to 1.5.10 |
21 Oct 2011 02:36:24
4.9.13_6
|
stephen  |
- Change USE_TK to 85, because graphics/togl installs include files in
lib/tk8.5/Togl-1.7/.
- Bump portrevision. |
23 Sep 2011 22:26:39
4.9.13_5
|
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
24 Jun 2011 22:39:03
4.9.13_5
|
mm  |
Bump due to ffmpeg update to 0.7.1 |
14 Jun 2011 07:26:40
4.9.13_4
|
stephen  |
Maintainer: stephen@missouri.edu -> stephen@FreeBSD.org
Approved by: maho (mentor) |
11 Dec 2010 21:03:36
4.9.13_4
|
pav  |
- Fix for new tix
PR: ports/153014
Submitted by: maintainer |
26 Nov 2010 18:27:20
4.9.13_3
|
pav  |
- Install additional files for salome
- Portlint
PR: ports/152394
Submitted by: Stas Timokhin <devel@stasyan.com>
Approved by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) |
24 Jul 2010 16:38:20
4.9.13_2
|
mm  |
- Update ffmpeg to 0.6 |
02 Jul 2010 12:03:30
4.9.13_1
|
stefan  |
Fix plist with NOPORTDOCS (at least temporarily, until installation of the docs
is really suppressed).
Feature safe: yes |
01 Jul 2010 19:47:47
4.9.13
|
stefan  |
Update to 4.9.13.
PR: 147628
Submitted by: Stas Timokhin <devel@stasyan.com>
Approved by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Feature safe: yes |
05 Apr 2009 20:50:49
4.4_5
|
dhn  |
- Update maintainer mail address
PR: ports/133397
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Approved by: tabthorpe (co-mentor) |
14 Feb 2009 14:49:40
4.4_5
|
mm  |
- Change USE_TCL=yes to USE_TCL=84 due to planned change of default Tcl |
13 Feb 2009 15:25:27
4.4_5
|
wxs  |
- Pass maintainership along. |
23 Jan 2009 16:28:36
4.4_5
|
flz  |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
22 Oct 2008 21:09:31
4.4_4
|
amdmi3  |
- Make so it doesn't depend on [broken] cad/opencascade be default
PR: 128063
Submitted by: Stephen Montgomery-Smith <stephen at math dot missouri dot edu> |
01 Sep 2008 15:21:14
4.4_4
|
rafan  |
- Fix build by comment out some code according to README.INSTALL |
01 Sep 2008 14:41:51
4.4_4
|
rafan  |
- Rename for the upcoming patch |
01 Sep 2008 14:27:08
4.4_4
|
rafan  |
- Fix patching
PR: ports/127016
Submitted by: Stephen Montgomery-Smith <stephen at math.missouri.edu> |
01 Sep 2008 14:26:36
4.4_4
|
rafan  |
- Rename for the upcoming patch (PR 127016) |
06 Jun 2008 13:14:15
4.4_4
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
19 Apr 2008 17:56:05
4.4_3 
|
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
30 May 2007 19:21:11
4.4_3
|
thierry  |
- Unbreak with gcc-4.2 (some patches from the author, some inspired from
Debian);
- Add IGES and STEP support with OpenCascade. |
27 May 2007 03:00:13
4.4_2
|
kris  |
BROKEN with gcc 4.2 |
19 May 2007 20:32:57
4.4_2
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
25 Jan 2007 23:55:45
4.4
|
pav  |
- Fix build with tk 8.4.14 |
25 Jan 2007 10:18:56
4.4
|
pav  |
- Fix build after recent USE_TCL/USE_TK overhaul |
16 Aug 2006 15:12:48
4.4
|
shaun  |
Fix fetch.
Reported by: fenner's distfile survey |
04 Jul 2006 21:54:35
4.4
|
thierry  |
Teach about TCL / TK v. 8.4.13 and unbreak. |
02 Jul 2006 23:32:19
4.4
|
linimon  |
Checking back, it does still compile on amd64-5. |
02 Jul 2006 23:26:27
4.4
|
linimon  |
Mark broken: fails to compile on 6-STABLE. |
13 Feb 2006 22:00:55
4.4
|
thierry  |
Netgen builds fine with gcc-3.4, that should make it packageable on
amd64.
Since I'm there, pet portlint.
Tested by: Pedro F. Giffuni <giffunip (at) yahoo.com> |
24 Nov 2005 00:22:47
4.4
|
pav  |
- Add SHA256 |
31 Jul 2005 10:19:28
4.4
|
thierry  |
Mark BROKEN on sparc64 (internal compiler error).
Bug reported to gcc bugzilla: Bug 23159.
Reported by: Kris via pointyhat |
17 Jul 2005 21:50:28
4.4
|
thierry  |
Chase TK upgrade and unbreak. |
17 Jul 2005 19:50:47
4.4
|
kris  |
BROKEN: Does not build |
30 Apr 2005 17:52:30
4.4
|
das  |
Remove Tcl matherr() hack. |
21 Nov 2004 20:58:15
4.4
|
thierry  |
Upgrade to 4.4.
Note: high order Finite Element package NGSolve is included. |
30 Sep 2004 05:32:00
4.3.1
|
kris  |
Increase USE_GCC to 3.4 for those ports which compile with it.
Approved by: portmgr |
05 May 2004 19:57:56
4.3.1
|
thierry  |
Add netgen 4.3.1, an automatic 3D tetrahedral mesh generator. |