aboutsummaryrefslogtreecommitdiff
path: root/Templates/config.site
Commit message (Collapse)AuthorAgeFilesLines
* - login(3), logout(3), and logwtmp(3) were removed in base r202216Bryan Drewery2013-09-031-3/+0
| | | | | | | | | | | due to utmpx This fixes build for at least security/openssh-portable With hat: portmgr Notes: svn path=/head/; revision=326136
* Do not cache the openpty function this breaks at least heimdal and rancidBaptiste Daroussin2013-09-011-1/+2
| | | | | | | Reported by: ohauer@ (by mail) and crest (irc) Notes: svn path=/head/; revision=325919
* Remove 2 lines for structs which were declared in utmp.hAntoine Brodin2013-08-301-2/+0
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=325724
* Remove the utmp.h cache added by mistakeBaptiste Daroussin2013-08-301-1/+0
| | | | | | | Submitted by: antoine Notes: svn path=/head/; revision=325669
* - Cache moreBryan Drewery2013-08-301-1/+5
| | | | | | | | PR: ports/178346 Submitted by: eadler Notes: svn path=/head/; revision=325647
* Note that this must reflect the oldest supported releaseBryan Drewery2013-08-301-0/+1
| | | | Notes: svn path=/head/; revision=325644
* Cache more GNU configure tests, obtained from gettext and openssh configure ↵Baptiste Daroussin2013-08-301-32/+589
| | | | | | | | | script run on FreeBSD 8.3 Remove all cached *_works entries as it can hide problems. Notes: svn path=/head/; revision=325642
* Add some guidance on what not to addBryan Drewery2013-08-291-0/+9
| | | | Notes: svn path=/head/; revision=325625
* Add a few more headers/functionsBryan Drewery2013-08-291-0/+25
| | | | Notes: svn path=/head/; revision=325624
* Sort pathsBryan Drewery2013-08-291-6/+6
| | | | Notes: svn path=/head/; revision=325622
* Sort each groupBryan Drewery2013-08-291-184/+174
| | | | Notes: svn path=/head/; revision=325621
* Cache more functionsBaptiste Daroussin2013-08-231-0/+4
| | | | Notes: svn path=/head/; revision=325279
* Cache strlcpy and strlcat testsBaptiste Daroussin2013-08-231-0/+2
| | | | Notes: svn path=/head/; revision=325277
* 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