Bug 156295 - textproc/wv2 jumping the gun on CMAKE_BUILD_TYPE
Summary: textproc/wv2 jumping the gun on CMAKE_BUILD_TYPE
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: Dima Panov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-09 13:00 UTC by Oliver Heesakkers
Modified: 2011-04-09 13:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Heesakkers 2011-04-09 13:00:24 UTC
textproc/wv2 was updated to use CMAKE_BUILD_TYPE, but as far as I can tell, this has not been implemented yet. See http://www.freebsd.org/cgi/query-pr.cgi?pr=150363

The file created now by the make process is:
/usr/local/lib/wvWare/wv2-noconfig.cmake

The make package process looks for:
/usr/local/lib/wvWare/wv2-.cmake

Both are probably unwanted given the default suggested in the mentioned PR.

Fix: 

Don't use CMAKE_BUILD_TYPE until PR 150363 has run its course.
How-To-Repeat: cd /usr/ports/textproc/wv2
make package

See error in creating package and the resulting file in /usr/local/lib/wvWare
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-04-09 13:00:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fluffy

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-04-09 13:17:47 UTC
fluffy      2011-04-09 12:17:31 UTC

  FreeBSD ports repository

  Modified files:
    textproc/wv2         Makefile 
  Log:
  - Specify CMAKE_BUILD_TYPE locally until it will be implemented with global cmake rules
  
  PR:             156295
  Submitted by:   Oliver Heesakkers
  
  Revision  Changes    Path
  1.33      +7 -1      ports/textproc/wv2/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 Dima Panov freebsd_committer freebsd_triage 2011-04-09 13:18:59 UTC
State Changed
From-To: open->closed

Fixed. Thanks for report!