Bug 240469

Summary: [patch] lang/sdcc: update to 3.9.0
Product: Ports & Packages Reporter: Julien Nadeau <vedge>
Component: Individual Port(s)Assignee: Thomas Zander <riggs>
Status: Closed FIXED    
Severity: Affects Only Me CC: riggs
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
sdcc-3.9.0.diff
none
sdcc-3.9.0-p1.diff none

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!