1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00
Alexey Dokuchaev f1405f0ddc Unbreak the build on sparc64: it was caused by #include <net/pfvar.h> that
was conflicting with C++ headers, leading to the following errors:

  In file included from /usr/include/c++/4.2/iostream:45,
                   from ../include/XmlFileWriter.h:36,
                   from pflogx.cpp:36:
  /usr/include/c++/4.2/ostream:566:47: error: macro "flush" passed 2
  arguments, but takes just 1

This header was required before PF_* enums were moved to <netpfil/pf/pf.h>,
which applies to all supported versions of FreeBSD.  Thus, do not #include
offending and nowadays useless header file, only #include <netpfil/pf/pf.h>
(which is #included by <net/pfvar.h>) when its definitions are needed.

Tested on:	i386, amd64, powerpc, sparc64
2017-12-27 10:39:58 +00:00
..
2017-06-10 01:51:02 +00:00
2017-12-14 22:37:49 +00:00
2017-11-25 09:00:15 +00:00
2017-12-13 20:49:15 +00:00
2017-06-17 09:01:25 +00:00
2017-12-14 01:38:03 +00:00
2017-07-14 17:20:42 +00:00
2017-11-30 22:07:01 +00:00
2017-11-30 21:34:42 +00:00
2017-11-30 21:34:42 +00:00
2017-10-06 15:05:48 +00:00
2017-12-15 15:09:24 +00:00
2017-12-18 03:08:09 +00:00
2017-05-13 13:51:32 +00:00
2017-08-30 18:11:06 +00:00
2017-08-30 18:11:06 +00:00
2017-09-06 18:28:20 +00:00
2017-11-24 00:39:15 +00:00
2017-06-25 21:07:58 +00:00
2017-11-30 15:50:30 +00:00
2017-07-07 02:19:21 +00:00
2017-07-07 02:19:21 +00:00
2017-12-13 20:06:09 +00:00
2017-12-13 20:06:09 +00:00
2017-11-11 09:04:37 +00:00
2017-11-30 15:50:30 +00:00
2017-07-08 16:47:22 +00:00
2017-12-21 14:08:45 +00:00
2017-12-23 15:13:18 +00:00
2017-09-18 09:01:53 +00:00
2017-11-30 15:50:30 +00:00
2017-06-29 18:14:07 +00:00
2017-11-30 15:50:30 +00:00
2017-12-13 09:18:46 +00:00
2017-10-12 15:57:51 +00:00
2017-05-28 21:18:04 +00:00
2017-09-22 10:48:28 +00:00
2017-10-30 04:04:27 +00:00
2017-09-06 09:01:42 +00:00
2017-09-25 00:08:16 +00:00
2017-08-05 10:58:48 +00:00
2017-12-05 21:31:37 +00:00
2017-11-16 14:01:31 +00:00
2017-09-22 10:48:28 +00:00
2017-07-16 03:14:53 +00:00
2017-07-16 19:46:25 +00:00
2017-08-21 16:45:27 +00:00
2017-12-23 19:31:00 +00:00
2017-12-26 23:20:07 +00:00
2017-11-30 15:50:30 +00:00
2017-09-17 21:33:54 +00:00
2017-08-01 17:11:22 +00:00
2017-10-16 13:56:46 +00:00
2017-09-10 13:08:59 +00:00
2017-08-20 13:43:05 +00:00
2017-07-21 09:01:02 +00:00
2017-07-27 00:58:11 +00:00
2017-12-03 10:12:38 +00:00
2017-12-06 22:33:58 +00:00
2017-11-22 19:52:48 +00:00
2017-08-09 03:09:26 +00:00
2017-11-30 15:50:30 +00:00
2017-12-13 09:00:29 +00:00
2017-10-01 10:23:17 +00:00
2017-05-08 17:21:49 +00:00
2017-11-15 18:48:16 +00:00
2017-11-15 12:41:37 +00:00
2017-11-30 15:50:30 +00:00
2017-09-14 17:56:50 +00:00
2017-11-29 09:00:18 +00:00
2017-10-05 19:38:08 +00:00
2017-11-10 21:57:56 +00:00
2017-07-28 09:01:09 +00:00
2017-06-30 22:14:53 +00:00
2017-10-31 10:28:14 +00:00
2017-11-14 21:21:14 +00:00
2017-12-26 09:00:38 +00:00
2017-10-27 09:08:53 +00:00
2017-11-09 02:31:47 +00:00
2017-09-28 09:02:02 +00:00
2017-09-10 09:01:46 +00:00
2017-11-21 09:00:16 +00:00
2017-12-21 09:00:35 +00:00
2017-11-15 17:05:46 +00:00
2017-08-05 10:58:48 +00:00
2017-12-20 14:44:20 +00:00
2017-11-30 15:50:30 +00:00
2017-07-11 14:04:56 +00:00
2017-11-30 15:50:30 +00:00
2017-06-05 15:28:07 +00:00
2017-10-21 06:50:49 +00:00
2017-12-14 20:15:52 +00:00
2017-12-14 20:15:52 +00:00
2017-12-01 13:16:43 +00:00
2017-12-23 17:24:19 +00:00
2017-06-29 18:18:47 +00:00
2017-12-16 20:55:45 +00:00
2017-10-05 19:23:16 +00:00
2017-08-11 07:21:43 +00:00
2017-09-22 10:48:28 +00:00
2017-05-24 17:28:21 +00:00
2017-09-22 10:48:28 +00:00
2017-10-14 01:30:49 +00:00
2017-11-15 18:50:12 +00:00
2017-12-22 15:39:32 +00:00
2017-07-26 09:01:06 +00:00
2017-11-30 15:50:30 +00:00
2017-11-08 16:30:26 +00:00
2017-12-07 15:45:00 +00:00
2017-08-01 17:07:58 +00:00
2017-06-13 16:55:25 +00:00
2017-10-27 12:19:09 +00:00
2017-10-27 12:19:09 +00:00
2017-12-22 03:02:29 +00:00
2017-12-25 05:22:18 +00:00
2017-10-20 14:51:35 +00:00
2017-11-30 15:50:30 +00:00
2017-09-25 00:08:16 +00:00
2017-12-18 21:50:17 +00:00
2017-09-30 19:26:32 +00:00
2017-12-11 14:53:00 +00:00
2017-11-19 03:31:38 +00:00
2017-11-08 14:56:58 +00:00
2017-07-22 09:01:02 +00:00
2017-05-10 21:37:57 +00:00
2017-07-11 10:29:11 +00:00
2017-05-08 17:21:49 +00:00
2017-05-08 17:21:49 +00:00
2017-11-18 07:56:45 +00:00
2017-11-15 18:49:18 +00:00
2017-09-29 10:28:19 +00:00
2017-09-12 15:38:56 +00:00
2017-07-03 10:16:33 +00:00
2017-11-30 15:50:30 +00:00
2017-11-30 15:50:30 +00:00
2017-11-30 15:50:30 +00:00
2017-11-30 15:50:30 +00:00
2017-12-11 10:38:50 +00:00
2017-12-23 12:21:57 +00:00
2017-05-08 17:21:49 +00:00
2017-11-30 15:50:30 +00:00
2017-08-27 01:14:01 +00:00
2017-11-06 07:50:18 +00:00
2017-08-12 21:56:21 +00:00
2017-06-30 22:15:03 +00:00
2017-07-28 02:41:48 +00:00
2017-05-10 18:09:37 +00:00
2017-11-30 07:01:14 +00:00
2017-11-18 00:11:18 +00:00
2017-12-22 23:05:08 +00:00
2017-12-11 10:43:57 +00:00
2017-08-07 18:51:59 +00:00
2017-07-31 15:50:35 +00:00
2017-07-30 13:13:20 +00:00
2017-08-02 18:36:57 +00:00
2017-10-03 15:36:18 +00:00
2017-09-14 23:48:44 +00:00
2017-10-04 10:56:21 +00:00
2017-07-31 15:50:46 +00:00
2017-12-16 20:55:51 +00:00
2017-12-11 10:44:02 +00:00
2017-12-20 14:42:32 +00:00
2017-09-04 00:00:43 +00:00
2017-08-11 21:39:17 +00:00
2017-12-11 10:44:13 +00:00
2017-06-07 19:11:22 +00:00
2017-06-18 18:09:16 +00:00
2017-07-28 02:41:18 +00:00
2017-11-23 19:10:01 +00:00
2017-05-15 15:38:56 +00:00
2017-05-28 11:55:35 +00:00
2017-07-25 23:57:39 +00:00
2017-08-13 16:50:11 +00:00
2017-12-02 13:18:35 +00:00
2017-11-06 19:39:05 +00:00
2017-12-21 14:00:27 +00:00
2017-12-26 20:52:14 +00:00
2017-12-09 19:05:03 +00:00
2017-05-29 11:32:14 +00:00
2017-05-29 11:32:14 +00:00
2017-12-15 02:09:37 +00:00
2017-11-30 15:50:30 +00:00
2017-10-12 15:57:51 +00:00
2017-11-23 19:08:19 +00:00
2017-10-18 15:34:01 +00:00
2017-07-24 09:01:04 +00:00
2017-11-09 02:31:47 +00:00
2017-11-06 07:51:57 +00:00
2017-06-14 16:10:51 +00:00
2017-09-02 12:03:32 +00:00
2017-12-19 15:08:41 +00:00
2017-12-24 09:14:44 +00:00
2017-07-25 09:01:05 +00:00
2017-07-26 17:02:36 +00:00
2017-12-14 20:05:31 +00:00
2017-06-26 23:17:20 +00:00
2017-12-05 19:36:53 +00:00
2017-07-09 09:00:21 +00:00
2017-11-12 14:28:29 +00:00
2017-09-22 10:48:28 +00:00
2017-12-24 10:51:05 +00:00
2017-12-14 18:15:58 +00:00
2017-07-25 21:43:40 +00:00
2017-12-01 14:52:51 +00:00
2017-11-30 15:50:30 +00:00
2017-10-03 21:04:07 +00:00
2017-12-11 18:26:13 +00:00
2017-09-13 17:48:05 +00:00
2017-11-20 15:40:31 +00:00
2017-12-26 20:52:14 +00:00