Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 May 2004 03:40:10 -0700 (PDT)
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/66926: [PATCH] Dependency problem in ports drweb, drwebd, drweb-postfix, drweb-sendmail
Message-ID:  <200405211040.i4LAeAa6034551@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/66926; it has been noted by GNATS.

From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
To: Serge Negodyuck <petr@petrovich.kiev.ua>
Cc: FreeBSD-gnats-submit@FreeBSD.org,
	Zhuravlev Alexander <zaa@ulstu.ru>
Subject: Re: ports/66926: [PATCH] Dependency problem in ports drweb, drwebd,
 drweb-postfix, drweb-sendmail
Date: Fri, 21 May 2004 12:35:19 +0200

 Serge Negodyuck wrote:
 
 > On Friday 21 May 2004 10:28, Oliver Eikemeier wrote:
 > 
 >>Serge, could you have a look into PR 66926:
 >>  <http://www.freebsd.org/cgi/query-pr.cgi?pr=66926>;
 >>
 > I think we do not need port security/drwebd anymore. 
 > So I agree with submitter. Please remove, port 
 > security/drwebd and apply following patches. By the 
 > way, port drweb-postfix has a maintainer - 
 > zaa@ulstu.ru. I've put his address in CC of this 
 > message.
 
 Could you send a patch marking security/drwebd as deprectaed and summing
 up reasons for doing so?
 
 > --- drweb-sendmail/Makefile.orig	Fri May 21 13:00:14 2004
 > +++ drweb-sendmail/Makefile	Fri May 21 13:04:04 2004
 > @@ -17,7 +17,7 @@
 >  COMMENT=	Sendmail message filter for virus processing through DrWeb daemon
 >  
 >  BUILD_DEPENDS=	${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2
 > -RUN_DEPENDS=	${LOCALBASE}/etc/rc.d/00drwebd.sh:${PORTSDIR}/security/drweb
 > +RUN_DEPENDS=	${LOCALBASE}/drweb/drwebd:${PORTSFIX}/security/drweb
 >  
 >  WRKSRC=		${WRKDIR}/${DISTNAME}
 >  
 > 
 > --- drweb-postfix/Makefile.orig	Fri May 21 13:00:06 2004
 > +++ drweb-postfix/Makefile	Fri May 21 13:04:15 2004
 > @@ -16,7 +16,7 @@
 >  MAINTAINER=	zaa@ulstu.ru
 >  COMMENT=	Postfix message filter for virus processing through DrWeb daemon
 >  
 > -RUN_DEPENDS=	${LOCALBASE}/etc/rc.d/drweb-0.sh:${PORTSDIR}/security/drwebd
 > +RUN_DEPENDS=	${LOCALBASE}/drweb/drwebd:${PORTSFIX}/security/drweb
 >  
 >  WRKSRC=		${WRKDIR}/${DISTNAME}
 
 What is PORTSFIX? Did you test this changes?
 
 -Oliver
 



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