#
000d8e5b |
| 12-Aug-2001 |
Akinori MUSHA <knu@FreeBSD.org> |
Fix MASTER_SITE_RUBY. The listed master site is obsolete.
|
#
81030c6e |
| 12-Aug-2001 |
Akinori MUSHA <knu@FreeBSD.org> |
Add MASTER_SITE_FREEBSD.
|
#
791da841 |
| 27-Jul-2001 |
Peter Wemm <peter@FreeBSD.org> |
Take -Wconversion out of BDECFLAGS. It is not particularly useful for us anyway because it doesn't work right on the x86 and alpha. On K&R code, small ints would be promoted to int. ANSI-C doesn't
Take -Wconversion out of BDECFLAGS. It is not particularly useful for us anyway because it doesn't work right on the x86 and alpha. On K&R code, small ints would be promoted to int. ANSI-C doesn't require this and the small ints can be passed taking 8 or 16 bits of stack space. However, the x86 abi that we use *does* promote to 32 bit, and the alpha ABI passes them in 64 bit registers so we dont have that aspect of the problem here. Losing float precision by having it cast down to int because the funtion prototype specifies int is the least of our problems. -Wmissing-prototypes helps here anyway.
show more ...
|
#
f4843be9 |
| 23-Jul-2001 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
New make knob, SENDMAIL_M4_FLAGS, modifies the flags passed to m4 when building a .cf file from a .mc file.
Include -D_FFR_TLS_O_T to enable tls policy control since the sendmail binary build enable
New make knob, SENDMAIL_M4_FLAGS, modifies the flags passed to m4 when building a .cf file from a .mc file.
Include -D_FFR_TLS_O_T to enable tls policy control since the sendmail binary build enables that FFR as well.
PR: conf/28361 MFC after: 1 week
show more ...
|
#
b4248e79 |
| 10-Jul-2001 |
Mark Murray <markm@FreeBSD.org> |
Provide a hint for the OPIE 'insecure' mode.
|
#
f87b85b2 |
| 27-Jun-2001 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Typo fix (modifes -> modifies)
|
#
4ed950ad |
| 15-Jun-2001 |
Nik Clayton <nik@FreeBSD.org> |
Include a mention of WRKDIRPREFIX, useful when mounting /usr/ports readonly from another host.
|
#
fe6f7d3a |
| 11-Jun-2001 |
Andrey A. Chernov <ache@FreeBSD.org> |
ISO_ -> ISO in DOC_LANG
|
#
7ed3b855 |
| 31-May-2001 |
Mark Murray <markm@FreeBSD.org> |
PERL_THREADED is too experimental at this stage. Remove.
|
#
68933300 |
| 27-May-2001 |
Sheldon Hearn <sheldonh@FreeBSD.org> |
The PERL_THREADED knob is causing too many people too many problems. Add a dire warning about the experimental nature of threaded Perl.
|
#
f3bb47cc |
| 23-May-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Add NO_I4B to avoid building/installing isdn4bsd package.
Prompted by: Alexandr Listopad <laa@laa.zp.ua> MFC after: 3 days
|
#
eba4f692 |
| 12-May-2001 |
Assar Westerlund <assar@FreeBSD.org> |
clarify comment about MAKE_KERBEROS5. noticed by Peter Pentchev <roam@orbitel.bg>
|
#
c59eb7cf |
| 27-Apr-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
Removed reference to withdrawn secure-supfile.
|
#
20affa34 |
| 25-Apr-2001 |
Jim Mock <jim@FreeBSD.org> |
Document XFREE86_VERSION.
|
#
bcc11eec |
| 22-Apr-2001 |
Maxim Sobolev <sobomax@FreeBSD.org> |
Add missed and update existing MASTER_SITE_*.
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
d8edf811 |
| 29-Mar-2001 |
Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> |
Change NO_MAKEDEV to a finer granularity method: NO_MAKEDEV_INSTALL and NO_MAKEDEV_RUN. The former implying the latter. The names imply what they do. The last commit by DES based on a PR defeated t
Change NO_MAKEDEV to a finer granularity method: NO_MAKEDEV_INSTALL and NO_MAKEDEV_RUN. The former implying the latter. The names imply what they do. The last commit by DES based on a PR defeated the original idea behind NO_MAKEDEV, which was not to run MAKEDEV, but to do the installation of MAKEDEV. This should satisfy both parties on the MAKEDEV challenge.
show more ...
|
#
5e304156 |
| 14-Mar-2001 |
Murray Stokely <murray@FreeBSD.org> |
Add a commented out entry for compat4x
PR: 25196 Submitted by: Chris Knight <chris@aims.com.au>
|
#
5ca7924a |
| 12-Mar-2001 |
Kris Kennaway <kris@FreeBSD.org> |
Use CPUTYPE to add appropriate compiler flags to COPTFLAGS for kernel builds. This may be disabled using the NO_CPU_COPTFLAGS variable.
Reviewed by: arch
|
#
332ca080 |
| 10-Mar-2001 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Use the correct path to the SASL .h files as installed by the SASL port.
MFC candidate.
Submitted by: jeh
|
#
6b81e27f |
| 06-Mar-2001 |
Gregory Neil Shapiro <gshapiro@FreeBSD.org> |
Use a different example to avoid confusion
|
#
7a00c256 |
| 05-Mar-2001 |
Assar Westerlund <assar@FreeBSD.org> |
remove warning of experimental nature of heimdal. it's now the same version as the one in ports (and the latest at that), except that not all programs that are in the port get built
|
#
6a251185 |
| 04-Mar-2001 |
Kris Kennaway <kris@FreeBSD.org> |
Correct the comment above MAKE_IDEA to be less confusing now that we only have one patented algorithm in make.conf.
|
#
181b6941 |
| 27-Feb-2001 |
Kris Kennaway <kris@FreeBSD.org> |
Add definitions and support for the AMD k6-2, Pentium MMX (i586/MMX), and Pentium II, III and IV processors (p2, p3, p4), as well as 'mmx' and '3dnow' MACHINE_CPU tags as appropriate. In the near fu
Add definitions and support for the AMD k6-2, Pentium MMX (i586/MMX), and Pentium II, III and IV processors (p2, p3, p4), as well as 'mmx' and '3dnow' MACHINE_CPU tags as appropriate. In the near future this will be used to control various ports which have MMX/3dNow optimizations, instead of the ad-hoc methods currently used.
Reviewed by: peter
show more ...
|
#
f9eec60e |
| 27-Feb-2001 |
Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> |
Short lived fame for -Wundef.
Second thoughts by: bde
|
#
e18f542d |
| 27-Feb-2001 |
Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org> |
Add -Wundef to BDECFLAGS:
Warn if an undefined identifier is evaluated in an `#if' directive.
Not objected to by: bde
|