Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.6.9_1 14 Feb 2025 23:12:32
    |
Daniel Engberg (diizzy)  |
*/*: Bump consumers of devel/icu
...to avoid library mismatches |
3.6.9 26 Jan 2025 07:07:15
    |
Yuri Victorovich (yuri)  |
graphics/dcmtk: update 3.6.8 → 3.6.9 |
3.6.8_1 09 Oct 2024 19:43:25
    |
Daniel Engberg (diizzy)  |
graphics/dcmtk: Link with shared version of libtiff and add USES= pathfix
Port defines (lib)tiff as dependency using the shared library and also
refers to it in .pc file as a shared however dcmimage/libsrc compiles
using the static library. Adjust upstream code to link with the
shared library instead. While at it add USES= pathfix to fix warning
about location of installed .pc file.
PR: 281640
Reviewed by: yuri |
3.6.8 16 Aug 2024 15:37:03
    |
Dimitry Andric (dim)  |
graphics/dcmtk: fix build with clang 19
Clang 19 now diagnoses incorrect member accesses, which causes
graphics/dcmtk to fail with a errors similar to:
/wrkdirs/usr/ports/graphics/dcmtk/work/dcmtk-DCMTK-3.6.8/ofstd/include/dcmtk/ofstd/ofutil.h:79:18:
error: no member named 'pt' in 'OFrvalue_storage<T, >'
79 | : t( rhs.pt ) {}
| ~~~ ^
Upstream dcmtk fixed this by changing the affected copy constructor in
https://github.com/DCMTK/dcmtk/commit/c29bebcd1, so pull this in as a
patch and apply it.
PR: 280865
Approved by: yuri (maintainer)
MFH: 2024Q3 |
3.6.8 24 Jun 2024 07:49:03
    |
Yuri Victorovich (yuri)  |
graphics/dcmtk: Add PORTSCOUT line |
3.6.8 06 May 2024 06:12:53
    |
Yuri Victorovich (yuri)  |
graphics/dcmtk: update 3.6.7 → 3.6.8
Reported by: portscout |
3.6.7_5 27 Apr 2024 12:44:59
    |
Tijl Coosemans (tijl)  |
graphics/tiff: Update to 4.6.0
PR: 278577
Exp-run by: antoine |
3.6.7_4 29 Jan 2024 15:35:24
    |
Yuri Victorovich (yuri)  |
graphics/dcmtk: Not broken on aarch64
PR: 264408 |
3.6.7_4 17 Nov 2023 11:46:00
    |
Jan Beich (jbeich)  |
devel/icu: update to 74.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by: GitHub (watch releases)
PR: 274317
Exp-run by: antoine (incomplete)
Approved by: fluffy |
3.6.7_3 28 Jul 2023 17:13:17
    |
Daniel Engberg (diizzy)  |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
3.6.7_2 13 Apr 2023 00:56:37
    |
Jan Beich (jbeich)  |
devel/icu: update to 73.1
- Temporarily switch to GitHub auto archive (release artifacts are N/A atm)
Changes: https://github.com/unicode-org/icu/releases/tag/release-73-1
Reported by: GitHub (watch releases)
PR: 270422
Exp-run by: antoine |
3.6.7_1 19 Oct 2022 08:10:29
    |
Jan Beich (jbeich)  |
devel/icu: update to 72.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by: GitHub (watch releases)
PR: 266582
Exp-run by: antoine |
3.6.7 12 Oct 2022 10:15:38
    |
Piotr Kubaj (pkubaj)  |
graphics/dcmtk: use LLVM 15 on powerpc* when 14 is in the system
LLVM 14 crashes:
Assertion failed: (all_of(I->users(), [&InsertedSet](Value *U) { return
InsertedSet.contains(cast<Instruction>(U)); }) && "removed instruction should
only be used by instructions inserted " "during expansion"), function cleanup,
file
/usr/local/poudriere/jails/powerpc64-140/usr/src/contrib/llvm-project/llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp,
line 2798. |
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) |
3.6.7 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 ) |
3.6.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 ) |
3.6.7 02 Jun 2022 06:54:44
    |
Yuri Victorovich (yuri)  |
graphics/dcmtk: Broken on aarch64
Reported by: fallout |
3.6.7 17 May 2022 05:20:55
    |
Yuri Victorovich (yuri)  |
graphics/dcmtk: Fix plist
New version of cmake has different default for the manpage location.
PR: 264035
Reported by: VVD <vvd@unislabs.com> |
3.6.7 16 May 2022 18:45:26
    |
Yuri Victorovich (yuri)  |
graphics/dcmtk: Update 3.6.6 -> 3.6.7
4 other ports are bumped, one is patched. |
3.6.6_5 16 May 2022 06:49:43
    |
Loïc Bartoletti (lbartoletti)  |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
3.6.6_5 10 Apr 2022 19:11:41
    |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
3.6.6_4 07 Apr 2022 00:39:10
    |
Jan Beich (jbeich)  |
devel/icu: update to 71.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by: GitHub (watch releases)
PR: 262654
Exp-run by: antoine
Approved by: fluffy |
3.6.6_3 26 Mar 2022 08:27:27
    |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
3.6.6_2 28 Oct 2021 16:37:30
    |
Jan Beich (jbeich)  |
devel/icu: update to 70.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by: GitHub (watch releases)
PR: 258794
Exp-run by: antoine |
3.6.6_1 20 Oct 2021 16:13:07
    |
Stefan Eßer (se)  |
graphics/dcmtk: Add CPE information
Approved by: portmgr (blanket) |
3.6.6_1 08 Apr 2021 23:33:31
    |
Jan Beich (jbeich)  |
devel/icu: update to 69.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1
Reported by: GitHub (watch releases) |
3.6.6 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.6.6 14 Feb 2021 03:26:37
  |
yuri  |
graphics/dcmtk: Update 3.6.5 -> 3.6.6
Reported by: portscout |
3.6.5_3 03 Nov 2020 00:56:27
  |
jbeich  |
devel/icu: update to 68.1
Changes: http://site.icu-project.org/download/68
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases) |
3.6.5_2 23 Apr 2020 20:14:49
  |
jbeich  |
devel/icu: update to 67.1
Changes: http://site.icu-project.org/download/67
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases) |
3.6.5_1 13 Mar 2020 09:47:17
  |
jbeich  |
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
3.6.5 31 Oct 2019 04:57:07
  |
yuri  |
graphics/dcmtk: Update 3.6.4 -> 3.6.5
Reported by: portscout |
3.6.4_3 03 Oct 2019 20:35:30
  |
jbeich  |
devel/icu: update to 65.1
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ |
3.6.4_2 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 |
3.6.4_1 16 Jun 2019 16:05:29
  |
antoine  |
Clean up LIB_DEPENDS |
3.6.4_1 27 Mar 2019 21:11:09
  |
jbeich  |
devel/icu: update to 64.1
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19479 |
3.6.4 25 Dec 2018 20:25:40
  |
tcberner  |
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 |
3.6.4 16 Dec 2018 19:13:22
  |
yuri  |
graphics/dcmtk: Fix build with GCC-based architectures
PR: 234054
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
3.6.4 13 Dec 2018 00:01:52
  |
yuri  |
graphics/dcmtk: Update 3.6.0 -> 3.6.4; Move to the 'graphics' category
Port changes:
* Take maintainership
* Move to github
* Remove targets: it installs itself fine
Update graphics/aeskulap: Swutch to a more updated fork; Update patches and
dependencies. |
3.6.4 12 Dec 2018 22:12:01
  |
antoine  |
Remove duplicate port (of devel/dcmtk)
Pointy hat: yuri |
3.6.4 12 Dec 2018 19:54:39
  |
yuri  |
New port: graphics/dcmtk: DICOM ToolKit, libraries and applications for
DICOM/MEDICOM standard |