Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2005 09:10:22 +0200 (CEST)
From:      Ulrich Spoerlein <q@galgenberg.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        pav@FreeBSD.org, nick@rogness.net
Subject:   ports/81700: [PATCH] security/snort_inline: Unbreak WITH_POSTGRESQL
Message-ID:  <200505310710.j4V7AMnW001469@roadrunner.q.local>
Resent-Message-ID: <200505310720.j4V7K1nb079526@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         81700
>Category:       ports
>Synopsis:       [PATCH] security/snort_inline: Unbreak WITH_POSTGRESQL
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 31 07:20:00 GMT 2005
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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