Date: Thu, 6 Aug 2009 17:16:50 GMT From: Pavel Gubin <pg@2lazy.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/137491: databases/sqlrelay breaks when WITH_GTK=true Message-ID: <200908061716.n76HGosQ005936@www.freebsd.org> Resent-Message-ID: <200908061720.n76HK2Lr077089@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 137491 >Category: ports >Synopsis: databases/sqlrelay breaks when WITH_GTK=true >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 Aug 06 17:20:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Pavel Gubin >Release: 7.2-RELEASE >Organization: Lazy >Environment: >Description: The databases/sqlrelay make fails with: "/usr/ports/Mk/bsd.gnome.mk", line 629: The Pre include part of bsd.gnome.mk part is not included. Did you forget WANT_GNOME=yes before bsd.port.pre.mk? when WITH_GTK knob turned on, and this also breaks `make index' >How-To-Repeat: cd /usr/ports/databases/sqlrelay && make showconfig WITH_GTK=true >Fix: Patch attached with submission follows: --- Makefile.orig 2009-08-03 22:42:17.000000000 +0400 +++ Makefile 2009-08-06 20:49:10.000000000 +0400 @@ -17,6 +17,7 @@ LIB_DEPENDS= rudiments.1:${PORTSDIR}/devel/rudiments +WANT_GNOME= yes USE_GMAKE= yes USE_AUTOTOOLS= autoconf:262 libtool:22 CONFIGURE_ENV= ${SQLRELAY_CONFIGURE_ENV} \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200908061716.n76HGosQ005936>