git: 906c51c9ab46 - main - net/freeradius3: unbreak build after 18c6e1827669 (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Jan 2023 14:47:42 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=906c51c9ab466d7a97ecfcf27481a68837333ca3 commit 906c51c9ab466d7a97ecfcf27481a68837333ca3 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2023-01-18 14:45:22 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2023-01-18 14:47:25 +0000 net/freeradius3: unbreak build after 18c6e1827669 (+) Changes in framework need adjustment for declared options. *_USE=ruby now became as *_USES=ruby Also removed obsoleted 'Created by Ryan Steinmetz <zi@FreeBSD.org>'. Approved by: portmgr blanket --- net/freeradius3/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net/freeradius3/Makefile b/net/freeradius3/Makefile index 8c665fb6f8df..840ed30cfc03 100644 --- a/net/freeradius3/Makefile +++ b/net/freeradius3/Makefile @@ -1,5 +1,3 @@ -# Created by: Ryan Steinmetz <zi@FreeBSD.org> - PORTNAME= freeradius DISTVERSION= 3.2.1 PORTREVISION= 1 @@ -143,7 +141,7 @@ REST_CONFIGURE_ON= --with-libcurl=${LOCALBASE} \ REST_LIB_DEPENDS= libcurl.so:ftp/curl \ libjson-c.so:devel/json-c RUBY_CONFIGURE_WITH= rlm_ruby -RUBY_USE= RUBY +RUBY_USES= ruby RUBY_IGNORE= with ruby support leaks memory, breaks signal handling. Please disable RUBY support SQLITE3_CONFIGURE_WITH= rlm_sql_sqlite SQLITE3_LIB_DEPENDS= libsqlite3.so:databases/sqlite3