Bug 107671 - port devel/quilt: missing RUN_DEPENDS
Summary: port devel/quilt: missing RUN_DEPENDS
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-08 10:20 UTC by mkamm
Modified: 2007-01-23 10:10 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mkamm 2007-01-08 10:20:12 UTC
The port depends on some GNU tools (bash, GNU patch sed...) and installs
symbolic links to those. However the port defines them only as
BUILD_DEPENDS.

Fix: 

RUN_DEPENDS = $(BUILD_DEPENDS)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-01-08 10:20:20 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-23 10:00:44 UTC
sat         2007-01-23 10:00:25 UTC

  FreeBSD ports repository

  Modified files:
    devel/quilt          Makefile pkg-plist 
  Log:
  - Add runtime dependencies to run_depends [1]
  - Fix plist a bit while I'm here
  
  PR:             ports/107671 [1]
  Submitted by:   Martin Kammerhofer <mkamm@gmx.net>
  Approved by:    Dirk Jagdmann <doj@cubic.org> (maintainer timeout, 15 days)
  
  Revision  Changes    Path
  1.2       +1 -0      ports/devel/quilt/Makefile
  1.2       +2 -2      ports/devel/quilt/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 3 sat freebsd_committer freebsd_triage 2007-01-23 10:00:53 UTC
State Changed
From-To: feedback->closed

Committed, thanks!