aboutsummaryrefslogtreecommitdiff
path: root/Templates/config.site
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate redundancy in this file which also helps avoids typos.Bryan Drewery2013-05-311-372/+372
| | | | | | | Generated with: sed -e 's/\([^=]*\)=\${\1=\([^}]*\)}/: ${\1=\2}/' Notes: svn path=/head/; revision=319483
* Fix typosBryan Drewery2013-05-301-2/+2
| | | | Notes: svn path=/head/; revision=319445
* Cache more autotools testsBaptiste Daroussin2013-05-231-3/+179
| | | | Notes: svn path=/head/; revision=318886
* All supported FreeBSD have net/if.h and net/if_media.h cache them in ↵Baptiste Daroussin2013-04-301-0/+2
| | | | | | | config.site given that they are often badly tested by autotools Notes: svn path=/head/; revision=316933
* waitid(2) is only in 10Bryan Drewery2013-04-251-1/+2
| | | | | | | | Reported by: nox, koobs With hat: portmgr Notes: svn path=/head/; revision=316493
* Add a global config.site cache.Baptiste Daroussin2013-04-221-0/+215
This has 2 effects: - it caches lots of things autotools are looking for and we know that are already on FreeBSD (speeding up configure scripts) - it forces the autotool enable build chain to use by default commands from the base system like sed, awk, cp, bzip2, gzip etc To overwrite things set in config.site just add the variable in CONFIGURE_ENV within your port Please help us to add new values in this config.site Notes: svn path=/head/; revision=316246