Bug 155762 - [patch] lang/sdcc-devel: update to 3.0.2.2011.03.21
Summary: [patch] lang/sdcc-devel: update to 3.0.2.2011.03.21
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: Gerald Pfeifer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-21 21:00 UTC by Tijl Coosemans
Modified: 2011-03-28 12:36 UTC (History)
0 users

See Also:


Attachments
sdcc-devel.update (55.85 KB, text/plain)
2011-03-21 21:00 UTC, Tijl Coosemans
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tijl Coosemans 2011-03-21 21:00:03 UTC
Update to 3.0.2.2011.03.21
Fix portlint warnings. [1]

Submitted by:  gerald [1]

Fix: Note: new file files/patch-device-non-free-lib-Makefile.in
Comment 1 Gerald Pfeifer freebsd_committer freebsd_triage 2011-03-21 22:18:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gerald

I'll take care of this.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-03-23 00:24:14 UTC
gerald      2011-03-23 00:23:44 UTC

  FreeBSD ports repository

  Modified files:
    lang/sdcc-devel      Makefile distinfo pkg-plist 
    lang/sdcc-devel/files patch-device-lib-Makefile.in 
  Added files:
    lang/sdcc-devel/files patch-device-non-free-lib-Makefile.in 
  Log:
  Update to 3.0.2.2011.03.21. This includes the following changes:
  - License of runtime libraries changed to GPLv2 + linking exception.
    Some headers and libraries for Microchip PIC devices are generated
    from MPLAB include files and have the additional restriction that
    they may only be used with authentic Microchip devices. These
    headers and libraries have been moved into separate directories.
    You can add these directories to the compiler's search path with the
    --use-non-free command line option.
  - Improvements to register allocation.
  - Various bug fixes. [1]
  
  Remove the explicit passing of CPPFLAGS to CONFIGURE_ENV which is no
  longer necessary. [2]
  
  Submitted by:   tijl (maintainer) [1]
  PR:             155762 [1], 153625 [2]
  
  Revision  Changes    Path
  1.32      +10 -13    ports/lang/sdcc-devel/Makefile
  1.19      +2 -3      ports/lang/sdcc-devel/distinfo
  1.10      +8 -19     ports/lang/sdcc-devel/files/patch-device-lib-Makefile.in
  1.1       +32 -0     ports/lang/sdcc-devel/files/patch-device-non-free-lib-Makefile.in (new)
  1.20      +428 -418  ports/lang/sdcc-devel/pkg-plist
_______________________________________________
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 Gerald Pfeifer freebsd_committer freebsd_triage 2011-03-28 12:36:19 UTC
State Changed
From-To: open->closed

Committed, thanks.