| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
upstream code
Approved by: re (gjb)
|
|
|
|
|
|
|
|
| |
current FreeBSD 10 and earlier behavior of using compressed IPv6
addresses in configuration, maps, rulesets, etc. (FreeBSD 11 and
later will use the new default of uncompressed IPv6 addresses.)
Approved by: re (gjb)
|
|
|
|
|
|
|
| |
promoted K&R parameters, remove the workarounds added for sendmail
components in r228558.
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
get rid of testing explicitly for clang (using ${CC:T:Mclang}) in
individual Makefiles.
Instead, use the following extra macros, for use with clang:
- NO_WERROR.clang (disables -Werror)
- NO_WCAST_ALIGN.clang (disables -Wcast-align)
- NO_WFORMAT.clang (disables -Wformat and friends)
- CLANG_NO_IAS (disables integrated assembler)
- CLANG_OPT_SMALL (adds flags for extra small size optimizations)
As a side effect, this enables setting CC/CXX/CPP in src.conf instead of
make.conf! For clang, use the following:
CC=clang
CXX=clang++
CPP=clang-cpp
MFC after: 2 weeks
|
|
|
|
|
|
|
| |
turned off yet. Since this is contrib code, and we don't really care
about the warnings, just turn make them non-fatal for now.
MFC after: 1 week
|
|
|
|
|
|
|
| |
Even though it builds with WARNS=2, some users link sendmail from the
base system against SASL. This doesn't build in this case.
Reported by: Andrzej Tobola <ato iem pw edu pl>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
|
|
|
|
|
| |
PR: docs/85009
MFC after: 3 days
|
|
|
|
| |
Discussed with: ru
|
| |
|
| |
|
|
|
|
|
| |
PR: bin/73105
MFC after: 2 days
|
|
|
|
|
|
|
|
|
|
|
| |
If turned on no NIS support and related programs will be built.
Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.il>
PR: bin/68303
No objections: des, gshapiro, nectar
Reviewed by: ru
Approved by: rwatson (mentor)
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
| |
of releases. The -DNOCRYPT build option still exists for anyone who
really wants to build non-cryptographic binaries, but the "crypto"
release distribution is now part of "base", and anyone installing from a
release will get cryptographic binaries.
Approved by: re (scottl), markm
Discussed on: freebsd-current, in late April 2004
|
| |
|
|
|
|
|
|
| |
is set.
MFC after: 4 days
|
|
|
|
|
| |
may contain crypto. The days of ITAR paranoia are over, and the simple
macro tests that remain are sufficient.
|
|
|
|
| |
MAINTAINER file (which already had entries for sendmail).
|
| |
|
|
|
|
| |
Approved by: re (scottl)
|
| |
|
|
|
|
| |
Fixed by: nectar
|
| |
|
|
|
|
|
| |
Add new build knob, SENDMAIL_SET_USER_ID, which installs sendmail as a
set-user-ID root binary instead of the new method (set-group-ID smmsp).
|
| |
|
|
|
|
|
|
| |
usr.sbin programs.
Noted by: markm
|
|
|
|
|
| |
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
|
|
|
|
| |
- MAN[1-9] -> MAN.
|
|
|
|
| |
a user configurable file and it would benefit from mergemaster.
|
|
|
|
|
|
| |
Makefile to the etc/sendmail Makefile to be consistent with all of the
other /var file creations. In doing so, change the Makefile target from
etc-sendmail.cf to distribution as it installs more than just the sendmail.cf.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
mimics that of tcpdump in that for normal builds, sendmail will only be
built once. For 'make release', it is built once for the bin dist and
once for the crypto dist. This method also removes the need for two separate
Makefiles (which could become out of sync).
Suggested by: bde
Assisted by: kris
|
|
|
|
|
|
| |
/usr/sbin/ instead of /usr/libexec/sendmail/
Submitted by: bde
|
|
|
|
| |
Waiting to hear back regarding the best way to do this.
|
|
|
|
|
| |
lost -lutil and -lwrap by replacing $LDADD and $DPADD rather than
appending to them with +=.
|
| |
|
|
|
|
|
|
| |
Still need to solve the distribution problem.
Submitted by: kris
|
| |
|
|
|
|
| |
environment so they can enable functionality such as SASL, LDAP, Hesiod.
|
|
|
|
| |
Obtained from: Sergei Vyshenski <svysh@pn.sinp.msu.ru>
|
| |
|
|
|
|
| |
now exists in the distribution.
|
|
|
|
|
|
| |
Beyond changes to the build system, this includes fixing up the sample
freebsd.mc configuration for changes in defaults and syntax, removing
outdated documentation, and updating the release notes.
|
|
|
|
|
|
| |
would leave you with a broken sendmail and local mail loss.
This evil hack moves sendmail.cf from the old location to the new one (if
required) at install time.
|
| |
|
| |
|
| |
|