On 28 May 2012 04:30, Howard Leadmon <how...@leadmon.net> wrote:
>
>  Does anyone know if the irc/inspircd port for FreeBSD works?    I have
> tried it on an FBSD 9 server, as well as an older version of the FreeBSD
> with the same results.
>
>  If I try and run make the build the port, I get the following error:
>
>
> # make
> ===>  Building for inspircd-2.0.5
> make: cannot open BSDmakefile.
> *** Error code 1
>
> Stop in /usr/ports/irc/inspircd.
> *** Error code 1
>
> Stop in /usr/ports/irc/inspircd.
> #
>
>
> I figure maybe someone has gotten this to build, so figured I would toss it
> out here as using my googlefu I found years ago someone posting the same
> problem, but never found any resolution.
>
>  Any ideas, as I would like to check out this software...
>

You probably need to run the configure script:
it seems to build just fine here via

% tar xf InspIRCd-2.0.5.tar.bz2
% cd inspircd
% ./configure
% make

-- 
--
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to