1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
Alexey Dokuchaev
76ed37a4b0 Update `graphics/embree' to version 2.17.6.
Discovered via:	repology.org
2018-11-20 07:15:29 +00:00
Koop Mast
289883b11b Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
  that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.

Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.

Chase these changes in all the ports that using IM6.

PR:		225102 (based on, only the version update) [1]
Submitted by:	Pascal Christen <pascal.christen@hostpoint.ch>
2018-11-10 19:57:07 +00:00
Niclas Zeising
0fae2e9e0e 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
2018-09-11 18:34:27 +00:00
Mathieu Arnold
e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00
Alexey Dokuchaev
3a2f8b9393 Update `graphics/embree' to version 2.17.5:
- Improved watertightness of robust mode
  - Fixed floating point exception in static variable initialization
  - Fixed AVX512 compile issue with GCC 6.1.1
2018-08-05 16:40:25 +00:00
Alexey Dokuchaev
41ed1e7415 Update `graphics/embree' to version 2.17.3.
Reported by:	portscout
2018-03-01 03:40:12 +00:00
Alexey Dokuchaev
fde4d555a5 - Belatedly update `graphics/embree' to the latest version, 2.17.1
- Add ISPC option and enable it by default (this pulls rather heavy
  `devel/llvm50' via BUILD_DEPENDS and normally would not be enabled
  by default, but since Embree is most likely to be used in graphics
  applications, it is safe to assume that users already have LLVM 5
  installed because X.org/Mesa stack unconditionally requires it)
- OpenEXR support was removed upstream since version 2.13.0 back in
  November 11, 2016: https://github.com/embree/embree/commit/483491e
  (as usual, unfortunately, no explanation was provided in the log)
- Remove CXXFLAGS+=-msse2 required for i386 earlier, not needed now
- Add missing USE_GL, USE_XORG components as prompted by `stage-qa'

PR:	214577, 224066

Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1510648523 which corresponds to commit 90e49f2 tagged
as this release.
2017-12-29 16:46:46 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Alexey Dokuchaev
20d2527ed8 Update to version 2.12.0 which contains a number of improvements and fixes,
including large memory consumption fix (issue was introduced in v2.11.0).
If you use v2.11.0 please upgrade to v2.12.0 at your earliest convenience.
While here, pacify portlint(1).

Reported by:	portscout

Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1476794305 which corresponds to commit 39d72c4 tagged
as this release.
2016-11-14 07:48:32 +00:00
Alexey Dokuchaev
5f938536c2 - Update `graphics/embree' to version 2.11.0
- GC patches (all of them got integrated upstream)
- Rename IMAGE_MAGICK option to a standard IMAGEMAGICK, but keep custom
  description which is more specific and follows internal one

Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1472729819 which corresponds to commit aa318b0 tagged
as this release.
2016-10-17 10:38:50 +00:00
Alexey Dokuchaev
8dac5cecaa Fix installed header by replacing vendor-specific (mainly MSVC) keyword
`__forceinline' with `inline __attribute__((always_inline))', which is
how upstream originally defines it in order to be understood by both
Clang and GCC, and don't force CHOSEN_COMPILER_TYPE as it is not needed
anymore.  Bump port revision.
2016-06-01 14:16:13 +00:00
Alexey Dokuchaev
e0daea23e8 Disable some overloaded math functions for libc++ 3.8.0 and higher, and thus
unbreak the build.

This is because this port defines its own versions of a number of <cmath>
functions, which cause the ambiguity.  These functions are only declared in
<cmath> for libc++ 3.8.0 and later, so fix it by disabling the custom
functions for those versions of libc++.

PR:		209652
Submitted by:	dim
2016-05-29 15:02:03 +00:00
Alexey Dokuchaev
3848c3ec7f - Update to version 2.10.0
- Remove `compiler:c++11-lang' from USES, it is not needed (the port does
  not build on 9.x with any of c++11-lang/c++11-lib/USE_GCC=yes anyways)
- Make image format support in helper programs optional (and off by default)
2016-05-27 05:41:27 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Alexey Dokuchaev
b7afb7abb9 - Unbreak the build on i386 [1] and respect CXXFLAGS [2]
- Convert REINPLACE_CMD's that no longer could remain trivial due to [2]
  to regular patch files
- Mute numerous warnings of `__aligned()' macro being redefined as they
  severely clutter build logs
- Restrict to Intel CPUs due to heavy use of their SIMD instructions

Reported by:	pkg-fallout [1]
2015-10-19 08:18:41 +00:00
Alexey Dokuchaev
be0628b38e Install unversioned shared library symlink. 2015-10-12 09:04:20 +00:00
Alexey Dokuchaev
4b03a46bda Add a port of Embree, is a collection of high-performance ray tracing
kernels developed at Intel.

WWW: https://embree.github.io/
2015-10-11 21:17:06 +00:00