Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --- pkgsrc/devel/sdcc3/Makefile 2014/04/21 13:25:53 1.4 +++ pkgsrc/devel/sdcc3/Makefile 2015/08/22 17:06:16 1.15 @@ -1,21 +1,19 @@ -# $NetBSD: Makefile,v 1.4 2014/04/21 13:25:53 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2015/08/22 17:06:16 bouyer Exp $ -DISTNAME= sdcc-src-3.3.0 +DISTNAME= sdcc-src-3.5.0 PKGNAME= ${DISTNAME:S/-src//} -PKGREVISION= 3 +#PKGREVISION= 2 CATEGORIES= devel lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sdcc/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sdcc.sourceforge.net/ -COMMENT= Cross compile 8051 code +COMMENT= Cross compile microcontroller code LICENSE= gnu-gpl-v2 DEPENDS+= gputils-[0-9]*:../../devel/gputils -MAKE_JOBS_SAFE= no - USE_LANGUAGES= c c++ # XXX - This HACK circumvent a problem with the use of yacc that breaks the @@ -27,7 +25,7 @@ BUILD_TARGET= dep all WRKSRC= ${WRKDIR}/${DISTNAME:S/src-//} GNU_CONFIGURE= YES -USE_TOOLS+= gmake lex perl:run +USE_TOOLS+= gmake lex:run perl:run CONFIGURE_ARGS+= --datadir=${PREFIX}/share/sdcc CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/sdcc