graphicsmagick: don't make symlinsk that conflict with imagemagick

This commit is contained in:
Danny Rawlins 2021-01-31 18:47:25 +11:00
parent eba03e33f4
commit b002aac58e
3 changed files with 3 additions and 14 deletions

View File

@ -3,17 +3,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/GraphicsMagick++-config
-rwxr-xr-x root/root usr/bin/GraphicsMagick-config
-rwxr-xr-x root/root usr/bin/GraphicsMagickWand-config
lrwxrwxrwx root/root usr/bin/animate -> gm
lrwxrwxrwx root/root usr/bin/compare -> gm
lrwxrwxrwx root/root usr/bin/composite -> gm
lrwxrwxrwx root/root usr/bin/conjure -> gm
lrwxrwxrwx root/root usr/bin/convert -> gm
lrwxrwxrwx root/root usr/bin/display -> gm
-rwxr-xr-x root/root usr/bin/gm
lrwxrwxrwx root/root usr/bin/identify -> gm
lrwxrwxrwx root/root usr/bin/import -> gm
lrwxrwxrwx root/root usr/bin/mogrify -> gm
lrwxrwxrwx root/root usr/bin/montage -> gm
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/GraphicsMagick/
-rw-r--r-- root/root usr/include/GraphicsMagick/Magick++.h

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/n91/XmgBBvo72wdtoQfs5qvDciG/lxxhpmIS8H/WIW/+mbsxvadFbNPUZNGeGjeoEFoYPJFSryuhTkD5AfLQg=
SHA256 (Pkgfile) = c9edade3f2bc4f7bd27ea150834da436b3261bfd721fc969ada1a63d6e2e88cc
SHA256 (.footprint) = a569fd10507a284b1cc2c56fd18dcdc2377c690dc7373f9d42cdfb47b3286560
RWSagIOpLGJF30Pcb9w10Cs9EsqiLmEfxb3OQfp2swZcQDp7UlgOYm+oCLS2RYlHwcBeTwg2o63bHUKt6SE49fB5Xxs3AMwiZgM=
SHA256 (Pkgfile) = 75a0133288361db7b9c3df75146bdd72ae41c3e10deac09cec8fbb7878a254d5
SHA256 (.footprint) = a41ba56c3efce683fc4dce034c940db3159eff22894d2a5ab1609bed15fa111d
SHA256 (GraphicsMagick-1.3.36.tar.xz) = 5d5b3fde759cdfc307aaf21df9ebd8c752e3f088bb051dd5df8aac7ba7338f46

View File

@ -14,7 +14,6 @@ build() {
./configure \
--prefix=/usr \
--enable-shared \
--enable-magick-compat \
--with-modules \
--with-perl \
--with-gs-font-dir='/usr/share/fonts/X11/Type1' \