Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2002 13:07:46 +0200 (EET)
From:      Nevermind <never@nevermind.kiev.ua>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/35373: [PATCH] www/mnogosearch: fix --with-pgsql to new postgresql7 layout
Message-ID:  <200202271107.g1RB7kU14970@mile.nevermind.kiev.ua>

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

>Number:         35373
>Category:       ports
>Synopsis:       [PATCH] www/mnogosearch: fix --with-pgsql to new postgresql7 layout
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 27 03:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Nevermind
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Net.Style Ltd.
>Environment:
System: FreeBSD mile.nevermind.kiev.ua 4.5-STABLE FreeBSD 4.5-STABLE #0: Fri Feb 8 11:55:22 EET 2002 root@mile.nevermind.kiev.ua:/usr/obj/usr/src/sys/mile i386

>Description:
Mnogosearch assumes old layout of databases/postgresql7	

.if defined(WITH_MNOGO_PGSQL)
LIB_DEPENDS=		pq.2:${PORTSDIR}/databases/postgresql7
CONFIGURE_ARGS+=	--with-pgsql=${LOCALBASE}/pgsql
                                             ^^^^^^

>How-To-Repeat:
Look at /usr/ports/www/mnogosearch/Makefile
>Fix:

--- Makefile.orig	Wed Feb 27 13:02:45 2002
+++ Makefile	Wed Feb 27 13:03:13 2002
@@ -43,7 +43,7 @@
 
 .if defined(WITH_MNOGO_PGSQL)
 LIB_DEPENDS=		pq.2:${PORTSDIR}/databases/postgresql7
-CONFIGURE_ARGS+=	--with-pgsql=${LOCALBASE}/pgsql
+CONFIGURE_ARGS+=	--with-pgsql=${LOCALBASE}
 
 .elif defined(WITH_MNOGO_MSQL)
 LIB_DEPENDS=            msql.1:${PORTSDIR}/databases/msql

>Release-Note:
>Audit-Trail:
>Unformatted:

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?200202271107.g1RB7kU14970>