From owner-svn-ports-head@FreeBSD.ORG Mon Jul 21 19:20:29 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7020B6A2 for ; Mon, 21 Jul 2014 19:20:29 +0000 (UTC) Received: from mail-la0-f53.google.com (mail-la0-f53.google.com [209.85.215.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E9A692997 for ; Mon, 21 Jul 2014 19:20:28 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id gl10so5198512lab.12 for ; Mon, 21 Jul 2014 12:20:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Sbft08/C7jGumsAff8wUy460RJaOZYYYFAqwoOKLq94=; b=Qq5eKAXNaAhBeDI1CEbwU/rRNfzEJN/QSonjZx6ETc5VyJc+ZOvohKnfHJ2T4WyHRV wTlnceOFANiO+i8dBiz9A6yfZ5oUxvwpRZ3TJohfqQnXZw9pAVGkA5dd5XbUnv9wrtF6 /kHnqLKklsUgVUpV8GLpcWyPYRzgDkkSOl9/dUxB5sqmNQ0p/Q06TnZ7yRJ+VaSIj+vn ixxu+wv2AuZlrgMUDl92Oj9NRdijuF6oVkroH77qNO6IoNCEf2odVIMxqSW3GPs6qL5r rBnMYxs3zfbupmUrdi/oyHF2/3HumcVhslXHJLOwa6vSczfYpFyehT24zfH3ukSWJz4G x38w== X-Gm-Message-State: ALoCoQn3FIu+8QBgAwqB6XtLoiweWtD/LSxsp5FTINv/bUF4DfI2kQZ3GDxKrQKGJHV9Ex/O6NkC X-Received: by 10.112.55.147 with SMTP id s19mr12586914lbp.78.1405970017824; Mon, 21 Jul 2014 12:13:37 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by mx.google.com with ESMTPSA id x10sm8047113lba.7.2014.07.21.12.13.36 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 21 Jul 2014 12:13:37 -0700 (PDT) Message-ID: <53CD6659.3050903@freebsd.org> Date: Mon, 21 Jul 2014 23:13:29 +0400 From: Andrey Chernov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Adam Weinberger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r362449 - head/www/WebMagick References: <201407211645.s6LGjebK020715@svn.freebsd.org> In-Reply-To: <201407211645.s6LGjebK020715@svn.freebsd.org> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2014 19:20:29 -0000 On 21.07.2014 20:45, Adam Weinberger wrote: > This program requires that ImageMagick be built with the PERL option enabled. > I don't know of any way to force this, so package building will be perpetually > broken. I at least added a warning message. I already ask the same question in the ports@ - how one port can force other one to build with selected option, but nobody replies. ImageMagick build with PERL enabled by default, at least. I don't think the warning here must be unconditionally, could you check .../Image/Magick.pm presense before printing it please? (probably pre-target needs to be changed to more later state to act after building ImageMagick, if it isn't installed before). > +pre-everything:: > + @${ECHO_CMD} > + @${ECHO_CMD} ${PORTNAME} requires that ImageMagick be installed with the PERL option enabled. > + @${ECHO_CMD} -- http://ache.vniz.net/