From owner-freebsd-gnome@FreeBSD.ORG Fri May 17 10:00:38 2013 Return-Path: Delivered-To: gnome@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E76A8B1E for ; Fri, 17 May 2013 10:00:38 +0000 (UTC) (envelope-from antxxxx@gmail.com) Received: from mail-vb0-x236.google.com (mail-vb0-x236.google.com [IPv6:2607:f8b0:400c:c02::236]) by mx1.freebsd.org (Postfix) with ESMTP id AE2E314C for ; Fri, 17 May 2013 10:00:38 +0000 (UTC) Received: by mail-vb0-f54.google.com with SMTP id f12so2125473vbg.27 for ; Fri, 17 May 2013 03:00:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:date:x-google-sender-auth:message-id :subject:from:to:content-type; bh=IqOZmCup0OhGERYVrxe5Oe1NGz+piz0dN9ENupnpPdY=; b=ORjy00ZFaGYObsv6bfBRz2VtiR8mqchHkrvSg65H7SCI5b2Wi4m8dMSQNugtJPxHi2 7a6FrqIolMHrM50hTbYrdHJ7SS2bDkRiSV5BAsUZsseQVAClvXYtXjRu+gqhdnP1SGZf HWV8Iyu8DXg6UgxcOdr7gznxqEKwfsebvjWY3Wx/dUXO1EGJeZqdezPZIjNRnrdR7Mmg L6kY+bCuJ9aru1eUfocfFe940rtSvjiTIw9weATWNtebczqdl0g6m5YnzlW2seiBKe5s 8T7mDpRNQeCU1tCaoWYebSiYZ1b1X+mxM8IWYMunsuNm8HL6dU2pty245Gxw3Wcp5iKR 1B/Q== MIME-Version: 1.0 X-Received: by 10.52.160.102 with SMTP id xj6mr14370627vdb.45.1368784838255; Fri, 17 May 2013 03:00:38 -0700 (PDT) Sender: antxxxx@gmail.com Received: by 10.52.122.83 with HTTP; Fri, 17 May 2013 03:00:38 -0700 (PDT) Date: Fri, 17 May 2013 11:00:38 +0100 X-Google-Sender-Auth: 6Yfl5zrFkJCy15fr4VqmQncPzbY Message-ID: Subject: FreeBSD Port: print/freetype2 - problem with 2.14.12 From: Anthony Brown 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: Fri, 17 May 2013 10:00:39 -0000 Hi I have just updated freetype2 to 2.14.12 and there is now a problem compiling other ports that depend on it. The problem seems to do with freetype-config --cflags In version 2.14.11 this returns -I/usr/local/include/freetype2 -I/usr/local/include but on version 2.14.12, this returns -I@includedir@/freetype2 -I@includedir@ which then causes other ports to fail compiling as it cant find the freetype2 libraries. Anthony