git: cf57eb27bb31 - main - devel/apr1: remove mentions of nonexisting option

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 12 17:15:07 UTC 2021


The branch main has been updated by amdmi3:

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

commit cf57eb27bb31b262d2c14228227e87b5015f7b36
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-05-12 15:10:33 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-05-12 17:11:38 +0000

    devel/apr1: remove mentions of nonexisting option
    
    Approved by:    portmgr blanket
---
 devel/apr1/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/devel/apr1/Makefile b/devel/apr1/Makefile
index 8b07d00ac5d0..b44d6b247f4a 100644
--- a/devel/apr1/Makefile
+++ b/devel/apr1/Makefile
@@ -32,11 +32,10 @@ OPTIONS_DEFINE=		IPV6
 OPTIONS_GROUP_APU=	BDB GDBM LDAP MYSQL NDBM ODBC PGSQL SQLITE
 OPTIONS_RADIO=		CRYPTO
 OPTIONS_RADIO_CRYPTO=	SSL NSS
-OPTIONS_DEFAULT=	DEVRANDOM BDB GDBM SSL
+OPTIONS_DEFAULT=	BDB GDBM SSL
 
 APU_DESC=		Database support
 CRYPTO_DESC=		Cryptography provider
-DEVRANDOM_DESC=		Use /dev/random or compatible
 NDBM_DESC=		NDBM support
 NSS_DESC=		NSS crypto driver
 SSL_DESC=		OpenSSL crypto driver


More information about the dev-commits-ports-all mailing list