From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 5 17:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AF57D29D for ; Sun, 5 May 2013 17:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 915F83F6 for ; Sun, 5 May 2013 17:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r45H00Tj007153 for ; Sun, 5 May 2013 17:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r45H005j007152; Sun, 5 May 2013 17:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 5 May 2013 17:00:00 GMT Resent-Message-Id: <201305051700.r45H005j007152@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eitan Adler Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C3C4225C for ; Sun, 5 May 2013 16:53:30 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-qe0-f44.google.com (mail-qe0-f44.google.com [209.85.128.44]) by mx1.freebsd.org (Postfix) with ESMTP id 8667D3DA for ; Sun, 5 May 2013 16:53:30 +0000 (UTC) Received: by mail-qe0-f44.google.com with SMTP id s14so1706680qeb.3 for ; Sun, 05 May 2013 09:53:29 -0700 (PDT) Received: from _HOSTNAME_ ([128.226.240.85]) by mx.google.com with ESMTPSA id 5sm32919476qap.11.2013.05.05.09.53.26 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 05 May 2013 09:53:28 -0700 (PDT) Received: by _HOSTNAME_ (sSMTP sendmail emulation); Sun, 05 May 2013 12:53:24 -0400 Message-Id: <51868e88.0504e00a.61fd.ffffc6f4@mx.google.com> Date: Sun, 05 May 2013 12:53:24 -0400 From: Eitan Adler Sender: Remote User To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/178346: cache all the things X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 May 2013 17:00:00 -0000 >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: