Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Dec 2022 12:31:34 GMT
From:      Juraj Lutter <otis@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 00ec0f21d37a - 2022Q4 - www/node16: Remove no-op OPTIONS_DEFAULT+=${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}}
Message-ID:  <202212071231.2B7CVYMu097326@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q4 has been updated by otis:

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

commit 00ec0f21d37af11dbc2d66c20f20f0dc419fc352
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-11-19 08:13:56 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2022-12-07 12:29:15 +0000

    www/node16: Remove no-op OPTIONS_DEFAULT+=${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}}
    
    Approved by:    portmgr (blanket)
    
    (cherry picked from commit 52db0296aedbc528fbf3f1dabe1ad89829c688ad)
---
 www/node16/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/www/node16/Makefile b/www/node16/Makefile
index a214ce14e16a..83a94ccc3007 100644
--- a/www/node16/Makefile
+++ b/www/node16/Makefile
@@ -21,7 +21,6 @@ USES=		compiler:c++11-lib gmake python:3.6-3.10,build pkgconfig \
 
 OPTIONS_DEFINE=		BUNDLED_SSL DOCS NLS DTRACE COREPACK
 OPTIONS_DEFAULT=	DTRACE COREPACK
-OPTIONS_DEFAULT+=	${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}}
 OPTIONS_SUB=		yes
 
 .if !exists(/usr/sbin/dtrace)



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