From owner-freebsd-ports@FreeBSD.ORG Fri Nov 6 17:45:04 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 86FAB106566B for ; Fri, 6 Nov 2009 17:45:04 +0000 (UTC) (envelope-from murmex@gathex.net) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by mx1.freebsd.org (Postfix) with ESMTP id 494058FC16 for ; Fri, 6 Nov 2009 17:45:03 +0000 (UTC) Received: from [192.168.0.3] (unknown [83.101.5.28]) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 1C27622516B for ; Fri, 6 Nov 2009 18:39:46 +0100 (CET) Message-ID: <4AF4609B.4050105@gathex.net> Date: Fri, 06 Nov 2009 18:44:59 +0100 From: Georges Discry User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20090923 Lightning/1.0pre Shredder/3.0b4 MIME-Version: 1.0 CC: freebsd-ports@freebsd.org References: <4AF390E6.4050206@gathex.net> <4AF41101.8070500@gmail.com> <4AF42B4C.3000509@infracaninophile.co.uk> In-Reply-To: <4AF42B4C.3000509@infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Port Request: Bongo X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2009 17:45:04 -0000 In fact, I started a port but hit some problems with CMake. It's having problems locating the libraries and include files of libical and openldap. Looks like there is nothing set by default for the CMake functions CHECK_INCLUDE_FILE and CHECK_LIBRARY_EXISTS to work. Guess I'll have to try harder! I also have the problem that if I add USE_AUTOTOOLS=libtool:22, as libtool is a depency, it tries to use ./configure instead of CMake. Should I use a direct dependency in LIB_DEPENDS ? Thanks for your help, Georges On 11/06/2009 02:57 PM, Matthew Seaman wrote: > Etienne Robillard wrote: >> Georges Discry wrote: > >>> I'm really interested in seeing Bongo [http://bongo-project.org/] ported >>> to FreeBSD. >>> >>> It's a mail/calendar server which was forked from Hula when Novell >>> dropped it. It's still in heavy development but has gone a long way >>> since then. > > >> I think you just have to use the PR system to submit it, and >> then a maintainer should have look... > > With the small but important proviso that a new port must have a proper > maintainer (usually but not necessarily the person who sends the PR) -- > it is not permitted to create a port with the maintainer set to the > 'unmaintained' value of ports@freebsd.org. Don't let this put you off: > have a go at generating the port yourself. Plenty of people on this list > will be happy to offer advice if you get into difficulties. Maintaining a > port or three is neither particularly onerous nor difficult, looks good on > your CV and earns you karma points... > > Cheers, > > Matthew >