non port: graphics/opencolorio/Makefile |
SVNWeb
|
Number of commits found: 59 |
Tue, 19 Sep 2023
|
[ 13:16 Adriaan de Groot (adridg) ] 2fb0e94
graphics/opencolorio: &others, bump PORTREVISION
Bump PORTREVISION to force a rebuild so that they pick up
the fixed CMake find_package(ZLIB) which is needed on 14-
PR: 273915
Reported by: Rolf Halme
|
Sun, 10 Sep 2023
|
[ 11:44 Matthias Andree (mandree) ] 1b44533 (Only the first 10 of 46 ports in this commit are shown above. )
*: Bump PORTREVISION for OpenEXR users
Because OpenEXR's SONAME has changed with the 3.2.0 update.
New SONAME: libOpenEXR-3_2.so.31
|
Fri, 28 Jul 2023
|
[ 12:17 Loïc Bartoletti (lbartoletti) ] 1da82e8
graphics/opencollorio: Uses minizip:ng
Remove LIB_DEPENDS to USES=minizip:ng
|
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
|
Fri, 2 Jun 2023
|
[ 21:40 Matthias Andree (mandree) ] a5fbd2f (Only the first 10 of 49 ports in this commit are shown above. )
*: bump PORTREVISION of Imath users
...because math/Imath 3.1.9 reset the major version of
libImath to 29 from 31. See math/Imath 3.1.9 for details.
|
Sun, 28 May 2023
|
[ 18:39 Matthias Andree (mandree) ] e434b50 (Only the first 10 of 42 ports in this commit are shown above. )
*: Bump revision of ports using math/Imath
...after its major revision update.
|
Thu, 27 Apr 2023
|
[ 19:05 Dima Panov (fluffy) ] 4d5c66e
graphics/opencolorio: update to 2.2.1 release (+)
Changelog: https://github.com/AcademySoftwareFoundation/OpenColorIO/releases/tag/v2.2.1
Approved by: maintainer (implicit)
|
Mon, 17 Apr 2023
|
[ 18:25 Muhammad Moinur Rahman (bofh) ] d532b88
graphics/opencolorio: Fix BUILD
After textproc/py-sphinx_press_theme was updated it merged some of it's
html and css stuffs in other files and removes two other files that were
generated in the build of opencolorio. This patch fixes the build. Also
bump so that the package is newly built with the latest
textproc/py-sphinx_press_theme.
Reported by: antoine
|
Sat, 4 Mar 2023
|
[ 10:41 Matthias Andree (mandree) ] 5327591 (Only the first 10 of 50 ports in this commit are shown above. )
*: Bump PORTREVISION of math/Imath users
|
Sun, 19 Feb 2023
|
[ 11:01 Robert Clausecker (fuz) Author: Shane ] b08b538
graphics/opencolorio: update to 2.1.3
- pkg-plist adjustment for new sphinx version
- remove DOCS from OPTIONS_DEFAULT as it is implied
Changelog:
https://github.com/AcademySoftwareFoundation/OpenColorIO/releases/tag/v2.1.3
PR: 269186
Reported by: Robert Cina <transitive@gmail.com>
Approved by: flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38633
|
Wed, 1 Feb 2023
|
[ 12:10 Dima Panov (fluffy) ] fafa046
graphics/opencolorio: regen DOCS plist to fix packaging (+)
Approved by: portmgr blanket
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Fri, 2 Sep 2022
|
[ 07:12 Tobias C. Berner (tcberner) ] a49cb0f (Only the first 10 of 38 ports in this commit are shown above. )
graphics/opencv: bump consumers after e21578d954550998435c5d6d532e2d5a67398bfe
This was missed in the upgrade of graphics/opencv.
Reported by: VVD
|
Thu, 16 Jun 2022
|
[ 22:51 Dima Panov (fluffy) ] 38cc58e
graphics/opencolorio: updfate to 2.1.2 release (+)
Changelog: https://github.com/AcademySoftwareFoundation/OpenColorIO/releases/tag/v2.1.2
Approved by: maintainer (implicit)
|
Tue, 1 Feb 2022
|
[ 17:04 Dima Panov (fluffy) ] 63fb725 (Only the first 10 of 17 ports in this commit are shown above. )
graphics/opencolorio: update to 2.1.1 release (+)
Split docs into separate plist so they can be used for this as well as python
ports.
Docs need to be enabled to get python docstrings
PR: 253491
Sponsored by: Netzkommune GmbH.
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Mon, 28 Dec 2020
|
[ 23:02 antoine ] (Only the first 10 of 1942 ports in this commit are shown above. )
Drop python 2.7 support from a few ports
With hat: portmgr
|
Sun, 27 Sep 2020
|
[ 13:40 swills ]
graphics/opencolorio: remove python 2.7 usage
PR: 249534
Submitted by: Shane Ambler <FreeBSD@Shaneware.biz> (maintainer)
|
Wed, 1 Jul 2020
|
[ 13:45 lwhsu ]
Don't force python 2.7 build dependencies when building without DOCS option
PR: 246875
Submitted by: VVD <vvd@unislabs.com>
Approved by: Shane <FreeBSD@ShaneWare.Biz> (maintainer)
|
Tue, 5 Nov 2019
|
[ 22:16 zeising ] (Only the first 10 of 474 ports in this commit are shown above. )
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Thu, 23 May 2019
|
[ 22:50 swills ]
graphics/opencolorio: update to 1.1.1
PR: 237944
Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer)
|
Tue, 30 Apr 2019
|
[ 14:24 pkubaj ]
graphics/opencolorio: fix build with GCC-based architectures
Add -Wno-unused-function -Wno-error to CXXFLAGS when using GCC.
While here, add USES=localbase:ldflags.
PR: 233888
Approved by: FreeBSD@ShaneWare.Biz (maintainer), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20089
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
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
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Sat, 8 Dec 2018
|
[ 12:57 pi ] (Only the first 10 of 15 ports in this commit are shown above. )
graphics/opencolorio: update 1.0.9 -> 1.1.0
PR: 225941
Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer)
Relnotes: http://opencolorio.org/ChangeLog.html
|
Sun, 2 Dec 2018
|
[ 03:09 linimon ]
Since this port links to libraries compiled with GCC7 on GCC-based
architectures, add USES=compiler:c++11-lang to fix linking.
PR: 233671
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket)
|
Mon, 16 Jul 2018
|
[ 11:12 swills ]
graphics/opencolorio: remove BROKEN
PR: 229728
Submitted by: Greg V <greg@unrelenting.technology>
Approved by: Shane <FreeBSD@ShaneWare.Biz> (maintainer
|
Mon, 19 Feb 2018
|
[ 11:10 antoine ] (Only the first 10 of 442 ports in this commit are shown above. )
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
|
Mon, 1 Jan 2018
|
[ 18:10 pi ]
graphics/opencolorio: update to a newer github commit
- Add support for FLAVORS.
- Update to commit 67e455b97e - this includes six of our patch files.
Remove patches as per above
- Add indirect dependancies
PR: 224380
Submitted by: FreeBSD@ShaneWare.Biz (maintainer)
Changes: https://github.com/imageworks/OpenColorIO/commits/master
|
Thu, 30 Nov 2017
|
[ 15:50 mat ] (Only the first 10 of 2423 ports in this commit are shown above. )
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 )
|
[ 06:13 linimon ] (Only the first 10 of 189 ports in this commit are shown above. )
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run
|
Sat, 18 Nov 2017
|
[ 19:32 zeising ] (Only the first 10 of 65 ports in this commit are shown above. )
Bump portrevision to chase graphics/glew shard library version update.
PR: 223370
Submitted by: zeising
exp-run by: antoine
Approved by: antoine
|
Sat, 9 Sep 2017
|
[ 19:39 jbeich ]
graphics/openimageio: update to 1.7.17
Changes: https://github.com/OpenImageIO/oiio/blob/Release-1.7.17/CHANGES.md
PR: 222132
Submitted by: Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer)
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Sun, 30 Apr 2017
|
[ 00:44 linimon ]
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket)
|
Wed, 16 Nov 2016
|
[ 00:33 linimon ]
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Thu, 21 Apr 2016
|
[ 16:43 swills ] (Only the first 10 of 419 ports in this commit are shown above. )
many ports: mark broken on powerpc64
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 13 Feb 2016
|
[ 21:58 pi ] (Only the first 10 of 24 ports in this commit are shown above. )
graphics/opencolorio: 1.0.8 -> 1.0.9
- Updating to a557a85454 on the master branch.
This is the 1.0.9 release plus some fixes needed to resolve
some build issues.
- Updating slave port graphics/opencolorio-tools
- Adding new slave port graphics/py-opencolorio to allow concurrent
python module installs. Python 2.7 and 3.3+ is supported. py3.2 fails
- graphics/opencolorio uses python2 to generate documentation, using
python3 fails to find the python module in the build dir, as this
only relates to generating the docs we can limit the master port
to py2.7 while there is no issue with py-opencolorio using python
2.7 or 3.3+
PR: 202577
Submitted by: FreeBSD@ShaneWare.Biz (maintainer)
|
Thu, 7 May 2015
|
[ 15:17 mat ] (Only the first 10 of 60 ports in this commit are shown above. )
Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 21 Oct 2014
|
[ 16:36 mva ] (Only the first 10 of 61 ports in this commit are shown above. )
- Convert ports of graphics/ to new USES=python
Approved by: portmgr (implicit)
|
Mon, 20 Oct 2014
|
[ 09:34 marino ] (Only the first 10 of 11 ports in this commit are shown above. )
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)
|
Fri, 12 Sep 2014
|
[ 18:09 adamw ]
Fix opencolorio-tools build. Now that opencolorio has a post-patch,
opencolorio-tools can't have one.
opencolorio-tools fails stage-qa, though, due to some stray files
in STAGEDIR that are probably simplest to just list as @comment inside
pkg-plist-tools:
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: include/OpenColorIO/OpenColorABI.h
Error: Orphaned: include/OpenColorIO/OpenColorIO.h
Error: Orphaned: include/OpenColorIO/OpenColorTransforms.h
Error: Orphaned: include/OpenColorIO/OpenColorTypes.h
Error: Orphaned: libdata/pkgconfig/OpenColorIO.pc
|
Thu, 11 Sep 2014
|
[ 17:51 amdmi3 ]
- Switch graphics/opencolorio and chinese/librime to yaml-cpp03, as they are
incompatible with newer version
PR: 192330
|
Wed, 6 Aug 2014
|
[ 21:30 marino ]
graphics/opencolorio: change BSD license => BSD3CLAUSE
PR: 192438
Submitted by: maintainer: Shane Ambler
|
Mon, 13 Jan 2014
|
[ 21:00 rene ] (Only the first 10 of 702 ports in this commit are shown above. )
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
Sun, 15 Dec 2013
|
[ 15:22 mva ]
- Depend explicitly on lang/python
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
|
Mon, 9 Dec 2013
|
[ 16:07 danilo ]
- Update from 1.2.3 to 1.3.9
PR: ports/184609
Submitted by: Shane Ambler <FreeBSD@Shaneware.biz> (maintainer)
|
Tue, 26 Nov 2013
|
[ 17:39 mva ]
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Approved by: Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer)
|
Thu, 24 Oct 2013
|
[ 08:14 tijl ]
Add back DOCS option accidentally removed in previous commit.
|
Wed, 23 Oct 2013
|
[ 19:11 tijl ]
Move more bits from opencolorio-tools to opencolorio.
Submitted by: Shane Ambler <FreeBSD@Shaneware.biz> (maintainer)
|
[ 18:50 tijl ]
- Fix build with libc++.
- Support staging.
- Rearrange bits between opencolorio and opencolorio-tools.
PR: ports/182220
Approved by: Shane Ambler <FreeBSD@ShaneWare.Biz> (maintainer)
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Fri, 22 Mar 2013
|
[ 20:06 makc ] (Only the first 10 of 464 ports in this commit are shown above. )
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi)
|
Tue, 19 Feb 2013
|
[ 13:55 miwi ]
- Update to 1.0.8
PR: 176239
Submitted by: Shane Ambler <FreeBSD@Shaneware.biz> (maintainer
|
Thu, 20 Dec 2012
|
[ 10:36 mva ] (Only the first 10 of 16 ports in this commit are shown above. )
- Split graphics/opencolorio into tools and library port
- Remove explicit gcc46 dependency
PR: ports/171884 ports/172454
Submitted by: Shane Ambler <FreeBSD@Shaneware.biz> (maintainer)
|
Wed, 19 Sep 2012
|
[ 15:20 pawel ] (Only the first 10 of 11 ports in this commit are shown above. )
OpenColorIO (OCIO) is a complete color management solution geared
towards motion picture production with an emphasis on visual effects
and computer animation.
WWW: http://www.opencolorio.org
PR: ports/171667
Submitted by: FreeBSD@Shaneware.biz
|
Number of commits found: 59 |