Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2015 22:15:21 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400358 - head/Templates
Message-ID:  <201510272215.t9RMFLhT086008@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Tue Oct 27 22:15:21 2015
New Revision: 400358
URL: https://svnweb.freebsd.org/changeset/ports/400358

Log:
  Indent and remove more libutil functions.

Modified:
  head/Templates/config.site

Modified: head/Templates/config.site
==============================================================================
--- head/Templates/config.site	Tue Oct 27 21:53:58 2015	(r400357)
+++ head/Templates/config.site	Tue Oct 27 22:15:21 2015	(r400358)
@@ -308,13 +308,13 @@ fi
 : ${ac_cv_search_inet_ntop='none required'}
 : ${ac_cv_search_jail_getid=-ljail}
 if [ "${have_utmp}" = "no" ]; then
-: ${ac_cv_search_login=no}
-: ${ac_cv_search_logout=no}
-: ${ac_cv_search_logwtmp=no}
+	: ${ac_cv_search_login=no}
+	: ${ac_cv_search_logout=no}
+	: ${ac_cv_search_logwtmp=no}
 else
-: ${ac_cv_search_login=-lutil}
-: ${ac_cv_search_logout=-lutil}
-: ${ac_cv_search_logwtmp=-lutil}
+	: ${ac_cv_search_login=-lutil}
+	: ${ac_cv_search_logout=-lutil}
+	: ${ac_cv_search_logwtmp=-lutil}
 fi
 : ${ac_cv_search_nanosleep='none required'}
 : ${ac_cv_search_res_query='none required'}
@@ -485,9 +485,6 @@ fi
 : ${ac_cv_func_link=yes}
 : ${ac_cv_func_localtime=yes}
 : ${ac_cv_func_localtime_r=yes}
-: ${ac_cv_func_login=${have_utmp}}
-: ${ac_cv_func_logout=${have_utmp}}
-: ${ac_cv_func_logwtmp=${have_utmp}}
 : ${ac_cv_func_lstat=yes}
 : ${ac_cv_func_lstat_dereferences_slashed_symlink=yes}
 : ${ac_cv_func_malloc_0_nonnull=yes}



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