Bug 138187 - [PATCH] devel/cmake: support custom PREFIX/LOCALBASE
Summary: [PATCH] devel/cmake: support custom PREFIX/LOCALBASE
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: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-26 01:10 UTC by Dmitry Marakasov
Modified: 2009-08-29 08:37 UTC (History)
1 user (show)

See Also:


Attachments
cmake-2.6.4_1.patch (968 bytes, patch)
2009-08-26 01:10 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov 2009-08-26 01:10:00 UTC
While the port replaces /usr/X11R6 to ${LOCALBASE} in cmake modules, it doesn't replace /usr/local, so with custom PREFIX/LOCALBASE some cmake-using ports will fail, as they won't be able to find required libs headers. For instance, that happens with spring which uses FindSDL.cmake.


Port maintainer (kde@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-26 01:10:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-08-29 08:15:25 UTC
makc        2009-08-29 07:15:12 UTC

  FreeBSD ports repository

  Modified files:
    devel/cmake          Makefile 
  Log:
  Respect LOCALBASE
  
  PR:             based on ports/138187
  Submitted by:   amdmi3
  
  Revision  Changes    Path
  1.33      +8 -2      ports/devel/cmake/Makefile
_______________________________________________
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 3 Max Brazhnikov freebsd_committer freebsd_triage 2009-08-29 08:37:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!