1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

- Update to 2.9.1.2009.05.18

PR:		134659
Submitted by:	Tijl Coosemans <tijl@ulyssis.org> (maintainer)
This commit is contained in:
Martin Wilke 2009-05-22 21:59:48 +00:00
parent fc0ebd7e02
commit b77bd2c353
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234417
4 changed files with 73 additions and 2231 deletions

View File

@ -6,11 +6,11 @@
#
PORTNAME= sdcc
PORTVERSION= 2.8.5.2008.12.05
PORTVERSION= 2.9.1.2009.05.18
CATEGORIES= lang
MASTER_SITES= http://sdcc.sourceforge.net/snapshots/sdcc-src/ \
http://tijl.ulyssis.be/mirror/
DISTNAME= ${PORTNAME}-src-20081205-5276
DISTNAME= ${PORTNAME}-src-20090518-5457
MAINTAINER= tijl@ulyssis.org
COMMENT= Small Device C Compiler
@ -36,7 +36,7 @@ OPTIONS= MCS51 "Intel 8051 port" on \
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --datarootdir=${DATADIR} \
--docdir=${DOCSDIR} \
include_dir_suffix=include \
@ -45,8 +45,7 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} \
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
CFLAGS+= -O0
CXXFLAGS+= -O0
USE_GCC= 4.3+
BROKEN= Does not compile on sparc64
.endif

View File

@ -1,3 +1,3 @@
MD5 (sdcc-src-20081205-5276.tar.bz2) = 8ad19d0e89b75e18d019d817716485d2
SHA256 (sdcc-src-20081205-5276.tar.bz2) = 07e2c92ce133103bfcebe15dba24e501dd2257b09ea26a2d3b3634ec1d5d3fde
SIZE (sdcc-src-20081205-5276.tar.bz2) = 3677854
MD5 (sdcc-src-20090518-5457.tar.bz2) = a7290c59e57c052b87b340a3d271ee55
SHA256 (sdcc-src-20090518-5457.tar.bz2) = 8550bc387b58ad73956b283826d60f47b949f8d8b8cb7942b9b20e3d7a556da5
SIZE (sdcc-src-20090518-5457.tar.bz2) = 3755317

View File

@ -3,7 +3,7 @@
@@ -27,6 +27,10 @@
ifeq ($(OPT_DISABLE_MCS51), 0)
SDCC_ASLINK += as/mcs51 as/link/mcs51
SDCC_MISC += debugger/mcs51
SDCC_MISC += debugger/mcs51
+else
+ifeq ($(OPT_DISABLE_DS390), 0)
+SDCC_ASLINK += as/mcs51 as/link/mcs51

File diff suppressed because it is too large Load Diff