Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Aug 2020 09:03:24 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r544150 - head/Templates
Message-ID:  <202008040903.07493Ov1009559@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008040903.07493Ov1009559>