svn commit: r411750 - in head/sysutils: syslog-ng-devel/files syslog-ng/files syslog-ng34/files syslog-ng35/files
Cy Schubert
cy at FreeBSD.org
Thu Mar 24 05:20:59 UTC 2016
Author: cy
Date: Thu Mar 24 05:20:57 2016
New Revision: 411750
URL: https://svnweb.freebsd.org/changeset/ports/411750
Log:
Fix SPOOF support builds in all syslog-ng ports.
Added:
head/sysutils/syslog-ng-devel/files/patch-configure (contents, props changed)
head/sysutils/syslog-ng-devel/files/patch-modules__afsocket__afinet-dest.c (contents, props changed)
head/sysutils/syslog-ng/files/patch-configure (contents, props changed)
head/sysutils/syslog-ng/files/patch-modules__afsocket__afinet-dest.c (contents, props changed)
head/sysutils/syslog-ng34/files/patch-configure (contents, props changed)
head/sysutils/syslog-ng34/files/patch-modules__afsocket__afinet-dest.c (contents, props changed)
head/sysutils/syslog-ng35/files/patch-configure (contents, props changed)
head/sysutils/syslog-ng35/files/patch-modules__afsocket__afinet-dest.c (contents, props changed)
Added: head/sysutils/syslog-ng-devel/files/patch-configure
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/syslog-ng-devel/files/patch-configure Thu Mar 24 05:20:57 2016 (r411750)
@@ -0,0 +1,14 @@
+--- configure.orig 2016-03-22 04:58:27.000000000 -0700
++++ configure 2016-03-23 20:51:10.722420000 -0700
+@@ -14996,9 +14996,9 @@
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNET" >&5
+ $as_echo_n "checking for LIBNET... " >&6; }
+ if test "x$with_libnet" = "x"; then
+- LIBNET_CONFIG="`which libnet-config`"
++ LIBNET_CONFIG="`which libnet11-config`"
+ else
+- LIBNET_CONFIG="$with_libnet/libnet-config"
++ LIBNET_CONFIG="$with_libnet/libnet11-config"
+ fi
+
+ if test -n "$LIBNET_CONFIG" -a -x "$LIBNET_CONFIG"; then
Added: head/sysutils/syslog-ng-devel/files/patch-modules__afsocket__afinet-dest.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/syslog-ng-devel/files/patch-modules__afsocket__afinet-dest.c Thu Mar 24 05:20:57 2016 (r411750)
@@ -0,0 +1,11 @@
+--- modules/afsocket/afinet-dest.c.orig 2016-03-22 02:39:13.000000000 -0700
++++ modules/afsocket/afinet-dest.c 2016-03-23 22:07:14.289961000 -0700
+@@ -42,7 +42,7 @@
+ #endif
+
+ #if ENABLE_SPOOF_SOURCE
+-#include <libnet.h>
++#include <libnet11/libnet.h>
+ #endif
+
+ #if _GNU_SOURCE_DEFINED
Added: head/sysutils/syslog-ng/files/patch-configure
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/syslog-ng/files/patch-configure Thu Mar 24 05:20:57 2016 (r411750)
@@ -0,0 +1,14 @@
+--- configure.orig 2016-03-22 04:58:27.000000000 -0700
++++ configure 2016-03-23 20:51:10.722420000 -0700
+@@ -14996,9 +14996,9 @@
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNET" >&5
+ $as_echo_n "checking for LIBNET... " >&6; }
+ if test "x$with_libnet" = "x"; then
+- LIBNET_CONFIG="`which libnet-config`"
++ LIBNET_CONFIG="`which libnet11-config`"
+ else
+- LIBNET_CONFIG="$with_libnet/libnet-config"
++ LIBNET_CONFIG="$with_libnet/libnet11-config"
+ fi
+
+ if test -n "$LIBNET_CONFIG" -a -x "$LIBNET_CONFIG"; then
Added: head/sysutils/syslog-ng/files/patch-modules__afsocket__afinet-dest.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/syslog-ng/files/patch-modules__afsocket__afinet-dest.c Thu Mar 24 05:20:57 2016 (r411750)
@@ -0,0 +1,11 @@
+--- modules/afsocket/afinet-dest.c.orig 2016-03-22 02:39:13.000000000 -0700
++++ modules/afsocket/afinet-dest.c 2016-03-23 22:07:14.289961000 -0700
+@@ -42,7 +42,7 @@
+ #endif
+
+ #if ENABLE_SPOOF_SOURCE
+-#include <libnet.h>
++#include <libnet11/libnet.h>
+ #endif
+
+ #if _GNU_SOURCE_DEFINED
Added: head/sysutils/syslog-ng34/files/patch-configure
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/syslog-ng34/files/patch-configure Thu Mar 24 05:20:57 2016 (r411750)
@@ -0,0 +1,14 @@
+--- configure.orig 2016-03-22 04:58:27.000000000 -0700
++++ configure 2016-03-23 20:51:10.722420000 -0700
+@@ -14996,9 +14996,9 @@
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNET" >&5
+ $as_echo_n "checking for LIBNET... " >&6; }
+ if test "x$with_libnet" = "x"; then
+- LIBNET_CONFIG="`which libnet-config`"
++ LIBNET_CONFIG="`which libnet11-config`"
+ else
+- LIBNET_CONFIG="$with_libnet/libnet-config"
++ LIBNET_CONFIG="$with_libnet/libnet11-config"
+ fi
+
+ if test -n "$LIBNET_CONFIG" -a -x "$LIBNET_CONFIG"; then
Added: head/sysutils/syslog-ng34/files/patch-modules__afsocket__afinet-dest.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/syslog-ng34/files/patch-modules__afsocket__afinet-dest.c Thu Mar 24 05:20:57 2016 (r411750)
@@ -0,0 +1,11 @@
+--- modules/afsocket/afinet-dest.c.orig 2016-03-22 02:39:13.000000000 -0700
++++ modules/afsocket/afinet-dest.c 2016-03-23 22:07:14.289961000 -0700
+@@ -42,7 +42,7 @@
+ #endif
+
+ #if ENABLE_SPOOF_SOURCE
+-#include <libnet.h>
++#include <libnet11/libnet.h>
+ #endif
+
+ #if _GNU_SOURCE_DEFINED
Added: head/sysutils/syslog-ng35/files/patch-configure
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/syslog-ng35/files/patch-configure Thu Mar 24 05:20:57 2016 (r411750)
@@ -0,0 +1,14 @@
+--- configure.orig 2016-03-22 04:58:27.000000000 -0700
++++ configure 2016-03-23 20:51:10.722420000 -0700
+@@ -14996,9 +14996,9 @@
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBNET" >&5
+ $as_echo_n "checking for LIBNET... " >&6; }
+ if test "x$with_libnet" = "x"; then
+- LIBNET_CONFIG="`which libnet-config`"
++ LIBNET_CONFIG="`which libnet11-config`"
+ else
+- LIBNET_CONFIG="$with_libnet/libnet-config"
++ LIBNET_CONFIG="$with_libnet/libnet11-config"
+ fi
+
+ if test -n "$LIBNET_CONFIG" -a -x "$LIBNET_CONFIG"; then
Added: head/sysutils/syslog-ng35/files/patch-modules__afsocket__afinet-dest.c
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/syslog-ng35/files/patch-modules__afsocket__afinet-dest.c Thu Mar 24 05:20:57 2016 (r411750)
@@ -0,0 +1,11 @@
+--- modules/afsocket/afinet-dest.c.orig 2016-03-22 02:39:13.000000000 -0700
++++ modules/afsocket/afinet-dest.c 2016-03-23 22:07:14.289961000 -0700
+@@ -42,7 +42,7 @@
+ #endif
+
+ #if ENABLE_SPOOF_SOURCE
+-#include <libnet.h>
++#include <libnet11/libnet.h>
+ #endif
+
+ #if _GNU_SOURCE_DEFINED
More information about the svn-ports-all
mailing list