Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 02:10:17 +0900 (JST)
From:      kikuchan@uranus.dti.ne.jp
To:        freebsd-ports@freebsd.org
Subject:   deprecated net/wizd
Message-ID:  <20130929171017.5355418F7@noel.twig.jp>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130929171017.5355418F7>