Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2006 12:50:26 GMT
From:      Robin Gruyters <r.gruyters@yirdis.nl>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/94407: [PATCH] security/snort: update to 2.4.4
Message-ID:  <200603131250.k2DCoQ7t011969@freefall.freebsd.org>

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

From: Robin Gruyters <r.gruyters@yirdis.nl>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/94407: [PATCH] security/snort: update to 2.4.4
Date: Mon, 13 Mar 2006 13:44:28 +0100

 Hello,
 
 Small update on the Makefile. Forgot to update the LIB_DEPENDS when using
 WITH_PRELUDE.
 
 diff -ruN --exclude=CVS /usr/ports/security/snort/Makefile
 /data2/FreeBSD/custom_ports/security/snort/Makefile
 --- /usr/ports/security/snort/Makefile  Wed Nov 23 13:19:03 2005
 +++ /data2/FreeBSD/custom_ports/security/snort/Makefile Mon Mar 13 13:41:20 2006
 @@ -6,8 +6,7 @@
  #
 
  PORTNAME=      snort
 -PORTVERSION=   2.4.3
 -PORTREVISION=  1
 +PORTVERSION=   2.4.4
  CATEGORIES=    security
  MASTER_SITES=  http://www.snort.org/dl/current/
 
 @@ -74,7 +73,7 @@
  .endif
 
  .if defined(WITH_PRELUDE)
 -LIB_DEPENDS+=          prelude.2:${PORTSDIR}/security/libprelude
 +LIB_DEPENDS+=          prelude.7:${PORTSDIR}/security/libprelude
  CONFIGURE_ARGS+=       --enable-prelude
  PLIST_SUB+=            PRELUDE=""
  .else
 
 
 



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