Bug 141783

Summary: devel/llvm - fix option description
Product: Ports & Packages Reporter: Alberto Villa <villa.alberto>
Component: Individual Port(s)Assignee: Brooks Davis <brooks>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Alberto Villa 2009-12-19 19:20:10 UTC
graphics/opengtl used to require llvm built without assertions, then the NO_ASSERT option was added to the llvm port; now, opengtl 0.9.12 doesn't require it anymore

Fix: cleanup the description of the NO_ASSERT option (but leave the option, it could be useful to someone)
no PORTREVISION bump needed

the same fix should be applied to devel/llvm-devel

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-19 19:20:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->brooks

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-08 22:21:38 UTC
brooks      2010-01-08 22:21:20 UTC

  FreeBSD ports repository

  Modified files:
    devel/llvm           Makefile 
    devel/llvm-devel     Makefile 
  Log:
  graphics/opengtl doesn't require that LLVM assertions be disabled so
  don't claim it does in the OPTIONS description.
  
  PR:             ports/141783
  Submitted by:   Alberto Villa <villa dot alberto at gmail dot com>
  
  Revision  Changes    Path
  1.34      +1 -1      ports/devel/llvm-devel/Makefile
  1.35      +1 -1      ports/devel/llvm/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 Brooks Davis freebsd_committer freebsd_triage 2010-01-08 22:21:42 UTC
State Changed
From-To: open->closed

Committed, thanks!