From owner-dev-commits-ports-main@freebsd.org Sun May 23 21:02:44 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4091164FD40; Sun, 23 May 2021 21:02:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FpCTv5n0hz3tN0; Sun, 23 May 2021 21:02:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 969FF1E293; Sun, 23 May 2021 21:02:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14NL2hrF036453; Sun, 23 May 2021 21:02:43 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14NL2hxL036452; Sun, 23 May 2021 21:02:43 GMT (envelope-from git) Date: Sun, 23 May 2021 21:02:43 GMT Message-Id: <202105232102.14NL2hxL036452@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kurt Jaeger Subject: git: e1ad2bb1c502 - main - net/h323plus: add flags for TLS support, take maintainer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: pi X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e1ad2bb1c502244d70e39e45b204cfde7a1285ba Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 May 2021 21:02:44 -0000 The branch main has been updated by pi: URL: https://cgit.FreeBSD.org/ports/commit/?id=e1ad2bb1c502244d70e39e45b204cfde7a1285ba commit e1ad2bb1c502244d70e39e45b204cfde7a1285ba Author: Kurt Jaeger AuthorDate: 2021-05-23 21:00:22 +0000 Commit: Kurt Jaeger CommitDate: 2021-05-23 21:00:22 +0000 net/h323plus: add flags for TLS support, take maintainer - This helps to build https://github.com/willamowius/check_h323_tls --- net/h323plus/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/h323plus/Makefile b/net/h323plus/Makefile index 92c2313b8e50..5d47a4ded53f 100644 --- a/net/h323plus/Makefile +++ b/net/h323plus/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 1_27_2 CATEGORIES= net multimedia -MAINTAINER= ports@FreeBSD.org +MAINTAINER= pi@FreeBSD.org COMMENT= H323 Video Conferencing library LICENSE= MPL10 MPL11 @@ -20,6 +20,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes # ptlib-config --libs returns bogus dependencies on expat and SDL-1.2 +CFLAGS+= -DH323_H46017 -DH323_TLS LDFLAGS+= -Wl,--as-needed MAKE_JOBS_UNSAFE=yes