mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to version 3.4.1.2014.08.15
This commit is contained in:
parent
515db2ed10
commit
372d9b8add
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=365039
@ -1,12 +1,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sdcc
|
||||
PORTVERSION= 3.4.0.r2
|
||||
PORTVERSION= 3.4.1.2014.08.15
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= SF/sdcc/snapshot_builds/sdcc-src/ \
|
||||
http://tijl.fastmail.fm/mirror/
|
||||
PKGNAMESUFFIX= -devel
|
||||
DISTNAME= ${PORTNAME}-src-20140331-8964
|
||||
DISTNAME= ${PORTNAME}-src-20140815-9058
|
||||
|
||||
MAINTAINER= tijl@FreeBSD.org
|
||||
COMMENT= Small Device C Compiler
|
||||
@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/graph/adjacency_list.hpp:${PORTSDIR}/d
|
||||
CONFLICTS_INSTALL= sdcc-[0-9]*
|
||||
DESCR= ${PORTSDIR}/lang/sdcc/pkg-descr
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake tar:bzip2
|
||||
USES= gmake readline:port tar:bzip2
|
||||
|
||||
OPTIONS_DEFINE= DEVLIB DOCS UCSIM
|
||||
OPTIONS_MULTI= TARGETS
|
||||
@ -28,11 +28,10 @@ DEVLIB_DESC= Device libraries
|
||||
HC08_DESC= Freescale 68HC08/S08
|
||||
MCS51_DESC= Intel MCS51, Maxim DS80C390/DS80C400
|
||||
PIC_DESC= Microchip PIC
|
||||
UCSIM_DESC= The ucSim simulator
|
||||
STM8_DESC= STMicroelectronics STM8
|
||||
UCSIM_DESC= The ucSim simulator
|
||||
Z80_DESC= Zilog Z80/Z180/GBZ80, Rabbit 2000/3000, Toshiba TLCS-90
|
||||
|
||||
CPPFLAGS+= -idirafter ${LOCALBASE}/include
|
||||
CONFIGURE_ARGS= --disable-avr --disable-install-libbfd --disable-werror \
|
||||
--disable-st7 docdir=${DOCSDIR} sdcc_cv_c_fms_extensions=no
|
||||
CONFIGURE_ENV= ARCH=""
|
||||
@ -59,7 +58,7 @@ Z80_CONFIGURE_OFF= --disable-z80 --disable-z80-port \
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL}
|
||||
CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL}
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (sdcc-src-20140331-8964.tar.bz2) = 8f970a30973d005b4a9d75edc7d1b17f0a7923906cad2f108be46c5d63f12e17
|
||||
SIZE (sdcc-src-20140331-8964.tar.bz2) = 10157884
|
||||
SHA256 (sdcc-src-20140815-9058.tar.bz2) = e19a3a3ea11f80e18d29a890787a0846b2eb38e291b47af5dfb6bb7059dc2dbf
|
||||
SIZE (sdcc-src-20140815-9058.tar.bz2) = 10452474
|
||||
|
Loading…
Reference in New Issue
Block a user