From owner-svn-ports-all@freebsd.org Tue Aug 4 09:03:24 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 62C653B5CE4; Tue, 4 Aug 2020 09:03:24 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BLTLh1yDmz45g4; Tue, 4 Aug 2020 09:03:24 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2613223080; Tue, 4 Aug 2020 09:03:24 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07493OII009560; Tue, 4 Aug 2020 09:03:24 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07493Ov1009559; Tue, 4 Aug 2020 09:03:24 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <202008040903.07493Ov1009559@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Tue, 4 Aug 2020 09:03:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544150 - head/Templates X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: head/Templates X-SVN-Commit-Revision: 544150 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2020 09:03:24 -0000 Author: tijl Date: Tue Aug 4 09:03:23 2020 New Revision: 544150 URL: https://svnweb.freebsd.org/changeset/ports/544150 Log: Set configure variables to "yes" instead of "1". The configure script in the next version of gettext specifically tests for gl_cv_func_sigprocmask=yes. PR: 248346 Exp-run by: antoine Approved by: portmgr (antoine) Modified: head/Templates/config.site Modified: head/Templates/config.site ============================================================================== --- head/Templates/config.site Tue Aug 4 09:01:45 2020 (r544149) +++ head/Templates/config.site Tue Aug 4 09:03:23 2020 (r544150) @@ -875,7 +875,7 @@ : ${gl_cv_func_ldexp_no_libm=yes} : ${gl_cv_func_lseek_pipe=yes} : ${gl_cv_func_lstat_dereferences_slashed_symlink=yes} -: ${gl_cv_func_malloc_0_nonnull=1} +: ${gl_cv_func_malloc_0_nonnull=yes} : ${gl_cv_func_malloc_posix=yes} : ${gl_cv_func_mbrtowc_incomplete_state=yes} : ${gl_cv_func_mbrtowc_nul_retval=yes} @@ -896,7 +896,7 @@ : ${gl_cv_func_printf_positions=yes} : ${gl_cv_func_printf_precision=yes} : ${gl_cv_func_printf_sizes_c99=yes} -: ${gl_cv_func_sigprocmask=1} +: ${gl_cv_func_sigprocmask=yes} : ${gl_cv_func_snprintf_retval_c99=yes} : ${gl_cv_func_snprintf_size1=yes} : ${gl_cv_func_snprintf_usable=yes}