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
Responsible Changed From-To: freebsd-ports-bugs->gerald I'll take care of this.
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"
State Changed From-To: open->closed Committed, thanks.