svn commit: r400392 - head/Templates

Bryan Drewery bdrewery at FreeBSD.org
Wed Oct 28 14:23:53 UTC 2015


Author: bdrewery
Date: Wed Oct 28 14:23:51 2015
New Revision: 400392
URL: https://svnweb.freebsd.org/changeset/ports/400392

Log:
  Re-apply r400350 which is correct, to remove libutil-provided symbols.

Modified:
  head/Templates/config.site

Modified: head/Templates/config.site
==============================================================================
--- head/Templates/config.site	Wed Oct 28 13:56:17 2015	(r400391)
+++ head/Templates/config.site	Wed Oct 28 14:23:51 2015	(r400392)
@@ -330,7 +330,6 @@
 : ${ac_cv_func_iswctype=yes}
 : ${ac_cv_func_link=yes}
 : ${ac_cv_func_localtime=yes}
-: ${ac_cv_func_login_getcapbool=yes}
 : ${ac_cv_func_lstat=yes}
 : ${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
 : ${ac_cv_func_malloc_0_nonnull=yes}
@@ -354,8 +353,6 @@
 : ${ac_cv_func_munmap=yes}
 : ${ac_cv_func_nl_langinfo=yes}
 : ${ac_cv_func_opendir=yes}
-# Breaks heimdal and rancid at least
-# : ${ac_cv_func_openpty=yes}
 : ${ac_cv_func_pam_getenvlist=yes}
 : ${ac_cv_func_pam_putenv=yes}
 : ${ac_cv_func_pathconf=yes}


More information about the svn-ports-all mailing list