Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2021 21:02:43 GMT
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e1ad2bb1c502 - main - net/h323plus: add flags for TLS support, take maintainer
Message-ID:  <202105232102.14NL2hxL036452@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e1ad2bb1c502244d70e39e45b204cfde7a1285ba

commit e1ad2bb1c502244d70e39e45b204cfde7a1285ba
Author:     Kurt Jaeger <pi@FreeBSD.org>
AuthorDate: 2021-05-23 21:00:22 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105232102.14NL2hxL036452>