ports/138912: [patch] Fix INDEX creation - WANT_GNOME in databases/sqlrelay

Anatoly Borodin anatoly.borodin at gmail.com
Thu Sep 17 19:10:01 UTC 2009


>Number:         138912
>Category:       ports
>Synopsis:       [patch] Fix INDEX creation - WANT_GNOME in databases/sqlrelay
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 17 19:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Anatoly Borodin
>Release:        
>Organization:
>Environment:
>Description:
Add WANT_GNOME in databases/sqlrelay/Makefile
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

>From 1c43cc90f63ff6f310c04dc9a47ca13c61c29a5f Mon Sep 17 00:00:00 2001
From: Anatoly Borodin <anatoly.borodin at gmail.com>
Date: Tue, 10 Feb 2009 14:45:31 +0200
Subject: [PATCH] Fix INDEX creation.

---
 databases/sqlrelay/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git databases/sqlrelay/Makefile databases/sqlrelay/Makefile
index 802e983..c0e7506 100644
--- databases/sqlrelay/Makefile
+++ databases/sqlrelay/Makefile
@@ -43,6 +43,8 @@ OPTIONS=	MSQL "Build MSQL connection" off \
 		INTERBASE "Build Interbase connection" off \
 		GTK "Build GTK configuration tool" off
 
+WANT_GNOME=	yes
+
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_SQLITE) && ${WITH_SQLITE:L} != no
-- 
1.6.4.2



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



More information about the freebsd-ports-bugs mailing list