Index: head/graphics/graphopt/files/patch-src__classes__optFileWriter.cc =================================================================== --- head/graphics/graphopt/files/patch-src__classes__optFileWriter.cc (revision 407440) +++ head/graphics/graphopt/files/patch-src__classes__optFileWriter.cc (nonexistent) @@ -1,8 +0,0 @@ ---- src/classes/optFileWriter.cc.orig -+++ src/classes/optFileWriter.cc -@@ -1,4 +1,5 @@ - #include "optFileWriter.h" -+#include - - - optFileWriter::optFileWriter(char *what_file, nodes *what_nodes) { Property changes on: head/graphics/graphopt/files/patch-src__classes__optFileWriter.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/graphopt/files/patch-src__classes__nodes.cc =================================================================== --- head/graphics/graphopt/files/patch-src__classes__nodes.cc (revision 407440) +++ head/graphics/graphopt/files/patch-src__classes__nodes.cc (nonexistent) @@ -1,9 +0,0 @@ ---- src/classes/nodes.cc.orig 2013-12-10 00:22:15.000000000 +0900 -+++ src/classes/nodes.cc 2013-12-10 00:22:39.000000000 +0900 -@@ -1,4 +1,5 @@ --#include -+#include -+#include - #include "nodes.h" - - Property changes on: head/graphics/graphopt/files/patch-src__classes__nodes.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/graphopt/files/patch-src__classes__visioExporter.cc =================================================================== --- head/graphics/graphopt/files/patch-src__classes__visioExporter.cc (revision 407440) +++ head/graphics/graphopt/files/patch-src__classes__visioExporter.cc (nonexistent) @@ -1,8 +0,0 @@ ---- src/classes/visioExporter.cc.orig -+++ src/classes/visioExporter.cc -@@ -1,4 +1,5 @@ - #include "visioExporter.h" -+#include - - - visioExporter::visioExporter(char *what_file, nodes *what_nodes) { Property changes on: head/graphics/graphopt/files/patch-src__classes__visioExporter.cc ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/graphics/graphopt/files/patch-src_classes_nodes.cc =================================================================== --- head/graphics/graphopt/files/patch-src_classes_nodes.cc (revision 407440) +++ head/graphics/graphopt/files/patch-src_classes_nodes.cc (revision 407441) @@ -1,9 +1,10 @@ ---- src/classes/nodes.cc.intermediate 2015-09-20 00:14:03 UTC +--- src/classes/nodes.cc.orig 2003-03-19 05:21:33 UTC +++ src/classes/nodes.cc -@@ -1,5 +1,6 @@ - #include - #include +@@ -1,4 +1,6 @@ +-#include ++#include ++#include +#include #include "nodes.h" Index: head/graphics/graphopt/files/patch-src_classes_optFileWriter.cc =================================================================== --- head/graphics/graphopt/files/patch-src_classes_optFileWriter.cc (revision 407440) +++ head/graphics/graphopt/files/patch-src_classes_optFileWriter.cc (revision 407441) @@ -1,9 +1,9 @@ ---- src/classes/optFileWriter.cc.intermediate 2015-09-20 01:43:24 UTC +--- src/classes/optFileWriter.cc.orig 2003-01-25 05:17:43 UTC +++ src/classes/optFileWriter.cc -@@ -1,5 +1,6 @@ +@@ -1,4 +1,6 @@ #include "optFileWriter.h" - #include ++#include +#include optFileWriter::optFileWriter(char *what_file, nodes *what_nodes) { Index: head/graphics/graphopt/files/patch-src_classes_visioExporter.cc =================================================================== --- head/graphics/graphopt/files/patch-src_classes_visioExporter.cc (revision 407440) +++ head/graphics/graphopt/files/patch-src_classes_visioExporter.cc (revision 407441) @@ -1,9 +1,9 @@ ---- src/classes/visioExporter.cc.intermediate 2015-09-20 01:43:24 UTC +--- src/classes/visioExporter.cc.orig 2003-04-16 02:55:39 UTC +++ src/classes/visioExporter.cc -@@ -1,5 +1,6 @@ +@@ -1,4 +1,6 @@ #include "visioExporter.h" - #include ++#include +#include visioExporter::visioExporter(char *what_file, nodes *what_nodes) { Index: head/mail/dovecot/files/patch-src__login-common__ssl-proxy-openssl.c =================================================================== --- head/mail/dovecot/files/patch-src__login-common__ssl-proxy-openssl.c (revision 407440) +++ head/mail/dovecot/files/patch-src__login-common__ssl-proxy-openssl.c (nonexistent) @@ -1,11 +0,0 @@ ---- src/login-common/ssl-proxy-openssl.c.orig 2015-03-19 11:57:04.578367000 -0500 -+++ src/login-common/ssl-proxy-openssl.c 2015-03-19 11:57:21.859436000 -0500 -@@ -818,7 +818,7 @@ static void ssl_proxy_ctx_init(SSL_CTX * - { - const char *cafile; - -- SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL); -+ SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); - - cafile = getenv("SSL_CA_FILE"); - if (cafile != NULL) { Property changes on: head/mail/dovecot/files/patch-src__login-common__ssl-proxy-openssl.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/mail/dovecot/files/patch-src_login-common_ssl-proxy-openssl.c =================================================================== --- head/mail/dovecot/files/patch-src_login-common_ssl-proxy-openssl.c (revision 407440) +++ head/mail/dovecot/files/patch-src_login-common_ssl-proxy-openssl.c (revision 407441) @@ -1,10 +1,19 @@ ---- src/login-common/ssl-proxy-openssl.c.orig 2015-03-07 13:25:36.487131678 +0100 -+++ src/login-common/ssl-proxy-openssl.c 2015-03-07 13:24:28.303136938 +0100 +--- src/login-common/ssl-proxy-openssl.c.orig 2011-01-20 21:16:59 UTC ++++ src/login-common/ssl-proxy-openssl.c @@ -21,6 +21,7 @@ #include #include #include +#include #define DOVECOT_SSL_DEFAULT_CIPHER_LIST "ALL:!LOW:!SSLv2" /* Check every 30 minutes if parameters file has been updated */ +@@ -817,7 +818,7 @@ static void ssl_proxy_ctx_init(SSL_CTX * + { + const char *cafile; + +- SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL); ++ SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); + + cafile = getenv("SSL_CA_FILE"); + if (cafile != NULL) { Index: head/sysutils/screen-legacy/files/patch-doc__Makefile.in =================================================================== --- head/sysutils/screen-legacy/files/patch-doc__Makefile.in (revision 407440) +++ head/sysutils/screen-legacy/files/patch-doc__Makefile.in (nonexistent) @@ -1,20 +0,0 @@ ---- doc/Makefile.in.orig Fri May 25 18:50:55 2001 -+++ doc/Makefile.in Mon Jun 25 08:42:08 2001 -@@ -27,7 +27,7 @@ - - info screen.info: screen.texinfo - @rm -f screen.info* -- $(MAKEINFO) $(srcdir)/screen.texinfo -o screen.info -+ $(MAKEINFO) --no-split $(srcdir)/screen.texinfo -o screen.info - - install: installdirs - $(INSTALL_DATA) $(srcdir)/screen.1 $(DESTDIR)$(mandir)/man1/screen.1 -@@ -36,7 +36,7 @@ - if test -f $$d/screen.info; then \ - for f in $$d/screen.info*; do $(INSTALL_DATA) $$f $(DESTDIR)$(infodir);done; \ - if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \ -- install-info --info-dir=$(DESTDIR)$(infodir) $$d/screen.info; \ -+ install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/screen.info; \ - else true; fi; \ - fi - Property changes on: head/sysutils/screen-legacy/files/patch-doc__Makefile.in ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/screen-legacy/files/patch-doc_Makefile.in =================================================================== --- head/sysutils/screen-legacy/files/patch-doc_Makefile.in (revision 407440) +++ head/sysutils/screen-legacy/files/patch-doc_Makefile.in (revision 407441) @@ -1,34 +1,40 @@ ---- doc/Makefile.in.orig 2007-10-29 13:08:52.000000000 -0700 -+++ doc/Makefile.in 2007-10-29 13:11:09.000000000 -0700 -@@ -30,7 +30,10 @@ - $(MAKEINFO) --no-split $(srcdir)/screen.texinfo -o screen.info +--- doc/Makefile.in.orig 2006-10-23 13:06:32 UTC ++++ doc/Makefile.in +@@ -27,25 +27,34 @@ pdf screen.pdf: screen.texinfo mostlycle + info screen.info: screen.texinfo + @rm -f screen.info* +- $(MAKEINFO) $(srcdir)/screen.texinfo -o screen.info ++ $(MAKEINFO) --no-split $(srcdir)/screen.texinfo -o screen.info + install: installdirs +.if defined(WITH_MAN) $(INSTALL_DATA) $(srcdir)/screen.1 $(DESTDIR)$(mandir)/man1/screen.1 +.endif +.if defined(WITH_INFO) -$(MAKE) screen.info -if test -f screen.info; then d=.; else d=$(srcdir); fi; \ if test -f $$d/screen.info; then \ -@@ -39,13 +42,19 @@ - install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/screen.info; \ + for f in $$d/screen.info*; do $(INSTALL_DATA) $$f $(DESTDIR)$(infodir);done; \ + if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \ +- install-info --info-dir=$(DESTDIR)$(infodir) $$d/screen.info; \ ++ install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/screen.info; \ else true; fi; \ fi +.endif uninstall: rm -f $(DESTDIR)$(mandir)/man1/screen.1 rm -f $(DESTDIR)$(infodir)/screen.info* installdirs: - $(srcdir)/../etc/mkinstalldirs $(DESTDIR)$(mandir)/man1 $(DESTDIR)$(infodir) +.if defined(WITH_MAN) + $(srcdir)/../etc/mkinstalldirs $(DESTDIR)$(mandir)/man1 +.endif +.if defined(WITH_INFO) + $(srcdir)/../etc/mkinstalldirs $(DESTDIR)$(infodir) +.endif mostlyclean: -rm -f *.cp *.cps *.fn *.fns *.ky *.kys *.pg *.tp *.vr