From owner-freebsd-ports@FreeBSD.ORG Sun Sep 29 17:17:48 2013 Return-Path: Delivered-To: freebsd-ports@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 41586111 for ; Sun, 29 Sep 2013 17:17:48 +0000 (UTC) (envelope-from kikuchan@noel.twig.jp) Received: from smtp13.dti.ne.jp (smtp13.dti.ne.jp [202.216.231.188]) by mx1.freebsd.org (Postfix) with ESMTP id CD3AB2F1F for ; Sun, 29 Sep 2013 17:17:46 +0000 (UTC) Received: from noel.twig.jp (p1253-ipbfp301obiyama.kumamoto.ocn.ne.jp [124.101.87.253]) by smtp13.dti.ne.jp (3.11s) with ESMTP AUTH id r8THAHqV011418 for ; Mon, 30 Sep 2013 02:10:18 +0900 (JST) Received: by noel.twig.jp (Postfix, from userid 1000) id 5355418F7; Mon, 30 Sep 2013 02:10:17 +0900 (JST) From: kikuchan@uranus.dti.ne.jp To: freebsd-ports@freebsd.org Subject: deprecated net/wizd X-Mailer: mnews [version 1.22(smtp_auth ext.)] 1999-12/19(Sun) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Message-Id: <20130929171017.5355418F7@noel.twig.jp> Date: Mon, 30 Sep 2013 02:10:17 +0900 (JST) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Sep 2013 17:17:48 -0000 Hi, list. This change > http://svnweb.freebsd.org/ports?view=revision&revision=302141 caused this issue > http://svnweb.freebsd.org/ports?view=revision&revision=304032 and, unfortunately the port was removed a month ago. I've found work/wizd is generated properly during a build step, but the combination of > Move the rc.d scripts of the form *.sh.in to *.in (resulting files/wizd.sh.in -> files/wizd.in) and > NO_WRKSUBDIR= yes overwrites work/wizd executable file by files/wizd.in automatically. This might happen on other ports with the same combination. Simply renaming *.in back to *.sh.in solve this problem, but I have no idea how to fix it because I don't know the real reason of the change (*.sh.in to *.in). I hope the port will be back somehow. Regards, kikuchan