From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 9 22:10:06 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id DDA8A8EE for ; Fri, 9 Aug 2013 22:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A09D825BF for ; Fri, 9 Aug 2013 22:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r79MA0xU095576 for ; Fri, 9 Aug 2013 22:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r79MA0pE095575; Fri, 9 Aug 2013 22:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 9 Aug 2013 22:10:00 GMT Resent-Message-Id: <201308092210.r79MA0pE095575@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, Dmitry Morozovsky Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B7191872 for ; Fri, 9 Aug 2013 22:00:36 +0000 (UTC) (envelope-from marck@woozle.rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4378C2569 for ; Fri, 9 Aug 2013 22:00:35 +0000 (UTC) Received: from woozle.rinet.ru (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.5/8.14.5) with ESMTP id r79M0XnH009339; Sat, 10 Aug 2013 02:00:33 +0400 (MSK) (envelope-from marck@woozle.rinet.ru) Received: (from marck@localhost) by woozle.rinet.ru (8.14.5/8.14.5/Submit) id r79M0XOi009338; Sat, 10 Aug 2013 02:00:33 +0400 (MSK) (envelope-from marck) Message-Id: <201308092200.r79M0XOi009338@woozle.rinet.ru> Date: Sat, 10 Aug 2013 02:00:33 +0400 (MSK) From: Dmitry Morozovsky To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/181171: sysutils/bacula-bat leftover Cc: dan@langille.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Dmitry Morozovsky List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Aug 2013 22:10:06 -0000 >Number: 181171 >Category: ports >Synopsis: sysutils/bacula-bat leftover >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Aug 09 22:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dmitry Morozovsky >Release: FreeBSD [89]-STABLE {i386,amd64} >Organization: Cronyx Plus LLC (RiNet ISP) >Environment: System: FreeBSD 9-STABLE, 8-STABLE, 7-STABLE >Description: try to build bacula-bat in restrictive environment such as posrt tinderbox. you'd see leftovers stopping you from producing a package There is only one file moved, hence the fix is trivial. See below. >How-To-Repeat: >Fix: > marck@castor:/FreeBSD/ports> svn diff sysutils/bacula-server > Index: sysutils/bacula-server/Makefile.common > =================================================================== > --- sysutils/bacula-server/Makefile.common (revision 324400) > +++ sysutils/bacula-server/Makefile.common (working copy) > @@ -33,7 +33,7 @@ > pre-install: > @${RM} -f ${PLIST} > .if ${PKGNAMESUFFIX} == "-bat" > - @${ECHO_CMD} "etc/bat.conf.sample" >> ${PLIST} > + @${ECHO_CMD} "etc/bacula/bat.conf.sample" >> ${PLIST} > @${ECHO_CMD} "sbin/bat" >> ${PLIST} > .endif > .if ${PKGNAMEPREFIX} == "nagios-check_" >Release-Note: >Audit-Trail: >Unformatted: