mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to version 3.4.3.2015.05.09
This commit is contained in:
parent
e50092b19d
commit
b42633366b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385893
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
# ---------------------
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user