File tree Expand file tree Collapse file tree 11 files changed +27
-5
lines changed Expand file tree Collapse file tree 11 files changed +27
-5
lines changed Original file line number Diff line number Diff line change 1
1
Updating Information for MidnightBSD users.
2
2
3
3
20240411:
4
+ sendmail 8.18.1
5
+
4
6
libarchive 3.7.2
5
7
6
8
20240410:
Original file line number Diff line number Diff line change @@ -39,3 +39,5 @@ sm_os.h: ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h .NOMETA
39
39
ln -sf ${.ALLSRC} ${.TARGET}
40
40
41
41
.include <bsd.lib.mk>
42
+
43
+ CWARNFLAGS+ = ${NO_WDEPRECATED_NON_PROTOTYPE}
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ DIRDEPS = \
7
7
lib/${CSU_DIR} \
8
8
lib/libc \
9
9
lib/libcompiler_rt \
10
+ secure/lib/libcrypto \
10
11
11
12
12
13
.include <dirdeps.mk>
Original file line number Diff line number Diff line change
1
+
1
2
.include <src.opts.mk>
2
3
3
4
PACKAGE =sendmail
@@ -40,3 +41,5 @@ sm_os.h: ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h .NOMETA
40
41
ln -sf ${.ALLSRC} ${.TARGET}
41
42
42
43
.include <bsd.lib.mk>
44
+
45
+ CWARNFLAGS+ = ${NO_WDEPRECATED_NON_PROTOTYPE}
Original file line number Diff line number Diff line change
1
+
1
2
.include <src.opts.mk>
2
3
3
4
PACKAGE =lib${LIB}
@@ -29,3 +30,5 @@ sm_os.h: ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h .NOMETA
29
30
ln -sf ${.ALLSRC} ${.TARGET}
30
31
31
32
.include <bsd.lib.mk>
33
+
34
+ CWARNFLAGS+ = ${NO_WDEPRECATED_NON_PROTOTYPE}
Original file line number Diff line number Diff line change 1
1
# @(#)Makefile 8.1 (Berkeley) 7/19/93
2
- # $FreeBSD: stable/11/libexec/mail.local/Makefile 321269 2017-07-20 00:58:19Z ngie $
3
2
4
3
PACKAGE =sendmail
5
4
SENDMAIL_DIR =${SRCTOP}/contrib/sendmail
@@ -28,3 +27,5 @@ sm_os.h: ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h .NOMETA
28
27
ln -sf ${.ALLSRC} ${.TARGET}
29
28
30
29
.include <bsd.prog.mk>
30
+
31
+ CWARNFLAGS+ = ${NO_WDEPRECATED_NON_PROTOTYPE}
Original file line number Diff line number Diff line change 1
1
# @(#)Makefile 8.1 (Berkeley) 7/2/95
2
- # $FreeBSD: stable/11/libexec/smrsh/Makefile 321269 2017-07-20 00:58:19Z ngie $
3
2
4
3
PACKAGE =sendmail
5
4
SENDMAIL_DIR =${SRCTOP}/contrib/sendmail
@@ -27,3 +26,5 @@ sm_os.h: ${SENDMAIL_DIR}/include/sm/os/sm_os_freebsd.h .NOMETA
27
26
ln -sf ${.ALLSRC} ${.TARGET}
28
27
29
28
.include <bsd.prog.mk>
29
+
30
+ CWARNFLAGS+ = ${NO_WDEPRECATED_NON_PROTOTYPE}
Original file line number Diff line number Diff line change @@ -87,6 +87,15 @@ CWARNFLAGS.clang+= -Wno-unused-const-variable
87
87
.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 130000
88
88
CWARNFLAGS.clang+ = -Wno-error=unused-but-set-variable
89
89
.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
90
99
.endif # WARNS <= 6
91
100
.if ${WARNS} <= 3
92
101
CWARNFLAGS.clang+ = -Wno-tautological-compare -Wno-unused-value\
Original file line number Diff line number Diff line change 1
- # $FreeBSD$
2
1
#
3
2
# Doing a make install builds /usr/share/sendmail/
4
3
Original file line number Diff line number Diff line change 1
- # $FreeBSD$
2
1
# Autogenerated - do NOT edit!
3
2
4
3
DIRDEPS = \
You can’t perform that action at this time.
0 commit comments