Date: Sun, 17 Jun 2018 16:15:33 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472610 - head/lang/nbc Message-ID: <201806171615.w5HGFXBh085744@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sun Jun 17 16:15:32 2018 New Revision: 472610 URL: https://svnweb.freebsd.org/changeset/ports/472610 Log: lang/nbc: fix build with lld by setting LLD_UNSAFE [1] While here, set the license (MPL11) and bump PORTREVISION PR: 228613 [1] Submitted by: emaste [1] Modified: head/lang/nbc/Makefile Modified: head/lang/nbc/Makefile ============================================================================== --- head/lang/nbc/Makefile Sun Jun 17 15:57:39 2018 (r472609) +++ head/lang/nbc/Makefile Sun Jun 17 16:15:32 2018 (r472610) @@ -3,7 +3,7 @@ PORTNAME= nbc PORTVERSION= 1.2.1.r4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= lang MASTER_SITES= SF/bricxcc/NBC_NXC/NBC%20release%20${PORTVERSION:S/.r/%20r/} DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= rene@FreeBSD.org COMMENT= Programming language for the LEGO MINDSTORMS NXT +LICENSE= MPL11 + MAKE_JOBS_UNSAFE= yes MAKEFILE= nbcunix.mak WRKSRC= ${WRKDIR}/NXT @@ -30,6 +32,8 @@ PLIST_FILES= bin/nbc \ PORTDOCS= Changelog \ Readme + +LLD_UNSAFE= yes # PR 228613, needs FPC changes? post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/${MAKEFILE}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806171615.w5HGFXBh085744>