Date: Sat, 9 Jul 2022 21:17:58 GMT From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: badc57307ba6 - main - dns/c-ares: Remove MAKE_JOBS_UNSAFE and SSP_UNSAFE Message-ID: <202207092117.269LHwwU012672@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by zi: URL: https://cgit.FreeBSD.org/ports/commit/?id=badc57307ba6d8968cb8eb857624a70d95266c25 commit badc57307ba6d8968cb8eb857624a70d95266c25 Author: Ryan Steinmetz <zi@FreeBSD.org> AuthorDate: 2022-07-09 21:16:08 +0000 Commit: Ryan Steinmetz <zi@FreeBSD.org> CommitDate: 2022-07-09 21:17:30 +0000 dns/c-ares: Remove MAKE_JOBS_UNSAFE and SSP_UNSAFE - Bump PORTREVISION PR: 265120 Reported by: Evgeniy Khramtsov <evgeniy@khramtsov.org> --- dns/c-ares/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dns/c-ares/Makefile b/dns/c-ares/Makefile index 71b3fc445885..9830944252f4 100644 --- a/dns/c-ares/Makefile +++ b/dns/c-ares/Makefile @@ -2,6 +2,7 @@ PORTNAME= c-ares PORTVERSION= 1.18.1 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= https://c-ares.org/download/ \ https://c-ares.haxx.se/download/ \ @@ -16,7 +17,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-werror INSTALL_TARGET= install-strip -SSP_UNSAFE= Refuses -l in LDFLAGS USES= libtool pathfix compiler:c++11-lang gmake USE_LDCONFIG= yes @@ -31,8 +31,6 @@ OPTIMIZED_CFLAGS_DESC= Build with compiler optimizations CONFLICTS= py*-ripe.atlas.tools -MAKE_JOBS_UNSAFE= yes - CONFIG_INFO_EXTRA_PATCHES= ${FILESDIR}/ares-config-info.patch DEBUG_CONFIGURE_ENABLE= debug HIDE_SYMBOLS_CONFIGURE_ENABLE= symbol-hiding
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207092117.269LHwwU012672>