From owner-cvs-all@FreeBSD.ORG Wed Mar 23 00:23:44 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA5FB1065688; Wed, 23 Mar 2011 00:23:44 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AA5558FC0A; Wed, 23 Mar 2011 00:23:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p2N0Niap050732; Wed, 23 Mar 2011 00:23:44 GMT (envelope-from gerald@repoman.freebsd.org) Received: (from gerald@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p2N0Nigo050731; Wed, 23 Mar 2011 00:23:44 GMT (envelope-from gerald) Message-Id: <201103230023.p2N0Nigo050731@repoman.freebsd.org> From: Gerald Pfeifer Date: Wed, 23 Mar 2011 00:23:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/lang/sdcc-devel Makefile distinfo pkg-plist ports/lang/sdcc-devel/files patch-device-lib-Makefile.in patch-device-non-free-lib-Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2011 00:23:44 -0000 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