Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
12 Aug 2017 10:23:06
5.0.1_1

|
mandree  |
Replace obsolete graphics/rawtherapee-devel by graphics/rawtherapee. |
12 Aug 2017 10:20:52
5.0.1_1

|
mandree  |
IGNORE this port |
03 May 2017 05:52:55
5.0.1_1

|
linimon  |
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
02 Apr 2017 21:20:55
5.0.1_1

|
gerald  |
Now that GCC 5 is the default version in the Ports Collection, remove
a workaround that explicitly requests that version from the rawtherapee
and rawtherapee-devel ports.
Approved by: mandree (maintainer) |
01 Apr 2017 15:23:32
5.0.1_1

|
gerald  |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
05 Feb 2017 23:44:19
5.0.1

|
mandree  |
Fix up PORTVERSION/DISTNAME. |
03 Feb 2017 00:42:47
5.0

|
mandree  |
Update to upstream bugfix revision #1.
Changelog: <http://rawtherapee.com/blog/rawtherapee-5.0-revision-1-released> |
29 Jan 2017 19:22:47
5.0

|
marino  |
graphics/rawtherapee(-devel): Fix OSVERSION, use with OPSYS
The OSVERSION for FreeBSD 10.3 is 1003000, not 1030000. The last commit
blocked FreeBSD 10.3 too. OSVERSION is also supposed to be used in
conjunction with OPSYS.
Approved by: just-fix-it |
29 Jan 2017 17:34:53
5.0

|
mandree  |
Block esoteric systems.
In particular, only support amd64 for FreeBSD 12+ (-CURRENT),
Nail the coffin of EOL distros: IGNORE builds before 10.3-RELEASE,
and force -mstackrealign on i386 gcc to put an end to i386
instabilities. (for some reason, FreeBSD 12-CURRENT chooses GCC rather
than base clang, and then breaks the stack alignment for SSE2 again,
causing SIGBUS[1].)
[1]
http://beefy11.nyi.freebsd.org/data/head-i386-default/p432608_s312909/logs/rawtherapee-devel-5.0.log
Reported by: pkg-fallout@ [1] |
28 Jan 2017 18:22:31
5.0

|
mandree  |
Fix i386 SSE2 crashes (use clang), and clean up a bit.
GCC 5.4 also does not get the stack properly aligned in i386 for SSE2
and causes SIGBUS on startup when trying to access an 8-byte aligned
double[8] array with SIMD instructions.[1] One workaround would be to use
-mstackrealign, the other is to use clang - we don't get OpenMP on i386
anyhow.
Move DISTVERSIONSUFFIX up to appease portlint.
Drop -fexpensive-optimizations, clang does not support it, and gcc 5.4
includes it in -O2 and -O3.
Note that the upstream discourages the use of 32-bit architectures for
rawtherapee.
Reported by: pkg-fallout@ [1] |
28 Jan 2017 00:49:11
5.0

|
mandree  |
Move forward to 5.0-gtk3 release.
If nothing serious crops up, this gets MFH'd to branches/2017Q1/ and
also moved to graphics/rawtherapee in head/.
This forward ports lots of the cleanups made to graphics/rawtherapee,
and consistently uses GCC 5+ (currently 5.4.0) everywhere.
Requires jumping through some hoops with the currents ports rig because
USES=compiler:gcc-c++11-lib will happyily trample our USE_GCC to =yes,
so we need to set USE_GCC late.
Changes: <http://rawtherapee.com/blog/rawtherapee-5-released> |
05 Jan 2017 04:23:05
4.2.99.git000_2

|
mandree  |
Code generation improvements.
On i386, use SSE2 instead of only SSE [1] when compiler optimizations
are requested (RT code uses mostly SSE2 for SIMD).
Add a patch to re-enable nested OpenMP constructs with clang [1].
Use devel/openmp for libomp.
Use clang 3.9 to compile (not 3.7).
Reported by: Ingo Weyrich [1] |
03 Jan 2017 14:16:07
4.2.99.git000_1

|
mandree  |
Fix typos in material copied from darktable. |
03 Jan 2017 13:50:15
4.2.99.git000_1

|
mandree  |
Really enable OpenMP. Bump PORTREVISION. |
03 Jan 2017 13:49:52
4.2.99.git000

|
mandree  |
Fix compilation on FreeBSD 11+. |
03 Jan 2017 13:20:10
4.2.99.git000

|
mandree  |
Update with make makepatch. |
30 Dec 2016 19:40:30
4.2.99.git000

|
antoine  |
- Unbreak INDEX with fmake
- Fix PKGBASE collision with graphics/rawtherapee |
30 Dec 2016 19:02:35
4.2.99.git000

|
mandree  |
Add a developer snapshot of the RawTherapee software. |