svn commit: r326136 - head/Templates

Bryan Drewery bdrewery at FreeBSD.org
Tue Sep 3 11:39:22 UTC 2013


Author: bdrewery
Date: Tue Sep  3 11:39:21 2013
New Revision: 326136
URL: http://svnweb.freebsd.org/changeset/ports/326136

Log:
  - login(3), logout(3), and logwtmp(3) were removed in base r202216
    due to utmpx
  
    This fixes build for at least security/openssh-portable
  
  With hat:	portmgr

Modified:
  head/Templates/config.site

Modified: head/Templates/config.site
==============================================================================
--- head/Templates/config.site	Tue Sep  3 11:31:31 2013	(r326135)
+++ head/Templates/config.site	Tue Sep  3 11:39:21 2013	(r326136)
@@ -326,10 +326,7 @@
 : ${ac_cv_func_iswctype=yes}
 : ${ac_cv_func_link=yes}
 : ${ac_cv_func_localtime=yes}
-: ${ac_cv_func_login=yes}
 : ${ac_cv_func_login_getcapbool=yes}
-: ${ac_cv_func_logout=yes}
-: ${ac_cv_func_logwtmp=yes}
 : ${ac_cv_func_lstat=yes}
 : ${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
 : ${ac_cv_func_malloc_0_nonnull=yes}


More information about the svn-ports-all mailing list