Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 05 May 2013 12:53:24 -0400
From:      Eitan Adler <lists@eitanadler.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/178346: cache all the things
Message-ID:  <51868e88.0504e00a.61fd.ffffc6f4@mx.google.com>
Resent-Message-ID: <201305051700.r45H005j007152@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178346
>Category:       ports
>Synopsis:       cache all the things
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 05 17:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Eitan Adler
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD gravity.local 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r246056M: Sun Feb 3 18:14:57 EST 2013 root@gravity.local:/usr/obj/usr/src/sys/NBODY amd64

>Description:
As I run various ./configure files I noticed more things we could cache
	
>How-To-Repeat:
>Fix:

See the attached diff


--- cache-more.diff begins here ---
Index: config.site
===================================================================
--- config.site	(revision 316637)
+++ config.site	(working copy)
@@ -9,14 +9,19 @@ ac_cv_path_GREP=${ac_cv_path_GREP=/usr/bin/grep}
 ac_cv_path_EGREP=${ac_cv_path_EGREP=/usr/bin/egrep}
 ac_cv_path_FGREP=${ac_cv_path_FGREP=/usr/bin/fgrep}
 ac_cv_path_mkdir=${ac_cv_path_mkdir=/bin/mkdir}
+ac_cv_path_make=${ac_cv_path_mkdir=/usr/bin/make}
 am_cv_prog_tar_ustar=${am_cv_prog_tar_ustar=/usr/bin/tar}
 ac_cv_prog_AWK=${ac_cv_prog_AWK=/usr/bin/awk}
 ac_cv_prog_SED=${ac_cv_prog_SED=/usr/bin/sed}
+ac_cv_prog_STRIP=${ac_cv_prog_SED=/usr/bin/strip}
 cl_cv_prog_cp=${cl_cv_prog_cp='/bin/cp -p'}
 cl_cv_prog_LN=${cl_cv_prog_LN=/bin/ln}
 lt_cv_path_MAGIC_CMD=${lt_cv_path_MAGIC_CMD=/usr/bin/file}
 
+ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set=yes}
+
 # Headers
+ac_cv_header_stdc=${ac_cv_header_stdc=yes}
 ac_cv_header_sys_param_h=${ac_cv_header_sys_param_h=yes}
 ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h=yes}
 ac_cv_header_sys_stat_h=${ac_cv_header_sys_stat_h=yes}
@@ -34,6 +39,7 @@ ac_cv_header_sys_times_h=${ac_cv_header_sys_times_
 ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h=yes}
 ac_cv_header_sys_socket_h=${ac_cv_header_sys_socket_h=yes}
 ac_cv_header_sys_fcntl_h=${ac_cv_header_sys_fcntl_h=yes}
+ac_cv_header_sys_msg_h=${ac_cv_header_sys_msg_h=yes}
 ac_cv_header_sys_select_h=${ac_cv_header_sys_select_h=yes}
 ac_cv_header_dirent_h=${ac_cv_header_dirent_h=yes}
 ac_cv_header_dlfcn_h=${ac_cv_header_dlfcn_h=yes}
@@ -118,6 +124,8 @@ ac_cv_type_intmax_t=${ac_cv_type_intmax_t=yes}
 ac_cv_type_ptrdiff_t=${ac_cv_type_ptrdiff_t=yes}
 ac_cv_type_mbstate_t=${ac_cv_type_mbstate_t=yes}
 ac_cv_type__Bool=${ac_cv_type__Bool=yes}
+ac_cv_type_uintptr_t=${ac_cv_type_uintptr_t=yes}
+ac_ac_type_socklen_t=${ac_cv_type_socklen_t=yes}
 
 # Struct
 ac_cv_member_struct_stat_st_blksize=${ac_cv_member_struct_stat_st_blksize=yes}
@@ -184,6 +192,7 @@ ac_cv_func_tsearch=${ac_cv_func_tsearch=yes}
 #ac_cv_func_newlocale=${ac_cv_func_newlocale=yes}
 ac_cv_func_asprintf=${ac_cv_func_asprintf=yes}
 ac_cv_func_fwprintf=${ac_cv_func_fwprintf=yes}
+ac_cv_func_vprintf=${ac_cv_func_vprintf=yes}
 ac_cv_func_putenv=${ac_cv_func_putenv=yes}
 ac_cv_func_setenv=${ac_cv_func_setenv=yes}
 ac_cv_func_setlocale=${ac_cv_func_setlocale=yes}
@@ -205,6 +214,11 @@ ac_cv_func_wcwidth=${ac_cv_func_wcwidth=yes}
 ac_cv_func_strerror_r=${ac_cv_func_strerror_r=yes}
 ac_cv_func_getopt_long_only=${ac_cv_func_getopt_long_only=yes}
 ac_cv_func_alloca=${ac_cv_func_alloca=yes}
+ac_cv_func_rand=${ac_cv_func_rand=yes}
+ac_cv_func_atexit=${ac_cv_func_atexit=yes}
+ac_cv_func_fcntl=${ac_cv_func_fcntl=yes}
+ac_cv_func_getpid=${ac_cv_func_getpid=yes}
+ac_cv_func_clock=${ac_cv_func_clock=yes}
 
 # non existing functions
 ac_cv_func_yield=${ac_cv_func_yield=no}
@@ -214,3 +228,16 @@ ac_cv_func_obstacks=${ac_cv_func_obstacks=no}
 ac_cv_func_argz_count=${ac_cv_func_argz_count=no}
 ac_cv_func_argz_stringify=${ac_cv_func_argz_stringify=no}
 ac_cv_func_argz_next=${ac_cv_func_argz_next=no}
+ac_cv_func_stricmp=${ac_cv_func_stricmp=no}
+ac_cv_func_gethrtime=${ac_cv_func_gethrtime=no}
+ac_cv_func__doprnt=${ac_cv_func__doprnt=no}
+
+# C language
+ac_cv_c_const=${ac_cv_c_const=yes}
+ac_cv_c_inline=${ac_cv_c_inline=yes}
+ac_cv_type_signal=${ac_cv_c_signal=void}
+
+# 
+gnupg_cv_typedef_byte=${gnupg_cv_typedef_byte=no}
+gcry_cv_broken_alias_attribute=${gcry_cv_broken_alias_attribute=no}
+gcry_cv_broken_visibility_attribute=${gcry_cv_broken_visibility_attribute=no}
--- cache-more.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51868e88.0504e00a.61fd.ffffc6f4>