Bug 153879 - [PATCH] graphics/edje leaves leftover file
Summary: [PATCH] graphics/edje leaves leftover file
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: Stanislav Sedov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-11 01:20 UTC by Steve Wills
Modified: 2011-01-11 06:41 UTC (History)
0 users

See Also:


Attachments
file.diff (730 bytes, patch)
2011-01-11 01:20 UTC, Steve Wills
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Wills 2011-01-11 01:20:04 UTC
graphics/edje has a utility called inkscape2ed that it installs in ${PREFIX}/bin. This isn't in the plist. Since this seems like an extra utility that isn't needed to run, for now here's a patch that makes this not get installed. There may be a better way, but this fixes the plist issue for now.

Fix: see attached patch

Patch attached with submission follows:
How-To-Repeat: use tinderbox
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-01-11 01:20:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stas

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-01-11 06:38:51 UTC
stas        2011-01-11 06:38:45 UTC

  FreeBSD ports repository

  Modified files:
    graphics/edje        Makefile 
  Log:
  - Don't install util scripts.  Before that the inkscape2ed script was
    installing if inkscape is present and this was not correctly noted
    in the pkg-list.  We're disabling it's installation for now because
    it pulls extra dependencies and it's not clear if it's useful enogh
    to keep.
  
  PR:             ports/153879
  Reported by:    Steve Wills <steve@mouf.net>
  
  Revision  Changes    Path
  1.35      +4 -0      ports/graphics/edje/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 Stanislav Sedov freebsd_committer freebsd_triage 2011-01-11 06:41:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!