aboutsummaryrefslogtreecommitdiff
path: root/Templates/config.site
Commit message (Collapse)AuthorAgeFilesLines
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-061-1/+0
| | | | Where appropriate fiddle with a few other things.
* Set configure variables to "yes" instead of "1".Tijl Coosemans2020-08-041-2/+2
| | | | | | | | | | | | The configure script in the next version of gettext specifically tests for gl_cv_func_sigprocmask=yes. PR: 248346 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=544150
* malloc.h is now usable on headAntoine Brodin2020-05-121-1/+0
| | | | | | | PR: 245366 Notes: svn path=/head/; revision=535001
* gets was removed from headAntoine Brodin2019-09-011-2/+0
| | | | | | | PR: 222796 Notes: svn path=/head/; revision=510716
* sys/dir.h is deprecated and is scheduled to be removed from baseAntoine Brodin2019-06-051-1/+0
| | | | | | | PR: 21519 Notes: svn path=/head/; revision=503514
* Revert libm functions.Bryan Drewery2018-03-161-2/+0
| | | | | | | | These require -lm but by caching a 'yes' value some ports fail to add -lm properly, such as x11-toolkits/vte3. Notes: svn path=/head/; revision=464716
* Do not autodetect floor(3), it breaks some portsAntoine Brodin2018-03-161-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=464654
* Add more random itemsBryan Drewery2018-03-151-0/+71
| | | | Notes: svn path=/head/; revision=464631
* Add some more random functions in all releases.Bryan Drewery2018-03-151-1/+64
| | | | Notes: svn path=/head/; revision=464602
* Add more functions to the autoconf cache that appeared in FreeBSD 9 or 10.Rene Ladan2017-06-101-9/+5
| | | | | | | | | | | PR: 219871 Submitted by: rene Reviewed by: bdrewery Exp-run: antoine Differential Revision: https://reviews.freebsd.org/D11101 Notes: svn path=/head/; revision=443121
* Cache ac_cv_sys_long_file_names conftest result (always yes)John Marino2016-05-061-0/+3
| | | | | | | | | | | | | | There are a few ports that check for long file name support during configuration, but the conftest actually modifies $LOCALBASE/lib when the port is built by the root user. By caching the result (yes), the test is avoiding and so is the consequential file system violation. (The synth test option can detect this FS violation.) Differential Revision: https://reviews.freebsd.org/D6160 Approved by: portmgr (bapt@, bdrewery@) Notes: svn path=/head/; revision=414724
* Re-apply r400350 which is correct, to remove libutil-provided symbols.Bryan Drewery2015-10-281-3/+0
| | | | Notes: svn path=/head/; revision=400392
* Revert recent config.site changes, ports-mgmt/pkg fails to build on FreeBSDAntoine Brodin2015-10-281-225/+15
| | | | | | | | | 9.3 and some ports (science/netcdf, print/hplip) now fail to configure With hat: portmgr Notes: svn path=/head/; revision=400373
* Indent and remove more libutil functions.Bryan Drewery2015-10-271-9/+6
| | | | Notes: svn path=/head/; revision=400358
* Fix reversed logic for utmp vs utxBryan Drewery2015-10-271-1/+1
| | | | Notes: svn path=/head/; revision=400357
* Woops, openpty is libutil as fixed before but missed in previous commit.Bryan Drewery2015-10-271-1/+1
| | | | Notes: svn path=/head/; revision=400355
* Correct a commentBryan Drewery2015-10-271-1/+1
| | | | Notes: svn path=/head/; revision=400354
* Add more cached values.Bryan Drewery2015-10-271-12/+228
| | | | | | | | | | - This now supports checking OPSYS and OSVERSION. - Add some comments about how to generate some of this automatically. With hat: portmgr Notes: svn path=/head/; revision=400351
* Remove functions provided by libutil.Bryan Drewery2015-10-271-3/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=400350
* Cache a bit more function for autoconf based on texlive config.logsBaptiste Daroussin2014-03-261-0/+5
| | | | Notes: svn path=/head/; revision=349240
* - 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