Received: by mail.netbsd.org (Postfix, from userid 605) id ED64D84EA5; Wed, 15 Apr 2020 22:52:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 764C284DA6 for ; Wed, 15 Apr 2020 22:52:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id a19mIhN4ECOr for ; Wed, 15 Apr 2020 22:52:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D0EB984D76 for ; Wed, 15 Apr 2020 22:52:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CE439FB27; Wed, 15 Apr 2020 22:52:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158699116596430" MIME-Version: 1.0 Date: Wed, 15 Apr 2020 22:52:45 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/editors/codelite To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20200415225245.CE439FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158699116596430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Wed Apr 15 22:52:45 UTC 2020 Modified Files: pkgsrc/editors/codelite: Makefile Log Message: Installs node script, so depend on it. Bump revision To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/editors/codelite/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158699116596430 Content-Disposition: inline Content-Length: 902 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/editors/codelite/Makefile diff -u pkgsrc/editors/codelite/Makefile:1.30 pkgsrc/editors/codelite/Makefile:1.31 --- pkgsrc/editors/codelite/Makefile:1.30 Sun Apr 12 08:28:35 2020 +++ pkgsrc/editors/codelite/Makefile Wed Apr 15 22:52:45 2020 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2020/04/12 08:28:35 adam Exp $ +# $NetBSD: Makefile,v 1.31 2020/04/15 22:52:45 joerg Exp $ DISTNAME= codelite-14.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= editors x11 MASTER_SITES= ${MASTER_SITE_GITHUB:=eranif/} @@ -65,6 +65,7 @@ LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX BUILDLINK_TRANSFORM+= opt:-std=c++11:-std=gnu++11 # alloca .include "../../lang/nodejs/application.mk" +.include "../../lang/nodejs/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../databases/sqlite3/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" --_----------=_158699116596430--