Index: head/lang/sdcc/Makefile =================================================================== --- head/lang/sdcc/Makefile (revision 418237) +++ head/lang/sdcc/Makefile (revision 418238) @@ -1,95 +1,96 @@ # $FreeBSD$ PORTNAME= sdcc -PORTVERSION= 3.5.0 +PORTVERSION= 3.6.0 DISTVERSIONPREFIX= src- -PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= SF MAINTAINER= tijl@FreeBSD.org COMMENT= Small Device C Compiler LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/adjacency_list.hpp:devel/boost-libs CONFLICTS_INSTALL= sdcc-[0-9]* sdcc-devel-[0-9]* GNU_CONFIGURE= yes USES= gmake readline:port tar:bzip2 OPTIONS_DEFINE= DEVLIB DOCS UCSIM OPTIONS_MULTI= TARGETS OPTIONS_MULTI_TARGETS= HC08 MCS51 PIC STM8 Z80 OPTIONS_DEFAULT= DEVLIB UCSIM HC08 MCS51 PIC STM8 Z80 DEVLIB_DESC= Device libraries HC08_DESC= Freescale 68HC08/S08 MCS51_DESC= Intel MCS51, Maxim DS80C390/DS80C400 PIC_DESC= Microchip PIC 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 PORTDATA= * PORTDOCS= * WRKSRC= ${WRKDIR}/sdcc-${DISTVERSION} 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 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 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 .include .if ${ARCH} == "amd64" CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} .endif post-patch: @${REINPLACE_CMD} '/install:/s/:.*/:/' \ ${WRKSRC}/Makefile.in \ ${WRKSRC}/support/sdbinutils/libiberty/Makefile.in + @${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' \ + ${WRKSRC}/support/sdbinutils/bfd/Makefile.in @${REINPLACE_CMD} 's/[[:<:]]ARCH[[:>:]]/PICARCH/g' \ ${WRKSRC}/device/lib/pic14/Makefile.common \ ${WRKSRC}/device/lib/pic14/Makefile.in \ ${WRKSRC}/device/lib/pic14/configure \ ${WRKSRC}/device/lib/pic14/libm/Makefile.in \ ${WRKSRC}/device/lib/pic14/libsdcc/enhanced/Makefile.in \ ${WRKSRC}/device/lib/pic14/libsdcc/enhanced-no-xinst/Makefile.in \ ${WRKSRC}/device/lib/pic14/libsdcc/regular/Makefile.in \ ${WRKSRC}/device/lib/pic16/Makefile.in \ ${WRKSRC}/device/lib/pic16/configure \ ${WRKSRC}/device/lib/pic16/debug/Makefile.in \ ${WRKSRC}/device/lib/pic16/libc/Makefile.in \ ${WRKSRC}/device/lib/pic16/libio/Makefile.in \ ${WRKSRC}/device/lib/pic16/libm/Makefile.in \ ${WRKSRC}/device/lib/pic16/libsdcc/Makefile.in \ ${WRKSRC}/device/lib/pic16/startup/Makefile.in \ ${WRKSRC}/device/non-free/lib/pic14/Makefile.common.in \ ${WRKSRC}/device/non-free/lib/pic14/Makefile.rules \ ${WRKSRC}/device/non-free/lib/pic16/Makefile.in \ ${WRKSRC}/device/non-free/lib/pic16/configure \ ${WRKSRC}/device/non-free/lib/pic16/libdev/Makefile.in .if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} 's, [a-z-]*doc,,' \ ${WRKSRC}/Makefile.in \ ${WRKSRC}/sim/ucsim/packages_in.mk .endif post-install: ${FIND} -d ${STAGEDIR}${DATADIR} -type d -empty -delete .include Index: head/lang/sdcc/distinfo =================================================================== --- head/lang/sdcc/distinfo (revision 418237) +++ head/lang/sdcc/distinfo (revision 418238) @@ -1,2 +1,3 @@ -SHA256 (sdcc-src-3.5.0.tar.bz2) = f82978d1614244b22e093402c0a4de1f688a07c807b2980126c964eb3df85fa9 -SIZE (sdcc-src-3.5.0.tar.bz2) = 10504517 +TIMESTAMP = 1467992784 +SHA256 (sdcc-src-3.6.0.tar.bz2) = e85dceb11e01ffefb545ec389da91265130c91953589392dddd2e5ec0b7ca374 +SIZE (sdcc-src-3.6.0.tar.bz2) = 17993788 Index: head/lang/sdcc/files/patch-src_SDCClospre.hpp =================================================================== --- head/lang/sdcc/files/patch-src_SDCClospre.hpp (revision 418237) +++ head/lang/sdcc/files/patch-src_SDCClospre.hpp (nonexistent) @@ -1,15 +0,0 @@ ---- src/SDCClospre.hpp.orig 2014-01-03 17:18:45 UTC -+++ src/SDCClospre.hpp -@@ -19,6 +19,12 @@ - // - // Lifetime-optimal speculative partial redundancy elimination. - -+// Workaround for boost bug #11880 -+#include -+#if BOOST_VERSION == 106000 -+ #include -+#endif -+ - #include - #include - #include Property changes on: head/lang/sdcc/files/patch-src_SDCClospre.hpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/lang/sdcc/files/patch-src_SDCCnaddr.hpp =================================================================== --- head/lang/sdcc/files/patch-src_SDCCnaddr.hpp (revision 418237) +++ head/lang/sdcc/files/patch-src_SDCCnaddr.hpp (nonexistent) @@ -1,15 +0,0 @@ ---- src/SDCCnaddr.hpp.orig 2015-04-01 13:50:35 UTC -+++ src/SDCCnaddr.hpp -@@ -37,6 +37,12 @@ - #include - #include - -+// Workaround for boost bug #11880 -+#include -+#if BOOST_VERSION == 106000 -+ #include -+#endif -+ - #include - - #include "SDCCtree_dec.hpp" Property changes on: head/lang/sdcc/files/patch-src_SDCCnaddr.hpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/lang/sdcc/files/patch-src_SDCCralloc.hpp =================================================================== --- head/lang/sdcc/files/patch-src_SDCCralloc.hpp (revision 418237) +++ head/lang/sdcc/files/patch-src_SDCCralloc.hpp (nonexistent) @@ -1,15 +0,0 @@ ---- src/SDCCralloc.hpp.orig 2015-02-25 10:25:50 UTC -+++ src/SDCCralloc.hpp -@@ -51,6 +51,12 @@ - #include - #include - -+// Workaround for boost bug #11880 -+#include -+#if BOOST_VERSION == 106000 -+ #include -+#endif -+ - #include - #include - #include Property changes on: head/lang/sdcc/files/patch-src_SDCCralloc.hpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/lang/sdcc/pkg-descr =================================================================== --- head/lang/sdcc/pkg-descr (revision 418237) +++ head/lang/sdcc/pkg-descr (revision 418238) @@ -1,8 +1,8 @@ SDCC is a retargettable, optimizing ANSI C compiler suite that targets the Intel MCS51 based microprocessors (8031, 8032, 8051, 8052, etc.), Maxim (formerly Dallas) DS80C390 variants, Freescale (formerly Motorola) -HC08 based (hc08, s08) and Zilog Z80 based MCUs (z80, z180, gbz80, -Rabbit 2000/3000, Rabbit 3000A). Work is in progress on supporting the -Microchip PIC16 and PIC18 targets. +HC08 (hc08, s08), Zilog Z80 based MCUs (z80, z180, gbz80, Rabbit 2000/3000, +Rabbit 3000A, TLCS-90) and STMicroelectronics STM8. Work is in progress +to support Microchip PIC16 and PIC18 targets. WWW: http://sdcc.sourceforge.net/