From owner-freebsd-questions@FreeBSD.ORG Mon May 28 08:30:18 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B8D311065676 for ; Mon, 28 May 2012 08:30:18 +0000 (UTC) (envelope-from howard@leadmon.net) Received: from mail.leadmon.net (unknown [IPv6:2001:550:102:ff::b02]) by mx1.freebsd.org (Postfix) with ESMTP id 6C9828FC12 for ; Mon, 28 May 2012 08:30:18 +0000 (UTC) Received: from HDLDESKTOP (hdl-desktop.leadmon.net [IPv6:2001:550:102:301::3]) (authenticated bits=0) by mail.leadmon.net (8.14.5/8.14.5/LNSG+SCOP+PSBL+LUBL+NJABL+SBL+DSBL+CBL+RHSBL) with ESMTP id q4S8UHln067563 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Mon, 28 May 2012 04:30:17 -0400 (EDT) (envelope-from howard@leadmon.net) X-DKIM: OpenDKIM Filter v2.5.2 mail.leadmon.net q4S8UHln067563 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=leadmon.net; s=default; t=1338193817; bh=Uf7LxgThHyqWwJXIfKXO4+ymSXcQIiA6PIbkGg+HRZ0=; h=From:To:Subject:Date; b=tJLz18Q21mb9gPpY0+8gXlE5nzAFvEAON/Y0NQC4VJGKEFWLFAnRpM88XHbrnaBS/ oo05IuU/QAv5AwGDQwMDUWqUQ+AGKOf1GJ++UHhmuI9WRTa046GGeItOhvC/9zbcCl DwC1Yw5oTLcSlEF/Cn1WuYKTITpMKFxAY2TBRLoA= From: "Howard Leadmon" To: Date: Mon, 28 May 2012 04:30:14 -0400 Message-ID: <00df01cd3cac$1cb26ff0$56174fd0$@leadmon.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: Ac08q3EvNvwRd6pfTuex5HvPILVUtw== Content-Language: en-us X-Virus-Scanned: clamav-milter 0.97.4 at vorlon.leadmon.net X-Virus-Status: Clean Cc: Subject: Can't get irc/inspircd to build, any clues? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 May 2012 08:30:18 -0000 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... --- Howard