svn commit: r325919 - head/Templates

Baptiste Daroussin bapt at FreeBSD.org
Sun Sep 1 21:39:13 UTC 2013


Author: bapt
Date: Sun Sep  1 21:39:13 2013
New Revision: 325919
URL: http://svnweb.freebsd.org/changeset/ports/325919

Log:
  Do not cache the openpty function this breaks at least heimdal and rancid
  
  Reported by:	ohauer@ (by mail) and crest (irc)

Modified:
  head/Templates/config.site

Modified: head/Templates/config.site
==============================================================================
--- head/Templates/config.site	Sun Sep  1 21:15:34 2013	(r325918)
+++ head/Templates/config.site	Sun Sep  1 21:39:13 2013	(r325919)
@@ -352,7 +352,8 @@
 : ${ac_cv_func_munmap=yes}
 : ${ac_cv_func_nl_langinfo=yes}
 : ${ac_cv_func_opendir=yes}
-: ${ac_cv_func_openpty=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