From owner-freebsd-ports@FreeBSD.ORG Thu Sep 12 12:55:44 2013 Return-Path: Delivered-To: freebsd-ports@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 ESMTP id 2F12AD2A for ; Thu, 12 Sep 2013 12:55:44 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from eu1sys200aog125.obsmtp.com (eu1sys200aog125.obsmtp.com [207.126.144.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 877A220B8 for ; Thu, 12 Sep 2013 12:55:43 +0000 (UTC) Received: from mail-wg0-f44.google.com ([74.125.82.44]) (using TLSv1) by eu1sys200aob125.postini.com ([207.126.147.11]) with SMTP ID DSNKUjG5ubFbmgqf1GGj8J321WOfQD1GNoB3@postini.com; Thu, 12 Sep 2013 12:55:43 UTC Received: by mail-wg0-f44.google.com with SMTP id b13so500925wgh.11 for ; Thu, 12 Sep 2013 05:55:21 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:message-id:to:subject:cc :reply-to:in-reply-to; bh=dipUx8Es1LuqR1tlKi6FCaxzLjPeklWiXNcxvDnkNh8=; b=afj8/07+J7XE2/sctseuaJMfQJG2+EvUdtecz5/z3SA0gwuiA7CxEcrZAStfzJAsex z5CgKxDpaXrs4KK0l+2LUJF5t1J/uoa747cR0BWP3n9pyVXgQv0zmdkkHPle8vJGDtc/ GG8UHg4tg/eiO5ofsE+OqnZUR97C/ar8xlPyfeRng7EdLIY5nwaPNVatYzTAo1zonqTs eMRDeTenLfklTKo6pZHMr2yOHijQNL39Y7wrUn04n0+Wt2OjcWcLkrve5AjcOrEW2lQy dxerhbqp7ARRUphXmaRPgOKrvTNNISmdGKo5NrsTIwaWtspKmgbqwIo0+nK94BMIyhIF J7ow== X-Gm-Message-State: ALoCoQkFJ2n/GTiShYR4oJydGlmzQNJ6aYUHCYd2JVhxmJzrFfmDCPmUjFf3THnjD/cNAF6hJCX8w3xL1Bxzu98PfF1B83dQXH815CBcPPNUEHAlQwXD1cxnKHe57nPx0P6mL7ErbnQM2GrUEI9s3SLnhKJQPWxWu1yj1TurJtAONIMM7WyD4Gc= X-Received: by 10.180.9.140 with SMTP id z12mr5721598wia.37.1378990521374; Thu, 12 Sep 2013 05:55:21 -0700 (PDT) X-Received: by 10.180.9.140 with SMTP id z12mr5721589wia.37.1378990521313; Thu, 12 Sep 2013 05:55:21 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id e1sm12717108wij.6.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 12 Sep 2013 05:55:20 -0700 (PDT) Sender: Anton Shterenlikht Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id r8CCtHRl087422 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 12 Sep 2013 13:55:17 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id r8CCtHa8087421; Thu, 12 Sep 2013 13:55:17 +0100 (BST) (envelope-from mexas) Date: Thu, 12 Sep 2013 13:55:17 +0100 (BST) From: Anton Shterenlikht Message-Id: <201309121255.r8CCtHa8087421@mech-cluster241.men.bris.ac.uk> To: bsam@passap.ru, mexas@bris.ac.uk Subject: Re: graphics/libsvg: svg_image.c:24:17: error: png.h: No such file or directory In-Reply-To: <5231AC7F.7090500@passap.ru> Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mexas@bris.ac.uk List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Sep 2013 12:55:44 -0000 >From bsam@passap.ru Thu Sep 12 13:48:26 2013 >> >> --- svg_image.lo --- >> if /bin/sh /usr/local/bin/libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT svg_image.lo -MD -MP -MF ".deps/svg_image.Tpo" -c -o svg_image.lo svg_image.c; then mv -f ".deps/svg_image.Tpo" ".deps/svg_image.Plo"; else rm -f ".deps/svg_image.Tpo"; exit 1; fi >> libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT svg_image.lo -MD -MP -MF .deps/svg_image.Tpo -c svg_image.c -fPIC -DPIC -o .libs/svg_image.o >> svg_image.c:24:17: error: png.h: No such file or directory >> svg_image.c:25:21: error: jpeglib.h: No such file or directory >> svg_image.c:26:20: error: jerror.h: No such file or directory >> >> and so on. >> >> The full log: >> >> http://eis.bris.ac.uk/~mexas/libsvg-build-log.text > >Please try the following patch. The patch helped. Thank you Anton