mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Update to 3.7.0 and drop maintainership.
This commit is contained in:
parent
d37ee3b20d
commit
aa65b2de50
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471832
@ -1,13 +1,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sdcc
|
||||
PORTVERSION= 3.6.0
|
||||
PORTVERSION= 3.7.0
|
||||
DISTVERSIONPREFIX= src-
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= tijl@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Small Device C Compiler
|
||||
|
||||
LICENSE= GPLv3
|
||||
@ -31,27 +30,25 @@ STM8_DESC= STMicroelectronics STM8
|
||||
UCSIM_DESC= The ucSim simulator
|
||||
Z80_DESC= Zilog Z80/Z180/GBZ80, Rabbit 2000/3000, Toshiba TLCS-90
|
||||
|
||||
CONFIGURE_ARGS= --disable-avr --disable-install-libbfd --disable-werror \
|
||||
--disable-st7 docdir=${DOCSDIR} sdcc_cv_c_fms_extensions=no
|
||||
CONFIGURE_ARGS= --disable-install-libbfd --disable-werror \
|
||||
docdir=${DOCSDIR} sdcc_cv_c_fms_extensions=no
|
||||
PORTDATA= *
|
||||
PORTDOCS= *
|
||||
WRKSRC= ${WRKDIR}/sdcc-${DISTVERSION}
|
||||
WRKSRC= ${WRKDIR}/sdcc
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
DEVLIB_CONFIGURE_OFF= --disable-device-lib
|
||||
HC08_CONFIGURE_OFF= --disable-hc08 --disable-hc08-port \
|
||||
--disable-s08-port
|
||||
MCS51_CONFIGURE_OFF= --disable-51 --disable-mcs51-port \
|
||||
--disable-ds390-port --disable-ds400-port
|
||||
HC08_CONFIGURE_OFF= --disable-hc08-port --disable-s08-port
|
||||
MCS51_CONFIGURE_OFF= --disable-ds390-port --disable-ds400-port \
|
||||
--disable-mcs51-port
|
||||
PIC_BUILD_DEPENDS= gputils>=1.2.0:devel/gputils
|
||||
PIC_RUN_DEPENDS= gpasm:devel/gputils
|
||||
PIC_CONFIGURE_OFF= --disable-pic14-port --disable-pic16-port
|
||||
STM8_CONFIGURE_OFF= --disable-stm8 --disable-stm8-port
|
||||
STM8_CONFIGURE_OFF= --disable-stm8-port
|
||||
UCSIM_CONFIGURE_OFF= --disable-ucsim
|
||||
Z80_CONFIGURE_OFF= --disable-z80 --disable-z80-port \
|
||||
--disable-z180-port --disable-gbz80-port \
|
||||
--disable-r2k-port --disable-r3ka-port \
|
||||
--disable-tlcs90-port
|
||||
Z80_CONFIGURE_OFF= --disable-gbz80-port --disable-r2k-port \
|
||||
--disable-r3ka-port --disable-tlcs90-port \
|
||||
--disable-z180-port --disable-z80-port
|
||||
|
||||
BROKEN_aarch64= Fails to configure: BFD does not support target aarch64-portbld-freebsd11.0
|
||||
|
||||
@ -64,6 +61,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} '/install:/s/:.*/:/' \
|
||||
${WRKSRC}/Makefile.in \
|
||||
${WRKSRC}/sdas/linksrc/Makefile.in \
|
||||
${WRKSRC}/support/sdbinutils/libiberty/Makefile.in
|
||||
@${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' \
|
||||
${WRKSRC}/support/sdbinutils/bfd/Makefile.in
|
||||
@ -88,6 +86,11 @@ post-patch:
|
||||
${WRKSRC}/device/non-free/lib/pic16/Makefile.in \
|
||||
${WRKSRC}/device/non-free/lib/pic16/configure \
|
||||
${WRKSRC}/device/non-free/lib/pic16/libdev/Makefile.in
|
||||
# Upstream forgot to run some autotools in this release so make tries to run
|
||||
# them. Change a timestamp so aclocal.m4 and Makefile.in no longer appear
|
||||
# out-of-date.
|
||||
@${TOUCH} -r ${WRKSRC}/device/non-free/lib/pic16/configure.ac \
|
||||
${WRKSRC}/device/non-free/lib/pic16/supported-devices.ac
|
||||
|
||||
post-patch-DOCS-off:
|
||||
@${REINPLACE_CMD} 's, [a-z-]*doc,,' \
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1467992784
|
||||
SHA256 (sdcc-src-3.6.0.tar.bz2) = e85dceb11e01ffefb545ec389da91265130c91953589392dddd2e5ec0b7ca374
|
||||
SIZE (sdcc-src-3.6.0.tar.bz2) = 17993788
|
||||
TIMESTAMP = 1528212877
|
||||
SHA256 (sdcc-src-3.7.0.tar.bz2) = 854d47094698b06142df3d5fc646bb540d497ab4073ad2f051b8ec2141df948e
|
||||
SIZE (sdcc-src-3.7.0.tar.bz2) = 17944920
|
||||
|
@ -27,4 +27,5 @@ bin/sdobjcopy
|
||||
bin/sdranlib
|
||||
%%UCSIM%%%%HC08%%bin/shc08
|
||||
%%UCSIM%%%%STM8%%bin/sstm8
|
||||
%%UCSIM%%%%Z80%%bin/stlcs
|
||||
%%UCSIM%%%%Z80%%bin/sz80
|
||||
|
Loading…
Reference in New Issue
Block a user