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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: science/paraview/Makefile

Number of commits found: 170 (showing only 70 on this page)

«  1 | 2 

Friday, 20 Jul 2018
21:23 tcberner search for other commits by this committer
science/paraview: Add patch to fix build with upcomeing cmake-3.12

The behaviour of cmake's copy_directory was changed, so that it
now fails if the source directory does not exist.

Further add missing dependency on xmlpatterns.

PR:		229854
Reported by:	antoine
Original commitRevision:475037 
Thursday, 28 Jun 2018
17:39 tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Original commitRevision:473503 
Wednesday, 27 Jun 2018
00:04 jwb search for other commits by this committer
science/paraview: Fix protobuf conflict, upgrade to 5.5.1, modernize options

PR:             229116
Reported by:    jwb
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D16024
Original commitRevision:473414 
Saturday, 9 Jun 2018
08:03 yuri search for other commits by this committer
science/paraview: Update 5.2.0 -> 5.5.0

Port changes:
* Change to DISTVERSION
* Add USES=localbase
* Change USE_QT4 to USE_QT5 with corresponding changes to values
* Remove INSTALLS_ICONS (not needed)
* Remove many SHEBANG_FILES (not needed)
* Update LIB_DEPENDS for libOSMesa.so

Due to a strange upstream change that made it to install libprotobuf.so
into lib, paraview now conflicts with a lot of other ports like firefox,
chrome and tox.

PR:		228746
Submitted by:	devel@stasyan.com (maintainer; original patch version)
Original commitRevision:472044 
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, 13 Dec 2017
03:34 jwb search for other commits by this committer
science/paraview: Unbreak build with clang 4.0

PR:		216634
Submitted by:	Jan Beich
Approved by:	jrm (mentor), maintainer timeout (3.5 months)
Differential Revision:	https://reviews.freebsd.org/D13462
Original commitRevision:456189 
Thursday, 30 Nov 2017
15:50 mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
Original commitRevision:455210 
Friday, 22 Sep 2017
10:48 mat search for other commits by this committer
Remove USES=execinfo.

PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
Original commitRevision:450351 
Thursday, 24 Aug 2017
09:13 araujo search for other commits by this committer
Bump PORTREVISION to reflect print/gl2ps changes.

PR:		ports/218399 (based on)
Submitted by:	emaste
Original commitRevision:448656 
Sunday, 25 Jun 2017
21:07 tcberner search for other commits by this committer
Make ninja opt-out in cmake.mk

Using ninja instead of make (1) can lead to significant speed ups while
building.
Therefore switch from having the ninja generator opt-in to having it opt-out.

Previously cmake-ports that wanted to use ninja could set
    CMAKE_NINJA=yes
now, ports that do not work with ninja can set
    cmake:<existing args>,noninja
Note, that needing this should be an exception and most often points to a broken
cmake of the port.

The ports using cmake were modified
* removed USES=gmake, if ninja is used
* removed MAKE_ARGS, if ninja is used
* added the cmake-argument noninja if necessary

PR:		219629
PR:		213331
Exp-run by:	antoine
Reviewed by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D10748
Original commitRevision:444324 
Tuesday, 30 May 2017
02:56 sunpoet search for other commits by this committer
Update science/hdf5 to 1.10.1

- Bump PORTREVISION for shlib change

Changes:	https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1-RELEASE.txt
Original commitRevision:442050 
Tuesday, 10 Jan 2017
10:59 wen search for other commits by this committer
- Update to 5.2.0

PR:		214684
Submitted by:	yuri@rawbw.com
Approved by:	maintainer
Original commitRevision:431074 
Wednesday, 20 Apr 2016
20:42 sunpoet search for other commits by this committer
- Update to 1.10.0
- Add LICENSE_FILE
- Remove outdated PORTSCOUT
- Re-enable SZIP option by default: it was changed unintentionally in r398300

Changes:	https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0/src/hdf5-1.10.0-RELEASE.txt
		https://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Original commitRevision:413700 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Monday, 22 Jun 2015
18:33 antoine search for other commits by this committer
Convert to USES=jpeg
Original commitRevision:390310 
Sunday, 24 May 2015
08:10 sunpoet search for other commits by this committer
- Update to 1.8.15
- Bump PORTREVISION for science/hdf5 shlib change

Changes:	http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.15-RELEASE.txt
		http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Original commitRevision:387255 
Tuesday, 10 Mar 2015
06:40 thierry search for other commits by this committer
Upgrade Paraview to 4.3.1.

Submitted by:	Stas Timokhin <devel (at) stasyan.com>
Original commitRevision:380900 
Saturday, 21 Feb 2015
10:02 thierry search for other commits by this committer
Paraview should be upgraded to the latest. Meanwhile, just unbreak it
with the patch already used for VTH (#define GLX_GLXEXT_LEGACY).

Submitted by:	Rene Thummler <rt (at) scientifics.de>
Original commitRevision:379494 
Friday, 20 Feb 2015
18:01 marino search for other commits by this committer
science/paraview: No, it's still broken

A while back, the happily building paraview stopped building because
libGL was updated.  The other ports that suffered breakage for the same
reasons were updated to the latest API.  Paraviews libGL callouts were
never fixed, so this port never should not have had it's BROKEN definition
removed as it was not fixed despite the claim.  It's still breaking on all
platforms including DragonFly on clang, gcc47 and gcc50.  Errors from
FreeBSD look like:

In file included from /wrkdirs/usr/ports/science/paraview/work/ParaView-
  v4.1.0/VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx:31:
In file included from /usr/local/include/GL/glx.h:333:
/usr/local/include/GL/glxext.h:480:143: error: unknown type name 'GLintptr'
  typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext
readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget,
  GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext
  readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget,
  GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
/usr/local/include/GL/glxext.h:480:186: error: unknown type name
  'GLsizeiptr'; did you mean 'GLsizei'?
typedef void ( *PFNGLXCOPYBUFFERSUBDATANVPROC) (Display *dpy, GLXContext
  readCtx, GLXContext writeCtx, GLenum readTarget, GLenum writeTarget,
  GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size);
Original commitRevision:379455 
Thursday, 29 Jan 2015
21:52 thierry search for other commits by this committer
Unbreak.

Submitted by:	Stas Timokhin (maintainer)
Original commitRevision:378131 
Sunday, 18 Jan 2015
10:39 sunpoet search for other commits by this committer
- Update to 1.8.14
- Update MASTER_SITES
- Use INSTALL_TARGET=install-strip instead of
MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP}
- Bump PORTREVISION for science/hdf5 shlib change

Changes:	http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.14-RELEASE.txt
		http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Original commitRevision:377318 
Thursday, 25 Dec 2014
20:54 bapt search for other commits by this committer
Bump portrevision after png update
Original commitRevision:375598 
Friday, 19 Dec 2014
18:56 antoine search for other commits by this committer
Mark BROKEN: fails to build
/wrkdirs/usr/ports/science/paraview/work/ParaView-v4.1.0/VTK/Rendering/FreeType/vtkFreeTypeTools.cxx:
In member function 'bool vtkFreeTypeTools::CalculateBoundingBox(const T&,
vtkFreeTypeTools::MetaData&)':
/wrkdirs/usr/ports/science/paraview/work/ParaView-v4.1.0/VTK/Rendering/FreeType/vtkFreeTypeTools.cxx:1190:
error: no matching function for call to 'min(unsigned int&, int&)'

Reported by:	pkg-fallout
Original commitRevision:374968 
Monday, 20 Oct 2014
10:09 marino search for other commits by this committer
Add USES=alias to several ports

Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__.  For some ports, this fixes the build
without the need for additional patches.

Approved by:	portmgr (bapt, blanket)
Original commitRevision:371252 
Tuesday, 7 Oct 2014
21:34 thierry search for other commits by this committer
Force freetype's headers detection.

Submitted by:	maintainer
Original commitRevision:370399 
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, 1 Sep 2014
19:53 marino search for other commits by this committer
science/paraview: alternative fix with USES+= execinfo instead

Also bump this port as the LIB_DEPENDS has changed

confirmed by:	adamw
Original commitRevision:366945 
19:32 adamw search for other commits by this committer
Add dependency on libexecinfo.

Untested because paraview takes hours and hours to build, but it's
currently failing on all platforms.
Original commitRevision:366937 
Sunday, 22 Jun 2014
16:46 tijl search for other commits by this committer
Bump PORTREVISION for jbigkit library version bump.

Approved by:	portmgr (implicit)
Original commitRevision:358814 
Saturday, 3 May 2014
00:55 sunpoet search for other commits by this committer
- Update to 1.8.12 (from science/hdf5-18)
- Add LICENSE
- Convert to new LIB_DEPENDS format
- Convert to new options helper
- Use NOT_FOR_ARCHS
- Strip shared library
- Remove deprecated PTHREAD_*
- Use MAKE_CMD
- Bump PORTREVISION for science/hdf5 shlib change [1]

Changes:	http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt
		http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
Approved by:	portmgr (bapt) [1]
Original commitRevision:352854 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Monday, 31 Mar 2014
21:37 thierry search for other commits by this committer
Upgrading to v. 4.1.

Note: it's still broken on ia64, but this unbreaks on other platforms.

PR:		ports/179370
Submitted by:	Anton Shterenlikht <mexas (at) bris.ac.uk>
Approved by:	maintainer time-out
Original commitRevision:349804 
Friday, 20 Sep 2013
22:48 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
science)
Original commitRevision:327767 
Wednesday, 14 Aug 2013
22:35 ak search for other commits by this committer
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Original commitRevision:324744 
Sunday, 28 Apr 2013
22:08 bapt search for other commits by this committer
Convert science to new options framework
Original commitRevision:316757 
Friday, 22 Mar 2013
20:06 makc search for other commits by this committer
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Original commitRevision:314960 
Thursday, 14 Mar 2013
11:49 miwi search for other commits by this committer
- Unbreak build with clang

PR:		i176346
Submitted by:	Anton Shterenlikht <mexas@bristol.ac.uk>
Approved by:	maintainer timeout
Original commitRevision:314149 
Wednesday, 6 Jun 2012
06:44 miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Tuesday, 16 Aug 2011
21:55 zi search for other commits by this committer
Update to 3.10.1
Fix PORTSDOC usage/functionality

PR:             ports/159334
Submitted by:   Stas Timokhin <devel@stasyan.com> (maintainer)
Approved by:    wxs (mentor)
Original commit
Sunday, 10 Apr 2011
08:48 makc search for other commits by this committer
CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefiles
Original commit
Saturday, 9 Apr 2011
16:01 makc search for other commits by this committer
- Update to 3.10.0 [1]
- Remove support for 6.x and add workaround for CMAKE_BUILD_TYPE
  while here I'm here

PR:             ports/156223 [1]
Submitted by:   Stas Timokhin (maintainer)
Original commit
Friday, 17 Dec 2010
15:42 avilla search for other commits by this committer
- Update to 3.8.1.
- Disable broken Mangled Mesa support.
- Add GL2PS knob.
- Disable conflict with vtk 5.
- Use bsd.port.options.mk.
- Fix COMMENT.

PR:             ports/153163
Submitted by:   Stas Timokhin <devel@stasyan.com> (maintainer)
Original commit
Saturday, 5 Jun 2010
13:07 makc search for other commits by this committer
Update to 3.8.0

PR:             ports/147266
Submitted by:   Stas Timokhin (maintainer)
Original commit
Tuesday, 30 Mar 2010
04:48 dinoex search for other commits by this committer
- fix build for png-1.4.1
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Saturday, 27 Feb 2010
09:17 makc search for other commits by this committer
Update to 3.6.2
Pass maintainership to submitter
Mark MAKE_JOBS_SAFE

PR:             ports/144260
Submitted by:   Stas Timokhin <devel at stasyan.com>

Feature safe:   yes
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Sunday, 20 Dec 2009
13:39 pav search for other commits by this committer
- Mark BROKEN on 6.x

Reported by:    pointyhat
Original commit
Tuesday, 8 Dec 2009
14:58 pav search for other commits by this committer
- Update to 3.6.1

PR:             ports/141243
Submitted by:   Stas Timokhin <devel@stasyan.com>
Original commit
Saturday, 18 Jul 2009
11:11 dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
Original commit
Tuesday, 24 Mar 2009
19:13 makc search for other commits by this committer
bump PORTREVISION after cmake update
Original commit
Friday, 23 Jan 2009
16:28 flz search for other commits by this committer
- 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).
Original commit
Friday, 25 Jul 2008
12:24 pav search for other commits by this committer
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
Original commit
Tuesday, 27 May 2008
22:12 miwi search for other commits by this committer
- Add common code to support for cmake based ports.
- Update devel/cmake to 2.6.0 (also fix ports/123092)
- Use the new CMAKE build framework in all ports using cmake

Approved by:    portmgr (pav)
Original commit
Saturday, 19 Apr 2008
17:56 miwi search for other commits by this committer
- 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)
Original commit
Friday, 18 Apr 2008
19:24 thierry search for other commits by this committer
Fix references to -build directory in installed .cmake files.
Original commit
Wednesday, 19 Mar 2008
07:44 chinsan search for other commits by this committer
- Bump portrevision.
- Unbreak BROKEN with hdf5-1.6.7.
- use USE_LDCONFIG for installing shared libraries.

PR:             ports/121408
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
Original commit
03:50 chinsan search for other commits by this committer
- Make BROKEN (fails to compile due to the newer hdf5 API incompatible).
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Tuesday, 12 Dec 2006
02:55 rafan search for other commits by this committer
- Respect X11BASE in one more place
  paraview has a ship-in TclTk, which also needs special care

Reported by:    pointyhat
Original commit
Friday, 1 Sep 2006
06:22 anholt search for other commits by this committer
Update to 2.4.4, and drop maintainership since I'm not giving this port the
love it needs.

PR:             ports/101533
Submitted by:   thierry
Original commit
Thursday, 17 Aug 2006
12:38 kris search for other commits by this committer
Now builds
Original commit
Tuesday, 16 May 2006
20:58 anholt search for other commits by this committer
Mark broken again after a cmake upgrade.  Sigh.

Reported by:    krismail
Original commit
Monday, 24 Apr 2006
05:26 anholt search for other commits by this committer
Update paraview to 2.4.3, fix build with new cmake (I think), and replace
several libraries built inside of VTK with system versions.
Original commit
Saturday, 22 Apr 2006
22:01 kris search for other commits by this committer
BROKEN: Does not build
Original commit
Saturday, 21 Jan 2006
06:58 anholt search for other commits by this committer
[1] Update to 2.4.2
[2] Install shared libraries and some cmake files so ports depending on paraview
    can build.
Not very tested, because it crashes my X Server (oops), though I suspect the
previous version would have as well if I'd pre-tested.

PR:             [2] 91885
Submitted by:   [2] Thierry
Original commit
Friday, 23 Dec 2005
09:50 anholt search for other commits by this committer
Update to 2.4.1.
Original commit
Sunday, 16 Oct 2005
03:44 anholt search for other commits by this committer
Update to 2.2.1 and start respecting CFLAGS.  Note that this update does not fix
the libtiff vulnerability.
Original commit
Tuesday, 14 Jun 2005
05:41 anholt search for other commits by this committer
New port: ParaView is a powerful scientific visualization application, designed
with the need to visualize large data sets in mind.
Original commit

Number of commits found: 170 (showing only 70 on this page)

«  1 | 2