From owner-svn-ports-all@freebsd.org Sat Dec 10 21:03:33 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 2D507C71D25; Sat, 10 Dec 2016 21:03:33 +0000 (UTC) (envelope-from brnrd@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 D70311789; Sat, 10 Dec 2016 21:03:32 +0000 (UTC) (envelope-from brnrd@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBAL3WxT051848; Sat, 10 Dec 2016 21:03:32 GMT (envelope-from brnrd@FreeBSD.org) Received: (from brnrd@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBAL3VEK051844; Sat, 10 Dec 2016 21:03:31 GMT (envelope-from brnrd@FreeBSD.org) Message-Id: <201612102103.uBAL3VEK051844@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brnrd set sender to brnrd@FreeBSD.org using -f From: Bernard Spil Date: Sat, 10 Dec 2016 21:03:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428324 - in 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.23 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: Sat, 10 Dec 2016 21:03:33 -0000 Author: brnrd Date: Sat Dec 10 21:03:31 2016 New Revision: 428324 URL: https://svnweb.freebsd.org/changeset/ports/428324 Log: net-mgmt/send: Fix LibreSSL build - Add patch to fix building with LibreSSL - Register SSL dependency via USES= ssl Approved by: SSL blanket Modified: head/net-mgmt/send/Makefile head/net-mgmt/send/files/patch-include-pkixip_ext_asn.h Modified: head/net-mgmt/send/Makefile ============================================================================== --- head/net-mgmt/send/Makefile Sat Dec 10 20:39:32 2016 (r428323) +++ head/net-mgmt/send/Makefile Sat Dec 10 21:03:31 2016 (r428324) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libdnet.so:net/libdnet -USES= gmake readline +USES= gmake readline ssl USE_RC_SUBR= sendd SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message Modified: head/net-mgmt/send/files/patch-include-pkixip_ext_asn.h ============================================================================== --- head/net-mgmt/send/files/patch-include-pkixip_ext_asn.h Sat Dec 10 20:39:32 2016 (r428323) +++ head/net-mgmt/send/files/patch-include-pkixip_ext_asn.h Sat Dec 10 21:03:31 2016 (r428324) @@ -1,6 +1,6 @@ ---- 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 @@ +--- include/pkixip_ext_asn.h.orig 2010-08-28 08:58:02 UTC ++++ include/pkixip_ext_asn.h +@@ -33,7 +33,12 @@ #ifndef _PKIXIP_EXT_ASN_H #define _PKIXIP_EXT_ASN_H @@ -9,5 +9,26 @@ +#define STACK _STACK +#endif #include ++#include #include #include + +@@ -45,7 +50,7 @@ + #define IANA_SAFI_BOTH 3 + #define IANA_SAFI_MPLS 4 + +-/* ++#ifdef LIBRESSL_VERSION_NUMBER + typedef struct IPAddressRange_st { + ASN1_BIT_STRING *min; + ASN1_BIT_STRING *max; +@@ -79,7 +84,7 @@ typedef struct IPAddressFamily_st { + ASN1_OCTET_STRING *addressFamily; + IPAddressChoice *ipAddressChoice; + } IPAddressFamily; +-*/ ++#endif + + #define IP_AOR_PREFIX 0 + #define IP_AOR_RANGE 1 +