Skip to content

Commit 8b9e735

Browse files
committed
update sendmail
1 parent 23f30a4 commit 8b9e735

File tree

11 files changed

+27
-5
lines changed

11 files changed

+27
-5
lines changed

UPDATING

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Updating Information for MidnightBSD users.
22

33
20240411:
4+
sendmail 8.18.1
5+
46
libarchive 3.7.2
57

68
20240410:

lib/libmilter/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ sm_os.h: ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h .NOMETA
3939
ln -sf ${.ALLSRC} ${.TARGET}
4040

4141
.include <bsd.lib.mk>
42+
43+
CWARNFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE}

lib/libmilter/Makefile.depend

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ DIRDEPS = \
77
lib/${CSU_DIR} \
88
lib/libc \
99
lib/libcompiler_rt \
10+
secure/lib/libcrypto \
1011

1112

1213
.include <dirdeps.mk>

lib/libsm/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
.include <src.opts.mk>
23

34
PACKAGE=sendmail
@@ -40,3 +41,5 @@ sm_os.h: ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h .NOMETA
4041
ln -sf ${.ALLSRC} ${.TARGET}
4142

4243
.include <bsd.lib.mk>
44+
45+
CWARNFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE}

lib/libsmutil/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
.include <src.opts.mk>
23

34
PACKAGE=lib${LIB}
@@ -29,3 +30,5 @@ sm_os.h: ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h .NOMETA
2930
ln -sf ${.ALLSRC} ${.TARGET}
3031

3132
.include <bsd.lib.mk>
33+
34+
CWARNFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE}

libexec/mail.local/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# @(#)Makefile 8.1 (Berkeley) 7/19/93
2-
# $FreeBSD: stable/11/libexec/mail.local/Makefile 321269 2017-07-20 00:58:19Z ngie $
32

43
PACKAGE=sendmail
54
SENDMAIL_DIR=${SRCTOP}/contrib/sendmail
@@ -28,3 +27,5 @@ sm_os.h: ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h .NOMETA
2827
ln -sf ${.ALLSRC} ${.TARGET}
2928

3029
.include <bsd.prog.mk>
30+
31+
CWARNFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE}

libexec/smrsh/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# @(#)Makefile 8.1 (Berkeley) 7/2/95
2-
# $FreeBSD: stable/11/libexec/smrsh/Makefile 321269 2017-07-20 00:58:19Z ngie $
32

43
PACKAGE=sendmail
54
SENDMAIL_DIR=${SRCTOP}/contrib/sendmail
@@ -27,3 +26,5 @@ sm_os.h: ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h .NOMETA
2726
ln -sf ${.ALLSRC} ${.TARGET}
2827

2928
.include <bsd.prog.mk>
29+
30+
CWARNFLAGS+= ${NO_WDEPRECATED_NON_PROTOTYPE}

share/mk/bsd.sys.mk

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@ CWARNFLAGS.clang+= -Wno-unused-const-variable
8787
.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 130000
8888
CWARNFLAGS.clang+= -Wno-error=unused-but-set-variable
8989
.endif
90+
.endif
91+
.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 140000
92+
NO_WBITWISE_INSTEAD_OF_LOGICAL= -Wno-bitwise-instead-of-logical
93+
.endif
94+
.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 150000
95+
NO_WARRAY_PARAMETER= -Wno-array-parameter
96+
NO_WSTRICT_PROTOTYPES= -Wno-strict-prototypes
97+
NO_WDEPRECATED_NON_PROTOTYPE=-Wno-deprecated-non-prototype
98+
.endif
9099
.endif # WARNS <= 6
91100
.if ${WARNS} <= 3
92101
CWARNFLAGS.clang+= -Wno-tautological-compare -Wno-unused-value\

share/sendmail/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $FreeBSD$
21
#
32
# Doing a make install builds /usr/share/sendmail/
43

share/sendmail/Makefile.depend

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# $FreeBSD$
21
# Autogenerated - do NOT edit!
32

43
DIRDEPS = \

0 commit comments

Comments
 (0)