From owner-freebsd-ports Sat Apr 20 13:40:19 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8611737B416 for ; Sat, 20 Apr 2002 13:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3KKe1M59663; Sat, 20 Apr 2002 13:40:01 -0700 (PDT) (envelope-from gnats) Received: from Mgw1-out.NCTU.edu.tw (Mgw1-out.NCTU.edu.tw [140.113.1.3]) by hub.freebsd.org (Postfix) with ESMTP id 3E22A37B405 for ; Sat, 20 Apr 2002 13:36:14 -0700 (PDT) Received: from Mgw1-out.NCTU.edu.tw (localhost [127.0.0.1]) by Mgw1-out.NCTU.edu.tw (8.12.2/8.12.2) with ESMTP id g3KKaBx0091212 for ; Sun, 21 Apr 2002 04:36:11 +0800 (CST) Received: (from root@localhost) by Mgw1-out.NCTU.edu.tw (8.12.2/8.12.2/Submit) id g3KKaBhc091211 for FreeBSD-gnats-submit@freebsd.org.procmail; Sun, 21 Apr 2002 04:36:11 +0800 (CST) Received: from infomath.math.nctu.edu.tw (infomath.Math.NCTU.edu.tw [140.113.22.119]) by Mgw1-out.NCTU.edu.tw (8.12.2/8.12.2) with ESMTP id g3KKa8x0091207 for ; Sun, 21 Apr 2002 04:36:11 +0800 (CST) Received: by infomath.math.nctu.edu.tw (Postfix, from userid 1000) id 6EC7A3DF4; Sun, 21 Apr 2002 04:36:07 +0800 (CST) Message-Id: <20020420203607.6EC7A3DF4@infomath.math.nctu.edu.tw> Date: Sun, 21 Apr 2002 04:36:07 +0800 (CST) From: Gea-Suan Lin Reply-To: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@infomath.math.nctu.edu.tw X-Send-Pr-Version: 3.113 Subject: ports/37296: Update port: mail/perdition Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 37296 >Category: ports >Synopsis: Update port: mail/perdition >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 20 13:40:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 4.5-RELEASE-p3 i386 >Organization: >Environment: System: FreeBSD InfoMath.Math.NCTU.edu.tw 4.5-RELEASE-p3 FreeBSD 4.5-RELEASE-p3 #6: Thu Apr 18 12:06:28 CST 2002 root@InfoMath.Math.NCTU.edu.tw:/home/obj/usr/src/sys/InFoMath i386 >Description: Upgrade to 0.1.9. >How-To-Repeat: >Fix: diff -ruN /usr/ports/mail/perdition/Makefile perdition/Makefile --- /usr/ports/mail/perdition/Makefile Sun Apr 14 20:55:23 2002 +++ perdition/Makefile Sun Apr 21 04:10:07 2002 @@ -6,8 +6,7 @@ # PORTNAME= perdition -PORTVERSION= 0.1.8 -PORTREVISION= 1 +PORTVERSION= 0.1.9 CATEGORIES= mail net security MASTER_SITES= ftp://perdition.sourceforge.net/pub/perdition/%SUBDIR%/ \ ftp://ftp.au.vergenet.net/pub/perdition/%SUBDIR%/ \ diff -ruN /usr/ports/mail/perdition/distinfo perdition/distinfo --- /usr/ports/mail/perdition/distinfo Thu Aug 30 10:44:28 2001 +++ perdition/distinfo Sun Apr 21 04:10:14 2002 @@ -1 +1 @@ -MD5 (perdition-0.1.8.tar.gz) = 57e968a3cd5515c975af75af5893ed5e +MD5 (perdition-0.1.9.tar.gz) = 504213f33dd23d3436ccee5cbc4e7817 diff -ruN /usr/ports/mail/perdition/files/patch-ai perdition/files/patch-ai --- /usr/ports/mail/perdition/files/patch-ai Thu Jan 1 08:00:00 1970 +++ perdition/files/patch-ai Sun Apr 21 04:14:53 2002 @@ -0,0 +1,24 @@ +--- perdition/str.c.orig Sun Apr 21 04:10:48 2002 ++++ perdition/str.c Sun Apr 21 04:13:22 2002 +@@ -35,7 +35,6 @@ + #include + #include + #include +-#include + #include + #include + +@@ -96,13 +95,6 @@ + + extern options_t opt; + extern vanessa_logger_t *perdition_vl; +- +- if((fmt_args=parse_printf_format(fmt, 0, NULL)) != nargs){ +- PERDITION_DEBUG_UNSAFE( +- "nargs and fmt missmatch: %d args requested, %d args in format", nargs, +- fmt_args); +- return(-1); +- } + + va_start(ap, fmt); + if((bytes=vsnprintf(__str_write_buf, STR_WRITE_BUF_LEN-2, fmt, ap))<0){ diff -ruN /usr/ports/mail/perdition/files/patch-aj perdition/files/patch-aj --- /usr/ports/mail/perdition/files/patch-aj Thu Jan 1 08:00:00 1970 +++ perdition/files/patch-aj Sun Apr 21 04:17:28 2002 @@ -0,0 +1,10 @@ +--- perdition/username.h.orig Sun Apr 21 04:16:49 2002 ++++ perdition/username.h Sun Apr 21 04:16:57 2002 +@@ -29,6 +29,7 @@ + #ifndef USERNAME_BERT + #define USERNAME_BERT + ++#include + #include + + /********************************************************************** diff -ruN /usr/ports/mail/perdition/pkg-descr perdition/pkg-descr --- /usr/ports/mail/perdition/pkg-descr Sun May 20 12:00:00 2001 +++ perdition/pkg-descr Sun Apr 21 04:23:23 2002 @@ -18,6 +18,6 @@ in a paper the author wrote on high capacity email, so be sure to check the web page. -WWW: http://perdition.sourceforge.net/ +WWW: http://www.vergenet.net/linux/perdition/ -- K. Konstantinidis >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message