aboutsummaryrefslogtreecommitdiff
path: root/graphics/dcraw-m
Commit message (Collapse)AuthorAgeFilesLines
* Convert to USES=jpegAntoine Brodin2015-06-221-2/+1
| | | | Notes: svn path=/head/; revision=390310
* Update ports in the games category to not use GH_COMMIT.Mathieu Arnold2015-05-072-6/+3
| | | | | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=385633
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | Using this new scheme allows only setting the _tag_ or _commit hash_ in GH_TAGNAME and not having to know the hash for a tag. This scheme will download a tarball that has a different checksum than before due to a changed directory name for extraction. The following MASTER_SITES are provided to retain the old checksum and directory structure (that require GH_COMMIT): GH -> GHL GITHUB -> GITHUB_LEGACY Differential Revision: https://reviews.freebsd.org/D748 Submitted by: amdmi3 Reviewed by: mat, swills, antoine, bdrewery With hat: portmgr Notes: svn path=/head/; revision=381618
* graphics/dcraw-m: Remove -Werror to restore build on DFJohn Marino2015-02-181-1/+1
| | | | | | | | | | | | With gcc47+, variable 'type' is set but not used, which generates warning. The -Werror flag should never be set in ports. PR: 197329 Submitted by: marino@ Approved by: maintainer timeout Notes: svn path=/head/; revision=379203
* Update ImageMagick to 6.9.0.4.Koop Mast2015-01-181-1/+2
| | | | | | | | | | | | | | | | | | | | | - Normalize the ImageMagick library name so it stays the same regardless of what the 16-bit and HDRI option are set to [1]. Teach cmake to look for the new name. Bump ports that link to the libraries due to this. - As a result do away with the "HALFSUPPORTED" option block, and list 16-bit and HDRI with the other options. - ImageMagick ships a basic SVG plugin when not using librsvg2 for SVG support. This basic SVG plugin needs libxml2 to work [2]. Make libxml2 a mandatory dependency (instead of only when the SVG option was selected). - Don't touch .keep files in the modules directory, there files there so it useless. PR: 194949 [1] PR: 195227 [2] Requested by: many [1] Submitted by: software-freebsd@interfasys.ch [2] Notes: svn path=/head/; revision=377347
* - Update to 9.22 and unexpireRene Ladan2014-11-293-30/+26
| | | | | | | | | | | | | | | | | - Change MASTER_SITES to GitHub - Add GPLv2 as license - Switch dependency from lcms to lcms2 - Drop -O3 and -O4 options From myself: - unmute do-build command - add USES=pkgconfig to fix build PR: 194775 Submitted by: maintainer <waitman@waitman.net> Notes: svn path=/head/; revision=373628
* Remove * from LIB_DEPENDS lines and specify the default library nameKoop Mast2014-11-071-1/+1
| | | | | | | for ImageMagick. Using '*' it is unsupported and potention bugs here. Notes: svn path=/head/; revision=372250
* Deprecate ports broken for more than 6 monthsAntoine Brodin2014-10-251-0/+2
| | | | Notes: svn path=/head/; revision=371489
* Update to 6.8.9-3 [1][3].Koop Mast2014-06-171-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use USES=compiler:openmp for the OPENMP option[2] Ditch the use of perl for patching etc [4] and silence perl threaded check [6] -delay option spurious message should be fixed [5] JASPER option was replace by JPEG2000 for JP2k support. Put 16BIT_PIXEL and HDRI option separate option block. These options change the library name, so the user needs to take this into consideration. Use new LIB_DEPENDS syntax. Use @sample for config files. Sprinkle some USES=pkgconfig for some ports, since we don't pull it in anymore at run-time. PR: 185462 [1] PR: 187548 [2] PR: 182793 [3] PR: 181746 [4] PR: 176047 [5] PR: 190814 [6] Submitted by: c.petrik.sosa@gmail.com [1] Matthieu Volat <mazhe@alkumuna.eu> [2] free.bsd@webstyle.ch [3] andrnils@gmail.com [4] rfg@tristatelogic.com [5] Michelle Sullivan <michelle@sorbs.net> [6] Approved by: portmgr (blanket) (for NO_STAGED ports) Notes: svn path=/head/; revision=358176
* Mark a few unfetchable ports BROKENAntoine Brodin2014-04-271-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=352425
* Add new dcraw-m port, a variant of dcraw thatMatthias Andree2014-01-143-0/+59
adds auto-rotate to exported thumbnails, and also add adjustment for camera timezone offset. PR: ports/177490 Submitted by: Waitman Gobble Notes: svn path=/head/; revision=339660