At the configuration phase, a message "Checking for ImageMagick library (libmagick++) ... no" is given. Fix: -------------------------------------- Stop! Global Warming ~ Yahoo! JAPAN Earth Project http://pr.mail.yahoo.co.jp/earthproject/--rMrbCUVOKyb6a9lp4hLpziQ7M4T4fniTOqMqaw1GhTx2cpl7 Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- net-p2p/qbittorrent/Makefile.orig 2008-07-14 00:14:28.000000000 +0900 +++ net-p2p/qbittorrent/Makefile 2008-07-14 01:15:57.000000000 +0900 @@ -38,6 +38,7 @@ .if defined(WITH_IMAGEMAGICK) LIB_DEPENDS+= MagickWand.1:${PORTSDIR}/graphics/ImageMagick +CONFIGURE_ARGS+= --with-libmagick-inc=${LOCALBASE}/include/ImageMagick .else CONFIGURE_ARGS+=--disable-libmagick .endif
Responsible Changed From-To: freebsd-ports-bugs->alepulver Over to maintainer (via the GNATS Auto Assign Tool)
alepulver 2008-07-17 22:36:27 UTC FreeBSD ports repository Modified files: net-p2p/qbittorrent Makefile Log: - Append CONFIGURE_ARGS for ImageMagick. PR: ports/125577 Submitted by: liangtai <ss2pxd1c@yahoo.co.jp> Revision Changes Path 1.12 +1 -0 ports/net-p2p/qbittorrent/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!