Bug 156295

Summary: textproc/wv2 jumping the gun on CMAKE_BUILD_TYPE
Product: Ports & Packages Reporter: Oliver Heesakkers <dev2>
Component: Individual Port(s)Assignee: Dima Panov <fluffy>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

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!