From owner-freebsd-ports@FreeBSD.ORG Sat Jul 19 19:08:19 2014 Return-Path: Delivered-To: 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 ESMTPS id 969E550B for ; Sat, 19 Jul 2014 19:08:19 +0000 (UTC) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 795BC255B for ; Sat, 19 Jul 2014 19:08:19 +0000 (UTC) Received: from [192.168.200.205] (c-50-131-5-126.hsd1.ca.comcast.net [50.131.5.126]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 66806193A3A for ; Sat, 19 Jul 2014 19:08:18 +0000 (UTC) Subject: regression-test target From: Sean Bruno Reply-To: sbruno@freebsd.org To: ports@FreeBSD.org Content-Type: text/plain; charset="us-ascii" Date: Sat, 19 Jul 2014 12:08:17 -0700 Message-ID: <1405796897.996.2.camel@bruno> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jul 2014 19:08:19 -0000 Is there a document on how to use/implement this target? I was trying to test devel/libffi and noted that the target doesn't work. sean