Date: Sat, 3 Dec 2011 18:10:08 GMT From: Dan Langille <dan@langille.org> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/163034: [update] sysutils/bacula-server Update to 5.2.2 Message-ID: <201112031810.pB3IA8qc029104@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/163034; it has been noted by GNATS. From: Dan Langille <dan@langille.org> To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/163034: [update] sysutils/bacula-server Update to 5.2.2 Date: Sat, 3 Dec 2011 12:45:37 -0500 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112031810.pB3IA8qc029104>