diff options
author | Rene Ladan <rene@FreeBSD.org> | 2019-03-03 11:43:52 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2019-03-03 11:43:52 +0000 |
commit | bc28e52bd8702af7148a063e69c24851610e1040 (patch) | |
tree | 4a487742b1507ba6929d6b4e9632f53b0e86a87d /sysutils/bacula-server/files/patch-src_console_Makefile.in | |
parent | devel/pycharm-ce: Update to version 2018.3.5 (diff) |
Remove expired ports:
2019-02-28 devel/uboot-mkimage: Use sysutils/u-boot-tools
2019-02-28 graphics/clutter-gtk: 0.10.x is unmaintained upstream and unused in the ports tree
2019-02-28 databases/puppetdb4: Puppet 4 has reached EOL
2019-02-28 sysutils/puppet4: Puppet 4 has reached EOL
2019-02-28 sysutils/puppetserver: Puppet 4 has reached EOL
2019-02-28 www/qupzilla-qt5: Project continues as www/falkon
2019-02-28 databases/puppetdb-terminus4: Puppet 4 has reached EOL
2019-03-01 sysutils/bacula-client: Unsupported. Please migrate to bacula9-server
2019-03-01 net-mgmt/nagios-check_bacula: Unsupported. Please migrate to bacula9-server
2019-03-01 security/kc: Versions 2.4.x use incompatible database format
2019-03-01 sysutils/bacula-server: Unsupported. Please migrate to bacula9-server
2019-03-01 sysutils/bacula-docs: Unsupported. Please migrate to bacula9-docs
2019-03-01 sysutils/bacula-client-static: Unsupported. Please migrate to bacula9-server
2019-03-01 sysutils/bacula-bat: Unsupported. Please migrate to bacula9-server
Notes
Notes:
svn path=/head/; revision=494498
Diffstat (limited to 'sysutils/bacula-server/files/patch-src_console_Makefile.in')
-rw-r--r-- | sysutils/bacula-server/files/patch-src_console_Makefile.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/bacula-server/files/patch-src_console_Makefile.in b/sysutils/bacula-server/files/patch-src_console_Makefile.in deleted file mode 100644 index d41747a16d07..000000000000 --- a/sysutils/bacula-server/files/patch-src_console_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/console/Makefile.in.orig 2015-08-13 13:52:24 UTC -+++ src/console/Makefile.in -@@ -121,7 +121,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) $(CONS_INC) -I$(srcdir) -I$(basedir) *.c >> Makefile - @if test -f Makefile ; then \ - $(RMF) Makefile.bak; \ |