Bug 200967

Summary: [EXP-Run] Update config.guess and config.sub to the latest version.
Product: Ports & Packages Reporter: Ed Schouten <ed>
Component: Ports FrameworkAssignee: Ed Schouten <ed>
Status: Closed FIXED    
Severity: Affects Only Me CC: portmgr
Priority: --- Flags: ed: exp-run?
Version: Latest   
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 200968    

Description Ed Schouten freebsd_committer freebsd_triage 2015-06-19 09:59:35 UTC
I am currently working on adding a small number of FreeBSD ports for CloudABI tools and libraries. Some of these (e.g., Binutils) use Autoconf. Though support for CloudABI has been added to config.guess/config.sub, the FreeBSD ports tree overwrites these files with custom versions automatically.

This change brings in the latest version of config.guess and config.sub from upstream, but leaves the small number of local modifications that we have intact.

https://reviews.freebsd.org/D2867
Comment 1 Antoine Brodin freebsd_committer freebsd_triage 2015-06-19 13:11:51 UTC
Take
Comment 2 Antoine Brodin freebsd_committer freebsd_triage 2015-06-20 14:35:39 UTC
Exp-run results:

http://package23.nyi.freebsd.org/jail.html?mastername=101amd64-default-PR200967

0 new failure,  patch approved
Comment 3 Ed Schouten freebsd_committer freebsd_triage 2015-06-21 11:56:29 UTC
Patch submitted as r390201. Thanks, antoine, for the quick review + testing!