Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.1.8.3_13 18 Aug 2024 10:33:11 |
Yuri Victorovich (yuri) |
graphics/lightzone: Force-link to the default GCC libs
Current default is GCC13, but it was linking to
/usr/local/lib/gcc12/libstdc++.so.6 when GCC12 was also installed.
PR: 279723 |
4.1.8.3_12 27 Apr 2024 12:44:59 |
Tijl Coosemans (tijl) |
graphics/tiff: Update to 4.6.0
PR: 278577
Exp-run by: antoine |
4.1.8.3_11 25 Mar 2024 10:51:00 |
Rene Ladan (rene) |
graphics/lightzone: switch to www/tidy-html5 |
4.1.8.3_10 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
4.1.8.3_9 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.1.8.3_8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
4.1.8.3_8 13 Aug 2022 18:51:14 |
Matthias Andree (mandree) |
*: bump PORTREVISION of all devel/xxhash users...
...except archivers/py-borgbackup, which requires a more complete fix. |
4.1.8.3_7 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
4.1.8.3_7 10 Oct 2021 19:44:42 |
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) |
4.1.8.3_7 13 Sep 2021 13:19:09 |
Mikael Urankar (mikael) |
graphics/lightzone: Mark this port broken on aarch64
Approved by: portmgr (blanket) |
4.1.8.3_7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.1.8.3_7 08 Mar 2020 21:56:37 |
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 |
4.1.8.3_6 26 Nov 2019 21:46:13 |
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 |
4.1.8.3_6 08 Nov 2019 14:36:06 |
tobik |
graphics: Add missing USES={gl,gnome,sdl} |
4.1.8.3_6 05 Nov 2019 22:16:15 |
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. |
4.1.8.3_6 21 Sep 2019 18:59:57 |
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/ |
4.1.8.3_5 26 Jul 2019 20:46:57 |
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 |
4.1.8.3_4 03 Jul 2019 10:44:40 |
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 ) |
4.1.8.3_3 08 May 2019 16:05:53 |
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 |
4.1.8.3_2 12 Dec 2018 01:35:36 |
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 |
4.1.8.3_1 29 Jul 2018 22:18:46 |
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 |
4.1.8.3 14 Apr 2018 18:45:17 |
yuri |
graphics/lightzone: Update 4.1.7 -> 4.1.8-3 |
4.1.7_4 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
4.1.7_3 25 Feb 2018 00:40:37 |
yuri |
Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.
Approved by: tcberner (mentor, implicit) |
4.1.7_3 30 Nov 2017 06:13:35 |
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 |
4.1.7_3 10 Sep 2017 20:55:39 |
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 |
4.1.7_2 26 May 2017 20:02:44 |
linimon |
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
4.1.7_2 01 Apr 2017 15:23:32 |
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 |
4.1.7_1 20 Nov 2016 09:38:09 |
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. |
4.1.7 02 Oct 2016 11:08:59 |
pawel |
Update to version 4.1.7
PR: 213069
Submitted by: maintainer |
4.1.6 05 Jul 2016 19:34:01 |
amdmi3 |
- Update to 4.1.6
- While here, add LICENSE_FILE
PR: 210677
Submitted by: yuri@rawbw.com (maintainer) |
4.1.5_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
4.1.5_1 22 Jan 2016 09:53:02 |
lme |
- Add a runtime dependecy on java/javahelp
- Bump PORTREVISION
Approved by: portmgr blanket (implicit)
MFH: 2016Q1 |
4.1.5 12 Jan 2016 10:03:40 |
miwi |
- Update to 4.1.5
PR: 206142
Submitted by: maintainer |
4.1.4 13 Dec 2015 18:35:57 |
riggs |
Update to upstream version 4.1.4
PR: 205121
Submitted by: yuri@rawbw.com (maintainer) |
4.1.3 17 Nov 2015 14:28:21 |
amdmi3 |
- Update to 4.1.3
PR: 204317
Submitted by: yuri@rawbw.com |
4.1.2 18 Sep 2015 21:03:25 |
cs |
Update to 4.1.2
PR: 203034
Submitted by: yuri@rawbw.com (maintainer)
MFH: 2015Q3
Security: Fixes 57325ecf-facc-11e4-968f-b888e347c638 |
4.1.1_1 25 Jun 2015 16:49:13 |
antoine |
Convert to USES=jpeg |
4.1.1_1 24 Jun 2015 14:52:24 |
vanilla |
1: remove MASTER_SITES.
2: rename DATADIR to LIBDIR.
Submitted by: mat@ |
4.1.1 24 Jun 2015 13:55:11 |
vanilla |
Add lightzone , professional-level digital darkroom and photo editor.
PR: 201070
Submitted by: Yuri Victorovich <yuri@rawbw.com> |