| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Where appropriate fiddle with a few other things.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
PR: 245366
Notes:
svn path=/head/; revision=535001
|
|
|
|
|
|
|
| |
PR: 222796
Notes:
svn path=/head/; revision=510716
|
|
|
|
|
|
|
| |
PR: 21519
Notes:
svn path=/head/; revision=503514
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=464654
|
|
|
|
| |
Notes:
svn path=/head/; revision=464631
|
|
|
|
| |
Notes:
svn path=/head/; revision=464602
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 219871
Submitted by: rene
Reviewed by: bdrewery
Exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D11101
Notes:
svn path=/head/; revision=443121
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=400392
|
|
|
|
|
|
|
|
|
| |
9.3 and some ports (science/netcdf, print/hplip) now fail to configure
With hat: portmgr
Notes:
svn path=/head/; revision=400373
|
|
|
|
| |
Notes:
svn path=/head/; revision=400358
|
|
|
|
| |
Notes:
svn path=/head/; revision=400357
|
|
|
|
| |
Notes:
svn path=/head/; revision=400355
|
|
|
|
| |
Notes:
svn path=/head/; revision=400354
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=400350
|
|
|
|
| |
Notes:
svn path=/head/; revision=349240
|
|
|
|
|
|
|
|
|
|
|
| |
due to utmpx
This fixes build for at least security/openssh-portable
With hat: portmgr
Notes:
svn path=/head/; revision=326136
|
|
|
|
|
|
|
| |
Reported by: ohauer@ (by mail) and crest (irc)
Notes:
svn path=/head/; revision=325919
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=325724
|
|
|
|
|
|
|
| |
Submitted by: antoine
Notes:
svn path=/head/; revision=325669
|
|
|
|
|
|
|
|
| |
PR: ports/178346
Submitted by: eadler
Notes:
svn path=/head/; revision=325647
|
|
|
|
| |
Notes:
svn path=/head/; revision=325644
|
|
|
|
|
|
|
|
|
| |
script run on FreeBSD 8.3
Remove all cached *_works entries as it can hide problems.
Notes:
svn path=/head/; revision=325642
|
|
|
|
| |
Notes:
svn path=/head/; revision=325625
|
|
|
|
| |
Notes:
svn path=/head/; revision=325624
|
|
|
|
| |
Notes:
svn path=/head/; revision=325622
|
|
|
|
| |
Notes:
svn path=/head/; revision=325621
|
|
|
|
| |
Notes:
svn path=/head/; revision=325279
|
|
|
|
| |
Notes:
svn path=/head/; revision=325277
|
|
|
|
|
|
|
| |
Generated with: sed -e 's/\([^=]*\)=\${\1=\([^}]*\)}/: ${\1=\2}/'
Notes:
svn path=/head/; revision=319483
|
|
|
|
| |
Notes:
svn path=/head/; revision=319445
|
|
|
|
| |
Notes:
svn path=/head/; revision=318886
|
|
|
|
|
|
|
| |
config.site given that they are often badly tested by autotools
Notes:
svn path=/head/; revision=316933
|
|
|
|
|
|
|
|
| |
Reported by: nox, koobs
With hat: portmgr
Notes:
svn path=/head/; revision=316493
|
|
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
|