Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2002 04:36:07 +0800 (CST)
From:      Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@infomath.math.nctu.edu.tw
Subject:   ports/37296: Update port: mail/perdition
Message-ID:  <20020420203607.6EC7A3DF4@infomath.math.nctu.edu.tw>

next in thread | raw e-mail | index | archive | help

>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 <stdlib.h>
+ #include <stdarg.h>
+ #include <unistd.h>
+-#include <printf.h>
+ #include <sys/uio.h>
+ #include <vanessa_socket.h>
+ 
+@@ -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 <sys/types.h>
+ #include <netinet/in.h>
+ 
+ /**********************************************************************
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 <kkonstan@daemon.gr>
	


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020420203607.6EC7A3DF4>