Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
19 Sep 2020 13:01:00
5.6.0_8

|
rene  |
Remove expired ports:
2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python (Only the first 15 lines of the commit message are shown above ) |
30 Aug 2020 20:19:42
5.6.0_8

|
sunpoet  |
Bump PORTREVISION for devel/protobuf shlib change |
29 Aug 2020 17:15:19
5.6.0_7

|
zeising  |
science/paraview: Fix build with -fno-common
Add a patch from upstream to fix the build of science/paraveiw with
-fno-common, which is the default with llvm 11.
MFH: 2020Q3 (implicit, -fno-common fixes, ok by joenum) |
04 Jul 2020 18:11:42
5.6.0_7

|
zeising  |
Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.
PR: 247028 (for tracking) |
03 Jun 2020 18:32:06
5.6.0_6

|
sunpoet  |
Bump PORTREVISION for devel/protobuf shlib change |
08 Mar 2020 17:01:47
5.6.0_5

|
antoine  |
Deprecate some ports using deprecated version of python
With hat: portmgr |
22 Jan 2020 05:53:20
5.6.0_5

|
sunpoet  |
Bump PORTREVISION for devel/protobuf shlib change |
07 Nov 2019 17:28:57
5.6.0_4

|
tobik  |
Unbreak |
07 Nov 2019 17:17:54
5.6.0_4

|
zeising  |
Add USES=xorg USES=gl, ports categories s
Add USES=xorg and USES=gl to ports in categories starting with 's'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
31 Jul 2019 16:38:53
5.6.0_4

|
sunpoet  |
Bump PORTREVISION for devel/protobuf shlib change |
26 Jul 2019 20:46:57
5.6.0_3

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
19 Jul 2019 20:34:29
5.6.0_2

|
pkubaj  |
science/paraview: fix build on GCC architectures
Needs newer GCC than what is in base:
CMake Error at VTK/CMake/vtkCompilerChecks.cmake:4 (message):
GCC 4.8 or later is required.
Approved by: mentors (implicit approval) |
05 Jul 2019 19:08:49
5.6.0_2

|
sunpoet  |
Update devel/protobuf to 3.8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 238808
Exp-run by: antoine |
25 Apr 2019 13:51:20
5.6.0_1

|
antoine  |
Clean up plist |
31 Mar 2019 13:41:03
5.6.0_1

|
sunpoet  |
Update devel/protobuf to 3.7.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 236157
Exp-run by: antoine |
07 Feb 2019 16:58:51
5.6.0

|
fernape  |
science/paraview: update to 5.6.0
* Delete a bunch of patches not needed anymore
* Complete USES with gl
No info for this release.
PR: 234896
Submitted by: devel@stasyan.com (maintainer) |
16 Jan 2019 11:13:45
5.5.1_8

|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
05 Jan 2019 22:46:54
5.5.1_7

|
sunpoet  |
Update science/hdf5 to 1.10.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes
PR: 233070
Submitted by: wen |
25 Dec 2018 20:25:40
5.5.1_6

|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
12 Dec 2018 01:35:36
5.5.1_6

|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
03 Dec 2018 19:41:33
5.5.1_5

|
sunpoet  |
Update devel/protobuf to 3.6.1
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
PR: 231008
Exp-run by: antoine |
01 Oct 2018 06:30:38
5.5.1_4

|
antoine  |
Cleanup plist |
28 Sep 2018 02:41:26
5.5.1_4

|
yuri  |
textproc/py-pygments and science/paraview conflict each other
Approved by: portmgr blanket |
11 Sep 2018 18:34:28
5.5.1_4

|
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
05 Sep 2018 22:05:23
5.5.1_3

|
sunpoet  |
Update science/hdf5 to 1.10.2
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes
https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt
PR: 231009
Exp-run by: antoine |
03 Sep 2018 07:55:06
5.5.1_2

|
jhale  |
Fix build with Qt 5.11
PR: 230884
Obtained from: upstream |
31 Jul 2018 18:41:30
5.5.1_2

|
zeising  |
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine |
20 Jul 2018 21:23:16
5.5.1_1

|
tcberner  |
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 |
28 Jun 2018 17:39:55
5.5.1

|
tcberner  |
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 |
27 Jun 2018 00:04:28
5.5.1

|
jwb  |
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 |
09 Jun 2018 08:03:55
5.5.0

|
yuri  |
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) |
28 May 2018 17:54:46
5.2.0_4

|
yuri  |
science/paraview: Fix build on FreeBSD-CURRENT
Add patches that fix null pointer representations in C++.
PR: 228569
Submitted by: devel@stasyan.com <maintainer> |
10 Mar 2018 17:46:06
5.2.0_4

|
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
13 Dec 2017 03:34:37
5.2.0_3

|
jwb  |
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 |
30 Nov 2017 15:50:34
5.2.0_2

|
mat  |
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 (Only the first 15 lines of the commit message are shown above ) |
22 Sep 2017 10:48:29
5.2.0_2

|
mat  |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
24 Aug 2017 09:13:09
5.2.0_2

|
araujo  |
Bump PORTREVISION to reflect print/gl2ps changes.
PR: ports/218399 (based on)
Submitted by: emaste |
25 Jun 2017 21:07:58
5.2.0_1

|
tcberner  |
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 |
30 May 2017 02:56:44
5.2.0_1

|
sunpoet  |
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 |
10 Jan 2017 10:59:01
5.2.0

|
wen  |
- Update to 5.2.0
PR: 214684
Submitted by: yuri@rawbw.com
Approved by: maintainer |
20 Apr 2016 20:42:40
4.3.1_2

|
sunpoet  |
- 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 |
01 Apr 2016 14:25:18
4.3.1_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
22 Jun 2015 18:33:22
4.3.1_1

|
antoine  |
Convert to USES=jpeg |
24 May 2015 08:10:29
4.3.1_1

|
sunpoet  |
- 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 |
10 Mar 2015 06:40:56
4.3.1

|
thierry  |
Upgrade Paraview to 4.3.1.
Submitted by: Stas Timokhin <devel (at) stasyan.com> |
21 Feb 2015 10:02:31
4.1.0_9

|
thierry  |
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> |
20 Feb 2015 18:01:11
4.1.0_8

|
marino  |
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); |
29 Jan 2015 21:52:23
4.1.0_8

|
thierry  |
Unbreak.
Submitted by: Stas Timokhin (maintainer) |
18 Jan 2015 10:39:51
4.1.0_8

|
sunpoet  |
- 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 |
25 Dec 2014 20:54:43
4.1.0_7

|
bapt  |
Bump portrevision after png update |
19 Dec 2014 18:56:17
4.1.0_6

|
antoine  |
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 |
20 Oct 2014 10:09:20
4.1.0_6

|
marino  |
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) |
07 Oct 2014 21:34:46
4.1.0_6

|
thierry  |
Force freetype's headers detection.
Submitted by: maintainer |
10 Sep 2014 20:50:37
4.1.0_5

|
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) |
01 Sep 2014 19:53:11
4.1.0_4

|
marino  |
science/paraview: alternative fix with USES+= execinfo instead
Also bump this port as the LIB_DEPENDS has changed
confirmed by: adamw |
01 Sep 2014 19:32:14
4.1.0_3

|
adamw  |
Add dependency on libexecinfo.
Untested because paraview takes hours and hours to build, but it's
currently failing on all platforms. |
22 Jun 2014 16:46:17
4.1.0_3

|
tijl  |
Bump PORTREVISION for jbigkit library version bump.
Approved by: portmgr (implicit) |
03 May 2014 00:55:30
4.1.0_2

|
sunpoet  |
- 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] |
16 Apr 2014 18:28:50
4.1.0_1

|
zeising  |
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 (Only the first 15 lines of the commit message are shown above ) |
31 Mar 2014 21:37:11
4.1.0

|
thierry  |
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 |
24 Dec 2013 21:22:22
3.10.1_1

|
kwm  |
Update freetype to 2.5.2.
Remove patch to add -I/usr/local/include in freetype-config --cflags. If
ports need extra headers they should look for them, and not get them via
a side-effect.
Freetype had a header resuffle in 2.5.1, patch ports to use the new header
style.
Thanks go to bdrewery for the two exp-runs and rakuco for helping me with
some troublesome cmake ports.
PR: ports/184587 |
02 Oct 2013 12:00:31
3.10.1_1

|
marino  |
science/paraview: add <unistd.h>, <cstddef>, other c++ fixes
The non-header fix addresses the error, "calls to overloaded operations cannot
appear in a constant-expression". The fix was suggested on various bug
trackers.
Approved by: portmgr (bapt, implicit) |
20 Sep 2013 22:48:31
3.10.1_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
science) |
14 Aug 2013 22:35:54
3.10.1_1

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
28 Apr 2013 22:08:22
3.10.1_1

|
bapt  |
Convert science to new options framework |
22 Mar 2013 20:06:15
3.10.1_1

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
14 Mar 2013 11:49:12
3.10.1_1

|
miwi  |
- Unbreak build with clang
PR: i176346
Submitted by: Anton Shterenlikht <mexas@bristol.ac.uk>
Approved by: maintainer timeout |
06 Jun 2012 06:44:38
3.10.1_1
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
01 Jun 2012 05:26:28
3.10.1_1
|
dinoex  |
- update png to 1.5.10 |
16 Aug 2011 21:55:45
3.10.1
|
zi  |
Update to 3.10.1
Fix PORTSDOC usage/functionality
PR: ports/159334
Submitted by: Stas Timokhin <devel@stasyan.com> (maintainer)
Approved by: wxs (mentor) |
10 Apr 2011 08:48:14
3.10.0
|
makc  |
CMAKE_BUILD_TYPE is set in bsd.cmake.mk now, remove it from Makefiles |
09 Apr 2011 16:01:01
3.10.0
|
makc  |
- 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) |
17 Dec 2010 15:42:57
3.8.1
|
avilla  |
- 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) |
05 Jun 2010 13:07:51
3.8.0
|
makc  |
Update to 3.8.0
PR: ports/147266
Submitted by: Stas Timokhin (maintainer) |
30 Mar 2010 04:48:54
3.6.2_1
|
dinoex  |
- fix build for png-1.4.1 |
28 Mar 2010 06:47:48
3.6.2_1
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
27 Feb 2010 09:17:24
3.6.2
|
makc  |
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 |
05 Feb 2010 11:46:55
3.6.1_1
|
dinoex  |
- update to jpeg-8 |
21 Dec 2009 02:19:12
3.6.1
|
dougb  |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
20 Dec 2009 13:39:22
3.6.1
|
pav  |
- Mark BROKEN on 6.x
Reported by: pointyhat |
08 Dec 2009 14:58:09
3.6.1
|
pav  |
- Update to 3.6.1
PR: ports/141243
Submitted by: Stas Timokhin <devel@stasyan.com> |
18 Jul 2009 11:11:29
2.4.4_6
|
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
24 Mar 2009 19:13:32
2.4.4_5
|
makc  |
bump PORTREVISION after cmake update |
23 Jan 2009 16:28:36
2.4.4_4
|
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). |
25 Jul 2008 12:24:09
2.4.4_3
|
pav  |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
27 May 2008 22:12:09
2.4.4_3
|
miwi  |
- 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) |
19 Apr 2008 17:56:05
2.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) |
18 Apr 2008 19:24:28
2.4.4_3
|
thierry  |
Fix references to -build directory in installed .cmake files. |
19 Mar 2008 07:44:40
2.4.4_2
|
chinsan  |
- 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> |
19 Mar 2008 03:50:11
2.4.4_1
|
chinsan  |
- Make BROKEN (fails to compile due to the newer hdf5 API incompatible). |
19 May 2007 20:32:57
2.4.4_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
12 Dec 2006 02:55:42
2.4.4
|
rafan  |
- Respect X11BASE in one more place
paraview has a ship-in TclTk, which also needs special care
Reported by: pointyhat |
01 Sep 2006 06:22:21
2.4.4
|
anholt  |
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 |
17 Aug 2006 12:38:09
2.4.3
|
kris  |
Now builds |
16 May 2006 20:58:55
2.4.3
|
anholt  |
Mark broken again after a cmake upgrade. Sigh.
Reported by: krismail |
24 Apr 2006 05:26:51
2.4.3
|
anholt  |
Update paraview to 2.4.3, fix build with new cmake (I think), and replace
several libraries built inside of VTK with system versions. |
22 Apr 2006 22:01:31
2.4.2 
|
kris  |
BROKEN: Does not build |
11 Feb 2006 22:04:23
2.4.2 
|
anholt  |
Remove empty patch file.
Reported by: thierry |
21 Jan 2006 06:58:47
2.4.2 
|
anholt  |
[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 |
23 Dec 2005 09:50:39
2.4.1 
|
anholt  |
Update to 2.4.1. |