Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2007 09:27:51 GMT
From:      Andrew Kolchoogin <andrew@rinet.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/118173: net/gatekeeper port doesn't honor LOCALBASE setting
Message-ID:  <200711210927.lAL9Rp2p021675@www.freebsd.org>
Resent-Message-ID: <200711210930.lAL9U4RH078268@freefall.freebsd.org>

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

>Number:         118173
>Category:       ports
>Synopsis:       net/gatekeeper port doesn't honor LOCALBASE setting
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 21 09:30:03 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Kolchoogin
>Release:        6.2-p8
>Organization:
JSC "Transservice Communications"
>Environment:
FreeBSD host.domain 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #0: Sun Nov  4 13:58:35 MSK 2007     user@host.domain:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
GNU Gatekeeper port is unable to locate MySQL headers placed in different place than /usr/local because of bug in GNU Gk "configure.in" script.
>How-To-Repeat:
Just try to set LOCALBASE into something different than /usr/local and try to build GNU Gatekeeper with MySQL support.
>Fix:


Patch attached with submission follows:

--- configure.in~	Wed Nov 21 12:21:25 2007
+++ configure.in	Wed Nov 21 12:22:24 2007
@@ -321,7 +321,7 @@
 AC_ARG_WITH(mysql-dir,
 [  --with-mysql-dir=DIR          base directory where MySQL is installed ],
 [ mysql_lib_dir="$withval/lib/mysql"
-  mysql_include_dir="$withval/include/mysql"
+  mysql_include_dir="$withval/include"
 ]
 )
 


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711210927.lAL9Rp2p021675>