svn commit: r385893 - in head/lang/sdcc-devel: . files
Tijl Coosemans
tijl at FreeBSD.org
Sat May 9 15:01:50 UTC 2015
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 at 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
More information about the svn-ports-all
mailing list