ports/106365: [MAINTAINER UPDATE] mail/tpop3d: [SUMMARIZE CHANGES]

Boris Kovalenko boris at tagnet.ru
Tue Dec 5 10:30:26 UTC 2006


>Number:         106365
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] mail/tpop3d: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 05 10:30:02 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Boris Kovalenko
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
JSC "TAGNet"
>Environment:
System: FreeBSD boris.nikom.ru 6.1-RELEASE FreeBSD 6.1-RELEASE #3: Thu Jul 27 14:51:35 YEKST 2006
>Description:
[DESCRIBE CHANGES]
    This update contains extra patch which is not approved by Chris Lightfoot
    (the tpop3d author) as he is unreachable for a long time period. Indeed this
    patch may help people who have coredumps with auth-perl and multithreaded perl.
    Big thanks to George A Eliseeff <kuzmich at inbox.ru>.
    
Added file(s):
- files/extra-patch-auth_perl.c

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- tpop3d-1.5.3_4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/mail/tpop3d/Makefile /usr/ports/mail/tpop3d.new/Makefile
--- /usr/ports/mail/tpop3d/Makefile	Wed Jul 12 21:02:53 2006
+++ /usr/ports/mail/tpop3d.new/Makefile	Tue Dec  5 15:20:28 2006
@@ -7,7 +7,7 @@
 
 PORTNAME=	tpop3d
 PORTVERSION=	1.5.3
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	mail
 MASTER_SITES=	http://www.ex-parrot.com/~chris/tpop3d/
 
@@ -28,7 +28,8 @@
 		PERLAUTH	"Use Perl authentication"			off \
 		FLATAUTH	"Enable /etc/passwd-style authentication"	off \
 		MAILDIR		"Compile Maildir support"			on \
-		DRAC		"Enable DRAC RFC for POP-before-SMTP relaying"	off
+		DRAC		"Enable DRAC RFC for POP-before-SMTP relaying"	off \
+		FIX_PERLAUTH	"Only try it if perl-auth coredumps"		off
 
 .include <bsd.port.pre.mk>
 
@@ -74,6 +75,10 @@
 CONFIGURE_ARGS+=	--enable-drac
 BUILD_DEPENDS+=		${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac
 LDFLAGS+=		-L${LOCALBASE}/lib
+.endif
+
+.if defined(WITH_FIX_PERLAUTH)
+EXTRA_PATCHES+=${PATCHDIR}/extra-patch-auth_perl.c
 .endif
 
 USE_RC_SUBR=	tpop3d.sh
diff -ruN --exclude=CVS /usr/ports/mail/tpop3d/files/extra-patch-auth_perl.c /usr/ports/mail/tpop3d.new/files/extra-patch-auth_perl.c
--- /usr/ports/mail/tpop3d/files/extra-patch-auth_perl.c	Thu Jan  1 05:00:00 1970
+++ /usr/ports/mail/tpop3d.new/files/extra-patch-auth_perl.c	Tue Dec  5 15:08:17 2006
@@ -0,0 +1,16 @@
+--- auth_perl.c.orig	Mon Aug 25 21:51:25 2003
++++ auth_perl.c	Mon Dec  4 14:23:46 2006
+@@ -72,5 +72,5 @@
+ 
+ int auth_perl_init(void) {
+-    dSP;
++//    dSP;
+     int argc = 2;
+     char *argv[3] = {"auth_perl", "/dev/null", NULL};
+@@ -106,4 +106,6 @@
+     perl_parse(perl_interp, xs_init, argc, argv, 0);
+     perl_run(perl_interp);
++
++    dSP;
+ 
+     /* Try to execute the startup code. */
--- tpop3d-1.5.3_4.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list