git: e9d3d1f9b394 - main - databases/rocksdb: Clean up Makefile

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 19 Nov 2022 08:16:43 UTC
The branch main has been updated by sunpoet:

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

commit e9d3d1f9b394798f112f82ca318ea606c1b4f880
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-11-19 08:11:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-11-19 08:11:17 +0000

    databases/rocksdb: Clean up Makefile
    
    - Use = instead of ?= after 09bd0656bb445fed1675360acc33460e6d6fde44
---
 databases/rocksdb/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile
index 6ba985a0daf7..cbe932cdfc95 100644
--- a/databases/rocksdb/Makefile
+++ b/databases/rocksdb/Makefile
@@ -3,8 +3,8 @@ PORTVERSION=	7.7.2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	databases
 
-MAINTAINER?=	sunpoet@FreeBSD.org
-COMMENT?=	Persistent key-value store for fast storage environments
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Persistent key-value store for fast storage environments
 WWW=		https://rocksdb.org/
 
 LICENSE=	APACHE20 GPLv2
@@ -13,8 +13,8 @@ LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE.Apache
 LICENSE_FILE_GPLv2=	${WRKSRC}/COPYING
 
 BROKEN_DragonFly=	does not build on DragonFly BSD using GCC with -Werror
-BROKEN_armv6?=		does not build: db/c.cc:2281:44: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int')
-BROKEN_armv7?=		does not build: /nxb-bin/usr/bin/ld: undefined reference to symbol `__gnu_Unwind_Find_exidx@@FBSD_1.4' (try adding -lc) #'`
+BROKEN_armv6=	does not build: db/c.cc:2281:44: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int')
+BROKEN_armv7=	does not build: /nxb-bin/usr/bin/ld: undefined reference to symbol `__gnu_Unwind_Find_exidx@@FBSD_1.4' (try adding -lc) #'`
 BROKEN_FreeBSD_12_powerpc64=	does not build: util/crc32c.cc:435:22: 'arch_ppc_probe' was not declared in this scope
 
 BUILD_DEPENDS=	bash:shells/bash