sysutils/bacula-server Update to 5.2.2 Fix: Patch attached with submission follows:
Maintainer of sysutils/bacula-server, Please note that PR ports/163034 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/163034 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Patch approved by maintainer. Thank you very much for your work. I = appreciate and so will all our Bacula users. :) Notes for committer. I wasn't sure how to apply the patch. First I tried: cd baucla-server patch < ../patch.txt That caused patching errors. Then I tried: cd .. patch < patch.txt This seems to work, but then I had to do this: mv -i extra__manpages__Makefile.in* bacula-server/files/ mv -i patch-* bacula-server/files/ If I did not do those moves, when compiling bacula-client, I got: =3D=3D=3D> Patching for bacula-client-5.2.2 =3D=3D=3D> Applying extra patch = /usr/home/dan/src/sysutils/bacula-client/../bacula-server/files/extra__man= pages__Makefile.in cannot open = /usr/home/dan/src/sysutils/bacula-client/../bacula-server/files/extra__man= pages__Makefile.in: No such file or directory *** Error code 2 This patch removes a few files. After patching, you'll see files of = size zero in bacula-server/files: -rw-r--r-- 1 root wheel 0 Dec 3 16:44 patch-configure -rw-r--r-- 1 root wheel 0 Dec 3 16:44 = patch-src__dird__Makefile.in -rw-r--r-- 1 root wheel 0 Dec 3 16:44 = patch-src__stored__Makefile.in -rw-r--r-- 1 root wheel 0 Dec 3 16:44 = patch-src__tools__Makefile.in So I did this: rm patch-configure patch-src__dird__Makefile.in = patch-src__stored__Makefile.in patch-src__tools__Makefile.in --=20 Dan Langille - http://langille.org
State Changed From-To: feedback->open
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
pawel 2011-12-12 21:11:48 UTC FreeBSD ports repository Modified files: sysutils/bacula-bat Makefile sysutils/bacula-docs Makefile distinfo sysutils/bacula-server Makefile distinfo pkg-plist sysutils/bacula-server/files patch-src__cats__Makefile.in patch-src__findlib__Makefile.in patch-src__lib__Makefile.in Added files: sysutils/bacula-server/files extra__manpages__Makefile.in patch-manpages__Makefile.in patch-src__cats__install-default-backend.in Removed files: sysutils/bacula-server/files patch-configure patch-src__dird__Makefile.in patch-src__stored__Makefile.in patch-src__tools__Makefile.in Log: - update bacula to version 5.2.2 [1] - update bacula-docs to version 5.2.2 [2] PR: ports/163034 [1], ports/163044 [2] Approved by: maintainer [1] Submitted by: Valery Komaorv <komarov@valerka.net> [1], maintainer [2] Feature safe: yes Revision Changes Path 1.13 +0 -1 ports/sysutils/bacula-bat/Makefile 1.22 +1 -1 ports/sysutils/bacula-docs/Makefile 1.23 +4 -4 ports/sysutils/bacula-docs/distinfo 1.131 +12 -9 ports/sysutils/bacula-server/Makefile 1.55 +2 -2 ports/sysutils/bacula-server/distinfo 1.1 +16 -0 ports/sysutils/bacula-server/files/extra__manpages__Makefile.in (new) 1.12 +0 -11 ports/sysutils/bacula-server/files/patch-configure (dead) 1.1 +18 -0 ports/sysutils/bacula-server/files/patch-manpages__Makefile.in (new) 1.8 +26 -6 ports/sysutils/bacula-server/files/patch-src__cats__Makefile.in 1.1 +26 -0 ports/sysutils/bacula-server/files/patch-src__cats__install-default-backend.in (new) 1.3 +0 -17 ports/sysutils/bacula-server/files/patch-src__dird__Makefile.in (dead) 1.3 +4 -4 ports/sysutils/bacula-server/files/patch-src__findlib__Makefile.in 1.3 +11 -11 ports/sysutils/bacula-server/files/patch-src__lib__Makefile.in 1.2 +0 -62 ports/sysutils/bacula-server/files/patch-src__stored__Makefile.in (dead) 1.2 +0 -77 ports/sysutils/bacula-server/files/patch-src__tools__Makefile.in (dead) 1.27 +6 -2 ports/sysutils/bacula-server/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!