Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  5 Oct 2012 22:41:58 +0200 (CEST)
From:      Helmut Schneider <jumper99@gmx.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/172375: [MAINTAINER] www/typo345: Fix WITHOUT_X11
Message-ID:  <20121005204158.CD8EA18337@BSDHelmut964.charlieroot.de>
Resent-Message-ID: <201210052100.q95L0avO007694@freefall.freebsd.org>

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

>Number:         172375
>Category:       ports
>Synopsis:       [MAINTAINER] www/typo345: Fix WITHOUT_X11
>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:   Fri Oct 05 21:00:35 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Helmut Schneider
>Release:        FreeBSD 9.0-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD BSDHelmut964.charlieroot.de 9.0-RELEASE-p4 FreeBSD 9.0-RELEASE-p4 #3: Tue Aug  7 20:55:23 CEST
>Description:
- Fix WITHOUT_X11

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:

--- typo3-4.5.19.patch begins here ---
diff -ruN --exclude=CVS ../typo345.org/Makefile ./Makefile
--- ../typo345.org/Makefile	2012-09-21 21:43:38.000000000 +0200
+++ ./Makefile	2012-10-05 22:15:15.000000000 +0200
@@ -48,8 +48,12 @@
 .endif
 
 .if ${PORT_OPTIONS:MIMAGICK}
+.if defined(WITHOUT_X11)
+RUN_DEPENDS+=	${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick-nox11
+.else
 RUN_DEPENDS+=	${LOCALBASE}/bin/convert:${PORTSDIR}/graphics/ImageMagick
 .endif
+.endif
 
 .if ${PORT_OPTIONS:MMBSTRING}
 USE_PHP+=	mbstring
--- typo3-4.5.19.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?20121005204158.CD8EA18337>