Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2004 09:30:31 -0700 (PDT)
From:      Serge Negodyuck <petr@petrovich.kiev.ua>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/67184: security/drweb incorrectly specifies dependency on compat4x
Message-ID:  <200405251630.i4PGUVMx033230@freefall.freebsd.org>

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

From: Serge Negodyuck <petr@petrovich.kiev.ua>
To: FreeBSD-gnats-submit@freebsd.org
Cc: os@rsu.ru
Subject: Re: ports/67184: security/drweb incorrectly specifies dependency on compat4x
Date: Tue, 25 May 2004 19:20:08 +0300

 And where are your patches? :-)
 The idea (not mine, but author of PR: ports/58998) was probably to make 
 this port compatible with freebsd 3.x Or may be he just have forgotten 
 to remove LIB_DEPENDS line.
 
 Anyway I have no FreeBSD 3.x box and for my mind it is not 
 reasonable to support 3.x branch anymore. 
 
 Please, apply following patch.
 
 --- Makefile.orig	Tue May 25 19:11:18 2004
 +++ Makefile	Tue May 25 19:12:05 2004
 @@ -21,7 +21,6 @@
  .include <bsd.port.pre.mk>
  
  .if ${OSVERSION} < 500000
 -LIB_DEPENDS+=	c.4:${PORTSDIR}/misc/compat4x
  DISTNAME=	${PORTNAME}-${PORTVERSION}-freebsd4
  .else
  DISTNAME=	${PORTNAME}-${PORTVERSION}-freebsd5



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