Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2002 14:20:09 -0700 (PDT)
From:      Clement Laforet <sheepkiller@cultdeadsheep.org>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/41325: New port : security/prelude-nids (part of Prelude NIDS ports)
Message-ID:  <200209082120.g88LK9p1017328@freefall.freebsd.org>

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

From: Clement Laforet <sheepkiller@cultdeadsheep.org>
To: Clement Laforet <sheepkiller@cultdeadsheep.org>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: ports/41325: New port : security/prelude-nids (part of Prelude NIDS ports)
Date: Sun, 8 Sep 2002 23:17:36 +0200

 Please apply this patch :)
 
 * Update from 0.8.0 to 0.8.1
 
 diff -Nru prelude-nids.old/Makefile prelude-nids/Makefile
 --- prelude-nids.old/Makefile	Sun Sep  8 22:46:36 2002
 +++ prelude-nids/Makefile	Sun Sep  8 22:47:44 2002
 @@ -1,30 +1,31 @@
 -# New ports collection makefile for:   prelude-nids
 -# Date created:                        Sun Aug 4 19:31:17 CEST 2002
 -# Whom:                                Clement Laforet <sheepkiller@cultdeadsheep.org>
 -
 -PORTNAME=      prelude-nids
 -PORTVERSION=   0.8.0
 -CATEGORIES=    security
 +# New ports collection makefile for:	prelude-nids
 +# Date created:			Sun Aug 4 19:31:17 CEST 2002
 +# Whom:				Clement Laforet <sheepkiller@cultdeadsheep.org>
 +
 +PORTNAME=	prelude-nids
 +PORTVERSION=	0.8.1
 +CATEGORIES=	security
  MASTER_SITES=   http://www.prelude-ids.org/download/releases/
  
 -MAINTAINER=    sheepkiller@cultdeadsheep.org
 +MAINTAINER=	sheepkiller@cultdeadsheep.org
  
 -GNU_MAKE=      yes
 -HAS_CONFIGURE= yes
 -CONFIGURE_ARGS+=       --prefix=${PREFIX} --with-html-dir=${PREFIX}/share/doc
 +GNU_MAKE=	yes
 +HAS_CONFIGURE=	yes
 +CONFIGURE_ARGS+=	--prefix=${PREFIX} --with-html-dir=${PREFIX}/share/doc
  
 -LIB_DEPENDS=           prelude.0:${PORTSDIR}/security/libprelude
 +LIB_DEPENDS=		prelude.0:${PORTSDIR}/security/libprelude
 +RUN_DEPEND=             ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash2
  
 -MAN8=                  prelude-nids.8
 +MAN8=			prelude-nids.8
  
  .if defined(WITH_GPROF)
 -CONFIGURE_ARGS+=       --enable-profiling
 +CONFIGURE_ARGS+= 	--enable-profiling
  .endif
  
  # Broken, for the moment
  .if defined(WITH_GTK_DOC)
 -BUILD_DEPENDS=         gtkdoc-scan:${PORTSDIR}/textproc/gtk-doc
 -CONFIGURE_ARGS+=       --enable-gtk-doc
 +BUILD_DEPENDS=  	gtkdoc-scan:${PORTSDIR}/textproc/gtk-doc
 +CONFIGURE_ARGS+=	--enable-gtk-doc
  .endif
  
  pre-everything:
 @@ -36,17 +37,16 @@
  .endif
  
  pre-configure:
 -       @${ECHO} ""
 -       @${ECHO} "*------------------------------------------------------------------*"
 -       @${ECHO} "Options:"
 -       @${ECHO} ""
 -       @${ECHO} "      WITH_GPROF=yes          Enable Gprof profiling - with thread workaround"
 -       @${ECHO} "      WITH_GTK_DOC=yes        Use gtk-doc to build documentation (unused for the momen
 -t)"
 -       @${ECHO} "*------------------------------------------------------------------*"
 -       @${ECHO} ""
 +	@${ECHO} ""
 +	@${ECHO} "*------------------------------------------------------------------*"
 +	@${ECHO} "Options:"
 +	@${ECHO} ""
 +	@${ECHO} "      WITH_GPROF=yes          Enable Gprof profiling - with thread workaround"
 +	@${ECHO} "      WITH_GTK_DOC=yes        Use gtk-doc to build documentation (Broken for the moment)"
 +	@${ECHO} "*------------------------------------------------------------------*"
 +	@${ECHO} ""
  
  post-install:
 -       @${CAT} ${PKGMESSAGE}
 +	@${CAT} ${PKGMESSAGE}
  
  .include <bsd.port.mk>
 diff -Nru prelude-nids.old/distinfo prelude-nids/distinfo
 --- prelude-nids.old/distinfo	Sun Sep  8 22:46:36 2002
 +++ prelude-nids/distinfo	Sun Sep  8 22:47:44 2002
 @@ -1 +1 @@
 -MD5 (prelude-nids-0.8.0.tar.gz) = 29763787d403bfd380048b2c82402272
 +MD5 (prelude-nids-0.8.1.tar.gz) = ffaa17e6694f12b8d5ede91c1fbdf22d

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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