Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Oct 2021 19:44:42 4.1.8.3_7
|
Baptiste Daroussin (bapt)  |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
13 Sep 2021 13:19:09 4.1.8.3_7
|
Mikael Urankar (mikael)  |
graphics/lightzone: Mark this port broken on aarch64
Approved by: portmgr (blanket) |
06 Apr 2021 14:31:07 4.1.8.3_7
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
08 Mar 2020 21:56:37
4.1.8.3_7
|
jbeich  |
Drop dependency on devel/openmp
- Drop if devel/llvm* was used as a substitute
Approved by: yuri, rene (earlier version)
Differential Revision: https://reviews.freebsd.org/D23020 |
26 Nov 2019 21:46:13
4.1.8.3_6
|
jkim  |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
08 Nov 2019 14:36:06
4.1.8.3_6
|
tobik  |
graphics: Add missing USES={gl,gnome,sdl} |
05 Nov 2019 22:16:15
4.1.8.3_6
|
zeising  |
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. |
21 Sep 2019 18:59:57
4.1.8.3_6
|
jbeich  |
devel/openmp: update to 9.0.0
- Connect tests to the framework to help QA remaining patches
- Force rebuild all consumers after https://reviews.llvm.org/D59783
Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log
ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/ |
26 Jul 2019 20:46:57
4.1.8.3_5
|
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 |
03 Jul 2019 10:44:40
4.1.8.3_4
|
tobik  |
graphics/lightzone: Fix build with GCC 9
- Apply upstream commit 376ec67ddfb1 to update bundled dcraw to 9.28
[...]
[exec] -----> Entering dcraw
[exec] gcc9 -c -g -march=pentium4 -mtune=generic -march=pentium4 -msse2
-mfpmath=sse -fPIC -O3 -fno-trapping-math -fomit-frame-pointer -fopenmp
-Wno-unused-result -DNODEPS -DLIGHTZONE -Dfgetc=getc_unlocked dcraw_lz.c
[exec] dcraw_lz.c: In function 'vng_interpolate':
[exec] dcraw_lz.c:4543:10: warning: assignment to 'short unsigned int (*)[4]'
from incompatible pointer type 'short unsigned int *'
[-Wincompatible-pointer-types]
[exec] 4543 | rowtmp = (ushort*)malloc(4 * width * 4 * sizeof(ushort));
[exec] | ^
[exec] dcraw_lz.c: In function 'wavelet_denoise':
[exec] dcraw_lz.c:4170:32: error: 'noise' not specified in enclosing 'parallel'
[exec] 4170 | thold = threshold * noise[lev];
[exec] | ~~~~~^~~~~ (Only the first 15 lines of the commit message are shown above ) |
08 May 2019 16:05:53
4.1.8.3_3
|
jbeich  |
devel/openmp: phase out
- Expire after the last version without /usr/lib/libomp.so
- Drop SOVERSION for seamless transition (i.e., avoid conditionals)
PR: 236907
Approved by: bapt (maintainer)
Differential Revision: https://reviews.freebsd.org/D19767 |
12 Dec 2018 01:35:36
4.1.8.3_2
|
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 |
29 Jul 2018 22:18:46
4.1.8.3_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
14 Apr 2018 18:45:17
4.1.8.3
|
yuri  |
graphics/lightzone: Update 4.1.7 -> 4.1.8-3 |
10 Mar 2018 17:46:06
4.1.7_4
|
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
25 Feb 2018 00:40:37
4.1.7_3
|
yuri  |
Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.
Approved by: tcberner (mentor, implicit) |
30 Nov 2017 06:13:35
4.1.7_3 
|
linimon  |
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 |
10 Sep 2017 20:55:39
4.1.7_3
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
26 May 2017 20:02:44
4.1.7_2
|
linimon  |
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
01 Apr 2017 15:23:32
4.1.7_2
|
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 |
20 Nov 2016 09:38:09
4.1.7_1
|
gerald  |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
02 Oct 2016 11:08:59
4.1.7
|
pawel  |
Update to version 4.1.7
PR: 213069
Submitted by: maintainer |
05 Jul 2016 19:34:01
4.1.6
|
amdmi3  |
- Update to 4.1.6
- While here, add LICENSE_FILE
PR: 210677
Submitted by: yuri@rawbw.com (maintainer) |
01 Apr 2016 14:00:57
4.1.5_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
22 Jan 2016 09:53:02
4.1.5_1
|
lme  |
- Add a runtime dependecy on java/javahelp
- Bump PORTREVISION
Approved by: portmgr blanket (implicit)
MFH: 2016Q1 |
12 Jan 2016 10:03:40
4.1.5
|
miwi  |
- Update to 4.1.5
PR: 206142
Submitted by: maintainer |
13 Dec 2015 18:35:57
4.1.4
|
riggs  |
Update to upstream version 4.1.4
PR: 205121
Submitted by: yuri@rawbw.com (maintainer) |
17 Nov 2015 14:28:21
4.1.3
|
amdmi3  |
- Update to 4.1.3
PR: 204317
Submitted by: yuri@rawbw.com |
18 Sep 2015 21:03:25
4.1.2
|
cs  |
Update to 4.1.2
PR: 203034
Submitted by: yuri@rawbw.com (maintainer)
MFH: 2015Q3
Security: Fixes 57325ecf-facc-11e4-968f-b888e347c638 |
25 Jun 2015 16:49:13
4.1.1_1 
|
antoine  |
Convert to USES=jpeg |
24 Jun 2015 14:52:24
4.1.1_1 
|
vanilla  |
1: remove MASTER_SITES.
2: rename DATADIR to LIBDIR.
Submitted by: mat@ |
24 Jun 2015 13:55:11
4.1.1 
|
vanilla  |
Add lightzone , professional-level digital darkroom and photo editor.
PR: 201070
Submitted by: Yuri Victorovich <yuri@rawbw.com> |