From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 5 20:30:17 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 41E2E106566C for ; Fri, 5 Oct 2012 20:30:17 +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 F0C298FC12 for ; Fri, 5 Oct 2012 20:30:16 +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 q95KUGPd004289 for ; Fri, 5 Oct 2012 20:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q95KUGXq004284; Fri, 5 Oct 2012 20:30:16 GMT (envelope-from gnats) Resent-Date: Fri, 5 Oct 2012 20:30:16 GMT Resent-Message-Id: <201210052030.q95KUGXq004284@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 047A91065670 for ; Fri, 5 Oct 2012 20:27:32 +0000 (UTC) (envelope-from helmut@charlieroot.de) Received: from mailout03.t-online.de (mailout03.t-online.de [194.25.134.81]) by mx1.freebsd.org (Postfix) with ESMTP id B2A4F8FC16 for ; Fri, 5 Oct 2012 20:27:31 +0000 (UTC) Received: from fwd07.aul.t-online.de (fwd07.aul.t-online.de ) by mailout03.t-online.de with smtp id 1TKEFh-0006gI-8w; Fri, 05 Oct 2012 22:12:05 +0200 Received: from mailout.charlieroot.de (TWIsmuZT8he4Pxcgt1vxRaaTe3KrC6Ixsjj-XQz3DDG5aaRIlqrOtqZTeIwiofxQI1@[93.205.113.44]) by fwd07.aul.t-online.de with esmtp id 1TKEFX-06xRjc0; Fri, 5 Oct 2012 22:11:55 +0200 Received: from BSDHelmut964.charlieroot.de (bsdhelmut964.charlieroot.de [192.168.124.202]) by mailout.charlieroot.de (Postfix) with ESMTP id 6DA9617047 for ; Fri, 5 Oct 2012 22:11:55 +0200 (CEST) Received: by BSDHelmut964.charlieroot.de (Postfix, from userid 1001) id 25E1818337; Fri, 5 Oct 2012 22:11:55 +0200 (CEST) Message-Id: <20121005201155.25E1818337@BSDHelmut964.charlieroot.de> Date: Fri, 5 Oct 2012 22:11:55 +0200 (CEST) From: Helmut Schneider To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/172373: [MAINTAINER] www/typo3: 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 20:30:17 -0000 >Number: 172373 >Category: ports >Synopsis: [MAINTAINER] www/typo3: 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 20:30:15 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.7.4.patch begins here --- diff -ruN --exclude=CVS ../typo3.org/Makefile ./Makefile --- ../typo3.org/Makefile 2012-09-21 21:46:14.000000000 +0200 +++ ./Makefile 2012-10-05 21:58:17.000000000 +0200 @@ -47,8 +47,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.7.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: