freebsd-ports/sysutils/bacula11-server/files/patch-src_filed_Makefile.in
Dan Langille b288ebcfaf Add Bacula 11.0.1
NOTE: New Catalog format in version 11.0 and greater
The upgrade process will require more or less twice the
size of the actual database.

see update_bacula_tables

re https://www.bacula.org/bacula-release-11-0-1/

While here, update Bacula 9 conflicts.
2021-02-24 02:33:02 +00:00

11 lines
530 B
Text

--- src/filed/Makefile.in.orig 2021-02-24 01:52:05 UTC
+++ src/filed/Makefile.in
@@ -193,7 +193,7 @@ uninstall:
depend:
@$(MV) Makefile Makefile.bak
@$(SED) "/^# DO NOT DELETE:/,$$ d" Makefile.bak > Makefile
- @$(ECHO) "# DO NOT DELETE: nice dependency list follows" >> Makefile
+ @echo "# DO NOT DELETE: nice dependency list follows" >> Makefile
@$(CXX) -S -M $(CPPFLAGS) $(XINC) $(LZO_INC) $(AFS_CFLAGS) $(GPFS_CFLAGS) -I$(srcdir) -I$(basedir) *.c >> Makefile
@if test -f Makefile ; then \
$(RMF) Makefile.bak; \