From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 4 22:30:04 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7F4610656DB for ; Sat, 4 Sep 2010 22:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7D8288FC13 for ; Sat, 4 Sep 2010 22:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o84MU4FS060076 for ; Sat, 4 Sep 2010 22:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o84MU4qJ060070; Sat, 4 Sep 2010 22:30:04 GMT (envelope-from gnats) Resent-Date: Sat, 4 Sep 2010 22:30:04 GMT Resent-Message-Id: <201009042230.o84MU4qJ060070@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olli Hauer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0FBEC10656C7 for ; Sat, 4 Sep 2010 22:27:27 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from u18-124.dsl.vianetworks.de (u18-124.dsl.vianetworks.de [194.231.39.124]) by mx1.freebsd.org (Postfix) with ESMTP id BCFBA8FC1B for ; Sat, 4 Sep 2010 22:27:26 +0000 (UTC) Received: by u18-124.dsl.vianetworks.de (Postfix, from userid 1100) id BBD1320388; Sun, 5 Sep 2010 00:27:21 +0200 (CEST) Message-Id: <20100904222721.BBD1320388@u18-124.dsl.vianetworks.de> Date: Sun, 5 Sep 2010 00:27:21 +0200 (CEST) From: Olli Hauer To: X-Send-Pr-Version: 3.113 Cc: Dan Langille Subject: ports/150289: [patch] port sysutils/bacula-bat (5.0.3) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Sep 2010 22:30:04 -0000 >Number: 150289 >Category: ports >Synopsis: [patch] port sysutils/bacula-bat (5.0.3) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 04 22:30:04 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Olli Hauer >Release: >Organization: >Environment: >Description: Bacula 5.0.3 builds per default with SSL support, now this slave port needs some adjustments. - Add option OPENSSL (defaults == defaults bacula-server) Build tested with 8.1 tinderbox (i386) - WITHOUT_OPENSSL=true - WITH_OPENSSL=true (system) - WITH_OPENSSL=true (openssl port) All three builds are OK. >How-To-Repeat: >Fix: --- patch_bacula-bat-5.0.3.txt begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/bacula-bat/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 17 Jul 2010 01:00:46 -0000 1.11 +++ Makefile 3 Sep 2010 22:43:08 -0000 @@ -31,9 +31,18 @@ --disable-build-stored \ --enable-client-only +OPTIONS+= OPENSSL "Enable OpenSSL for encrypted communication" on + .include "${MASTERDIR}/Makefile" .include +.if !defined(WITHOUT_OPENSSL) +.include "${PORTSDIR}/Mk/bsd.openssl.mk" +CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} +.else +CONFIGURE_ARGS+= --with-openssl="no" +.endif + .if exists(${LOCALBASE}/lib/libbac.so.${PORTVERSION:R:R}) && exists(${LOCALBASE}/lib/libbaccfg.so.${PORTVERSION:R:R}) LIB_DEPENDS+= bac.${PORTVERSION:R:R}:${PORTSDIR}/sysutils/bacula-client PLIST_SUB+= INDEP="@comment " --- patch_bacula-bat-5.0.3.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: