Bug 118173 - net/gatekeeper port doesn't honor LOCALBASE setting
Summary: net/gatekeeper port doesn't honor LOCALBASE setting
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-21 09:30 UTC by andrew
Modified: 2008-02-27 21:10 UTC (History)
0 users

See Also:


Attachments
file.diff (335 bytes, patch)
2007-11-21 09:30 UTC, andrew
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description andrew 2007-11-21 09:30:03 UTC
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.

Fix: Patch attached with submission follows:
How-To-Repeat: Just try to set LOCALBASE into something different than /usr/local and try to build GNU Gatekeeper with MySQL support.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-11-21 09:30:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2008-02-27 20:30:44 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ehaupt

I will take care of it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-02-27 21:03:00 UTC
ehaupt      2008-02-27 21:02:55 UTC

  FreeBSD ports repository

  Added files:
    net/gatekeeper/files patch-configure.in 
  Log:
  Correctly pickup MySQL headers if non default LOCALBASE is used.
  
  PR:             118173
  Submitted by:   Andrew Kolchoogin <andrew@rinet.ru>
  Approved by:    maintainer timeout (98 days)
  
  Revision  Changes    Path
  1.1       +11 -0     ports/net/gatekeeper/files/patch-configure.in (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Emanuel Haupt freebsd_committer freebsd_triage 2008-02-27 21:03:06 UTC
State Changed
From-To: feedback->closed

Committed, thanks!