Lines 6-16
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= sdcc |
8 |
PORTNAME= sdcc |
9 |
PORTVERSION= 2.9.7.2010.04.20 |
9 |
PORTVERSION= 2.9.7.2010.09.04 |
10 |
CATEGORIES= lang |
10 |
CATEGORIES= lang |
11 |
MASTER_SITES= http://sdcc.sourceforge.net/snapshots/sdcc-src/ \ |
11 |
MASTER_SITES= SF/sdcc/snapshot_builds/sdcc-src/ \ |
12 |
http://tijl.fastmail.fm/mirror/ |
12 |
http://tijl.fastmail.fm/mirror/ |
13 |
DISTNAME= ${PORTNAME}-src-20100420-5813 |
13 |
DISTNAME= ${PORTNAME}-src-20100904-5948 |
14 |
|
14 |
|
15 |
MAINTAINER= tijl@coosemans.org |
15 |
MAINTAINER= tijl@coosemans.org |
16 |
COMMENT= Small Device C Compiler |
16 |
COMMENT= Small Device C Compiler |
Lines 44-53
Link Here
|
44 |
|
44 |
|
45 |
.include <bsd.port.pre.mk> |
45 |
.include <bsd.port.pre.mk> |
46 |
|
46 |
|
47 |
.if ${ARCH} == "sparc64" |
|
|
48 |
BROKEN= Does not compile on sparc64 |
49 |
.endif |
50 |
|
51 |
.if defined(WITHOUT_MCS51) && defined(WITHOUT_DS390) |
47 |
.if defined(WITHOUT_MCS51) && defined(WITHOUT_DS390) |
52 |
CONFIGURE_ARGS+= --disable-51 |
48 |
CONFIGURE_ARGS+= --disable-51 |
53 |
PLIST_SUB+= MCS51DS390="@comment " |
49 |
PLIST_SUB+= MCS51DS390="@comment " |