From spoerlein@informatik.uni-wuerzburg.de  Tue May 31 07:10:28 2005
Return-Path: <spoerlein@informatik.uni-wuerzburg.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6A5DF16A41C;
	Tue, 31 May 2005 07:10:28 +0000 (GMT)
	(envelope-from spoerlein@informatik.uni-wuerzburg.de)
Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BBA2443D1F;
	Tue, 31 May 2005 07:10:27 +0000 (GMT)
	(envelope-from spoerlein@informatik.uni-wuerzburg.de)
Received: from wrzx30.rz.uni-wuerzburg.de (wrzx30.rz.uni-wuerzburg.de [132.187.1.30])
	by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP
	id 4AB12D9872; Tue, 31 May 2005 09:10:26 +0200 (CEST)
Received: from virusscan (localhost [127.0.0.1])
	by wrzx30.rz.uni-wuerzburg.de (Postfix) with ESMTP
	id 3187292A33; Tue, 31 May 2005 09:10:26 +0200 (CEST)
Received: from wrzx28.rz.uni-wuerzburg.de (wrzx28.rz.uni-wuerzburg.de [132.187.3.28])
	by wrzx30.rz.uni-wuerzburg.de (Postfix) with ESMTP
	id 1CB30C876; Tue, 31 May 2005 09:10:26 +0200 (CEST)
Received: from frodo.galgenberg.net (wwsx14.win-screen.uni-wuerzburg.de [132.187.253.14])
	by wrzx28.rz.uni-wuerzburg.de (Postfix) with ESMTP
	id 0B800D9872; Tue, 31 May 2005 09:10:26 +0200 (CEST)
Received: from coyote.q.local (gb-21-237.galgenberg.net [172.16.21.237])
	by frodo.galgenberg.net (8.13.1/8.13.1) with ESMTP id j4V7APlR035277;
	Tue, 31 May 2005 09:10:25 +0200 (CEST)
	(envelope-from spoerlein@informatik.uni-wuerzburg.de)
Received: from roadrunner.q.local (roadrunner.q.local [192.168.0.148])
	by coyote.q.local (8.13.3/8.13.1) with ESMTP id j4V7AP3C037629;
	Tue, 31 May 2005 09:10:25 +0200 (CEST)
	(envelope-from q@roadrunner.q.local)
Received: from roadrunner.q.local (localhost [127.0.0.1])
	by roadrunner.q.local (8.13.3/8.13.3) with ESMTP id j4V7APvl001470;
	Tue, 31 May 2005 09:10:25 +0200 (CEST)
	(envelope-from q@roadrunner.q.local)
Received: (from q@localhost)
	by roadrunner.q.local (8.13.3/8.13.3/Submit) id j4V7AMnW001469;
	Tue, 31 May 2005 09:10:22 +0200 (CEST)
	(envelope-from q)
Message-Id: <200505310710.j4V7AMnW001469@roadrunner.q.local>
Date: Tue, 31 May 2005 09:10:22 +0200 (CEST)
From: Ulrich Spoerlein <q@galgenberg.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: nick@rogness.net, pav@freebsd.org
Subject: [PATCH] security/snort_inline: Unbreak WITH_POSTGRESQL
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         81700
>Category:       ports
>Synopsis:       [PATCH] security/snort_inline: Unbreak WITH_POSTGRESQL
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 31 07:20:00 GMT 2005
>Closed-Date:    Tue May 31 07:43:53 GMT 2005
>Last-Modified:  Tue May 31 07:43:53 GMT 2005
>Originator:     Ulrich Spoerlein
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD roadrunner 5.4-STABLE FreeBSD 5.4-STABLE #1: Fri May 20 15:47:54 CEST 2005
>Description:
The dependancy is bogus. I wonder where people are taking this code
snippet from. databases/postgresql7 is gone for ages!

Port maintainer (nick@rogness.net) is cc'd.
Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- snort_inline-2.3.0.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/snort_inline/Makefile,v
retrieving revision 1.1
diff -u -u -r1.1 Makefile
--- Makefile	28 May 2005 11:06:39 -0000	1.1
+++ Makefile	31 May 2005 07:08:48 -0000
@@ -46,8 +46,7 @@
 .endif
 
 .if defined(WITH_POSTGRESQL)
-POSTGRESQL_PORT?=	databases/postgresql7
-LIB_DEPENDS+=		pq.3:${PORTSDIR}/${POSTGRESQL_PORT}
+USE_PGSQL=		yes
 CONFIGURE_ARGS+=	--with-postgresql=${LOCALBASE}
 .if exists(/usr/lib/libssl.a) && exists(/usr/lib/libcrypto.a)
 LDFLAGS+=		-lssl -lcrypto
--- snort_inline-2.3.0.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Tue May 31 07:40:46 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

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