ports/137491: databases/sqlrelay breaks when WITH_GTK=true

Pavel Gubin pg at 2lazy.ru
Thu Aug 6 17:20:03 UTC 2009


>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:



More information about the freebsd-ports-bugs mailing list