git: 74bbe60ebe24 - main - lang/erlang-runtime21: use localbase:ldflags for ODBC
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 May 2024 20:47:13 UTC
The branch main has been updated by olgeni: URL: https://cgit.FreeBSD.org/ports/commit/?id=74bbe60ebe245cf04bb5bc3a77724ac9f0750fcf commit 74bbe60ebe245cf04bb5bc3a77724ac9f0750fcf Author: Jimmy Olgeni <olgeni@FreeBSD.org> AuthorDate: 2024-05-04 16:26:51 +0000 Commit: Jimmy Olgeni <olgeni@FreeBSD.org> CommitDate: 2024-05-05 20:46:00 +0000 lang/erlang-runtime21: use localbase:ldflags for ODBC - Reorder variables according to portclippy --- lang/erlang-runtime21/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/lang/erlang-runtime21/Makefile b/lang/erlang-runtime21/Makefile index a466b48bf01e..c593e84b235e 100644 --- a/lang/erlang-runtime21/Makefile +++ b/lang/erlang-runtime21/Makefile @@ -1,7 +1,7 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- DISTVERSION= 21.3.8.24 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang parallel java PKGNAMESUFFIX= -runtime21 DIST_SUBDIR= erlang @@ -13,15 +13,14 @@ WWW= https://www.erlang.org/ LICENSE= APACHE20 USES= autoreconf:build,2.69 compiler cpe gmake ncurses perl5 +CPE_VENDOR= erlang +CPE_PRODUCT= erlang/otp USE_GITHUB= nodefault GH_ACCOUNT= erlang:otp,corba GH_PROJECT= otp:otp corba:corba GH_TAGNAME= 4.5.2:corba USE_PERL5= build -CPE_VENDOR= erlang -CPE_PRODUCT= erlang/otp - GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-smp-support @@ -77,9 +76,8 @@ KQUEUE_CONFIGURE_ENABLE= kernel-poll NATIVE_IMPLIES= HIPE NATIVE_CONFIGURE_ENABLE= native-libs ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC +ODBC_USES= localbase:ldflags ODBC_CONFIGURE_WITH= odbc -ODBC_CFLAGS= -I/usr/local/include -ODBC_LDFLAGS= -L/usr/local/lib OPENSSL_USES= ssl OPENSSL_CONFIGURE_WITH= ssl=${OPENSSLBASE} SCTP_CONFIGURE_ENABLE= sctp