git: baf094767017 - main - devel/omniORB: Build with system compiler

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 18 Nov 2023 12:30:05 UTC
The branch main has been updated by bofh:

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

commit baf094767017937983bcb74c47ab82baad216ccf
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-11-18 11:50:38 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-11-18 12:29:52 +0000

    devel/omniORB: Build with system compiler
    
    PR:             273674
---
 devel/omniORB/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/omniORB/Makefile b/devel/omniORB/Makefile
index d83df0ad0623..52f38a0fe746 100644
--- a/devel/omniORB/Makefile
+++ b/devel/omniORB/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	omniORB
 DISTVERSION=	${ABI_VER}.${ABI_MAJOR_VER}.${ABI_MINOR_VER}
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	SF/${PORTNAME:tl}/${PORTNAME}/${PORTNAME}-${DISTVERSION:S/-2//}
 
@@ -13,8 +14,7 @@ BROKEN_FreeBSD_15=	cannot convert 'pthread**' to 'pthread_t' {aka 'pthread*'}
 
 LIB_DEPENDS=	libzstd.so:archivers/zstd
 
-USES=		compiler:gcc-c++11-lib gmake pkgconfig python shebangfix ssl \
-		tar:bzip2
+USES=		gmake pkgconfig python shebangfix ssl tar:bzip2
 BROKEN_SSL=	openssl
 BROKEN_SSL_REASON_openssl=	member access into incomplete type 'DH' (aka 'dh_st')
 USE_LDCONFIG=	yes