From owner-freebsd-ports@FreeBSD.ORG Sat Jun 2 18:14:44 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA83C1065676; Sat, 2 Jun 2012 18:14:44 +0000 (UTC) (envelope-from oliver.pntr@gmail.com) Received: from mail-gh0-f182.google.com (mail-gh0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 94C828FC15; Sat, 2 Jun 2012 18:14:44 +0000 (UTC) Received: by ghbz22 with SMTP id z22so3246964ghb.13 for ; Sat, 02 Jun 2012 11:14:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Ej+cdf3gQ4rkXt6l2/xBvWIEq8js+tuhlC6nVuFWKqs=; b=BYkP5ss9y6+9gacrsUbyfVOoxWW3MpkjKAvN5LQcp6HEsXwax+6scMbTJ5AGUiU9ub BAcwlRjkEcTc00zGPaSzQBGbPRIytl06KfIt26h6WGKS6UzxYUzv80fVao2PBGfyXWGH 2nd8mygz4fSwK2divUvQqpgE1RULGkBfbD4Vd2Euk75gQYip4MIEL6VJoWjojREn3RBM hgp16iWxSSMQJkoC2fvotW/vdBCoN9x1KKk7bBg3omkGiFJwiUKz5gd0xAuJXGZJulmE mWoF+JnjpCYfIjeILSEGut6bG4tIp1d7cpQ+nx0b/nW2o3CpiK4vW41KuxYUUxHZQ0AM W/nQ== MIME-Version: 1.0 Received: by 10.236.76.165 with SMTP id b25mr2226021yhe.0.1338660878516; Sat, 02 Jun 2012 11:14:38 -0700 (PDT) Received: by 10.236.44.73 with HTTP; Sat, 2 Jun 2012 11:14:38 -0700 (PDT) In-Reply-To: References: Date: Sat, 2 Jun 2012 20:14:38 +0200 Message-ID: From: Oliver Pinter To: ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: dinoex@freebsd.org Subject: Re: giflib broken build 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: Sat, 02 Jun 2012 18:14:45 -0000 On 6/2/12, Oliver Pinter wrote: > Hi All! > > giflib is broken.. > > Anybody make it buildable without docs or with offline.. > As xmlto are only in doc dir, I use bruteforce: giflib-4.2.0# foreach i ( `grep -R xmlto * | cut -d ':' -f 1 | sort | uniq ` ) foreach? sed -i '' 's/xmlto /xmlto --skip-validation /g' $i foreach? end