From owner-svn-ports-head@FreeBSD.ORG Tue Nov 5 18:51:10 2013 Return-Path: Delivered-To: svn-ports-head@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 53CFF196; Tue, 5 Nov 2013 18:51:10 +0000 (UTC) (envelope-from mat@mat.cc) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 14BA92E32; Tue, 5 Nov 2013 18:51:09 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 0B8B5BDD03; Tue, 5 Nov 2013 19:51:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=+RHcA5juNPn /X51kOVUlShBAqYA=; b=pxYAzAz+1G/QV8gPzsDEb78V6Yi37BJjBMXmYYffuPJ NMWd2t2Zt2gW3PvFZ5MBhFyDO8ijhEqi5/HrEr/em/yhAnR8pE9ETaXsGAM+MkSc o2CIKin82MGLGaJOjeQredaRPpSZeDG/OyjByaq5KyKkaj5WK03d1by0C075K214 = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id ED68EBDCFA; Tue, 5 Nov 2013 19:51:07 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id B7A22C6EE5D9; Tue, 5 Nov 2013 19:51:07 +0100 (CET) Date: Tue, 05 Nov 2013 19:51:07 +0100 From: Mathieu Arnold To: Dirk Meyer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r332890 - head/misc/magicpoint Message-ID: In-Reply-To: <201311051825.rA5IPGos085171@svn.freebsd.org> References: <201311051825.rA5IPGos085171@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Nov 2013 18:51:10 -0000 +--On 5 novembre 2013 18:25:16 +0000 Dirk Meyer wrote: | - add iconv for option XFT | .if ${PORT_OPTIONS:MXFT} | +USES+= iconv XFT_USES= iconv would be better :-) -- Mathieu Arnold