head	1.33;
access;
symbols
	RELEASE_8_3_0:1.25
	RELEASE_9_0_0:1.24
	RELEASE_7_4_0:1.21
	RELEASE_8_2_0:1.21
	RELEASE_6_EOL:1.20
	RELEASE_8_1_0:1.17
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.16
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


1.33
date	2013.03.22.21.29.59;	author svnexp;	state Exp;
branches;
next	1.32;

1.32
date	2013.01.31.14.01.29;	author svnexp;	state Exp;
branches;
next	1.31;

1.31
date	2012.11.17.05.58.56;	author svnexp;	state Exp;
branches;
next	1.30;

1.30
date	2012.10.18.22.41.54;	author madpilot;	state Exp;
branches;
next	1.29;

1.29
date	2012.10.09.22.12.13;	author linimon;	state Exp;
branches;
next	1.28;

1.28
date	2012.08.30.17.07.53;	author madpilot;	state Exp;
branches;
next	1.27;

1.27
date	2012.08.28.12.02.30;	author madpilot;	state Exp;
branches;
next	1.26;

1.26
date	2012.08.24.16.58.07;	author madpilot;	state Exp;
branches;
next	1.25;

1.25
date	2012.01.18.17.05.16;	author lwhsu;	state Exp;
branches;
next	1.24;

1.24
date	2011.09.23.22.23.47;	author amdmi3;	state Exp;
branches;
next	1.23;

1.23
date	2011.07.09.16.22.42;	author beech;	state Exp;
branches;
next	1.22;

1.22
date	2011.03.21.22.24.00;	author gerald;	state Exp;
branches;
next	1.21;

1.21
date	2010.12.04.07.32.24;	author ade;	state Exp;
branches;
next	1.20;

1.20
date	2010.11.08.15.42.13;	author pav;	state Exp;
branches;
next	1.19;

1.19
date	2010.10.16.11.52.16;	author ade;	state Exp;
branches;
next	1.18;

1.18
date	2010.09.15.18.34.39;	author ade;	state Exp;
branches;
next	1.17;

1.17
date	2009.12.13.22.49.17;	author amdmi3;	state Exp;
branches;
next	1.16;

1.16
date	2009.08.02.19.34.30;	author mezz;	state Exp;
branches;
next	1.15;

1.15
date	2009.03.28.13.37.24;	author miwi;	state Exp;
branches;
next	1.14;

1.14
date	2009.01.05.20.36.32;	author pav;	state Exp;
branches;
next	1.13;

1.13
date	2008.12.10.07.35.16;	author linimon;	state Exp;
branches;
next	1.12;

1.12
date	2008.08.20.00.56.52;	author ade;	state Exp;
branches;
next	1.11;

1.11
date	2008.04.01.20.57.36;	author okazaki;	state Exp;
branches;
next	1.10;

1.10
date	2007.10.13.12.26.36;	author beech;	state Exp;
branches;
next	1.9;

1.9
date	2007.10.01.23.10.00;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2007.09.30.04.47.00;	author linimon;	state Exp;
branches;
next	1.7;

1.7
date	2006.08.11.20.28.51;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2005.11.15.16.52.01;	author ade;	state Exp;
branches;
next	1.5;

1.5
date	2005.11.15.06.49.57;	author ade;	state Exp;
branches;
next	1.4;

1.4
date	2005.07.31.16.52.15;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2005.05.26.20.25.15;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2005.04.13.07.53.25;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2004.05.09.23.26.39;	author pav;	state Exp;
branches;
next	;


desc
@@


1.33
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314948
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/lang/sdcc/Makefile 314948 2013-03-22 16:54:51Z tijl $

PORTNAME=	sdcc
PORTVERSION=	3.2.0
DISTVERSIONPREFIX=	src-
PORTREVISION=	3
CATEGORIES=	lang
MASTER_SITES=	SF

MAINTAINER=	tijl@@coosemans.org
COMMENT=	Small Device C Compiler

LICENSE=	GPLv3

BUILD_DEPENDS=	${LOCALBASE}/include/boost/graph/adjacency_list.hpp:${PORTSDIR}/devel/boost-libs

CONFLICTS_INSTALL=	sdcc-[0-9]*
GNU_CONFIGURE=	yes
USE_BZIP2=	yes
USE_GMAKE=	yes

OPTIONS_DEFINE= DEVLIB DOCS HC08 MCS51 PIC UCSIM Z80
OPTIONS_DEFAULT=${OPTIONS_DEFINE:NDOCS}
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
Z80_DESC=	Zilog Z80/Z180/GBZ80, Rabbit 2000/3000/3000A

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-avr --disable-install-libbfd --disable-werror
CONFIGURE_ENV=	ARCH=""
WRKSRC= 	${WRKDIR}/sdcc

.include <bsd.port.pre.mk>

.if ${ARCH} == "amd64"
CONFIGURE_TARGET=	x86_64-portbld-freebsd${OSREL}
.endif

.if ${PORT_OPTIONS:MDEVLIB}
PLIST_SUB+=	DEVLIB=""
.else
CONFIGURE_ARGS+=--disable-device-lib
PLIST_SUB+=	DEVLIB="@@comment "
.endif

.if ${PORT_OPTIONS:MHC08}
PLIST_SUB+=	HC08=""
.else
CONFIGURE_ARGS+=--disable-hc08 --disable-hc08-port --disable-s08-port
PLIST_SUB+=	HC08="@@comment "
.endif

.if ${PORT_OPTIONS:MMCS51}
PLIST_SUB+=	MCS51=""
.else
CONFIGURE_ARGS+=--disable-51 --disable-mcs51-port \
		--disable-ds390-port --disable-ds400-port
PLIST_SUB+=	MCS51="@@comment "
.endif

.if ${PORT_OPTIONS:MPIC}
BUILD_DEPENDS+= gputils>=0.14.2:${PORTSDIR}/devel/gputils
RUN_DEPENDS+=	gputils>=0.14.2:${PORTSDIR}/devel/gputils
PLIST_SUB+=	PIC=""
.else
CONFIGURE_ARGS+=--disable-pic14-port --disable-pic16-port
PLIST_SUB+=	PIC="@@comment "
.endif

.if ${PORT_OPTIONS:MUCSIM}
PLIST_SUB+=	UCSIM=""
.else
CONFIGURE_ARGS+=--disable-ucsim
PLIST_SUB+=	UCSIM="@@comment "
.endif

.if ${PORT_OPTIONS:MZ80}
PLIST_SUB+=	Z80=""
.else
CONFIGURE_ARGS+=--disable-z80 --disable-z80-port --disable-z180-port \
		--disable-gbz80-port --disable-r2k-port --disable-r3ka-port
PLIST_SUB+=	Z80="@@comment "
.endif

post-patch:
	@@${REINPLACE_CMD} '/install:/s/:.*/:/' \
		${WRKSRC}/support/sdbinutils/libiberty/Makefile.in
.if empty(PORT_OPTIONS:MDOCS)
	@@${REINPLACE_CMD} 's, [a-z-]*doc,,' \
		${WRKSRC}/Makefile.in \
		${WRKSRC}/sim/ucsim/packages_in.mk
.endif

.include <bsd.port.post.mk>
@


1.32
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311310
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d1 1
a1 6
# New ports collection makefile for:	sdcc
# Date created:		3 May 2004
# Whom:			Tijl Coosemans <tijl@@ulyssis.org>
#
# $FreeBSD: head/lang/sdcc/Makefile 311310 2013-01-31 13:38:42Z bapt $
#
a20 1
USE_GCC=	4.6+
@


1.31
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/lang/sdcc/Makefile 306103 2012-10-18 22:41:54Z madpilot $
d26 1
@


1.30
log
@SVN rev 306103 on 2012-10-18 22:41:54Z by madpilot

- Change license to GPLv3
- Fix clang build
- Fix ia64 build [1]

PR:		ports/172789
Submitted by:	Tijl Coosemans <tijl@@coosemans.org> (maintainer)
Reported by:	Anton Shterenlikht <mexas@@bristol.ac.uk> [1]
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.29
log
@SVN rev 305610 on 2012-10-09 22:12:13Z by linimon

Force numerous ports that fail to build with clang over to instead always
rely on gcc.  The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to
accomplish this.

The ports chosen were ports that blocked 2 or more ports from building with
clang.  (There are several hundred other ports that still fail to build with
clang, even with this patch.  This is merely one step along the way.)

Those interested in fixing these ports with clang, and have clang as their
default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes.

For those who have gcc as their default compiler, this change is believed
to cause no change.

Hat:		portmgr
Tested with:	multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various
		combinations of patch/no-patch and flag settings.
@
text
@d11 1
a11 1
PORTREVISION=	2
d18 1
a18 1
LICENSE=	GPLv2
a24 1
USE_GCC=	any
d38 1
a38 1
CONFIGURE_ARGS= --disable-avr --disable-install-libbfd
@


1.28
log
@SVN rev 303385 on 2012-08-30 17:07:53Z by madpilot

- Fix CONFLICTS
- bump PORTREVISION

Reported by:	kwm
Approved by:	Tijl Coosemans <tijl@@coosemans.org> (maintainer, via email)
Approved by:	crees, tabthorpe (mentors, implicit)
@
text
@d25 1
@


1.27
log
@SVN rev 303277 on 2012-08-28 12:02:30Z by madpilot

- Unbreak on ARCH != i386
- Change CONFLICTS

Submitted by:	Tijl Coosemans <tijl@@coosemans.org> (maintainer, via email)
Approved by:	crees (mentor)
@
text
@d11 1
a11 1
PORTREVISION=	1
d22 1
a22 1
CONFLICTS=	sdcc-[0-9]*
@


1.26
log
@SVN rev 303094 on 2012-08-24 16:58:07Z by madpilot

- Update to version 3.2.0
- Add conflict with lang/sdcc-devel [1]
- Convert to OptionsNG
- Mark ONLY_FOR_ARCHS i386 as it seems to be the only supported one
  by upstream project under FreeBSD

PR:		ports/170371
Submitted by:	Tijl Coosemans <tijl@@coosemans.org> (maintainer)
Reported by:	Sulev-Madis 'ketas' Silber <madis555.hot.ee> [1]
Approved by:	tabthorpe (mentor)
@
text
@d11 1
d22 1
a22 1
CONFLICTS=	sdcc-3.1.*
d38 1
a38 1
CONFIGURE_ARGS= --disable-avr --disable-install-libbfd --enable-new-pics
d42 1
a42 2
ONLY_FOR_ARCHS=	i386
ONLY_FOR_ARCHS_REASON=	Project only supports FreeBSD on i386
d44 3
a46 1
.include <bsd.port.pre.mk>
@


1.25
log
@- Update to 3.1.0
- Remove AVR and XA51 targets (unsupported)

PR:		ports/164056
Submitted by:	Tijl Coosemans <tijl@@coosemans.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	3.1.0
d21 1
a21 2
WRKSRC=		${WRKDIR}/sdcc

d26 8
a33 8
OPTIONS=	MCS51   "Intel 8051 port" on \
		Z80	"Zilog Z80/Z180, Rabbit 2000 port" on \
		DS390   "Maxim 80DS390/DS400 port" on \
		PIC14	"Microchip PIC16 series port" on \
		PIC16   "Microchip PIC18 series port" on \
		HC08    "Motorola 68HC08 port" on \
		DEVLIB  "Device libraries" on \
		UCSIM	"The ucSim simulator" on
d37 1
a37 1
CONFIGURE_ARGS=	--disable-avr --docdir=${DOCSDIR} --enable-new-pics
d39 4
d46 2
a47 26
.if defined(WITHOUT_MCS51) && defined(WITHOUT_DS390)
CONFIGURE_ARGS+=	--disable-51
PLIST_SUB+=		MCS51DS390="@@comment "
.else
USE_AUTOTOOLS+=		autoconf
PLIST_SUB+=		MCS51DS390=""
.endif

.if defined(WITHOUT_MCS51)
CONFIGURE_ARGS+=	--disable-mcs51-port
PLIST_SUB+=		MCS51="@@comment "
.else
PLIST_SUB+=		MCS51=""
.endif

.if defined(WITHOUT_Z80)
CONFIGURE_ARGS+=	--disable-gbz80-port --disable-r2k-port \
			--disable-z180-port --disable-z80-port --disable-z80
PLIST_SUB+=		Z80="@@comment "
.else
PLIST_SUB+=		Z80=""
.endif

.if defined(WITHOUT_DS390)
CONFIGURE_ARGS+=	--disable-ds390-port --disable-ds400-port
PLIST_SUB+=		DS390="@@comment "
d49 2
a50 1
PLIST_SUB+=		DS390=""
d53 2
a54 3
.if defined(WITHOUT_PIC14)
CONFIGURE_ARGS+=	--disable-pic14-port
PLIST_SUB+=		PIC14="@@comment "
d56 2
a57 3
BUILD_DEPENDS+=		gputils>=0.14.1:${PORTSDIR}/devel/gputils
RUN_DEPENDS+=		gputils>=0.14.1:${PORTSDIR}/devel/gputils
PLIST_SUB+=		PIC14=""
d60 2
a61 3
.if defined(WITHOUT_PIC16)
CONFIGURE_ARGS+=	--disable-pic16-port
PLIST_SUB+=		PIC16="@@comment "
d63 3
a65 3
BUILD_DEPENDS+=		gputils>=0.14.1:${PORTSDIR}/devel/gputils
RUN_DEPENDS+=		gputils>=0.14.1:${PORTSDIR}/devel/gputils
PLIST_SUB+=		PIC16=""
d68 4
a71 3
.if defined(WITHOUT_HC08)
CONFIGURE_ARGS+=	--disable-hc08-port --disable-hc08
PLIST_SUB+=		HC08="@@comment "
d73 2
a74 1
PLIST_SUB+=		HC08=""
d77 2
a78 3
.if defined(WITHOUT_DEVLIB)
CONFIGURE_ARGS+=	--disable-device-lib
PLIST_SUB+=		DEVLIB="@@comment "
d80 2
a81 1
PLIST_SUB+=		DEVLIB=""
d84 2
a85 3
.if defined(WITHOUT_UCSIM)
CONFIGURE_ARGS+=	--disable-ucsim
PLIST_SUB+=		UCSIM="@@comment "
d87 3
a89 3
USE_AUTOTOOLS+=		libtool
LIBTOOLFILES=		sim/ucsim/configure
PLIST_SUB+=		UCSIM=""
d93 3
a95 1
.if defined(NOPORTDOCS)
@


1.24
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d9 1
a9 1
PORTVERSION=	3.0.0
d17 4
d28 1
a28 2
		Z80     "Zilog Z80 port" on \
		AVR     "AVR port" on \
d30 1
a30 1
		PIC     "Microchip PIC16 series port" on \
a31 1
		XA51    "Philips XA51 port" on \
d34 1
a34 2
		UCSIM   "The ucSim simulator" on \
		PACKIHX "A tool to pack (compress) Intel hex files" on
d38 2
a39 1
CONFIGURE_ARGS=	--docdir=${DOCSDIR}
a42 4
.if ${ARCH} == "sparc64"
BROKEN=		Does not compile on sparc64
.endif

d59 2
a60 1
CONFIGURE_ARGS+=	--disable-gbz80-port --disable-z80-port --disable-z80
a65 8
.if defined(WITHOUT_AVR)
CONFIGURE_ARGS+=	--disable-avr
PLIST_SUB+=		AVR="@@comment "
.else
CONFIGURE_ARGS+=	--enable-avr-port
PLIST_SUB+=		AVR=""
.endif

d73 7
a79 7
.if defined(WITHOUT_PIC)
CONFIGURE_ARGS+=	--disable-pic-port
PLIST_SUB+=		PIC="@@comment "
.else
BUILD_DEPENDS+=		gpasm:${PORTSDIR}/devel/gputils
RUN_DEPENDS+=		gpasm:${PORTSDIR}/devel/gputils
PLIST_SUB+=		PIC=""
d86 2
a87 2
BUILD_DEPENDS+=		gpasm:${PORTSDIR}/devel/gputils
RUN_DEPENDS+=		gpasm:${PORTSDIR}/devel/gputils
a90 7
.if defined(WITHOUT_XA51)
PLIST_SUB+=		XA51="@@comment "
.else
CONFIGURE_ARGS+=	--enable-xa51-port --enable-xa
PLIST_SUB+=		XA51=""
.endif

a113 7
.if defined(WITHOUT_PACKIHX)
CONFIGURE_ARGS+=	--disable-packihx
PLIST_SUB+=		PACKIHX="@@comment "
.else
PLIST_SUB+=		PACKIHX=""
.endif

a114 4
	@@${REINPLACE_CMD} 's,ARCH,PICARCH,g' \
		${WRKSRC}/device/lib/pic/Makefile.common.in \
		${WRKSRC}/device/lib/pic/Makefile.rules \
		${WRKSRC}/device/lib/pic16/configure
@


1.23
log
@- gputils is required by sdcc for working with PIC processors,
  and hence should be included in RUN_DEPENDS as well as BUILD_DEPENDS

PR:		ports/158691
Submitted by:	Jason Bacon <jwbacon@@tds.net>
Approved by:	Tijl Coosemans <tijl@@coosemans.org> (maintainer)
@
text
@a36 1
CONFIGURE_ENV+=	LDFLAGS="${LDFLAGS}"
@


1.22
log
@Remove the explicit passing of CPPFLAGS to CONFIGURE_ENV which is no
longer necessary.

PR:		153625
@
text
@d88 1
d97 1
@


1.21
log
@Sync to new bsd.autotools.mk
@
text
@d37 1
a37 1
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
@


1.20
log
@- Update to 3.0.0

PR:		ports/152013
Submitted by:	Tijl Coosemans <tijl@@coosemans.org> (maintainer)
@
text
@d50 1
a50 1
USE_AUTOTOOLS+=		autoconf:268
d124 1
a124 1
USE_AUTOTOOLS+=		libtool:22
@


1.19
log
@Punt autoconf267->autoconf268
@
text
@d9 1
a9 2
PORTVERSION=	2.9.0
PORTREVISION=	1
d38 1
a38 4
CONFIGURE_ARGS=	--datarootdir=${DATADIR} \
		--docdir=${DOCSDIR} \
		include_dir_suffix=include \
		lib_dir_suffix=lib
d69 1
a69 1
CONFIGURE_ARGS+=	--disable-avr-port --disable-avr
d72 1
d100 4
a103 1
CONFIGURE_ARGS+=	--disable-xa51-port
a143 1
		${WRKSRC}/as/Makefile.in \
@


1.18
log
@Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
@
text
@d54 1
a54 1
USE_AUTOTOOLS+=		autoconf:267
@


1.17
log
@- Update maintainer's email
- Fix some pkg-descrs
- Update some MASTER_SITES

PR:		140966
Submitted by:	Tijl Coosemans <tijl@@coosemans.org> (maintainer from new email)
Approved by:	portmgr (miwi)
@
text
@d10 1
d54 1
a54 1
USE_AUTOTOOLS+=		autoconf:262
@


1.16
log
@-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
@
text
@d14 1
a14 1
MAINTAINER=	tijl@@ulyssis.org
@


1.15
log
@- Update to 2.9.0

PR:		133140
Submitted by:	Tijl Coosemans <tijl@@ulyssis.org> (maintainer)
@
text
@d123 1
a123 1
USE_AUTOTOOLS+=		libtool:15
@


1.14
log
@- Remove conditional checks for FreeBSD 5.x and older
@
text
@d9 1
a9 1
PORTVERSION=	2.8.0
d139 7
a145 3
		${WRKSRC}/device/lib/pic16/Makefile.common.in \
		${WRKSRC}/device/lib/pic16/Makefile.rules \
		${WRKSRC}/device/lib/pic16/libio/Makefile.in
@


1.13
log
@Mark as broken on sparc64.

Hat:	portmgr
@
text
@a48 4
.if !defined(WITHOUT_MCS51) && !defined(WITHOUT_UCSIM) && ${OSVERSION} < 500019
LIB_DEPENDS+=	readline.5:${PORTSDIR}/devel/readline
.endif

@


1.12
log
@Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:	exp build run (erwin)
@
text
@d45 4
@


1.11
log
@Update to version 2.8.0.

PR:		122259
Submitted by:	Tijl Coosemans (maintainer)
@
text
@d53 1
a53 1
USE_AUTOTOOLS+=		autoconf:261
@


1.10
log
@- Update to 2.7.0
- Makefile and plist cleanup.
- Move patches to Makefile and remove files.
- Pet portlint.

PR:		ports/116953
Submitted by:	Tijl Coosemans <tijl@@ulyssis.org> (maintainer)
Approved by:	sat (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	2.7.0
@


1.9
log
@Fix result of mismerge.

Spotted by:	maintainer
@
text
@d9 2
a10 2
PORTVERSION=	2.6.0
PORTREVISION=	2
d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	sdcc
d20 1
d35 8
d45 4
d135 8
@


1.8
log
@Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:		ports/116639
Submitted by:	aDe
@
text
@d10 1
a10 1
PORTREVISION=	1
d41 1
@


1.7
log
@- Update to 2.6.0

PR:		ports/101756
Submitted by:	Tijl Coosemans <tijl@@ulyssis.org> (maintainer)
@
text
@d10 1
a40 1
USE_AUTOTOOLS+=		autoconf:259
@


1.6
log
@Fix after sweep.

Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	2.5.0
d22 2
a23 2
OPTIONS=	MCS51   "Intel mcs51 port" on \
		Z80     "Z80 port" on \
d25 6
a30 5
		DS390   "DS390/DS400 port" on \
		PIC     "PIC port" on \
		PIC16   "PIC16 port" on \
		XA51    "XA51 port" on \
		HC08    "HC08 port" on \
d36 6
a41 2
.if ${ARCH} == "alpha"
USE_GCC=	3.2+
d52 1
a52 1
CONFIGURE_ARGS+=	--disable-gbz80-port --disable-z80-port
d59 4
a62 1
CONFIGURE_ARGS+=	--disable-avr-port
d74 4
a84 1
USE_AUTOTOOLS=		autoconf:259
d93 1
a93 1
CONFIGURE_ARGS+=	--disable-hc08-port
d99 7
d111 1
a111 1
LIBTOOLFILES=		sim/ucsim/aclocal.m4
@


1.5
log
@Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
@
text
@d73 1
a73 1
USE_AUTOTOOLS=	autoconf:259 libtool:15
d92 1
@


1.4
log
@Attempt to fix INDEX build by s/USE_GCC=3.1+/USE_GCC=3.2+/ after removal
of lang/gcc31.

This may only be papering over a bug in use.gcc.mk (does the definition
for 3.1 need to be removed there?)

Hat:		portmgr
@
text
@d73 1
a73 1
USE_AUTOCONF_VER=	259
a91 1
USE_LIBTOOL_VER=	15
@


1.3
log
@- Update to 2.5.0

PR:		ports/81525
Submitted by:	Tijl Coosemans <tijl@@ulyssis.org> (maintainer)
@
text
@d36 1
a36 1
USE_GCC=	3.1+
@


1.2
log
@* enabling build of pic16 libraries
* a couple Makefile/pkg-plist changes
* only pull in dependencies when actually necessary depending on
  chosen options

PR:		ports/79801
Submitted by:	Tijl Coosemans <tijl@@ulyssis.org> (maintainer)
@
text
@d9 1
a9 2
PORTVERSION=	2.4.0
PORTREVISION=	1
d35 4
@


1.1
log
@Add sdcc, Small Device C Compiler, a Freeware, retargettable, optimizing
ANSI-C compiler that targets the Intel 8051, Maxim 80DS390 and the Zilog
Z80 based MCUs.

PR:		ports/66262
Submitted by:	Tijl Coosemans <tijl@@ulyssis.org>
@
text
@d10 1
a21 1
USE_LIBTOOL_VER=	15
a23 1
		GBZ80   "Gameboy gbz80 port" on \
d26 1
a26 2
		DS390   "DS390 port" on \
		DS400   "DS400 port" on \
a42 7
.if defined(WITHOUT_GBZ80)
CONFIGURE_ARGS+=	--disable-gbz80-port
PLIST_SUB+=		GBZ80="@@comment "
.else
PLIST_SUB+=		GBZ80=""
.endif

d44 1
a44 1
CONFIGURE_ARGS+=	--disable-z80-port
d55 1
a55 1
CONFIGURE_ARGS+=	--disable-ds390-port
a60 7
.if defined(WITHOUT_DS400)
CONFIGURE_ARGS+=	--disable-ds400-port
PLIST_SUB+=		DS400="@@comment "
.else
PLIST_SUB+=		DS400=""
.endif

d69 2
d89 2
@

