From owner-svn-ports-all@freebsd.org Thu Mar 24 05:20:59 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 98F22ADC745; Thu, 24 Mar 2016 05:20:59 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 630371BB9; Thu, 24 Mar 2016 05:20:59 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2O5KwKV057277; Thu, 24 Mar 2016 05:20:58 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2O5KvtV057268; Thu, 24 Mar 2016 05:20:57 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201603240520.u2O5KvtV057268@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Thu, 24 Mar 2016 05:20:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411750 - in head/sysutils: syslog-ng-devel/files syslog-ng/files syslog-ng34/files syslog-ng35/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2016 05:20:59 -0000 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 ++#include + #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 ++#include + #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 ++#include + #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 ++#include + #endif + + #if _GNU_SOURCE_DEFINED