1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
Baptiste Daroussin
d1edf7a1b2 Cache a bit more function for autoconf based on texlive config.logs 2014-03-26 11:16:42 +00:00
Bryan Drewery
d65af50a70 - login(3), logout(3), and logwtmp(3) were removed in base r202216
due to utmpx

  This fixes build for at least security/openssh-portable

With hat:	portmgr
2013-09-03 11:39:21 +00:00
Baptiste Daroussin
aa2fbf37d2 Do not cache the openpty function this breaks at least heimdal and rancid
Reported by:	ohauer@ (by mail) and crest (irc)
2013-09-01 21:39:13 +00:00
Antoine Brodin
6e81d16ecd Remove 2 lines for structs which were declared in utmp.h
Approved by:	portmgr (bapt)
2013-08-30 22:10:39 +00:00
Baptiste Daroussin
a0825d4fee Remove the utmp.h cache added by mistake
Submitted by:	antoine
2013-08-30 11:03:49 +00:00
Bryan Drewery
c06669b079 - Cache more
PR:		ports/178346
Submitted by:	eadler
2013-08-30 01:08:08 +00:00
Bryan Drewery
e5fa41824b Note that this must reflect the oldest supported release 2013-08-30 00:50:55 +00:00
Baptiste Daroussin
b25672e7a6 Cache more GNU configure tests, obtained from gettext and openssh configure script run on FreeBSD 8.3
Remove all cached *_works entries as it can hide problems.
2013-08-30 00:35:01 +00:00
Bryan Drewery
77aa4d4f35 Add some guidance on what not to add 2013-08-29 18:34:10 +00:00
Bryan Drewery
a8c6157ea1 Add a few more headers/functions 2013-08-29 18:32:13 +00:00
Bryan Drewery
954ad140d7 Sort paths 2013-08-29 18:16:46 +00:00
Bryan Drewery
1c5326aece Sort each group 2013-08-29 18:13:53 +00:00
Baptiste Daroussin
c88a0f3b11 Cache more functions 2013-08-23 19:49:11 +00:00
Baptiste Daroussin
d07ca2941e Cache strlcpy and strlcat tests 2013-08-23 19:33:43 +00:00
Bryan Drewery
5e1d799444 Eliminate redundancy in this file which also helps avoids typos.
Generated with: sed -e 's/\([^=]*\)=\${\1=\([^}]*\)}/: ${\1=\2}/'
2013-05-31 10:53:04 +00:00
Bryan Drewery
16cd564ef9 Fix typos 2013-05-30 18:41:28 +00:00
Baptiste Daroussin
85e6570ee3 Cache more autotools tests 2013-05-23 16:45:07 +00:00
Baptiste Daroussin
84a4799e20 All supported FreeBSD have net/if.h and net/if_media.h cache them in config.site given that they are often badly tested by autotools 2013-04-30 14:14:36 +00:00
Bryan Drewery
e57cf32eca waitid(2) is only in 10
Reported by:	nox, koobs
With hat:	portmgr
2013-04-25 02:14:44 +00:00
Baptiste Daroussin
43ba324fd5 Add a global config.site cache.
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
2013-04-22 16:16:46 +00:00