Bug 240469 - [patch] lang/sdcc: update to 3.9.0
Summary: [patch] lang/sdcc: update to 3.9.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Thomas Zander
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2019-09-10 11:46 UTC by Julien Nadeau
Modified: 2019-09-22 10:51 UTC (History)
1 user (show)

See Also:


Attachments
sdcc-3.9.0.diff (39.86 KB, patch)
2019-09-10 11:46 UTC, Julien Nadeau
no flags Details | Diff
sdcc-3.9.0-p1.diff (17.03 KB, patch)
2019-09-22 03:25 UTC, Julien Nadeau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Nadeau 2019-09-10 11:46:17 UTC
Created attachment 207344 [details]
sdcc-3.9.0.diff

Update lang/sdcc to 3.9.0.

Add SDCCLIB option to install C library (libsdcc).

Added PADAUK option for Padauk Technology PDK14 and PDK15 series.
Comment 1 Thomas Zander freebsd_committer freebsd_triage 2019-09-21 11:20:20 UTC
poudriere shows lots of pkg-plist errors during staging. Could you double-check?
Comment 2 Julien Nadeau 2019-09-22 03:25:24 UTC
Created attachment 207709 [details]
sdcc-3.9.0-p1.diff

(In reply to Thomas Zander from comment #1)

The updated patch should fix the pkg-plist errors.

I think the pic14 / pic16 .lib files I tried to add were redundant (built
into SDCCLIB already) so I just took them out of the plist.

Thanks,
Comment 3 commit-hook freebsd_committer freebsd_triage 2019-09-22 10:48:13 UTC
A commit references this bug:

Author: riggs
Date: Sun Sep 22 10:48:04 UTC 2019
New revision: 512578
URL: https://svnweb.freebsd.org/changeset/ports/512578

Log:
  Update to upstream release 3.9.0

  PR:		240469
  Submitted by:	vedge@hypertriton.com

Changes:
  head/lang/sdcc/Makefile
  head/lang/sdcc/distinfo
  head/lang/sdcc/files/patch-device-lib-Makefile.in
  head/lang/sdcc/pkg-descr
  head/lang/sdcc/pkg-plist
Comment 4 Thomas Zander freebsd_committer freebsd_triage 2019-09-22 10:51:38 UTC
Thanks for preparing the new patch so quickly!