Date: Fri, 7 Nov 2014 09:55:23 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372250 - in head: audio/mp3plot databases/virtuoso deskutils/calibre devel/synfig editors/emacs editors/emacs-devel graphics/autotrace graphics/converseen graphics/cuneiform graphics/d... Message-ID: <201411070955.sA79tNpl033475@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Fri Nov 7 09:55:22 2014 New Revision: 372250 URL: https://svnweb.freebsd.org/changeset/ports/372250 QAT: https://qat.redports.org/buildarchive/r372250/ Log: Remove * from LIB_DEPENDS lines and specify the default library name for ImageMagick. Using '*' it is unsupported and potention bugs here. Modified: head/audio/mp3plot/Makefile head/databases/virtuoso/Makefile head/deskutils/calibre/Makefile head/devel/synfig/Makefile head/editors/emacs-devel/Makefile head/editors/emacs/Makefile head/graphics/autotrace/Makefile head/graphics/converseen/Makefile head/graphics/cuneiform/Makefile head/graphics/dcraw-m/Makefile head/graphics/fpc-imagemagick/Makefile head/graphics/gimp-gmic-plugin/Makefile head/graphics/inkscape/Makefile head/graphics/kipi-plugin-videoslideshow/Makefile head/graphics/libdmtx/Makefile head/graphics/npretty/Makefile head/graphics/opendx/Makefile head/graphics/pecl-imagick/Makefile head/graphics/pfstools/Makefile head/graphics/php-magickwand/Makefile head/graphics/pstoedit/Makefile head/graphics/py-wand/Makefile head/graphics/reallyslick/Makefile head/graphics/rubygem-rmagick/Makefile head/graphics/zbar/Makefile head/multimedia/dvdauthor/Makefile head/multimedia/libxine/Makefile head/multimedia/transcode/Makefile head/security/libfprint/Makefile head/www/WebMagick/Makefile head/www/tengine/Makefile head/x11/xlockmore/Makefile Modified: head/audio/mp3plot/Makefile ============================================================================== --- head/audio/mp3plot/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/audio/mp3plot/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -28,7 +28,7 @@ PLIST_FILES= bin/${PORTNAME} man/man1/${ GD_CONFIGURE_ENABLE= gd GD_LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd IMAGEMAGICK_CONFIGURE_ENABLE= magick -IMAGEMAGICK_LIB_DEPENDS=libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +IMAGEMAGICK_LIB_DEPENDS=libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick post-patch: @${REINPLACE_CMD} -e '/bldtype_/s|-O2||g; s|^extra_LD.*||g' ${WRKSRC}/configure Modified: head/databases/virtuoso/Makefile ============================================================================== --- head/databases/virtuoso/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/databases/virtuoso/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -68,7 +68,7 @@ check: .if ${PORT_OPTIONS:MIMAGEMAGICK} CONFIGURE_ARGS+=--enable-imagemagick=${LOCALBASE} -LIB_DEPENDS+= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= WITH_IMAGEMAGICK="" .else CONFIGURE_ARGS+=--disable-imagemagick Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/deskutils/calibre/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTVERSI MAINTAINER= rnejdl@ringofsaturn.com COMMENT= Ebook management application -LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 \ libwmflite.so:${PORTSDIR}/graphics/libwmf \ Modified: head/devel/synfig/Makefile ============================================================================== --- head/devel/synfig/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/devel/synfig/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -13,7 +13,7 @@ COMMENT= Vector based 2D animation packa LICENSE= GPLv3 BUILD_DEPENDS= etl>=0.04.17:${PORTSDIR}/devel/etl -LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick \ libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ libmng.so:${PORTSDIR}/graphics/libmng \ Modified: head/editors/emacs-devel/Makefile ============================================================================== --- head/editors/emacs-devel/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/editors/emacs-devel/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -155,7 +155,7 @@ M17N_CONFIGURE_WITH= m17n-flt OTF_LIB_DEPENDS= libotf.so:${PORTSDIR}/print/libotf OTF_CONFIGURE_WITH= libotf -MAGICK_LIB_DEPENDS= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +MAGICK_LIB_DEPENDS= libMagickCore-6.Q16.so:${PORTSDIR}/graphics/ImageMagick MAGICK_CONFIGURE_WITH= imagemagick GSETTINGS_USE= gnome=glib20 Modified: head/editors/emacs/Makefile ============================================================================== --- head/editors/emacs/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/editors/emacs/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -166,7 +166,7 @@ M17N_CONFIGURE_WITH= m17n-flt OTF_LIB_DEPENDS= libotf.so:${PORTSDIR}/print/libotf OTF_CONFIGURE_WITH= libotf -MAGICK_LIB_DEPENDS= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +MAGICK_LIB_DEPENDS= libMagickCore-6.Q16.so:${PORTSDIR}/graphics/ImageMagick MAGICK_CONFIGURE_WITH= imagemagick GSETTINGS_USE= gnome=glib20 Modified: head/graphics/autotrace/Makefile ============================================================================== --- head/graphics/autotrace/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/graphics/autotrace/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -27,7 +27,7 @@ OPTIONS_DEFAULT=IMAGEMAGICK PSTOEDIT MING_DESC= Enable swf interface PSTOEDIT_DESC= Convert postscript to other formats -IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick IMAGEMAGICK_CONFIGURE_OFF= --without-magick MING_LIB_DEPENDS= libming.so:${PORTSDIR}/graphics/ming Modified: head/graphics/converseen/Makefile ============================================================================== --- head/graphics/converseen/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/graphics/converseen/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -11,7 +11,7 @@ COMMENT= Easy to use graphics conversion LICENSE= GPLv3 -LIB_DEPENDS= libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick USES= cmake gettext iconv tar:bzip2 USE_QT4= corelib gui linguist_build moc_build qmake_build \ Modified: head/graphics/cuneiform/Makefile ============================================================================== --- head/graphics/cuneiform/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/graphics/cuneiform/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -27,7 +27,7 @@ OPTIONS_DEFINE= IMAGEMAGICK .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MIMAGEMAGICK} -LIB_DEPENDS+= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick .endif post-patch: Modified: head/graphics/dcraw-m/Makefile ============================================================================== --- head/graphics/dcraw-m/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/graphics/dcraw-m/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -18,7 +18,7 @@ EXPIRATION_DATE= 2014-11-26 LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ liblcms.so:${PORTSDIR}/graphics/lcms \ - libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick + libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick PLIST_FILES= bin/dcraw-m Modified: head/graphics/fpc-imagemagick/Makefile ============================================================================== --- head/graphics/fpc-imagemagick/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/graphics/fpc-imagemagick/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -18,6 +18,6 @@ OPTIONS_DEFINE= IMAGEMAGICK IMAGEMAGICK_DESC= Install ImageMagick image proccesing tool OPTIONS_DEFAULT= IMAGEMAGICK -IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick .include "${MASTERDIR}/Makefile" Modified: head/graphics/gimp-gmic-plugin/Makefile ============================================================================== --- head/graphics/gimp-gmic-plugin/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/graphics/gimp-gmic-plugin/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -14,7 +14,7 @@ COMMENT= GREYC's Magic Image Converter LIB_DEPENDS= libGraphicsMagick++.so:${PORTSDIR}/graphics/GraphicsMagick \ libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ - libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \ + libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick \ libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ libfftw3.so:${PORTSDIR}/math/fftw3 \ libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app Modified: head/graphics/inkscape/Makefile ============================================================================== --- head/graphics/inkscape/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/graphics/inkscape/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -18,7 +18,7 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/deve liblcms.so:${PORTSDIR}/graphics/lcms \ libwpg-0.2.so:${PORTSDIR}/graphics/libwpg \ libpng15.so:${PORTSDIR}/graphics/png \ - libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick + libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick RUN_DEPENDS= p5-XML-XQL>=0:${PORTSDIR}/textproc/p5-XML-XQL USE_GNOME= gtkmm24 intlhack libxslt Modified: head/graphics/kipi-plugin-videoslideshow/Makefile ============================================================================== --- head/graphics/kipi-plugin-videoslideshow/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/graphics/kipi-plugin-videoslideshow/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -8,7 +8,7 @@ CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org COMMENT= ${${KIPI_PLUGIN}_DESC} -LIB_DEPENDS= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= libMagickCore-6.Q16.so:${PORTSDIR}/graphics/ImageMagick \ libQtGStreamer-0.10.so:${PORTSDIR}/multimedia/gstreamer-qt4 KIPI_PLUGIN= videoslideshow Modified: head/graphics/libdmtx/Makefile ============================================================================== --- head/graphics/libdmtx/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/graphics/libdmtx/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= johans@FreeBSD.org COMMENT= Library for reading and writing Data Matrix barcodes -LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick USES= tar:bzip2 libtool GNU_CONFIGURE= yes Modified: head/graphics/npretty/Makefile ============================================================================== --- head/graphics/npretty/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/graphics/npretty/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -15,7 +15,7 @@ LICENSE= GPLv2 RUN_DEPENDS= p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool \ p5-forks>=0:${PORTSDIR}/devel/p5-forks -LIB_DEPENDS= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= libMagickCore-6.Q16.so:${PORTSDIR}/graphics/ImageMagick NO_BUILD= yes USES= perl5 shebangfix Modified: head/graphics/opendx/Makefile ============================================================================== --- head/graphics/opendx/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/graphics/opendx/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -11,7 +11,7 @@ DISTNAME= dx-${PORTVERSION} MAINTAINER= stephen@FreeBSD.org COMMENT= IBM's Open Visualization Data Explorer -LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick \ libtiff.so:${PORTSDIR}/graphics/tiff \ libcdf.so:${PORTSDIR}/science/cdf Modified: head/graphics/pecl-imagick/Makefile ============================================================================== --- head/graphics/pecl-imagick/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/graphics/pecl-imagick/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -16,8 +16,8 @@ LICENSE= PHP301 OPTIONS_DEFINE= X11 -X11_LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick -X11_LIB_DEPENDS_OFF= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick-nox11 +X11_LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick +X11_LIB_DEPENDS_OFF= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick-nox11 USES= pkgconfig tar:tgz USE_PHP= yes Modified: head/graphics/pfstools/Makefile ============================================================================== --- head/graphics/pfstools/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/graphics/pfstools/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -51,7 +51,7 @@ QT_USE= QT4=moc_build,corelib,gui QT_CONFIGURE_ENABLE= qt IMAGEMAGICK_CONFIGURE_ENABLE= imagemagick -IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick GDAL_CONFIGURE_ENABLE= gdal GDAL_LIB_DEPENDS= libgdal.so:${PORTSDIR}/graphics/gdal Modified: head/graphics/php-magickwand/Makefile ============================================================================== --- head/graphics/php-magickwand/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/graphics/php-magickwand/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -12,7 +12,7 @@ DISTNAME= MagickWandForPHP-${PORTVERSION MAINTAINER= miwi@FreeBSD.org COMMENT= PHP extension to manipulate images -LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick USES= pkgconfig USE_PHP= yes Modified: head/graphics/pstoedit/Makefile ============================================================================== --- head/graphics/pstoedit/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/graphics/pstoedit/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -39,7 +39,7 @@ EMF_LIB_DEPENDS= libEMF.so:${PORTSDIR}/g EMF_CONFIGURE_ON= --with-libemf-include=${LOCALBASE}/include/libEMF EMF__CONFIGURE_OFF= --without-emf -MAGICK_LIB_DEPENDS= libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +MAGICK_LIB_DEPENDS= libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick MAGICK_CONFIGURE_ON= --with-magick MAGICK_CONFIGURE_OFF= --without-magick Modified: head/graphics/py-wand/Makefile ============================================================================== --- head/graphics/py-wand/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/graphics/py-wand/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -11,7 +11,7 @@ COMMENT= MagickWand Python binding LICENSE= MIT -LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick USES= python USE_PYTHON= distutils autoplist Modified: head/graphics/reallyslick/Makefile ============================================================================== --- head/graphics/reallyslick/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/graphics/reallyslick/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -11,7 +11,7 @@ DISTNAME= rss-glx_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL screensaver collection -LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick \ libGLC.so:${PORTSDIR}/graphics/quesoglc USE_GL= glut Modified: head/graphics/rubygem-rmagick/Makefile ============================================================================== --- head/graphics/rubygem-rmagick/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/graphics/rubygem-rmagick/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -19,9 +19,9 @@ OPTIONS_DEFAULT= X11 USES= pkgconfig .if ${PORT_OPTIONS:MX11} -LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick .else -LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick-nox11 +LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick-nox11 .endif .include <bsd.port.mk> Modified: head/graphics/zbar/Makefile ============================================================================== --- head/graphics/zbar/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/graphics/zbar/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -29,7 +29,7 @@ X11_USE= XORG=ice,sm,x11,xau,xcb,xdmcp,x X11_CONFIGURE_ON= --with-x=yes X11_CONFIGURE_OFF= --with-x=no --without-xshm --without-xv -IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick IMAGEMAGICK_CONFIGURE_ON= --with-imagemagick=yes IMAGEMAGICK_CONFIGURE_OFF= --with-imagemagick=no Modified: head/multimedia/dvdauthor/Makefile ============================================================================== --- head/multimedia/dvdauthor/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/multimedia/dvdauthor/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -45,7 +45,7 @@ PAL_DESC= Default video format PAL SUB_FILES= README.FreeBSD -IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.Q16.so:${PORTSDIR}/graphics/ImageMagick .include <bsd.port.options.mk> Modified: head/multimedia/libxine/Makefile ============================================================================== --- head/multimedia/libxine/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/multimedia/libxine/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -156,7 +156,7 @@ CONFIGURE_ARGS+= --disable-aalib --disab .endif .if ${PORT_OPTIONS:MIMAGEMAGICK} -LIB_DEPENDS+= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick PLIST_SUB+= WITH_IMAGEMAGICK="" .else PLIST_SUB+= WITH_IMAGEMAGICK="@comment " Modified: head/multimedia/transcode/Makefile ============================================================================== --- head/multimedia/transcode/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/multimedia/transcode/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -100,7 +100,7 @@ SDL_USE= SDL=sdl SDL_CONFIGURE_ENABLE= sdl SDL_CONFIGURE_ENV_ON= SDL_CONFIG="${SDL_CONFIG}" -IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +IMAGEMAGICK_LIB_DEPENDS= libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick IMAGEMAGICK_CONFIGURE_ENABLE= imagemagick IMAGEMAGICK_CONFIGURE_ON= --with-imagemagick-prefix=${LOCALBASE} Modified: head/security/libfprint/Makefile ============================================================================== --- head/security/libfprint/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/security/libfprint/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -9,7 +9,7 @@ MASTER_SITES= http://people.freedesktop. MAINTAINER= lichray@gmail.com COMMENT= Library for fingerprint reader devices -LIB_DEPENDS= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \ +LIB_DEPENDS= libMagickCore-6.Q16.so:${PORTSDIR}/graphics/ImageMagick \ libnss3.so:${PORTSDIR}/security/nss GNU_CONFIGURE= yes Modified: head/www/WebMagick/Makefile ============================================================================== --- head/www/WebMagick/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/www/WebMagick/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -13,7 +13,7 @@ COMMENT= Image Web Generator - recursive LICENSE= GPLv2 -LIB_DEPENDS= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS= libMagickCore-6.Q16.so:${PORTSDIR}/graphics/ImageMagick RUN_DEPENDS= p5-Sort-Naturally>=0:${PORTSDIR}/textproc/p5-Sort-Naturally USES= shebangfix perl5 Modified: head/www/tengine/Makefile ============================================================================== --- head/www/tengine/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/www/tengine/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -461,7 +461,7 @@ LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/gra libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \ libavutil.so:${PORTSDIR}/multimedia/ffmpeg \ libswscale.so:${PORTSDIR}/multimedia/ffmpeg \ - libMagickWand.so:${PORTSDIR}/graphics/ImageMagick + libMagickWand-6.Q16.so:${PORTSDIR}/graphics/ImageMagick NGINX_VIDEO_THUMBEXTRACTOR_VERSION= 0.2.0 GIT_VIDEO_THUMBEXTRACTOR_VERSION= 0-g9406457 MASTER_SITES+= https://github.com/wandenberg/nginx-video-thumbextractor-module/tarball/${NGINX_VIDEO_THUMBEXTRACTOR_VERSION}/:videothumbextractor Modified: head/x11/xlockmore/Makefile ============================================================================== --- head/x11/xlockmore/Makefile Fri Nov 7 09:40:34 2014 (r372249) +++ head/x11/xlockmore/Makefile Fri Nov 7 09:55:22 2014 (r372250) @@ -124,7 +124,7 @@ CONFIGURE_ARGS+= --enable-customization .endif .if ${PORT_OPTIONS:MMAGICK} -LIB_DEPENDS+= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick +LIB_DEPENDS+= libMagickCore-6.Q16.so:${PORTSDIR}/graphics/ImageMagick .else CONFIGURE_ARGS+= --without-magick .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411070955.sA79tNpl033475>