Bug 141783 - devel/llvm - fix option description
Summary: devel/llvm - fix option description
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: Brooks Davis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-19 19:20 UTC by Alberto Villa
Modified: 2010-01-08 22:30 UTC (History)
0 users

See Also:


Attachments
file.diff (484 bytes, patch)
2009-12-19 19:20 UTC, Alberto Villa
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!