Bug 154964 - [PATCH] devel/llvm: Add perl as a run dependency
Summary: [PATCH] devel/llvm: Add perl as a run dependency
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: 2011-02-22 19:40 UTC by Renato Botelho
Modified: 2011-02-23 15:20 UTC (History)
1 user (show)

See Also:


Attachments
llvm-2.8_3.patch (613 bytes, patch)
2011-02-22 19:40 UTC, Renato Botelho
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Renato Botelho freebsd_committer freebsd_triage 2011-02-22 19:40:06 UTC
llvm-config is a perl script, so, llvm requires perl to run, not just to build.

Bump PORTREVISION since package need to be updated.

Port maintainer (brooks@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-22 19:40:13 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 2011-02-23 15:11:44 UTC
garga       2011-02-23 15:11:40 UTC

  FreeBSD ports repository

  Modified files:
    devel/llvm           Makefile 
  Log:
  - Add perl as a RUN dependency since llvm-config is a perl script
  - Bump PORTREVISION
  
  PR:             ports/154964
  Submitted by:   garga@
  Approved by:    brooks@ (maintainer)
  
  Revision  Changes    Path
  1.42      +2 -2      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 Renato Botelho freebsd_committer freebsd_triage 2011-02-23 15:12:05 UTC
State Changed
From-To: open->closed

Committed. Thanks!