Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 May 2011 09:35:22 +0200 (CEST)
From:      Helmut Schneider <jumper99@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/157057: [MAINTAINER] www/typo344: Install ImageMagick-nox11 instead of ImageMagick if WITH_IMAGICK is selected
Message-ID:  <20110515073522.D7DD6B84B@BSDHelmut832.charlieroot.de>
Resent-Message-ID: <201105150800.p4F80Q6o035262@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         157057
>Category:       ports
>Synopsis:       [MAINTAINER] www/typo344: Install ImageMagick-nox11 instead of ImageMagick if WITH_IMAGICK is selected
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 15 08:00:25 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Helmut Schneider
>Release:        FreeBSD 8.2-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD BSDHelmut832.charlieroot.de 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #3: Mon Apr 25 22:36:38 CEST 2011
>Description:
- Install ImageMagick-nox11 instead of ImageMagick if WITH_IMAGICK is selected

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- typo3-4.4.7_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/typo344.org/Makefile /usr/ports/www/typo344/Makefile
--- /usr/ports/www/typo344.org/Makefile	2011-03-01 03:20:36.000000000 +0100
+++ /usr/ports/www/typo344/Makefile	2011-05-15 09:07:53.000000000 +0200
@@ -46,7 +46,7 @@
 .endif
 
 .if defined(WITH_IMAGICK)
-LIB_DEPENDS+=	MagickWand.4:${PORTSDIR}/graphics/ImageMagick
+LIB_DEPENDS+=	MagickWand.4:${PORTSDIR}/graphics/ImageMagick-nox11
 .endif
 
 pre-install:
--- typo3-4.4.7_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110515073522.D7DD6B84B>