Bug 124068

Summary: port devel/llvm: Add maintainer mode
Product: Ports & Packages Reporter: Pedro F. Giffuni <pfgshield-freebsd>
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 Pedro F. Giffuni 2008-05-28 16:20:03 UTC
It's very useful to be able to run the regression tests.

While here I removed the checks for gcc3.3 and old perl version as it's doubtful that a supported version still doesn't use modern versions.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-05-28 16:20:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->brooks

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Pedro F. Giffuni 2008-05-28 23:32:28 UTC
While here,
According to this page:

http://wiki.freebsd.org/LowLevelVirtualMachine

LLVM does work on SPARC64 with FreeBSD 8.0; it even appears to work better than
on ia64.


      ___________________________________ 
Scopri il Blog di Yahoo! Mail: trucchi, novità, consigli... e la tua opinione!
http://www.ymailblogit.com/blog/
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-06-12 17:17:21 UTC
brooks      2008-06-12 16:16:42 UTC

  FreeBSD ports repository

  Modified files:
    devel/llvm           Makefile distinfo pkg-plist 
  Removed files:
    devel/llvm/files     
                         patch-lib_Transforms_Scalar_LoopUnroll.cpp 
  Log:
  Upgrade LLVM to release 2.3.
  
  In theory this should build on every architecture so remove the
  no-sparc64 bit.
  
  Add a MAINTAINER_MODE option to allow debug (very slow) versions to be built
  and a regression-test target. [1]
  
  Submitted by:   Pedro Giffuni <pfgshield dash freebsd at yahoo dot com> [1]
  PR:             ports/124068
  
  Revision  Changes    Path
  1.21      +18 -17    ports/devel/llvm/Makefile
  1.9       +3 -3      ports/devel/llvm/distinfo
  1.2       +0 -16     ports/devel/llvm/files/patch-lib_Transforms_Scalar_LoopUnroll.cpp (dead)
  1.10      +33 -20    ports/devel/llvm/pkg-plist
_______________________________________________
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 4 Brooks Davis freebsd_committer freebsd_triage 2008-06-12 17:19:58 UTC
State Changed
From-To: open->closed

Committed along with 2.3 upgrade.  Thanks.