Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 May 2016 15:03:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 209811] sysutils/bareos-server [patch] Need perl to to run make_catalog_backup.pl
Message-ID:  <bug-209811-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209811

            Bug ID: 209811
           Summary: sysutils/bareos-server [patch] Need perl to to run
                    make_catalog_backup.pl
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: acm@FreeBSD.org
          Reporter: rand@iteris.com
          Keywords: patch
          Assignee: acm@FreeBSD.org
             Flags: maintainer-feedback?(acm@FreeBSD.org)

Created attachment 170755
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D170755&action=
=3Dedit
Patch to fix hash-bang and add perl5 to USES

The make_catalog_backup.pl script uses this trick:

  #!/usr/bin/env perl

to try to invoke pearl. But the Bareos install doesn't add /usr/local/bin to
the PATH. So I patched that script to use

  #!/usr/local/bin/perl

And added perl5 to the USES in the Makefile.

Thanks for the Bareos port.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209811-13>