aboutsummaryrefslogtreecommitdiff
path: root/graphics/ImageMagick6
Commit message (Collapse)AuthorAgeFilesLines
* graphics/ImageMagick6: Update to 6.9.13-36Gleb Popov2025-12-192-5/+4
|
* graphics/ImageMagick6: Strip shared libraryPo-Chuan Hsieh2025-11-051-1/+4
| | | | | | | | | | - Bump PORTREVISION for package change ====> Running Q/A tests (stage-qa) Warning: 'lib/perl5/site_perl/mach/5.40/auto/Image/Magick/Q16/Q16.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} PR: 290596 Approved by: arrowd
* graphics/graphviz: update to 14.0.1Dirk Meyer2025-10-161-1/+1
|
* *: Bump PORTREVISION of graphics/openexr usersMatthias Andree2025-09-061-1/+1
| | | | (including those where openexr is only an option)
* *: Bump PORTREVISION for math/Imath updateMatthias Andree2025-08-101-1/+1
|
* libxml2: chase libxml soversion bumpBaptiste Daroussin2025-06-301-1/+1
|
* graphics/ImageMagick6: Fix *-config toolsSASAKI Katuhiro2025-06-091-0/+5
| | | | PR: 286088
* graphics/ImageMagick*: Udpate portsLoïc Bartoletti2025-03-304-25/+11
| | | | | PR: 285511 Exp-run by: antoine
* gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port moveCharlie Li2025-03-171-1/+1
| | | | | | The GTK 1-based gdk-pixbuf has not existed for some time. No functional or package changes.
* graphics/openexr: PORTREVISION bump of openexr users due to ABI changeMatthias Andree2024-10-131-1/+1
|
* graphics/ImageMagick6: Simplify WMF option after graphics/libwmf being ↵Po-Chuan Hsieh2024-08-151-14/+3
| | | | | | flavorized Approved by: portmgr (blanket)
* graphics/tiff: Update to 4.6.0Tijl Coosemans2024-04-271-1/+1
| | | | | PR: 278577 Exp-run by: antoine
* graphics/ImageMagick6: Moved man to share/manMuhammad Moinur Rahman2024-01-292-18/+19
| | | | Approved by: portmgr (blanket)
* */*: Bump PORTREVISION for Ghostscript 10 changeMichael Osipov2023-11-031-1/+1
| | | | | | Reported by: sunpoet Approved by: jrm (mentor), sunpoet Differential Revision: https://reviews.freebsd.org/D42412
* *: Bump PORTREVISION for OpenEXR usersMatthias Andree2023-09-101-1/+1
| | | | | Because OpenEXR's SONAME has changed with the 3.2.0 update. New SONAME: libOpenEXR-3_2.so.31
* */*: Bump jpeg-turbo users treewideDaniel Engberg2023-07-281-1/+1
| | | | New major version 3.0.0
* *: bump PORTREVISION of Imath usersMatthias Andree2023-06-021-1/+1
| | | | | ...because math/Imath 3.1.9 reset the major version of libImath to 29 from 31. See math/Imath 3.1.9 for details.
* graphics/ImageMagick6: Convert -nox11 to flavorFelix Palmen2023-04-301-24/+29
| | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D39424
* *: Bump PORTREVISION of math/Imath usersMatthias Andree2023-03-041-1/+1
|
* graphics/libraw: Update to 0.21.1Jason E. Hale2023-03-021-0/+1
| | | | | | | | Bump PORTREVISION on dependent ports due to shared library increase. Add several fixes for compatability. https://www.libraw.org/news/libraw-0-21-release https://www.libraw.org/news/libraw-0-21-1-release
* graphics/ImageMagick6: update to 6.9.12.77Tobias C. Berner2023-02-182-4/+4
|
* graphics/ImageMagick6: update to 6.9.12.73Tobias C. Berner2023-01-272-4/+4
|
* graphics/ImageMagick6: update to 6.9.12.72Tobias C. Berner2023-01-112-4/+4
|
* graphics/ImageMagick6: update to 6.9.12.65Tobias C. Berner2022-10-142-4/+4
|
* graphics/ImageMagick6: fix build with TESTS enabledDmitry Marakasov2022-10-131-2/+0
| | | | | | | | | Fix by removing circular dependency between targets: install /→/ test → stage → install PR: 266275 Approved by: maintainer timeout
* graphics/ImageMagick6: update to 6.9.12.63Tobias C. Berner2022-09-172-8/+9
| | | | - minor whitespace changes
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* graphics/ImageMagick6: update to 6.9.12-62Tobias C. Berner2022-08-312-5/+4
|
* graphics/ImageMagick*: Use release archivesDaniel Engberg2022-07-263-10/+12
| | | | | | | | | Upstream's new location was missed by mistake, revert and update URLs to match accordingly Reference: https://imagemagick.org/script/mirror.php Approved by: desktop (tcberner)
* graphics/ImageMagick6: update to 6.9.12-58Tobias C. Berner2022-07-243-28/+9
| | | | - switch to github (/downloads no longer available).
* Mk/bsd.options.desc.mk: add common DESC for HEIF optionTobias C. Berner2022-06-301-1/+0
|
* graphics/ImageMagick6: enable HEIF support by defaultTobias C. Berner2022-06-291-1/+2
|
* graphics/ImageMagick6: update to 6.9.12-49Tobias C. Berner2022-05-185-142/+4
| | | | | The const fixes introduced in 06ba562579f8b627b7bb8fdafc8a3ad422577648 have been integrated upstream.
* graphics/ImageMagick6: update to 6.9.12.48Tobias C. Berner2022-05-092-5/+4
|
* multimedia/lebiniou: fix buildLoïc Bartoletti2022-05-064-0/+139
| | | | | | | | | | multimedia/lebiniou uses -Werror flag and raises errors in ImageMagick6: error: 'const' type qualifier on return type has no effect [-Werror,-Wignored-qualifiers] Removing the 'const' on different files, fix the build of multimedia/lebiniou.
* graphics/ImageMagick6: update to 6.9.12-47Tobias C. Berner2022-05-023-5/+4
| | | | | Changes: https://github.com/ImageMagick/ImageMagick6/compare/6.9.12-45...6.9.12-47
* graphics/ImageMagick6: update to 6.9.12-46Tobias C. Berner2022-04-252-4/+4
|
* graphics/ImageMagick6: update to 6.9.12-45Tobias C. Berner2022-04-192-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: * ImageMagick/ImageMagick#5028 6dca9a7 * eliminate Coverity defects 6ef3cb2 * eliminate arbitrary limit on CMS descriptions 2c452fc * eliminate Coverity defects dcc7a67 * prep next release df41269 * eliminate coverity defects 68fe465 * check to see if ICC property exists before its created a5263ab * pending release e8700b9 * revert 354943b * Improved freetype error reporting. 05d5d26 * future: throw an exception if type cache cannot be acquired ae21b8c * do not permit setting read-only properties (e.g. exif:*) 98abe54 * streaming interface must be allocated on the heap f2ab27b * eliminate Coverity defects d6ccd35 * eliminate Coverity defects f730f49 * Added missing version check. 93bbd3a * do not set ICC properties unless the value is non-null 5988721 * eliminate leak in Freetype streaming interface 980bfe2 * check for empty string not needed cbbcfa1 * Removed unused assignment. 44f42c2 * revert 65b99c4 * utilitze fstat() blocksize to set stream buffer size 7462d84 * eliminate Coverity defect c64edf6 * eliminate Coverity defects 3d50253 * eliminate compiler warning 8ca2579 * ImageMagick/ImageMagick#5034 dc070da * prevent double free in Freetype streaming interface 212564a * ImageMagick/ImageMagick#5037 1eb8339 * release e2d55af * fix fill-opacity special case where the fill color alpha is fully transparent 83bd597 * eliminate compiler warning f82bd6a * revert 8c9e882 * revert f49d606 * eliminate Coverity defects 5923cb3 * ImageMagick/ImageMagick#5027 6f7a9e2 * Corrected check. 17aa89f * Revert local check. 8126c53 * fix memory leak in Freetype stream 8ead70f
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-101-0/+1
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* graphics/ImageMagick6: update to 6.9.12.44Tobias C. Berner2022-03-303-9/+5
|
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-1/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* */*: Bump PORTREVISION of print/libraqm usersDaniel Engberg2022-01-251-0/+1
| | | | Bump due to new version of print/libraqm
* Fix CONFLICTS entries of multiple portsStefan Eßer2022-01-101-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been lots of missing CONFLICTS_INSTALL entries, either because conflicting ports were added without updating existing ports, due to name changes of generated packages, due to mis-understanding the format and semantics of the conflicts entries, or just due to typoes in package names. This patch is the result of a comparison of all files contained in the official packages with each other. This comparison was based on packages built with default options and may therefore have missed further conflicts with optionally installed files. Where possible, version numbers in conflicts entries have been generalized, some times taking advantage of the fact that a port cannot conflict with itself (due to logic in bsd.port.mk that supresses the pattern match result in that case). A few ports that set the conflicts variables depending on complex conditions (e.g. port options), have been left unmodified, despite probably containing outdated package names. These changes should only affect the installation of locally built ports, not the package building with poudriere. They should give an early indication of the install conflict in cases where currently the pkg command aborts an installation when it detects that an existing file would be overwritten, Approved by: portmgr (implicit)
* graphics/ImageMagick6: update to 6.9.12-34Tobias C. Berner2021-12-272-4/+4
|
* graphics/ImageMagick6: update to 6.9.12-33Tobias C. Berner2021-12-262-4/+4
|
* graphics/ImageMagick6: update to 6.9.12-32Tobias C. Berner2021-12-113-6/+6
|
* graphics/ImageMagick*: Assign ports to desktop teamDaniel Engberg2021-11-031-1/+1
| | | | | | | | Assign ImageMagick ports to desktop team (requested by tcberner) as maintainer is currently unable to keep up due lack of time. Approved by: kwm (port maintainer), arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32626
* */*: Remove redundant '-[0-9]*' from CONFLICTSStefan Eßer2021-10-291-1/+1
| | | | | | | | | | | | | The conflict checks compare the patterns first against the package names without version (as reported by "pkg query "%n"), then - if there was no match - agsinst the full package names including the version (as reported by "pkg query "%n-%v"). Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter for the bash package in any version. But that pattern is functionally identical with just "bash". Approved by: portmgr (blanket)
* */*: Remove compiler:openmp from Mk/Uses/compiler.mkFernando Apesteguía2021-10-031-4/+3
| | | | | | | | | | | | | | | | | | The option implied a dependency on gcc but clang got openmp support long ago. Remove compiler:openmp from Mk/Uses/compiler.mk For ports using USE=compiler:openmp, just remove it and make them build with clang. Fix conditionals when necessary Bump PORTREVISION where appropriate If problem arises, they can be addressed by using USE_GCC=yes An update to the Porter's Handbook will follow. Approved by: portmgr (bapt) Differential Revision: https://reviews.freebsd.org/D31971