From wtp@wtp3.org  Fri Oct  3 13:38:15 2008
Return-Path: <wtp@wtp3.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 84794106568D
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  3 Oct 2008 13:38:15 +0000 (UTC)
	(envelope-from wtp@wtp3.org)
Received: from fw.wtp3.org (67-moc-10.acn.waw.pl [212.76.55.67])
	by mx1.freebsd.org (Postfix) with ESMTP id 41A308FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  3 Oct 2008 13:38:15 +0000 (UTC)
	(envelope-from wtp@wtp3.org)
Received: from fw.wtp3.org (localhost [127.0.0.1])
	(using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by fw.wtp3.org (Postfix) with ESMTPS id A77FF903AD
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  3 Oct 2008 15:16:22 +0200 (CEST)
Received: by fw.wtp3.org (Postfix, from userid 1000)
	id ED2298FF7F; Fri,  3 Oct 2008 15:16:13 +0200 (CEST)
Message-Id: <20081003131613.ED2298FF7F@fw.wtp3.org>
Date: Fri,  3 Oct 2008 15:16:13 +0200 (CEST)
From: Krzysztof Stryjek <wtp@bsdguru.org>
Reply-To: Krzysztof Stryjek <wtp@bsdguru.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: snort does not compile with prelude support
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         127818
>Category:       ports
>Synopsis:       security/snort does not compile with prelude support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 03 13:40:03 UTC 2008
>Closed-Date:    Thu Jan 08 13:21:51 UTC 2009
>Last-Modified:  Thu Jan 08 13:21:51 UTC 2009
>Originator:     Krzysztof Stryjek
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
private
>Environment:
System: FreeBSD xys.wtp3.org 6.3-STABLE FreeBSD 6.3-STABLE #3: Mon Apr 21 07:34:02 CEST 2008 toor@xys.wtp3.org:/usr/obj/usr/src/sys/POOH6 i386

>Description:
	One of the config options for security/snort is WITH_PRELUDE. Last
time libprelude has changed to new version, but Makefile for snort is not
updated. This patch corrects this issue.
	
>How-To-Repeat:
	cd <PORTS_DIR>/security/snort && make all
>Fix:

--- Makefile.orig	2008-09-27 04:10:00.000000000 +0200
+++ Makefile	2008-10-03 15:08:59.000000000 +0200
@@ -114,7 +114,7 @@
 .endif
 
 .if defined(WITH_PRELUDE)
-LIB_DEPENDS+=		prelude.14:${PORTSDIR}/security/libprelude
+LIB_DEPENDS+=		prelude.17:${PORTSDIR}/security/libprelude
 CONFIGURE_ARGS+=	--enable-prelude
 PLIST_SUB+=		PRELUDE=""
 .else


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Fri Oct 3 14:44:59 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127818 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127818: commit references a PR
Date: Mon,  6 Oct 2008 05:35:37 +0000 (UTC)

 clsung      2008-10-06 05:35:29 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/snort       Makefile 
   Log:
   - bump PORTREVISION
   - fix libprelude version
   One of the config options for security/snort is WITH_PRELUDE. Last
   time libprelude has changed to new version, but Makefile for snort is not
   updated. This patch corrects this issue.
   
   PointyHat to:   beech (ports/127339)
   PR:             ports/127818
   Submitted by:   Krzysztof Stryjek <wtp_AT_bsdguru dot org>
   
   Revision  Changes    Path
   1.103     +2 -1      ports/security/snort/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: stefan 
State-Changed-When: Thu Jan 8 13:21:24 UTC 2009 
State-Changed-Why:  


http://www.freebsd.org/cgi/query-pr.cgi?pr=127818 
>Unformatted:
