From owner-svn-ports-all@freebsd.org Sun Feb 21 13:29:27 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2F1CEAAFFE7; Sun, 21 Feb 2016 13:29:27 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 077581434; Sun, 21 Feb 2016 13:29:26 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1LDTQA9042571; Sun, 21 Feb 2016 13:29:26 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1LDTP8W042569; Sun, 21 Feb 2016 13:29:25 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201602211329.u1LDTP8W042569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sun, 21 Feb 2016 13:29:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409286 - in head/lang/sdcc-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Feb 2016 13:29:27 -0000 Author: tijl Date: Sun Feb 21 13:29:25 2016 New Revision: 409286 URL: https://svnweb.freebsd.org/changeset/ports/409286 Log: - Update to version 3.5.5.2016.02.20 - Patch files to replace ARCH with PICARCH. NOPRECIOUSMAKEVARS makes bsd.port.mk stop using ARCH but the package builders set ARCH in their make.conf anyway. - Allow parallel building again (fixed upstream) - Remove Boost 1.60 patches (fixed upstream) Deleted: head/lang/sdcc-devel/files/patch-src_SDCClospre.hpp head/lang/sdcc-devel/files/patch-src_SDCCnaddr.hpp head/lang/sdcc-devel/files/patch-src_SDCCralloc.hpp Modified: head/lang/sdcc-devel/Makefile head/lang/sdcc-devel/distinfo Modified: head/lang/sdcc-devel/Makefile ============================================================================== --- head/lang/sdcc-devel/Makefile Sun Feb 21 12:27:10 2016 (r409285) +++ head/lang/sdcc-devel/Makefile Sun Feb 21 13:29:25 2016 (r409286) @@ -1,13 +1,12 @@ # $FreeBSD$ PORTNAME= sdcc -PORTVERSION= 3.5.5.2015.11.06 -PORTREVISION= 1 +PORTVERSION= 3.5.5.2016.02.20 CATEGORIES= lang MASTER_SITES= SF/sdcc/snapshot_builds/sdcc-src/ \ http://tijl.fastmail.com/mirror/ PKGNAMESUFFIX= -devel -DISTNAME= ${PORTNAME}-src-20151106-9386 +DISTNAME= ${PORTNAME}-src-20160220-9506 MAINTAINER= tijl@FreeBSD.org COMMENT= Small Device C Compiler @@ -35,11 +34,9 @@ Z80_DESC= Zilog Z80/Z180/GBZ80, Rabbit 2 CONFIGURE_ARGS= --disable-avr --disable-install-libbfd --disable-werror \ --disable-st7 docdir=${DOCSDIR} sdcc_cv_c_fms_extensions=no -NOPRECIOUSMAKEVARS= yes PORTDATA= * PORTDOCS= * WRKSRC= ${WRKDIR}/sdcc -MAKE_JOBS_UNSAFE=yes OPTIONS_SUB= yes DEVLIB_CONFIGURE_OFF= --disable-device-lib @@ -69,6 +66,27 @@ post-patch: ${WRKSRC}/support/sdbinutils/libiberty/Makefile.in @${REINPLACE_CMD} '/^SUBDIRS =/s/doc//' \ ${WRKSRC}/support/sdbinutils/bfd/Makefile.in + @${REINPLACE_CMD} 's/[[:<:]]ARCH[[:>:]]/PICARCH/g' \ + ${WRKSRC}/device/lib/pic14/Makefile.common \ + ${WRKSRC}/device/lib/pic14/Makefile.in \ + ${WRKSRC}/device/lib/pic14/configure \ + ${WRKSRC}/device/lib/pic14/libm/Makefile.in \ + ${WRKSRC}/device/lib/pic14/libsdcc/enhanced/Makefile.in \ + ${WRKSRC}/device/lib/pic14/libsdcc/enhanced-no-xinst/Makefile.in \ + ${WRKSRC}/device/lib/pic14/libsdcc/regular/Makefile.in \ + ${WRKSRC}/device/lib/pic16/Makefile.in \ + ${WRKSRC}/device/lib/pic16/configure \ + ${WRKSRC}/device/lib/pic16/debug/Makefile.in \ + ${WRKSRC}/device/lib/pic16/libc/Makefile.in \ + ${WRKSRC}/device/lib/pic16/libio/Makefile.in \ + ${WRKSRC}/device/lib/pic16/libm/Makefile.in \ + ${WRKSRC}/device/lib/pic16/libsdcc/Makefile.in \ + ${WRKSRC}/device/lib/pic16/startup/Makefile.in \ + ${WRKSRC}/device/non-free/lib/pic14/Makefile.common.in \ + ${WRKSRC}/device/non-free/lib/pic14/Makefile.rules \ + ${WRKSRC}/device/non-free/lib/pic16/Makefile.in \ + ${WRKSRC}/device/non-free/lib/pic16/configure \ + ${WRKSRC}/device/non-free/lib/pic16/libdev/Makefile.in .if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} 's, [a-z-]*doc,,' \ ${WRKSRC}/Makefile.in \ Modified: head/lang/sdcc-devel/distinfo ============================================================================== --- head/lang/sdcc-devel/distinfo Sun Feb 21 12:27:10 2016 (r409285) +++ head/lang/sdcc-devel/distinfo Sun Feb 21 13:29:25 2016 (r409286) @@ -1,2 +1,2 @@ -SHA256 (sdcc-src-20151106-9386.tar.bz2) = 8e2cd0807e15045bcdef6ebcffdd85600116ff1834b41a86c7413cfbbc49029d -SIZE (sdcc-src-20151106-9386.tar.bz2) = 14390037 +SHA256 (sdcc-src-20160220-9506.tar.bz2) = a5c47d85889ca062085dda28013f04f4125edd90e39c76077eeba057f339c729 +SIZE (sdcc-src-20160220-9506.tar.bz2) = 17935525