diff options
author | ache <ache@FreeBSD.org> | 2002-05-18 02:06:57 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-05-18 02:06:57 +0800 |
commit | bd2188aba3127fecea9fd0ec37470f246c5f50b9 (patch) | |
tree | 92f9355aa3cc3ee5d989b03b02accfa0a7048b04 | |
parent | 48a04d63fc41f006e21920ff7103f31b14397177 (diff) | |
download | freebsd-ports-graphics-bd2188aba3127fecea9fd0ec37470f246c5f50b9.tar.gz freebsd-ports-graphics-bd2188aba3127fecea9fd0ec37470f246c5f50b9.tar.zst freebsd-ports-graphics-bd2188aba3127fecea9fd0ec37470f246c5f50b9.zip |
Remove RETURN_CODES from output, there is error with diagnostic
-rw-r--r-- | security/drweb-sendmail/Makefile | 1 | ||||
-rw-r--r-- | security/drweb-sendmail/files/patch-ai | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile index 0d0b3074b60..29dbea3e90d 100644 --- a/security/drweb-sendmail/Makefile +++ b/security/drweb-sendmail/Makefile @@ -7,6 +7,7 @@ PORTNAME= drweb_sendmail PORTVERSION= 4.28.2 +PORTREVISION= 1 CATEGORIES= security mail MASTER_SITES= http://drweb.spb.ru/download/unix/ DISTNAME= drweb-clients-${PORTVERSION}-sources diff --git a/security/drweb-sendmail/files/patch-ai b/security/drweb-sendmail/files/patch-ai new file mode 100644 index 00000000000..b86ef7f63dc --- /dev/null +++ b/security/drweb-sendmail/files/patch-ai @@ -0,0 +1,11 @@ +--- dw_mail.c.bak Mon May 6 14:17:40 2002 ++++ dw_mail.c Fri May 17 21:46:20 2002 +@@ -810,7 +810,7 @@ + dw_bs_empty( options ); + if( pscan->need_report ) + { +- dw_bs_add( options, DRWEBD_RETURN_REPORT | DRWEBD_RETURN_CODES ); ++ dw_bs_add( options, DRWEBD_RETURN_REPORT ); + } + if( pscan->heuristic ) + { |