Bug 124068 - port devel/llvm: Add maintainer mode
Summary: port devel/llvm: Add maintainer mode
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: 2008-05-28 16:20 UTC by Pedro F. Giffuni
Modified: 2008-06-12 17:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.13 KB, patch)
2008-05-28 16:20 UTC, Pedro F. Giffuni
no flags Details | Diff

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