From owner-freebsd-ports@FreeBSD.ORG Wed Oct 3 10:22:15 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72308106564A for ; Wed, 3 Oct 2012 10:22:15 +0000 (UTC) (envelope-from mueller23@insightbb.com) Received: from mail.insightbb.com (smtp1.insight.synacor.com [208.47.185.23]) by mx1.freebsd.org (Postfix) with ESMTP id 351FD8FC12 for ; Wed, 3 Oct 2012 10:22:14 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=1.1 cv=dSaXs3NNzfa/VTXLxLYMM2c24Jb9hIsUVKv8YOyNMs4= c=1 sm=0 a=DvSzqBOGy98A:10 a=9gFu0FdVrKdZibwHK8wA:9 a=AcdsImxJPJ9Yo6Ye3TGm+Q==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp02.insight.synacor.com header.from=mueller6727@bellsouth.net; sender-id=neutral Authentication-Results: smtp02.insight.synacor.com smtp.mail=mueller23@insightbb.com; spf=softfail; sender-id=softfail Received-SPF: softfail (smtp02.insight.synacor.com: transitional domain insightbb.com does not designate 74.134.34.76 as permitted sender) Received: from [74.134.34.76] ([74.134.34.76:35056] helo=localhost) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.2.40 r(29895/29896)) with ESMTP id 95/5C-23623-0D11C605; Wed, 03 Oct 2012 06:22:08 -0400 Date: Wed, 03 Oct 2012 06:22:08 -0400 Message-ID: <95.5C.23623.0D11C605@smtp02.insight.synacor.com> From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: png, graphviz and php X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2012 10:22:15 -0000 Attempting to upgrade all ports depending on png, I hit a snag with an error message relating to swig and php 5.4: .if ${PHP_VER} == 5 BROKEN= swig is to old to build for php 5.4 .endif I have php5-5.3.8, swig 1.3.40 and graphviz 2.28.0 presently installed. Would it help to upgrade swig to swig20, or should I deselect PHP in the options for graphviz, which I already did, seeing it was not a default option? Maybe an incompatibility between php 5.4, swig and graphviz? I tend to be overambitious choosing options, often to my regret. Just for comparison, I looked in (NetBSD) pkgsrc/graphics/graphviz, and PHP is not available as an option: PKG_OPTIONS_VAR= PKG_OPTIONS.graphviz PKG_SUPPORTED_OPTIONS= gd ghostscript gtk guile lua ocaml pangocairo rsvg tcl x 11 perl PKG_SUGGESTED_OPTIONS= gd gtk lua pangocairo perl tcl x11 Tom