From owner-svn-ports-head@FreeBSD.ORG Sat May 9 15:01:50 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51F71318; Sat, 9 May 2015 15:01:50 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3261C1054; Sat, 9 May 2015 15:01:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t49F1oRS041257; Sat, 9 May 2015 15:01:50 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t49F1mMv041251; Sat, 9 May 2015 15:01:48 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201505091501.t49F1mMv041251@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 9 May 2015 15:01:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385893 - in head/lang/sdcc-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2015 15:01:50 -0000 Author: tijl Date: Sat May 9 15:01:48 2015 New Revision: 385893 URL: https://svnweb.freebsd.org/changeset/ports/385893 Log: Update to version 3.4.3.2015.05.09 Modified: head/lang/sdcc-devel/Makefile head/lang/sdcc-devel/distinfo head/lang/sdcc-devel/files/patch-device-lib-Makefile.in head/lang/sdcc-devel/files/patch-device-non-free-lib-Makefile.in head/lang/sdcc-devel/pkg-plist Modified: head/lang/sdcc-devel/Makefile ============================================================================== --- head/lang/sdcc-devel/Makefile Sat May 9 14:20:41 2015 (r385892) +++ head/lang/sdcc-devel/Makefile Sat May 9 15:01:48 2015 (r385893) @@ -1,12 +1,12 @@ # $FreeBSD$ PORTNAME= sdcc -PORTVERSION= 3.4.1.2014.08.15 +PORTVERSION= 3.4.3.2015.05.09 CATEGORIES= lang MASTER_SITES= SF/sdcc/snapshot_builds/sdcc-src/ \ - http://tijl.fastmail.fm/mirror/ + http://tijl.fastmail.com/mirror/ PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}-src-20140815-9058 +DISTNAME= ${PORTNAME}-src-20150509-9230 MAINTAINER= tijl@FreeBSD.org COMMENT= Small Device C Compiler Modified: head/lang/sdcc-devel/distinfo ============================================================================== --- head/lang/sdcc-devel/distinfo Sat May 9 14:20:41 2015 (r385892) +++ head/lang/sdcc-devel/distinfo Sat May 9 15:01:48 2015 (r385893) @@ -1,2 +1,2 @@ -SHA256 (sdcc-src-20140815-9058.tar.bz2) = e19a3a3ea11f80e18d29a890787a0846b2eb38e291b47af5dfb6bb7059dc2dbf -SIZE (sdcc-src-20140815-9058.tar.bz2) = 10452474 +SHA256 (sdcc-src-20150509-9230.tar.bz2) = 95bbf8c179d5448d7c3648c87f976fa855dba6f226f41dd91e3b44474f66dcbf +SIZE (sdcc-src-20150509-9230.tar.bz2) = 10465290 Modified: head/lang/sdcc-devel/files/patch-device-lib-Makefile.in ============================================================================== --- head/lang/sdcc-devel/files/patch-device-lib-Makefile.in Sat May 9 14:20:41 2015 (r385892) +++ head/lang/sdcc-devel/files/patch-device-lib-Makefile.in Sat May 9 15:01:48 2015 (r385893) @@ -1,6 +1,6 @@ ---- device/lib/Makefile.in.orig +--- device/lib/Makefile.in.orig 2015-04-15 16:44:20 UTC +++ device/lib/Makefile.in -@@ -501,27 +501,6 @@ +@@ -513,27 +513,6 @@ clean_intermediate-pic14: # --------------------------------------------------- install: all installdirs [ ! -d "$(BUILDDIR)" ] || $(CP_U) -r $(BUILDDIR)/* $(sdcc_libdir) @@ -28,7 +28,7 @@ # Deleting all the installed files # -------------------------------- -@@ -541,13 +520,7 @@ +@@ -553,13 +532,7 @@ installcheck: # Creating installation directories # --------------------------------- installdirs: Modified: head/lang/sdcc-devel/files/patch-device-non-free-lib-Makefile.in ============================================================================== --- head/lang/sdcc-devel/files/patch-device-non-free-lib-Makefile.in Sat May 9 14:20:41 2015 (r385892) +++ head/lang/sdcc-devel/files/patch-device-non-free-lib-Makefile.in Sat May 9 15:01:48 2015 (r385893) @@ -1,12 +1,12 @@ ---- device/non-free/lib/Makefile.in.orig +--- device/non-free/lib/Makefile.in.orig 2015-03-26 13:21:24 UTC +++ device/non-free/lib/Makefile.in -@@ -397,17 +397,6 @@ - # --------------------------------------------------- +@@ -353,17 +353,6 @@ clean_intermediate-pic14: install: all installdirs + ifneq ($(TARGETS), ) [ ! -d "$(BUILDDIR)" ] || $(CP_U) -r $(BUILDDIR)/* $(sdcc_libdir) -- $(CP_U) -r $(srcdir)/pic14 $(srcdir)/pic16 $(sdcc_libdir)/src +- $(CP_U) -r $(foreach p, $(ENABLED_PORTS), $(srcdir)/$(p)) $(sdcc_libdir)/src - -- for src in pic14 pic16; do \ +- for src in $(ENABLED_PORTS); do \ - find $(sdcc_libdir)/src/$$src -depth \ - \( -name '*.rel' -o -name '*.dump*' -o -name '*.sym' -o -name '*.o' -o -name '*.lib' -o \ - -name '*.lst' -o -name '*.asm' -o -name '.svn' -o -name 'autom4te.cache' -o \ @@ -15,18 +15,18 @@ - -name 'bootstrap.sh' \) \ - -exec rm -rf {} + ; \ - done + endif # Deleting all the installed files - # -------------------------------- -@@ -427,10 +416,7 @@ - # Creating installation directories +@@ -385,10 +374,7 @@ installcheck: # --------------------------------- installdirs: -- for libdir in pic16 pic14; do \ + ifneq ($(TARGETS), ) +- for libdir in $(ENABLED_PORTS); do \ - mkdir -p $(sdcc_libdir)/$$libdir; \ - done - mkdir -p $(sdcc_libdir)/src + mkdir -p $(sdcc_libdir) + endif # Creating dependencies - # --------------------- Modified: head/lang/sdcc-devel/pkg-plist ============================================================================== --- head/lang/sdcc-devel/pkg-plist Sat May 9 14:20:41 2015 (r385892) +++ head/lang/sdcc-devel/pkg-plist Sat May 9 15:01:48 2015 (r385893) @@ -18,9 +18,10 @@ bin/sdcclib %%UCSIM%%%%MCS51%%bin/sdcdbsrc.el bin/sdcpp bin/sdld -bin/sdld6808 -bin/sdldgb -bin/sdldz80 +%%HC08%%bin/sdld6808 +%%Z80%%bin/sdldgb +%%STM8%%bin/sdldstm8 +%%Z80%%bin/sdldz80 bin/sdnm bin/sdobjcopy bin/sdranlib