Bug 156116 - [PATCH] x11/libexo too many run dependencies
Summary: [PATCH] x11/libexo too many run dependencies
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: Oliver Lehmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-01 17:20 UTC by Alexey Shuvaev
Modified: 2011-04-14 07:10 UTC (History)
0 users

See Also:


Attachments
file.diff (427 bytes, patch)
2011-04-01 17:20 UTC, Alexey Shuvaev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shuvaev 2011-04-01 17:20:07 UTC
Currently the port sets RUN_DEPENDS=   ${BUILD_DEPENDS} which leads to unnecessary run-time dependencies on gmake and intltool (at least). The proposed patch should fix the problem, but maintainer should check if everything is still functioning as expected.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-04-01 17:20:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-04-14 07:07:25 UTC
oliver      2011-04-14 06:07:12 UTC

  FreeBSD ports repository

  Modified files:
    x11/libexo           Makefile 
  Log:
  fix run dependencies
  
  PR:             ports/156116
  Submitted by:   Alexey Shuvaev <shuvaev@physik.uni-wuerzburg.de>
  
  Revision  Changes    Path
  1.42      +1 -1      ports/x11/libexo/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 Oliver Lehmann freebsd_committer freebsd_triage 2011-04-14 07:07:27 UTC
State Changed
From-To: open->closed

Committed, Thanks!