You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
p5-perlmagick: Update to 6.9.13-21
This commit is contained in:
@@ -7,11 +7,11 @@ PortGroup perl5 1.0
|
||||
|
||||
epoch 1
|
||||
perl5.branches 5.28 5.30 5.32 5.34
|
||||
perl5.setup PerlMagick 6.9.13-16
|
||||
perl5.setup PerlMagick 6.9.13-21
|
||||
revision 0
|
||||
checksums rmd160 a76f0d3808d23e96badfd95fbaf9d1ec5c647694 \
|
||||
sha256 a2ca04c37ef56e669f442954d878bab7d096fadabdc75f6027f755bfdbf89a98 \
|
||||
size 9613864
|
||||
checksums rmd160 e933a953d06f5bbaec3fc5eb77279ba73292583d \
|
||||
sha256 985b9bf373c8b67c9df66d53247bdbb44aa79d133e75fb84d73179b238af8471 \
|
||||
size 9620376
|
||||
|
||||
set my_name ImageMagick
|
||||
maintainers {ryandesign @ryandesign}
|
||||
@@ -35,8 +35,7 @@ distname ${my_name}-${version}
|
||||
if {${perl5.major} != ""} {
|
||||
depends_lib-append port:ImageMagick
|
||||
|
||||
patchfiles no-usr-include-ImageMagick.patch \
|
||||
no-INSTALL_BASE.patch
|
||||
patchfiles no-usr-include-ImageMagick.patch
|
||||
|
||||
# https://trac.macports.org/wiki/WimplicitFunctionDeclaration#strchr
|
||||
configure.checks.implicit_function_declaration.whitelist-append strchr
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
Revert these commits:
|
||||
|
||||
https://github.com/ImageMagick/ImageMagick6/commit/f665638007d1f8627677a2c60ceda971c1d6cbb4
|
||||
https://github.com/ImageMagick/ImageMagick6/commit/ae55feba3f47534a999fdc0c37e0ec0fb34231f1
|
||||
|
||||
These commits cause files not to be installed in vendor_perl anymore which
|
||||
causes the perl5 portgroup to fail.
|
||||
|
||||
These commits also cause files to be installed in unversioned directories so
|
||||
that the subports would conflict with one another.
|
||||
--- PerlMagick/Makefile.PL.in.orig 2024-05-25 07:53:44.000000000 -0500
|
||||
+++ PerlMagick/Makefile.PL.in 2024-06-18 21:48:55.000000000 -0500
|
||||
@@ -223,9 +223,6 @@
|
||||
# Linker flags for building a dynamically loadable module
|
||||
'LDDLFLAGS' => $LDDLFLAGS_magick,
|
||||
|
||||
- # Install PerlMagick into ImageMagick prefix
|
||||
- 'INSTALL_BASE' => '@PREFIX_DIR@',
|
||||
-
|
||||
# Install PerlMagick binary into ImageMagick bin directory
|
||||
'INSTALLBIN' => '@BIN_DIR@',
|
||||
|
||||
--- PerlMagick/quantum/Makefile.PL.in.orig 2024-06-17 19:40:10.000000000 -0500
|
||||
+++ PerlMagick/quantum/Makefile.PL.in 2024-06-18 21:37:23.000000000 -0500
|
||||
@@ -220,9 +220,6 @@
|
||||
# Linker flags for building a dynamically loadable module
|
||||
'LDDLFLAGS' => $LDDLFLAGS_magick,
|
||||
|
||||
- # Install PerlMagick into ImageMagick prefix
|
||||
- 'INSTALL_BASE' => '@PREFIX_DIR@',
|
||||
-
|
||||
# Install PerlMagick binary into ImageMagick bin directory
|
||||
'INSTALLBIN' => '@BIN_DIR@',
|
||||
|
||||
Reference in New Issue
Block a user