From owner-freebsd-ports@FreeBSD.ORG Thu May 29 03:24:24 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 256B7A4F for ; Thu, 29 May 2014 03:24:24 +0000 (UTC) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFCEE2388 for ; Thu, 29 May 2014 03:24:23 +0000 (UTC) X_CMAE_Category: , , X-CNFS-Analysis: v=2.0 cv=UbPTuduN c=1 sm=1 a=uNsD4W5u/UlQopoDAqU1YA==:17 a=cxFtQiS79j4A:10 a=jEfZQdU5gMgA:10 a=AaUjGI9IrlcA:10 a=8nJEP1OIZ-IA:10 a=OA2lqS22AAAA:8 a=-IkFJk6PAAAA:8 a=wSkmKXuE9RmQErAUD5cA:9 a=wPNLvfGTeEIA:10 a=uNsD4W5u/UlQopoDAqU1YA==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine X-Authed-Username: cm9iZXJ0aHVmZkByY24uY29t Authentication-Results: smtp02.rcn.cmh.synacor.com header.from=roberthuff@rcn.com; sender-id=neutral Authentication-Results: smtp02.rcn.cmh.synacor.com smtp.mail=roberthuff@rcn.com; spf=neutral; sender-id=neutral Authentication-Results: smtp02.rcn.cmh.synacor.com smtp.user=roberthuff; auth=pass (PLAIN) Received-SPF: neutral (smtp02.rcn.cmh.synacor.com: 209.6.39.223 is neither permitted nor denied by domain of rcn.com) Received: from [209.6.39.223] ([209.6.39.223:20750] helo=jerusalem.litteratus.org) by smtp.rcn.com (envelope-from ) (ecelerity 3.5.1.37854 r(Momo-dev:3.5.1.0)) with ESMTPA id 83/05-50391-668A6835; Wed, 28 May 2014 23:24:22 -0400 Message-ID: <5386A865.8080405@rcn.com> Date: Wed, 28 May 2014 23:24:21 -0400 From: Robert Huff User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: ports@freebsd.org Subject: second call: dns/libidn staging broken Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Robert Huff 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: Thu, 29 May 2014 03:24:24 -0000 Lowell Gilbert writes: > Looking at the configure output for libidn, I'll guess that you don't > have emacs installed when you try to install libidn, so the configure > script decides not to install the elisp (.el) files, and staging > chokes because it depends more heavily on the plist than the old > port system did. You can look at the generated config.log to see if > it backs me up on this. That explains the symptoms, and (if true) exposes the breakage: I don't have emacs installed ... but I do have xemacs. And yes, they install their libraries to different paths. I know less than nothing about configure scripts: is there a place where a simple fudge would make it work? Respectfully, Robert Huff