notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
cimg C++ Template Image Processing Library
3.3.5,3 graphics on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.3.2,3Version of this port present on the latest quarterly branch.
Maintainer: thierry@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2004-10-12 20:49:19
Last Update: 2024-03-13 20:50:19
Commit Hash: afcb8c8
People watching this port, also watch:: SparseBitSet, py39-cysignals, R-cran-eRm, python
Also Listed In: devel
License: CeCILL_C CeCILL
WWW:
https://cimg.eu/
Description:
CImg stands for Cool Image: it is simple to use and efficient. . The CImg Library is a free C++ toolkit providing simple classes and functions to load, save, process and display images in your own C++ code. . It is highly portable and fully works on Unix/X11, Windows and MacOS X operating systems. It should compile on other systems as well (eventually without display capabilities). . It consists only of a single header file CImg.h that must be included in your program source. . It contains useful image processing algorithms for loading/saving, resizing/ rotating, filtering, object drawing (text, lines, faces, ellipses,..), etc. . Images are instancied by a class able to represent images up to 4-dimension wide (from 1-D scalar signals to 3-D volumes of vector-valued pixels), with template pixel types. . It depends on a minimal number of libraries: you can compile it with only standard C libraries. No need for exotic libraries and complex dependencies. . Additional features appear with the use of GraphicsMagick: install the GraphicsMagick package to be able to load and save compressed image formats (GIF,BMP,TIF,JPG,PNG,...). . Additional features appear with the use of LAPACK: link your code with the lapack library to be able to compute eigenvalues or eigenvectors of big matrices.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (89 items)
Collapse this list.
  1. /usr/local/share/licenses/cimg-3.3.5,3/catalog.mk
  2. /usr/local/share/licenses/cimg-3.3.5,3/LICENSE
  3. /usr/local/share/licenses/cimg-3.3.5,3/CeCILL_C
  4. /usr/local/share/licenses/cimg-3.3.5,3/CeCILL
  5. bin/CImg_demo
  6. bin/captcha
  7. bin/curve_editor2d
  8. bin/dtmri_view3d
  9. bin/edge_explorer2d
  10. bin/fade_images
  11. bin/gaussian_fit1d
  12. bin/generate_loop_macros
  13. bin/hough_transform2d
  14. bin/image2ascii
  15. bin/image_registration2d
  16. bin/image_surface3d
  17. bin/jawbreaker
  18. bin/mcf_levelsets2d
  19. bin/mcf_levelsets3d
  20. bin/odykill
  21. bin/pde_TschumperleDeriche2d
  22. bin/pde_heatflow2d
  23. bin/plotter1d
  24. bin/radon_transform2d
  25. bin/scene3d
  26. bin/spherical_function3d
  27. bin/tetris
  28. bin/tron
  29. bin/tutorial
  30. bin/use_RGBclass
  31. bin/use_chlpca
  32. bin/use_draw_gradient
  33. bin/use_jpeg_buffer
  34. bin/use_nlmeans
  35. bin/use_skeleton
  36. bin/wavelet_atrous
  37. include/CImg.h
  38. share/doc/cimg/README.txt
  39. share/examples/cimg/CImg_demo.cpp
  40. share/examples/cimg/CMakeLists.txt
  41. share/examples/cimg/Makefile
  42. share/examples/cimg/captcha.cpp
  43. share/examples/cimg/curve_editor2d.cpp
  44. share/examples/cimg/dtmri_view3d.cpp
  45. share/examples/cimg/edge_explorer2d.cpp
  46. share/examples/cimg/fade_images.cpp
  47. share/examples/cimg/gaussian_fit1d.cpp
  48. share/examples/cimg/generate_loop_macros.cpp
  49. share/examples/cimg/hough_transform2d.cpp
  50. share/examples/cimg/image2ascii.cpp
  51. share/examples/cimg/image_registration2d.cpp
  52. share/examples/cimg/image_surface3d.cpp
  53. share/examples/cimg/img/CImg_demo.h
  54. share/examples/cimg/img/logo.bmp
  55. share/examples/cimg/img/milla.bmp
  56. share/examples/cimg/img/odykill.h
  57. share/examples/cimg/img/parrot.ppm
  58. share/examples/cimg/img/parrot_mask.pgm
  59. share/examples/cimg/img/sh0r.pgm
  60. share/examples/cimg/img/sh1r.pgm
  61. share/examples/cimg/img/tetris.h
  62. share/examples/cimg/jawbreaker.cpp
  63. share/examples/cimg/mcf_levelsets2d.cpp
  64. share/examples/cimg/mcf_levelsets3d.cpp
  65. share/examples/cimg/odykill.cpp
  66. share/examples/cimg/pde_TschumperleDeriche2d.cpp
  67. share/examples/cimg/pde_heatflow2d.cpp
  68. share/examples/cimg/plotter1d.cpp
  69. share/examples/cimg/radon_transform2d.cpp
  70. share/examples/cimg/scene3d.cpp
  71. share/examples/cimg/spherical_function3d.cpp
  72. share/examples/cimg/tetris.cpp
  73. share/examples/cimg/tron.cpp
  74. share/examples/cimg/tutorial.cpp
  75. share/examples/cimg/use_RGBclass.cpp
  76. share/examples/cimg/use_chlpca.cpp
  77. share/examples/cimg/use_cimgIPL.cpp
  78. share/examples/cimg/use_cimgmatlab.cpp
  79. share/examples/cimg/use_cimgmatlab.m
  80. share/examples/cimg/use_draw_gradient.cpp
  81. share/examples/cimg/use_jpeg_buffer.cpp
  82. share/examples/cimg/use_nlmeans.cpp
  83. share/examples/cimg/use_skeleton.cpp
  84. share/examples/cimg/use_tiff_stream.cpp
  85. share/examples/cimg/use_tinymatwriter.cpp
  86. share/examples/cimg/wavelet_atrous.cpp
  87. @owner
  88. @group
  89. @mode
Collapse this list.
Dependency lines:
  • cimg>0:graphics/cimg
To install the port:
cd /usr/ports/graphics/cimg/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/cimg
  • pkg install cimg
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: cimg
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1710356736 SHA256 (GreycLab-CImg-v.3.3.5_GH0.tar.gz) = 674288447500394aa3c0d3bbb8668aab2d32127df72104da5e71968d8f79bfe6 SIZE (GreycLab-CImg-v.3.3.5_GH0.tar.gz) = 12666719

Packages (timestamps in pop-ups are UTC):
cimg
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest3.3.4,33.3.5,3--3.3.5,3---
FreeBSD:13:quarterly3.3.2_1,33.3.2_1,3----3.3.2_1,3-
FreeBSD:14:latest3.3.4,33.3.4,3------
FreeBSD:14:quarterly3.3.2_1,33.3.2_1,3----3.3.2_1,3-
FreeBSD:15:latest3.3.4,33.3.4,3n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
  2. pkgconf>=1.3.0_1 : devel/pkgconf
  3. gfortran13 : lang/gcc13
  4. as : devel/binutils
  5. x11.pc : x11/libX11
  6. xrandr.pc : x11/libXrandr
Runtime dependencies:
  1. dcraw : graphics/dcraw
  2. medcon : graphics/xmedcon
  3. gfortran13 : lang/gcc13
  4. x11.pc : x11/libX11
  5. xrandr.pc : x11/libXrandr
Library dependencies:
  1. libcurl.so : ftp/curl
  2. libpng.so : graphics/png
  3. libtiff.so : graphics/tiff
  4. libImath.so : math/Imath
  5. libheif.so : graphics/libheif
  6. libOpenEXR.so : graphics/openexr
  7. libfftw3.so : math/fftw3
  8. libopencv_core.so : graphics/opencv
  9. libGraphicsMagick.so : graphics/GraphicsMagick
  10. libavformat.so : multimedia/ffmpeg
  11. libblas.so : math/blas
  12. liblapack.so : math/lapack
  13. libjpeg.so : graphics/jpeg-turbo
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. multimedia/pHash*
  2. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. multimedia/pHash*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for cimg-3.3.5,3: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
graphics_cimg
USES:
compiler:c11 gmake pkgconfig:build xorg blaslapack jpeg fortran
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/GreycLab/CImg/tar.gz/v.3.3.5?dummy=/
Collapse this list.

Number of commits found: 275 (showing only 100 on this page)

1 | 2 | 3  »  

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.3.5,3
13 Mar 2024 20:50:19
commit hash: afcb8c8c75318adb71d74c9570963655a177fe29commit hash: afcb8c8c75318adb71d74c9570963655a177fe29commit hash: afcb8c8c75318adb71d74c9570963655a177fe29commit hash: afcb8c8c75318adb71d74c9570963655a177fe29 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: upgrade to v.3.3.5
3.3.4,3
20 Feb 2024 20:40:54
commit hash: 42060ba1b81d204f755738cea62a851cbaced82bcommit hash: 42060ba1b81d204f755738cea62a851cbaced82bcommit hash: 42060ba1b81d204f755738cea62a851cbaced82bcommit hash: 42060ba1b81d204f755738cea62a851cbaced82b files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: adopt GreycLab’s URL

Reported by:	diizzy
3.3.4,3
20 Feb 2024 19:06:14
commit hash: 994a1ac537caf40edba9785089e21d35bfde0582commit hash: 994a1ac537caf40edba9785089e21d35bfde0582commit hash: 994a1ac537caf40edba9785089e21d35bfde0582commit hash: 994a1ac537caf40edba9785089e21d35bfde0582 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: upgrade to v.3.3.4
3.3.3,3
14 Jan 2024 19:00:29
commit hash: a16027367d87b73d456121c704b091e229254712commit hash: a16027367d87b73d456121c704b091e229254712commit hash: a16027367d87b73d456121c704b091e229254712commit hash: a16027367d87b73d456121c704b091e229254712 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: upgrade to 3.3.3

Also activate OpenMP.
3.3.2_1,3
01 Jan 2024 11:49:51
commit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfdcommit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfdcommit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfdcommit hash: f2489ab0c721f5ec60a9f8074e904cfbe5d21dfd files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: chase the upgrade of BLAS / LAPACK to 3.12.0

PR:		275860
3.3.2,3
11 Nov 2023 18:20:50
commit hash: a32e5498d96c080cd63a7927e1cbb82e616f3638commit hash: a32e5498d96c080cd63a7927e1cbb82e616f3638commit hash: a32e5498d96c080cd63a7927e1cbb82e616f3638commit hash: a32e5498d96c080cd63a7927e1cbb82e616f3638 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: upgrade to v.3.3.2
3.3.1,3
05 Oct 2023 18:11:57
commit hash: 5da4908887047c213415c4e0bbf0448c8c591ba5commit hash: 5da4908887047c213415c4e0bbf0448c8c591ba5commit hash: 5da4908887047c213415c4e0bbf0448c8c591ba5commit hash: 5da4908887047c213415c4e0bbf0448c8c591ba5 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: upgrade to v.3.3.1
3.3.0,3
10 Sep 2023 16:29:48
commit hash: 5a9f1ee62b437d8ae4e85c7d11023dcb96effd22commit hash: 5a9f1ee62b437d8ae4e85c7d11023dcb96effd22commit hash: 5a9f1ee62b437d8ae4e85c7d11023dcb96effd22commit hash: 5a9f1ee62b437d8ae4e85c7d11023dcb96effd22 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: upgrade to v.3.3.0
3.2.6_1,3
10 Sep 2023 11:44:32
commit hash: 1b4453302bf757bf78831f0546a746b35492f755commit hash: 1b4453302bf757bf78831f0546a746b35492f755commit hash: 1b4453302bf757bf78831f0546a746b35492f755commit hash: 1b4453302bf757bf78831f0546a746b35492f755 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
*: Bump PORTREVISION for OpenEXR users

Because OpenEXR's SONAME has changed with the 3.2.0 update.
New SONAME: libOpenEXR-3_2.so.31
3.2.6,3
28 Jun 2023 10:28:15
commit hash: 03ac8328072878c8a8053ef7d03fc199636ca280commit hash: 03ac8328072878c8a8053ef7d03fc199636ca280commit hash: 03ac8328072878c8a8053ef7d03fc199636ca280commit hash: 03ac8328072878c8a8053ef7d03fc199636ca280 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: upgrade to v.3.2.6
3.2.5_1,3
02 Jun 2023 21:40:45
commit hash: a5fbd2fa98ed6c7ee3b178f597b897b0e8b78251commit hash: a5fbd2fa98ed6c7ee3b178f597b897b0e8b78251commit hash: a5fbd2fa98ed6c7ee3b178f597b897b0e8b78251commit hash: a5fbd2fa98ed6c7ee3b178f597b897b0e8b78251 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
*: bump PORTREVISION of Imath users

...because math/Imath 3.1.9 reset the major version of
libImath to 29 from 31. See math/Imath 3.1.9 for details.
3.2.5,3
30 May 2023 19:34:10
commit hash: 1870dc9f47d93f1e2b8f5f1c3144a9b6a42fe2dccommit hash: 1870dc9f47d93f1e2b8f5f1c3144a9b6a42fe2dccommit hash: 1870dc9f47d93f1e2b8f5f1c3144a9b6a42fe2dccommit hash: 1870dc9f47d93f1e2b8f5f1c3144a9b6a42fe2dc files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: upgrade to v.3.2.5
3.2.4_1,3
28 May 2023 18:39:40
commit hash: e434b500175e89501f34ed0f2056b13b44b67bedcommit hash: e434b500175e89501f34ed0f2056b13b44b67bedcommit hash: e434b500175e89501f34ed0f2056b13b44b67bedcommit hash: e434b500175e89501f34ed0f2056b13b44b67bed files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
*: Bump revision of ports using math/Imath

...after its major revision update.
3.2.4,3
28 Apr 2023 16:27:12
commit hash: b9c36a5f1b55080011c015338630f562156826a0commit hash: b9c36a5f1b55080011c015338630f562156826a0commit hash: b9c36a5f1b55080011c015338630f562156826a0commit hash: b9c36a5f1b55080011c015338630f562156826a0 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: upgrade to v.3.2.4
3.2.3_2,3
25 Apr 2023 15:17:15
commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96commit hash: feb1fa34f58ea796656b86a81c2a2996b0b03c96 files touched by this commit
Christian Weisgerber (naddy) search for other commits by this committer
audio/opus: bump consumers after update to 1.4
3.2.3_1,3
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
3.2.3,3
05 Apr 2023 18:19:32
commit hash: 8c99537bac5635d95b5a89bc46747745a71b2f5ecommit hash: 8c99537bac5635d95b5a89bc46747745a71b2f5ecommit hash: 8c99537bac5635d95b5a89bc46747745a71b2f5ecommit hash: 8c99537bac5635d95b5a89bc46747745a71b2f5e files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: upgrade to v.3.2.3
3.2.2,3
19 Mar 2023 13:38:12
commit hash: 429a4fb4102abd53f241464a6e981fc56a1d7f5acommit hash: 429a4fb4102abd53f241464a6e981fc56a1d7f5acommit hash: 429a4fb4102abd53f241464a6e981fc56a1d7f5acommit hash: 429a4fb4102abd53f241464a6e981fc56a1d7f5a files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: upgrade to v.3.2.2
3.2.1,3
11 Mar 2023 18:25:34
commit hash: 2dd9624c63705c7ebbb4b75b8ca5159ce0f6b0b2commit hash: 2dd9624c63705c7ebbb4b75b8ca5159ce0f6b0b2commit hash: 2dd9624c63705c7ebbb4b75b8ca5159ce0f6b0b2commit hash: 2dd9624c63705c7ebbb4b75b8ca5159ce0f6b0b2 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: upgrade to 3.2.1
3.2.0_1,3
04 Mar 2023 10:41:17
commit hash: 5327591576c55969cc09cf30730cccaa538dcd1ccommit hash: 5327591576c55969cc09cf30730cccaa538dcd1ccommit hash: 5327591576c55969cc09cf30730cccaa538dcd1ccommit hash: 5327591576c55969cc09cf30730cccaa538dcd1c files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
*: Bump PORTREVISION of math/Imath users
3.2.0,3
16 Jan 2023 18:37:41
commit hash: af2475f9c216d40599d8a70f7f340974566f4f7acommit hash: af2475f9c216d40599d8a70f7f340974566f4f7acommit hash: af2475f9c216d40599d8a70f7f340974566f4f7acommit hash: af2475f9c216d40599d8a70f7f340974566f4f7a files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: upgrade to v.3.2.0
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.1.6,3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
3.1.6,3
02 Sep 2022 15:28:37
commit hash: 5d5f0b7b2236692a2b4b85d11906d28afbf550c8commit hash: 5d5f0b7b2236692a2b4b85d11906d28afbf550c8commit hash: 5d5f0b7b2236692a2b4b85d11906d28afbf550c8commit hash: 5d5f0b7b2236692a2b4b85d11906d28afbf550c8 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: upgrade to v.3.1.6

 _cimg_math_parser(): Slightly change behavior of 'isin()' to allow
 testing vectors.
3.1.4_2,3
02 Sep 2022 07:12:18
commit hash: a49cb0f435d525ea72be8f943d82d3562cfbcba8commit hash: a49cb0f435d525ea72be8f943d82d3562cfbcba8commit hash: a49cb0f435d525ea72be8f943d82d3562cfbcba8commit hash: a49cb0f435d525ea72be8f943d82d3562cfbcba8 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
graphics/opencv: bump consumers after e21578d954550998435c5d6d532e2d5a67398bfe

This was missed in the upgrade of graphics/opencv.

Reported by:	VVD
3.1.4_1,3
12 Aug 2022 14:46:53
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
3.1.4,3
20 Jul 2022 14:22:04
commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
3.1.4,3
23 Jun 2022 15:44:45
commit hash: 6a068990c0128cad945d729a17f40e4a96d3eb5fcommit hash: 6a068990c0128cad945d729a17f40e4a96d3eb5fcommit hash: 6a068990c0128cad945d729a17f40e4a96d3eb5fcommit hash: 6a068990c0128cad945d729a17f40e4a96d3eb5f files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: upgrade to v.3.1.4
3.1.3,3
17 Jun 2022 19:39:46
commit hash: 77169185b90744d3aac20c983dbacc04d3a2ac0fcommit hash: 77169185b90744d3aac20c983dbacc04d3a2ac0fcommit hash: 77169185b90744d3aac20c983dbacc04d3a2ac0fcommit hash: 77169185b90744d3aac20c983dbacc04d3a2ac0f files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: upgrade to v.3.1.3
3.1.2,3
15 May 2022 17:38:43
commit hash: b88586d6a226140291f07e0b06b280921077ac28commit hash: b88586d6a226140291f07e0b06b280921077ac28commit hash: b88586d6a226140291f07e0b06b280921077ac28commit hash: b88586d6a226140291f07e0b06b280921077ac28 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: upgrade to v.3.1.2
3.1.0,3
26 Apr 2022 17:17:33
commit hash: 4c30f7f1c91fc6e500646edc84939404b0d59a20commit hash: 4c30f7f1c91fc6e500646edc84939404b0d59a20commit hash: 4c30f7f1c91fc6e500646edc84939404b0d59a20commit hash: 4c30f7f1c91fc6e500646edc84939404b0d59a20 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: upgrade to 3.1.0
3.0.2_1,3
26 Feb 2022 12:18:29
commit hash: 6c15051d54e035515e4ddbbd2a37472fe969c488commit hash: 6c15051d54e035515e4ddbbd2a37472fe969c488commit hash: 6c15051d54e035515e4ddbbd2a37472fe969c488commit hash: 6c15051d54e035515e4ddbbd2a37472fe969c488 files touched by this commit
Daniel Engberg (diizzy) search for other commits by this committer
*/*: Bump PORTREVISION of users due to bump of graphics/libheif
3.0.2,3
18 Jan 2022 17:15:36
commit hash: 1d0d42c89d76cdcfdfdcc8a6a91cb86a46e0f767commit hash: 1d0d42c89d76cdcfdfdcc8a6a91cb86a46e0f767commit hash: 1d0d42c89d76cdcfdfdcc8a6a91cb86a46e0f767commit hash: 1d0d42c89d76cdcfdfdcc8a6a91cb86a46e0f767 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: upgrade to v.3.0.2
3.0.1,3
14 Jan 2022 18:29:33
commit hash: 38e4528ec5c3465de52a66b4f3857b8e86d045fccommit hash: 38e4528ec5c3465de52a66b4f3857b8e86d045fccommit hash: 38e4528ec5c3465de52a66b4f3857b8e86d045fccommit hash: 38e4528ec5c3465de52a66b4f3857b8e86d045fc files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: upgrade to v.3.0.1
2.9.7_6,3
03 Aug 2021 18:19:14
commit hash: 56ffa089e2baf297adb8da027f01c373183bdb68commit hash: 56ffa089e2baf297adb8da027f01c373183bdb68commit hash: 56ffa089e2baf297adb8da027f01c373183bdb68commit hash: 56ffa089e2baf297adb8da027f01c373183bdb68 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
*: graphics/openexr PORTREVISION bumps

OpenEXR changes its SONAME again, so bump PORTREVISION of its users.
2.9.7_5,3
17 Jul 2021 09:17:59
commit hash: 3cda93bdf69bfb4ea99181e638e661c467dad38dcommit hash: 3cda93bdf69bfb4ea99181e638e661c467dad38dcommit hash: 3cda93bdf69bfb4ea99181e638e661c467dad38dcommit hash: 3cda93bdf69bfb4ea99181e638e661c467dad38d files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
*: bump PORTREVISION after math/Imath update
2.9.7_4,3
03 Jul 2021 05:15:12
commit hash: 4030a14b56cadbbad0d09068011f6624050811f5commit hash: 4030a14b56cadbbad0d09068011f6624050811f5commit hash: 4030a14b56cadbbad0d09068011f6624050811f5commit hash: 4030a14b56cadbbad0d09068011f6624050811f5 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
*: Bump PORTREVISION for openexr update

OpenEXR's patchlevel updated bumped the major version
of the OpenEXR library, hence bump PORTREVISION of all
ports that require OpenEXR.
2.9.7_3,3
18 May 2021 17:15:57
commit hash: 1d5b7c913b1c41f208ac96ccf898296200f22fcccommit hash: 1d5b7c913b1c41f208ac96ccf898296200f22fcccommit hash: 1d5b7c913b1c41f208ac96ccf898296200f22fcccommit hash: 1d5b7c913b1c41f208ac96ccf898296200f22fcc files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
Bump portrevisions of openexr and Imath users.
2.9.7_2,3
13 May 2021 13:41:20
commit hash: 10c60788587e664aa6164bcb667b50a6ad37a59dcommit hash: 10c60788587e664aa6164bcb667b50a6ad37a59dcommit hash: 10c60788587e664aa6164bcb667b50a6ad37a59dcommit hash: 10c60788587e664aa6164bcb667b50a6ad37a59d files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: temporarily disable libboard

ATM CImg does not build against ImageMagick (GraphicsMagick is OK), and
since libboard is built against ImageMagick this causes an error.

Reported by:	pkg-fallout
2.9.7_1,3
12 Apr 2021 00:33:44
commit hash: 9afced56643d76c48d9fac24ede0e1e39f3478cdcommit hash: 9afced56643d76c48d9fac24ede0e1e39f3478cdcommit hash: 9afced56643d76c48d9fac24ede0e1e39f3478cdcommit hash: 9afced56643d76c48d9fac24ede0e1e39f3478cd files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
graphics/cimg: make compatible with OpenEXR/Imath 3.0
2.9.7,3
08 Apr 2021 15:57:05
commit hash: 2f263c94fda22791a1bfa3ac9c291f76fc13df13commit hash: 2f263c94fda22791a1bfa3ac9c291f76fc13df13commit hash: 2f263c94fda22791a1bfa3ac9c291f76fc13df13commit hash: 2f263c94fda22791a1bfa3ac9c291f76fc13df13 files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
graphics/cimg: upgrade to v.2.9.7.
2.9.6_1,3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.9.6_1,3
13 Feb 2021 11:08:29
Revision:565123Original commit files touched by this commit
mandree search for other commits by this committer
graphics/openexr, ilmbase: security update to v2.5.5

https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.5

"Specific OSS-fuzz issues include:

    OSS-fuzz #30291 Timeout in openexr_exrcheck_fuzzer
    OSS-fuzz #29106 Heap-buffer-overflow in Imf_2_5::FastHufDecoder::decode
    OSS-fuzz #28971 Undefined-shift in Imf_2_5::cachePadding
    OSS-fuzz #29829 Integer-overflow in
Imf_2_5::DwaCompressor::initializeBuffers
    OSS-fuzz #30121 Out-of-memory in openexr_exrcheck_fuzzer"

Bump PORTREVISION of ports that directly depend on openexr and/or ilmbase.

MFH:		2021Q1
Security:	98044aba-6d72-11eb-aed7-1b1b8a70cc8b
2.9.6,3
10 Feb 2021 17:11:45
Revision:564882Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 2.9.6.
2.9.4_3,3
30 Jan 2021 18:08:57
Revision:563430Original commit files touched by this commit
tcberner search for other commits by this committer
graphics/opencv: update to 4.5.1 -- and make port more easily maintainable

This is a major upgrade from 3.x to 4.x.

Changelog from versions 3.4.1--4.5.1 can be found here:
    https://github.com/opencv/opencv/wiki/ChangeLog

Note: this has explicitely not been added as a new graphics/opencv4 port, but
replaces the
      previous graphics/opencv[3] port. Again, to improve maintainability by not
giving ports
      the option to pick the "wrong one" - this leads however to some abandoned
ports being
      broken.

The port has been greatly simplified:
    * graphics/opencv-core which existed to enable ffmpeg to depend on opencv,
and vice versa
      has been removed. ffmpeg no longer can depend on opencv.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.9.4_2,3
03 Jan 2021 16:57:29
Revision:560022Original commit files touched by this commit
mandree search for other commits by this committer
graphics/openexr: really commit v2.5.4 update.

Unfortunately, this was missed with the ilmbase update, and
causes yet another PORTREVISION bump on all dependent ports.

repeating ilmbase's commit log here:

"Patch release with various bug/sanitizer/security fixes, primarily related to
reading corrupted input files."
<https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.4>

Cherry-pick upstream commit for GCC 11 compatibility:
<https://github.com/AcademySoftwareFoundation/openexr/commit/a40a6151c4e746eb8f93c7c06992d0ec11289fdc>

Since this changes the patchlevel of the solibs, bump PORTREVISION of dependent
ports just to be sure.
(graphics/py-openshadinglanguage is unaltered and .includes the revision bump
from .../openshadinglanguage.)

MFH:		2021Q1 (this requires discussion by ports-secteam@!)

Reported by:	VVD (IRC, #bsdports)
2.9.4_1,3
03 Jan 2021 10:30:56
Revision:560002Original commit files touched by this commit
mandree search for other commits by this committer
graphics/openexr: graphics/ilmbase: v2.5.4 update

"Patch release with various bug/sanitizer/security fixes, primarily related to
reading corrupted input files."
<https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.4>

Cherry-pick upstream commit for GCC 11 compatibility:
<https://github.com/AcademySoftwareFoundation/openexr/commit/a40a6151c4e746eb8f93c7c06992d0ec11289fdc>

Since this changes the patchlevel of the solibs, bump PORTREVISION of dependent
ports just to be sure.
(graphics/py-openshadinglanguage is unaltered and .includes the revision bump
from .../openshadinglanguage.)

MFH:		2021Q1 (this requires discussion by ports-secteam@!)
2.9.4,3
24 Nov 2020 17:12:54
Revision:556178Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.9.4.
2.9.3,3
16 Nov 2020 18:47:44
Revision:555509Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.9.3.
2.9.2,3
12 Sep 2020 16:37:29
Revision:548381Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.9.2.
2.9.1_2,3
13 Aug 2020 22:35:17
Revision:544853Original commit files touched by this commit
mandree search for other commits by this committer
graphics/ilmbase, graphics/openexr: PORTREVISION bump for users

ilmbase and openexr were updated to v2.5.3 and their shlibs changed
from *.25.0.1 to *.25.0.2.

This is a PORTREVISION bump to ports using ilmbase or openexr
to chase that change and trigger rebuild.
2.9.1_1,3
16 Jul 2020 12:13:30
Revision:542353Original commit files touched by this commit
mandree search for other commits by this committer
openexr/ilmbase update w/ shlib rename => PORTREVISION bumps of dependent ports

OpenEXR and ILMBASE updates to 2.5.2 rename the full shlib version
names from .0.0 to .0.1 => to be on the safe side, bump PORTREVISIONs.

Approved by:	portmgr (blanket)
MFH:		2020Q3 (PORTREVISION bump after OpenEXR/ilmbase update)
Security:	714e6c35-c75b-11ea-aa29-d74973d1f9f3
2.9.1,3
13 Jun 2020 20:57:16
Revision:538701Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.9.1.
2.9.0_2,3
12 May 2020 15:47:52
Revision:534996Original commit files touched by this commit
mandree search for other commits by this committer
graphics/ilmbase: graphics/openexr: update to upstream release 2.5.1

Upstream release notes:
* A patch release that corrects the SO version for the v2.5 release,
  which missed getting bumped in v2.5.0.

* This release also fixes an improper failure in IlmImfTest
  when running on ARMv7 and AAarch64.

Bump PORTREVISION of all port directly requiring ilmbase or openexr
that are not marked BROKEN (shlib/.so file version bump).

Test build of all port directly depending on ilmbase or openexr
succeeded in poudriere in a 12.1-RELEASE amd64 jail.
2.9.0_1,3
08 May 2020 11:57:55
Revision:534388Original commit files touched by this commit
mandree search for other commits by this committer
graphics/ilmbase: graphics/openexr: update to v2.5.0

ChangeLog:
- https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.0

* Bump PORTREVISION of all consumers except py-openimageio (BROKEN).

* cad/PrusaSlicer:
    LIB_DEPENDS: remove version from libHalf.so
    BUILD_DEPENDS+=qt5-buildtools as package (needed on bare metal builds)
    USE_GL+=gl
    USES+=pkgconfig (needed to find libHalf)
2.9.0,3
30 Mar 2020 12:35:03
Revision:529879Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.9.0.
2.8.4,3
16 Feb 2020 16:49:55
Revision:526267Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.8.4.
2.8.3,3
30 Jan 2020 19:59:32
Revision:524657Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.8.3.
2.8.2,3
20 Jan 2020 17:51:44
Revision:523635Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.8.2.
2.8.1_1,3
05 Jan 2020 02:17:33
Revision:522079Original commit files touched by this commit
mandree search for other commits by this committer
graphics/ilmbase, graphics/openexr: upgrade to upstream v2.4.0

graphics/gstreamer1-plugins-openexr: switch from C++98 to C++11 to
match new OpenEXR headers and unbreak compilation.

Bump PORTREVISION of all ports depending directly on either, based
on assessing INDEX-12 (bump_portrevision.pl -l (shallow) used).

Release Notes:
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.4.0

The update was deliberately deferred until after 2020Q1, and should
not be MFH'd back to it.
2.8.1,3
25 Dec 2019 14:45:27
Revision:520870Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.8.1.
2.8.0,3
10 Dec 2019 21:14:21
Revision:519780Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.8.0.
2.7.5,3
10 Dec 2019 20:55:23
Revision:519778Original commit files touched by this commit
thierry search for other commits by this committer
Do not build anything without DOC/EXAMPLE selected.

PR:		242158
Reported by:	sdalu (at) sdalu.com
2.7.5,3
26 Oct 2019 13:53:30
Revision:515687Original commit files touched by this commit
thierry search for other commits by this committer
Update to v.2.7.5.
2.7.4,3
10 Oct 2019 19:01:37
Revision:514241Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.7.4.
2.7.3,3
08 Oct 2019 19:55:51
Revision:514100Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.7.3.
2.7.2,3
03 Oct 2019 19:15:13
Revision:513712Original commit files touched by this commit
thierry search for other commits by this committer
Make buildable on non-x86 architecture:

- CImg.h assumes signed char, make it signed explicitly.

- -mtune=generic doesn't exist on e.g. powerpc64.

- USES=compiler:c11 is necessary.

PR:		241026
Submitted by:	pkubaj
2.7.2,3
24 Sep 2019 18:39:08
Revision:512744Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.7.2.
2.7.1,3
03 Sep 2019 19:50:29
Revision:511032Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.7.1.
2.7.0,3
14 Aug 2019 15:16:02
Revision:508929Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.7.0.
2.6.7_2,3
05 Aug 2019 23:06:50
Revision:508216Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/ffmpeg: update to 4.2

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2.6.7_1,3
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
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
2.6.7,3
01 Jul 2019 20:02:33
Revision:505635Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.6.7.
2.6.6,3
22 Jun 2019 14:15:52
Revision:504870Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.6.6.
2.6.5,3
09 Jun 2019 20:42:31
Revision:503855Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 2.6.5.
2.6.4,3
24 May 2019 17:31:02
Revision:502485Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.6.4.
2.6.2,3
16 May 2019 20:03:51
Revision:501804Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.6.2.
2.6.1,3
08 May 2019 15:28:09
Revision:501027Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.6.1.
2.5.7,3
24 Apr 2019 20:32:17
Revision:499911Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.5.7.
2.5.6_1,3
22 Apr 2019 13:16:34
Revision:499638Original commit files touched by this commit
gerald search for other commits by this committer
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.

Suggested by:	tijl
2.5.6,3
10 Apr 2019 19:29:38
Revision:498583Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.5.6.
2.5.5,3
30 Mar 2019 10:31:08
Revision:497246Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.5.5.
2.5.4,3
24 Mar 2019 09:20:30
Revision:496708Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.5.4.
2.5.3,3
18 Mar 2019 20:34:21
Revision:496205Original commit files touched by this commit
thierry search for other commits by this committer
Ugrade to v.2.5.3 and fix CFLAGS.
2.5.2,3
16 Mar 2019 16:17:30
Revision:495906Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.5.2.
2.5.0,3
14 Mar 2019 21:10:23
Revision:495737Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.5.0.

Note: support of Eigen3 is not yet enabled for the examples.
2.4.5,3
13 Jan 2019 14:04:15
Revision:490136Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.4.5.
2.4.4,3
07 Jan 2019 20:04:12
Revision:489614Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.4.4.
2.4.3,3
18 Dec 2018 21:15:29
Revision:487773Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.4.3.
2.4.2_1,3
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
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
2.4.2,3
02 Dec 2018 20:22:25
Revision:486481Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to 2.4.2.
2.4.1_1,3
06 Nov 2018 01:50:27
Revision:484273Original commit files touched by this commit
jbeich search for other commits by this committer
multimedia/ffmpeg: update to 4.1

Changes:	https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI:		https://abi-laboratory.pro/tracker/timeline/ffmpeg/
2.4.1,3
31 Oct 2018 20:19:04
Revision:483611Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.4.1.
2.4.0,3
09 Oct 2018 19:54:52
Revision:481651Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.4.0.
2.3.6_1,3
22 Sep 2018 10:15:22
Revision:480374Original commit files touched by this commit
mandree search for other commits by this committer
Update ilmbase and openexr to 2.3.0, rename OpenEXR to openexr.

Release notes: <https://github.com/openexr/openexr/releases/tag/v2.3.0>

Adjust LIB_DEPENDS of all ports that require ilmbase or openexr to chase
the new lower-case spelling of the name, and to omit the version from the
library name to ease future maintenance.

Bump PORTREVISION of all ports that depend on ilmbase or openexr directly,
so that they all get rebuilt on upgrades.

Add patches to graphics/ampasCTL to keep it alive, with (a) ilmbase now
that its Iex::BaseExc class is no longer derived from std::string,
details were given upstream through https://github.com/ampas/CTL/issues/71
and (b) to unwind semicolon/;-lists in cmake that stem from openexr/
ilmbase pkg-config variables.
(Note ampasCTL is unmaintained as FreeBSD port, and upstream,
and I cannot run-time test it.)

Poudriere build tests on 11.2-RELEASE-p1 amd64 of ALL ports depending
directly or indirectly on ilmbase and/or openexr have passed without
regressions.  Thus invoking due diligence, I believe I have done the
equivalent of an -exp run, and do not require approval for the dependency
chases to third-party ports.
2.3.6,3
30 Aug 2018 15:15:13
Revision:478467Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.3.6.
2.3.5,3
26 Aug 2018 16:49:05
Revision:478131Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.3.5.
2.3.4,3
18 Aug 2018 13:05:56
Revision:477500Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.3.4.
2.3.3_1,3
29 Jul 2018 22:18:46
Revision:475857Original commit files touched by this commit
gerald search for other commits by this committer
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
2.3.3,3
06 Jul 2018 11:27:17
Revision:474006Original commit files touched by this commit
thierry search for other commits by this committer
Upgrade to v.2.3.3.

PR:		229535
Reported by:	yuri

Number of commits found: 275 (showing only 100 on this page)

1 | 2 | 3  »