From owner-freebsd-gnome@FreeBSD.ORG Wed Aug 14 08:33:25 2013 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id ACDF687C for ; Wed, 14 Aug 2013 08:33:25 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-oa0-x22f.google.com (mail-oa0-x22f.google.com [IPv6:2607:f8b0:4003:c02::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7BE702744 for ; Wed, 14 Aug 2013 08:33:25 +0000 (UTC) Received: by mail-oa0-f47.google.com with SMTP id g12so12680966oah.20 for ; Wed, 14 Aug 2013 01:33:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=jjn7hGcdoEISL8a0p6woRjlWmdGFr7lpG8M27reB/ko=; b=cnj88Ne78Rr2q1OLhUZGz+JcDpHUDd40GLurKGkV05JWXEEh10pUV4r4d0pqIVtp2O KMDA3+u2Wd/bjozVv+pNC5twLGxbLblh0274OMO4qFZCSd0/d9Ht+hByQ/lqefrp1kkl qPU7tmuwB6R0ZSJGTocxJscDwwGkQImJu5AamkKZfB3NGkpeilUJv08kt/rlAwEoRZ58 0VIm1s+E0E19gf+wUscyHGjAfrrunJrS1C4fCwCDFWhYvDXysQBzLFFEOIsg4pHDfwZR K1D+JlAXYK++mZGxztQjwgaNFxV9elpZCCqoBzshu0IXaDjq6/GRgSR2CavXZajzIQ4B BS3A== MIME-Version: 1.0 X-Received: by 10.60.94.230 with SMTP id df6mr5099322oeb.64.1376469204687; Wed, 14 Aug 2013 01:33:24 -0700 (PDT) Received: by 10.76.144.196 with HTTP; Wed, 14 Aug 2013 01:33:24 -0700 (PDT) Date: Wed, 14 Aug 2013 10:33:24 +0200 Message-ID: Subject: textproc/intltool From: Andreas Nilsson To: gnome@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Aug 2013 08:33:25 -0000 Hello, I've had problems with this port for a while now ( it fails with build-depends in poudriere builds ) and today I found the problem: It incorrectly uses the new perl infrastructure: USES= iconv USE_PERL5= yes I.e. it has USE_PERL5 without having perl5 in USES. Best regards Andreas