Date: Thu, 17 Sep 2009 19:01:17 GMT From: Anatoly Borodin <anatoly.borodin@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/138912: [patch] Fix INDEX creation - WANT_GNOME in databases/sqlrelay Message-ID: <200909171901.n8HJ1HjL084962@www.freebsd.org> Resent-Message-ID: <200909171910.n8HJA1bg031097@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909171901.n8HJ1HjL084962>