Bug 158691 - port bug: lang/sdcc RUN_DEPENDS update
Summary: port bug: lang/sdcc RUN_DEPENDS update
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-06 19:20 UTC by Jason W. Bacon
Modified: 2011-07-09 17:30 UTC (History)
0 users

See Also:


Attachments
file.diff (359 bytes, patch)
2011-07-06 19:20 UTC, Jason W. Bacon
no flags Details | Diff
patch.txt (474 bytes, text/plain; charset="ISO-8859-15")
2011-07-07 08:31 UTC, Tijl Coosemans
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jason W. Bacon freebsd_committer freebsd_triage 2011-07-06 19:20:07 UTC
gputils is required by sdcc for working with PIC processors, and hence should be included in RUN_DEPENDS as well as BUILD_DEPENDS.

Fix: Patch attached.

Patch attached with submission follows:
How-To-Repeat: 1. Install sdcc port/package
2. pkg_delete /var/db/pkg/gputils-*
3. Attempt to compile and link PIC code
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-06 19:20:15 UTC
Maintainer of lang/sdcc,

Please note that PR ports/158691 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158691

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-06 19:20:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Beech Rintoul freebsd_committer freebsd_triage 2011-07-06 23:39:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it
Comment 4 Tijl Coosemans 2011-07-07 08:31:03 UTC
Approved, but it also needs to be applied to the pic16 target. I've
attached an updated patch.
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-07-09 17:22:51 UTC
beech       2011-07-09 16:22:42 UTC

  FreeBSD ports repository

  Modified files:
    lang/sdcc            Makefile 
  Log:
  - gputils is required by sdcc for working with PIC processors,
    and hence should be included in RUN_DEPENDS as well as BUILD_DEPENDS
  
  PR:             ports/158691
  Submitted by:   Jason Bacon <jwbacon@tds.net>
  Approved by:    Tijl Coosemans <tijl@coosemans.org> (maintainer)
  
  Revision  Changes    Path
  1.23      +2 -0      ports/lang/sdcc/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 6 Beech Rintoul freebsd_committer freebsd_triage 2011-07-09 17:23:18 UTC
State Changed
From-To: feedback->closed

Committed, Thanks!