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

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/41324; 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/41324: New port : security/prelude-lml (part of Prelude NIDS ports)
Date: Sun, 8 Sep 2002 23:14:53 +0200

 Please apply this patch :)
 
 * Update from 0.8.0 to 0.8.1
 * Clean Makefile and pkg-plist
 
 diff -Nru prelude-lml.old/Makefile prelude-lml/Makefile
 --- prelude-lml.old/Makefile	Sun Sep  8 22:46:39 2002
 +++ prelude-lml/Makefile	Sun Sep  8 22:47:50 2002
 @@ -1,50 +1,50 @@
 -# New ports collection makefile for:   prelude-lml
 -# Date created:                        Sun Aug 4 19:31:17 CEST 2002
 -# Whom:                                Clement Laforet <sheepkiller@cultdeadsheep.org>
 -
 -PORTNAME=      prelude-lml
 -PORTVERSION=   0.8.0
 -CATEGORIES=    security
 +# New ports collection makefile for:	prelude-lml
 +# Date created:			Sun Aug 4 19:31:17 CEST 2002
 +# Whom:				Clement Laforet <sheepkiller@cultdeadsheep.org>
 +
 +PORTNAME=	prelude-lml
 +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
  
  .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:
  .if defined(WITH_GTK_DOC)
 -       @${ECHO} "*********************************************************************"
 -       @${ECHO} "WITH_GTK_DOC option is currently broken."
 -       @${ECHO} "*********************************************************************"
 -       @${FALSE}
 +	@${ECHO} "*********************************************************************"
 +	@${ECHO} "WITH_GTK_DOC option is currently broken."
 +	@${ECHO} "*********************************************************************"
 +	@${FALSE}
  .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-lml.old/distinfo prelude-lml/distinfo
 --- prelude-lml.old/distinfo	Sun Sep  8 22:46:38 2002
 +++ prelude-lml/distinfo	Sun Sep  8 22:47:50 2002
 @@ -1 +1 @@
 -MD5 (prelude-lml-0.8.0.tar.gz) = 9a37078364e35622ee6378e5efeb870a
 +MD5 (prelude-lml-0.8.1.tar.gz) = 785e13021ba03f536e480a9944783b6a
 diff -Nru prelude-lml.old/pkg-message prelude-lml/pkg-message
 --- prelude-lml.old/pkg-message	Sun Sep  8 22:46:38 2002
 +++ prelude-lml/pkg-message	Sun Sep  8 22:47:50 2002
 @@ -1,6 +1,6 @@
  
  ***********************************************************
 -Prelude NIDS ports haven't for the moment configuration
 +Prelude IDS ports haven't for the moment configuration
  scripts.
  Please read the documentation you can find here :
  http://www.prelude-ids.org/index.php?page=23

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.g88LK563017304>