Bug 125577 - net-p2p/qbittorrent| append CONFIGURE_ARGS for ImageMagick
Summary: net-p2p/qbittorrent| append CONFIGURE_ARGS for ImageMagick
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-13 18:20 UTC by liangtai
Modified: 2008-07-17 23:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description liangtai 2008-07-13 18:20:04 UTC
	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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-07-13 18:38:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-07-17 23:36:41 UTC
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"
Comment 3 Alejandro Pulver freebsd_committer freebsd_triage 2008-07-17 23:36:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!