aboutsummaryrefslogtreecommitdiff
path: root/graphics/libraw
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics/libraw: Update to 0.20.2Jason E. Hale2021-01-013-9/+17
| | | | | | | | | Bump PORTREVISION on consumers due to shared library bump. Changes: https://www.libraw.org/news/libraw-0-20-2-Release Notes: svn path=/head/; revision=559789
* - Update WWWDmitry Marakasov2020-10-171-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=552551
* Update graphics/libraw to 0.19.5Jason E. Hale2019-12-123-7/+6
| | | | | | | Changes: https://www.libraw.org/news/libraw-0-19-5-release Notes: svn path=/head/; revision=519933
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* graphics/libraw: Update to 0.19.2Jason E. Hale2019-03-295-104/+11
| | | | | | | | | | - Demosaic packs are no longer distributed nor supported upstream - Bump PORTREVISON on all consumers due to libraw shlib version increase Changes: https://www.libraw.org/news/libraw-0-19-2-release Notes: svn path=/head/; revision=497222
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487272
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=475857
* Update to 0.18.13Jason E. Hale2018-07-012-10/+11
| | | | | | | | | | | | | Remove restriction from OPTIMIZED_CFLAGS, it only adds the -O3 flag and works just as well on amd64 from what I can tell. Note: Demosaic packs were not updated upstream because there were no changes made. Changes: https://www.libraw.org/news/libraw-0-18-13 Notes: svn path=/head/; revision=473649
* Update to 0.18.8Jason E. Hale2018-03-112-8/+8
| | | | | | | Changes: https://www.libraw.org/news/libraw-0-18-8 Notes: svn path=/head/; revision=464185
* Update to 0.18.7Jason E. Hale2018-02-152-8/+11
| | | | | | | | | | Changes: https://www.libraw.org/download#changelog MFH: 2018Q1 Security: c60804f1-126f-11e8-8b5b-4ccc6adda413 Security: 6f0b0cbf-1274-11e8-8b5b-4ccc6adda413 Notes: svn path=/head/; revision=461940
* graphics/libraw: unbreak build with Clang 6 (C++14 by default)Jan Beich2018-01-051-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In file included from src/libraw_cxx.cpp:5472: src/../internal/libraw_x3f.cpp:1404:19: error: non-constant-expression cannot be narrowed from type 'int' to 'int16_t' (aka 'short') in initializer list [-Wc++11-narrowing] int16_t c[3] = {offset,offset,offset}; ^~~~~~ src/../internal/libraw_x3f.cpp:1404:19: note: insert an explicit cast to silence this issue int16_t c[3] = {offset,offset,offset}; ^~~~~~ static_cast<int16_t>( ) src/../internal/libraw_x3f.cpp:1404:26: error: non-constant-expression cannot be narrowed from type 'int' to 'int16_t' (aka 'short') in initializer list [-Wc++11-narrowing] int16_t c[3] = {offset,offset,offset}; ^~~~~~ src/../internal/libraw_x3f.cpp:1404:26: note: insert an explicit cast to silence this issue int16_t c[3] = {offset,offset,offset}; ^~~~~~ static_cast<int16_t>( ) src/../internal/libraw_x3f.cpp:1404:33: error: non-constant-expression cannot be narrowed from type 'int' to 'int16_t' (aka 'short') in initializer list [-Wc++11-narrowing] int16_t c[3] = {offset,offset,offset}; ^~~~~~ src/../internal/libraw_x3f.cpp:1404:33: note: insert an explicit cast to silence this issue int16_t c[3] = {offset,offset,offset}; ^~~~~~ static_cast<int16_t>( ) Reported by: antoine (via bug 224669) Obtained from: upstream Notes: svn path=/head/; revision=458127
* Update to 0.18.5Jason E. Hale2017-09-293-9/+40
| | | | | | | | | | | | | | | This addresses CVE-2017-14265, CVE-2017-14348, and CVE-2017-14608 Use FreeBSD libc strnlen and strcasestr functions instead of bundled [1] PR: 219029 [1] Submitted by: mi [1] MFH: 2017Q3 Security: 4cd857d9-26d2-4417-b765-69701938f9e0 Security: d9f96741-47bd-4426-9aba-8736c0971b24 Security: 02bee9ae-c5d1-409b-8a79-983a88861509 Notes: svn path=/head/; revision=450936
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-0/+1
| | | | | | | | | | | | | | | | | (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 Notes: svn path=/head/; revision=449591
* Update to 0.18.2Jason E. Hale2017-04-062-9/+8
| | | | | | | Changes: https://www.libraw.org/news/libraw-0-18-2 Notes: svn path=/head/; revision=437873
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=437439
* Update to 0.18.1Jason E. Hale2017-02-142-8/+8
| | | | | | | Changes: http://www.libraw.org/news/libraw-0-18-1 Notes: svn path=/head/; revision=434146
* - Update graphics/libraw to 0.18.0Jason E. Hale2017-01-195-58/+50
| | | | | | | | | | | | | | | | - Complete conversion to options helpers - Add options for JPEG and JASPER support - Side note: This had a dependency on jpeg before, so the JPEG option default is ON. However, the configure script wasn't detecting it previously. - Silence MKDIRs - Take maintainership - Chase shared library bump Changes: http://www.libraw.org/download#changelog Notes: svn path=/head/; revision=431839
* Fix size of LibRaw-demosaic-pack-GPL2-0.17.2.tar.gz.Vanilla I. Shu2016-06-141-1/+1
| | | | | | | Submitted by:otr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=416889
* Add missing files @ distinfo.Vanilla I. Shu2016-06-141-0/+4
| | | | | | | Submitted by: Walter Schwarzenfeld <w.schwarzenfeld at utanet.at> Notes: svn path=/head/; revision=416871
* Update to 0.17.2.Vanilla I. Shu2016-06-132-7/+4
| | | | Notes: svn path=/head/; revision=416841
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Update to 0.17.1.Raphael Kubo da Costa2015-12-072-7/+7
| | | | | | | | | | | | This is a small update that fixes two security vulnerabilities, CVE-2015-8366 and CVE-2015-8367. Security: db04bf07-9cc8-11e5-8c2b-c335fa8985d7 Security: 6bc6eed2-9cca-11e5-8c2b-c335fa8985d7 MFH: 2015Q4 Notes: svn path=/head/; revision=403193
* - Update graphics/libraw to 0.17.0Dmitry Marakasov2015-11-223-22/+18
| | | | | | | | | | | - While here, minor port cleanup, switch to options helpers - Bump PORTREVISIONs of consumers as soversion has changed PR: 204553 Submitted by: graham@menhennitt.com.au Notes: svn path=/head/; revision=402228
* Convert to USES=jpegAntoine Brodin2015-06-221-3/+1
| | | | Notes: svn path=/head/; revision=390310
* - Strip librariesDmitry Marakasov2015-06-151-0/+2
| | | | Notes: svn path=/head/; revision=389690
* Drop maintainership.Sergey A. Osokin2015-06-091-1/+1
| | | | Notes: svn path=/head/; revision=388913
* Security upgrade from 0.16.0 to 0.16.2.Sergey A. Osokin2015-06-032-7/+7
| | | | | | | | | | | | | | | | | | | PR: 200194 <ChangeLog> 2015-05-16 Alex Tutubalin <lexa@lexa.ru> * Fix for several problems reported by AFL run * LibRaw 0.16.2-Release 2015-05-11 Alex Tutubalin <lexa@lexa.ru> * Fix for dcraw ljpeg_start() vulnerability * LibRaw 0.16.1-Release </ChangeLog> Notes: svn path=/head/; revision=388490
* - Add CPE infoDmitry Marakasov2015-04-151-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=384035
* graphics/libraw:Max Brazhnikov2015-02-213-12/+11
| | | | | | | | | | | - Update to 0.16.0 PR: 188892 Submitted by: Tobias Berner Approved by: maintainer timeout (7 months) Notes: svn path=/head/; revision=379518
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371283
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-06-232-3/+4
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=359020
* - Update libraw to 0.15.4.Raphael Kubo da Costa2014-01-265-115/+55
| | | | | | | | | | | | | | | | | | This update is needed for further KDE updates. - Use the new OPTIONS syntax. - Use the new LIB_DEPENDS syntax. - Stop redefining do-install; the port has its own `make install' that does the same thing provided we use USES=pathfix and tune Makefile.in. - Support staging. Bump PORTREVISION in ports that depend on libraw. PR: ports/185118 Submitted by: rakuco@ Approved by: maintainer timeout (35 days) Notes: svn path=/head/; revision=341289
* Properly set license when using the demosaic packs.Raphael Kubo da Costa2014-01-211-2/+4
| | | | | | | | | | | | | | | | | According to the port's README.demosaic-packs, when the demosaic packs are used the software must be licensed under either the GPLv2 or the GPLv3, depending on the packs being used (if both packs are used, the GPLv3 should take precedence). This patch changes the way LICENSE is set when those options are set: the new licenses are exclusive with the others. PR: ports/185119 Submitted by: rakuco@ Approved by: maintainer timeout (29 days) Notes: svn path=/head/; revision=340649
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Fix build without libstdc++Baptiste Daroussin2013-09-021-0/+3
| | | | Notes: svn path=/head/; revision=326082
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-5/+2
| | | | Notes: svn path=/head/; revision=326011
* Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.Gerald Pfeifer2013-08-171-1/+1
| | | | | | | | | | | | | | | | | Right now this is a noop in the former case and a noop in the latter case unless lang/gcc44 has been installed explicitly. This puts a bit more emphasis on standardizing on a canonical version "current" GCC and makes it easier to update that canonical version by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port. That is, USE_GCC=yes means "use a decent/modern version of GCC" without having to worry about details. Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324851
* Update from 0.14.6 to 0.14.7.Sergey A. Osokin2012-07-162-7/+7
| | | | Notes: svn path=/head/; revision=300954
* - Reindent and improve OPENMP option descriptionAlexey Dokuchaev2012-06-282-7/+6
| | | | | | | | | - Reformat port description text Approved by: maintainer (implicit as uncommitted parts of r1.31) Notes: svn path=/head/; revision=300174
* Update from 0.14.5 to 0.14.6.Sergey A. Osokin2012-06-062-11/+18
| | | | | | | | | | | For fix usage -fopenmp flag (with USE_GCC=4.6+) add OPENMP knob. (*) Fix usage of DEMOSAIC_PACK_GPL3 knob. Spotted by: Hannes <h2+fbsdports@fsfe.org> (*) Thanks to: danfe (*) Notes: svn path=/head/; revision=298621
* OptionsNGfy.Sergey A. Osokin2012-05-291-8/+10
| | | | Notes: svn path=/head/; revision=297716
* - Fix broken shared library symlink [1]Alexey Dokuchaev2012-05-221-19/+22
| | | | | | | | | | | | | | - Unmute installation commands - Switch from HAS_CONFIGURE to more appropriate GNU_CONFIGURE - Rephrase OPTIONS descriptions for better grammar and readability - Add missing USE_LDCONFIG knob - Bump port revision due to [1] - Reformat the Makefile while here Approved by: maintainer (osa) Notes: svn path=/head/; revision=297169
* Add shotwell patches to work with the new libraw. Disable jasper support inDavid Thiel2012-02-161-1/+2
| | | | | | | | libraw, as a) no dependency is defined for jasper to begin with, and b) it fails to link when jasper support is enabled. Bump libraw portrevision. Notes: svn path=/head/; revision=291498
* Remove unused variable USE_PKGCONFIG.Sergey A. Osokin2012-02-151-1/+0
| | | | | | | | | E-mailed by: eadler Found by: Alex Kozlov Tested at: Redports Notes: svn path=/head/; revision=291467
* Update from 0.13.7 to 0.14.5.Sergey A. Osokin2012-02-093-18/+20
| | | | | | | | | Fix whitespaces. Use bsd.port.options.mk. Bump PORTREVISION for dependent port. Notes: svn path=/head/; revision=290795
* Update from 0.13.6 to 0.13.7.Sergey A. Osokin2011-07-262-12/+8
| | | | Notes: svn path=/head/; revision=278356
* Update from 0.13.5 to 0.13.6.Sergey A. Osokin2011-07-152-7/+7
| | | | Notes: svn path=/head/; revision=277749
* Update from 0.13.4 to 0.13.5.Sergey A. Osokin2011-05-282-7/+7
| | | | | | | Notice from: miwi Notes: svn path=/head/; revision=274764
* Update from 0.13.2 to 0.13.4.Sergey A. Osokin2011-04-042-8/+7
| | | | Notes: svn path=/head/; revision=272197