| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
| |
- 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
|
| | |
|
| |
|
|
| |
(including those where openexr is only an option)
|
| | |
|
| | |
|
| |
|
|
| |
PR: 286088
|
| |
|
|
|
| |
PR: 285511
Exp-run by: antoine
|
| |
|
|
|
|
| |
The GTK 1-based gdk-pixbuf has not existed for some time.
No functional or package changes.
|
| | |
|
| |
|
|
|
|
| |
flavorized
Approved by: portmgr (blanket)
|
| |
|
|
|
| |
PR: 278577
Exp-run by: antoine
|
| |
|
|
| |
Approved by: portmgr (blanket)
|
| |
|
|
|
|
| |
Reported by: sunpoet
Approved by: jrm (mentor), sunpoet
Differential Revision: https://reviews.freebsd.org/D42412
|
| |
|
|
|
| |
Because OpenEXR's SONAME has changed with the 3.2.0 update.
New SONAME: libOpenEXR-3_2.so.31
|
| |
|
|
| |
New major version 3.0.0
|
| |
|
|
|
| |
...because math/Imath 3.1.9 reset the major version of
libImath to 29 from 31. See math/Imath 3.1.9 for details.
|
| |
|
|
|
| |
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D39424
|
| | |
|
| |
|
|
|
|
|
|
| |
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
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Fix by removing circular dependency between targets:
install /→/ test → stage → install
PR: 266275
Approved by: maintainer timeout
|
| |
|
|
| |
- minor whitespace changes
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| | |
|
| |
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
| |
- switch to github (/downloads no longer available).
|
| | |
|
| | |
|
| |
|
|
|
| |
The const fixes introduced in 06ba562579f8b627b7bb8fdafc8a3ad422577648
have been integrated upstream.
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
Changes:
https://github.com/ImageMagick/ImageMagick6/compare/6.9.12-45...6.9.12-47
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
|
| | |
|
| |
|
|
|
| |
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
|
| |
|
|
| |
Bump due to new version of print/libraqm
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|