From owner-freebsd-ports@FreeBSD.ORG Fri Oct 26 09:12:00 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 961E84AC for ; Fri, 26 Oct 2012 09:12:00 +0000 (UTC) (envelope-from eayesta@portugalete.uned.es) Received: from smtp-out-diez.uned.es (smtp-out-diez.uned.es [62.204.192.124]) by mx1.freebsd.org (Postfix) with ESMTP id 1EC458FC16 for ; Fri, 26 Oct 2012 09:11:59 +0000 (UTC) Received: from bm103103-1.uned.es (HELO smtp-out-uno.uned.es) ([10.103.103.1]) by hermes-dos.uned.es with ESMTP/TLS/DHE-RSA-AES256-SHA; 26 Oct 2012 11:11:56 +0200 Received: from stargate-1.unedbizkaia.es (ca6200-010-200-062-201.uned.es [10.200.62.201]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp-out-uno.uned.es (Postfix) with ESMTPSA id 9832C6002E; Fri, 26 Oct 2012 11:11:55 +0200 (CEST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.97.6 at smtp-out-uno.uned.es Message-ID: <508A53DB.8030201@portugalete.uned.es> Date: Fri, 26 Oct 2012 11:11:55 +0200 From: Enrique Ayesta Perojo Organization: UNED Bizkaia Zentro Elkartua User-Agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: Problem installing bacula-server and bacula-client on the same machine References: <508A43C9.6060001@portugalete.uned.es> <508A4677.9080007@tomse.dk> <508A5139.8030801@portugalete.uned.es> In-Reply-To: <508A5139.8030801@portugalete.uned.es> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Fri, 26 Oct 2012 09:12:00 -0000 26/10/12 11:00(e)an, Enrique Ayesta Perojo(e)k idatzi zuen: > 26/10/12 10:14(e)an, Carsten Jensen(e)k idatzi zuen: >> >> Isn't the client installed automatically when you install the >> bacula-server ? >> I seem to remember from older freebsd versions that it's the same >> package. >> > Hi, > > No, the source file is indeed the same and bacula-client is a "subport" > of bacula-server, but it doesn't install automatically with the > bacula-server port. I'm looking at the Makefiles, maybe that's the reason... > > Thanks > > Hello again, The bacula-server Makefile seems to be the problem (?) By default it only installs the server and storage part of bacula, adding the client part to the USE_RC_SUBR option it installs perfectly... maybe a metaport is needed? .if !defined(WITH_CLIENT_ONLY) USE_RC_SUBR?= bacula-dir bacula-sd bacula-fd .endif