From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 5 21:00:37 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 618F61065670 for ; Fri, 5 Oct 2012 21:00:37 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1A8548FC1C for ; Fri, 5 Oct 2012 21:00:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q95L0a3p007695 for ; Fri, 5 Oct 2012 21:00:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q95L0avO007694; Fri, 5 Oct 2012 21:00:36 GMT (envelope-from gnats) Resent-Date: Fri, 5 Oct 2012 21:00:36 GMT Resent-Message-Id: <201210052100.q95L0avO007694@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Helmut Schneider Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 457791065670 for ; Fri, 5 Oct 2012 20:57:20 +0000 (UTC) (envelope-from helmut@charlieroot.de) Received: from mailout07.t-online.de (mailout07.t-online.de [194.25.134.83]) by mx1.freebsd.org (Postfix) with ESMTP id F35368FC0A for ; Fri, 5 Oct 2012 20:57:19 +0000 (UTC) Received: from fwd05.aul.t-online.de (fwd05.aul.t-online.de ) by mailout07.t-online.de with smtp id 1TKEii-0003OI-Jm; Fri, 05 Oct 2012 22:42:04 +0200 Received: from mailout.charlieroot.de (SslXK-ZSghkSgTG-SK-Dq+FHVMxbqvYM4O7s42ae09ersrHXIjGcAGWXR6EgNCDgYR@[93.205.113.44]) by fwd05.aul.t-online.de with esmtp id 1TKEid-1vU1Z20; Fri, 5 Oct 2012 22:41:59 +0200 Received: from BSDHelmut964.charlieroot.de (unknown [IPv6:2001:6f8:1013:1::202]) by mailout.charlieroot.de (Postfix) with ESMTP id E6F5817047 for ; Fri, 5 Oct 2012 22:41:58 +0200 (CEST) Received: by BSDHelmut964.charlieroot.de (Postfix, from userid 1001) id CD8EA18337; Fri, 5 Oct 2012 22:41:58 +0200 (CEST) Message-Id: <20121005204158.CD8EA18337@BSDHelmut964.charlieroot.de> Date: Fri, 5 Oct 2012 22:41:58 +0200 (CEST) From: Helmut Schneider To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/172375: [MAINTAINER] www/typo345: Fix WITHOUT_X11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Oct 2012 21:00:37 -0000 >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: