Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 May 2004 04:40:16 -0700 (PDT)
From:      Serge Negodyuck <petr@petrovich.kiev.ua>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/66926: [PATCH] Dependency problem in ports drweb, drwebd, drweb-postfix, drweb-sendmail
Message-ID:  <200405211140.i4LBeGDW044683@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: Serge Negodyuck <petr@petrovich.kiev.ua>
To: Oliver Eikemeier <eikemeier@fillmore-labs.com>
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 14:32:05 +0300

 >
 > Could you send a patch marking security/drwebd as deprectaed and summing
 > up reasons for doing so?
 Ok, see below.
 But I advice to remove this port immediately after 
 changes in ports drweb-postfix and drweb-sendmail
 
 >
 > What is PORTSFIX? Did you test this changes?
 >
 Sorry, I just cut'n'pasted a line from this PR and did not 
 test these ports. The correct patches are below.
 
 
 --- drweb-postfix/Makefile.orig	Fri May 21 13:00:06 2004
 +++ drweb-postfix/Makefile	Fri May 21 14:25:23 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:${PORTSDIR}/security/drweb
  
  WRKSRC=		${WRKDIR}/${DISTNAME}
  
 --- drweb-sendmail/Makefile.orig	Fri May 21 13:00:14 2004
 +++ drweb-sendmail/Makefile	Fri May 21 14:25:09 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:${PORTSDIR}/security/drweb
  
  WRKSRC=		${WRKDIR}/${DISTNAME}
  
 --- drwebd/Makefile.orig	Fri May 21 14:09:50 2004
 +++ drwebd/Makefile	Fri May 21 14:17:53 2004
 @@ -13,6 +13,9 @@
  MAINTAINER=	ports@FreeBSD.org
  COMMENT=	Satellite port to activate DrWeb daemon
  
 +DEPRECATED=	ports/drweb already contains startup script
 +EXPIRATION_DATE=2004-06-21
 +
  DESCR=          ${PORTSDIR}/security/drweb/pkg-descr
  
  RUN_DEPENDS=    ${LOCALBASE}/drweb/drwebd:${PORTSDIR}/security/drweb



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