Bug 181171 - sysutils/bacula-bat leftover
Summary: sysutils/bacula-bat leftover
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Guido Falsi
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-09 23:10 UTC by Dmitry Morozovsky
Modified: 2013-08-10 10:10 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Morozovsky freebsd_committer freebsd_triage 2013-08-09 23:10:00 UTC
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.

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_"
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-09 23:10:14 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-09 23:10:14 UTC
Maintainer of sysutils/bacula-bat,

Please note that PR ports/181171 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181171

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Dan Langille 2013-08-09 23:19:57 UTC
Maintainer approved
Comment 4 Guido Falsi freebsd_committer freebsd_triage 2013-08-10 09:49:21 UTC
Responsible Changed
From-To: freebsd-ports-bugs->madpilot

I'll take it.
Comment 5 Guido Falsi freebsd_committer freebsd_triage 2013-08-10 09:49:35 UTC
State Changed
From-To: feedback->open

Maintainer has approved.
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-08-10 10:07:52 UTC
Author: marck (doc committer)
Date: Sat Aug 10 09:07:39 2013
New Revision: 324468
URL: http://svnweb.freebsd.org/changeset/ports/324468

Log:
  Fix one leftover sample config in bacula-bat variant.
  
  PR:		181171
  Approved by:	maintainer

Modified:
  head/sysutils/bacula-server/Makefile.common

Modified: head/sysutils/bacula-server/Makefile.common
==============================================================================
--- head/sysutils/bacula-server/Makefile.common	Sat Aug 10 07:46:18 2013	(r324467)
+++ head/sysutils/bacula-server/Makefile.common	Sat Aug 10 09:07:39 2013	(r324468)
@@ -33,7 +33,7 @@ post-build:
 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_"
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 7 Dmitry Morozovsky freebsd_committer freebsd_triage 2013-08-10 10:08:18 UTC
State Changed
From-To: open->closed

Committed 

(Guido, sorry to step in your way accidentally! ;)