From owner-svn-ports-all@FreeBSD.ORG Fri Aug 29 16:56:34 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E126A7F0; Fri, 29 Aug 2014 16:56:34 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 B2CC6182E; Fri, 29 Aug 2014 16:56:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7TGuYIR054561; Fri, 29 Aug 2014 16:56:34 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7TGuYj0054559; Fri, 29 Aug 2014 16:56:34 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201408291656.s7TGuYj0054559@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 29 Aug 2014 16:56:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366532 - head/net-mgmt/send/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.18-1 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: Fri, 29 Aug 2014 16:56:35 -0000 Author: hrs Date: Fri Aug 29 16:56:34 2014 New Revision: 366532 URL: http://svnweb.freebsd.org/changeset/ports/366532 QAT: https://qat.redports.org/buildarchive/r366532/ Log: Fix build on branches with OpenSSL 0.9.8. Modified: head/net-mgmt/send/files/patch-include-cga_keyutils.h head/net-mgmt/send/files/patch-include-pkixip_ext_asn.h Modified: head/net-mgmt/send/files/patch-include-cga_keyutils.h ============================================================================== --- head/net-mgmt/send/files/patch-include-cga_keyutils.h Fri Aug 29 16:51:53 2014 (r366531) +++ head/net-mgmt/send/files/patch-include-cga_keyutils.h Fri Aug 29 16:56:34 2014 (r366532) @@ -1,10 +1,10 @@ ---- include/cga_keyutils.h.orig 2014-08-20 04:17:35.000000000 +0900 -+++ include/cga_keyutils.h 2014-08-20 04:17:58.000000000 +0900 +--- include/cga_keyutils.h.orig 2010-08-28 17:58:02.000000000 +0900 ++++ include/cga_keyutils.h 2014-08-30 01:53:41.000000000 +0900 @@ -36,6 +36,9 @@ #include #include #include -+#ifndef STACK ++#if OPENSSL_VERSION_NUMBER >= 0x0090900fL +#define STACK _STACK +#endif #include Modified: head/net-mgmt/send/files/patch-include-pkixip_ext_asn.h ============================================================================== --- head/net-mgmt/send/files/patch-include-pkixip_ext_asn.h Fri Aug 29 16:51:53 2014 (r366531) +++ head/net-mgmt/send/files/patch-include-pkixip_ext_asn.h Fri Aug 29 16:56:34 2014 (r366532) @@ -1,11 +1,11 @@ ---- include/pkixip_ext_asn.h.orig 2014-08-20 04:16:53.000000000 +0900 -+++ include/pkixip_ext_asn.h 2014-08-20 04:17:09.000000000 +0900 +--- include/pkixip_ext_asn.h.orig 2010-08-28 17:58:02.000000000 +0900 ++++ include/pkixip_ext_asn.h 2014-08-30 01:54:23.000000000 +0900 @@ -33,6 +33,10 @@ #ifndef _PKIXIP_EXT_ASN_H #define _PKIXIP_EXT_ASN_H +#include -+#ifndef STACK ++#if OPENSSL_VERSION_NUMBER >= 0x0090900fL +#define STACK _STACK +#endif #include