pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

arduino-builder: fix version comp against commit hashes in blk3-s



Module Name:	pkgsrc-wip
Committed By:	Chris Lasocki <krz.lasocki%gmail.com@localhost>
Pushed By:	klasocki
Date:		Mon Apr 15 16:35:12 2019 +0000
Changeset:	cc2912b8208d0ed7803fb4fc8c11b1b56c44331d

Modified Files:
	arduino-builder/Makefile
	go-paths-helper/buildlink3.mk
	go-properties-map/buildlink3.mk

Log Message:
arduino-builder: fix version comp against commit hashes in blk3-s

* fixed comparison of BUILDLINK_API_DEPENDS against commit hashes
  in go-properties-map and go-paths-helper, as some dependencies
  have no Gihub releases or versioning at all

* go-properties-map now links properly to arduino-builder, one
  less build error.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cc2912b8208d0ed7803fb4fc8c11b1b56c44331d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 arduino-builder/Makefile        | 4 +++-
 go-paths-helper/buildlink3.mk   | 2 +-
 go-properties-map/buildlink3.mk | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

diffs:
diff --git a/arduino-builder/Makefile b/arduino-builder/Makefile
index b297625f75..a3bf1c7e28 100644
--- a/arduino-builder/Makefile
+++ b/arduino-builder/Makefile
@@ -28,10 +28,12 @@ DEPENDS+= go-fsnotify>=0:../../devel/go-fsnotify
 DEPENDS+= go-properties-map>=0:../../wip/go-properties-map
 
 .include "../../lang/go/go-package.mk"
+.include "../../wip/go-properties-map/buildlink3.mk"
+
+
 .include "../../devel/go-errors/buildlink3.mk"
 .include "../../devel/go-testify/buildlink3.mk"
 .include "../../net/grpc/buildlink3.mk"
 .include "../../devel/protobuf/buildlink3.mk"
 .include "../../devel/go-fsnotify/buildlink3.mk"
-.include "../../wip/go-properties-map/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/go-paths-helper/buildlink3.mk b/go-paths-helper/buildlink3.mk
index 7e8f0dc7c9..af8ad554f5 100644
--- a/go-paths-helper/buildlink3.mk
+++ b/go-paths-helper/buildlink3.mk
@@ -7,7 +7,7 @@ GO_PATHS_HELPER_BUILDLINK3_MK:=
 BUILDLINK_CONTENTS_FILTER.go-paths-helper=	${EGREP} gopkg/
 BUILDLINK_DEPMETHOD.go-paths-helper?=		build
 
-BUILDLINK_API_DEPENDS.go-paths-helper+=	go-paths-helper>=c3c98d1bf2e1069f60ab84bff3a2eb3c5422f3b0
+BUILDLINK_API_DEPENDS.go-paths-helper+=	go-paths-helper>=0
 BUILDLINK_PKGSRCDIR.go-paths-helper?=	../../wip/go-paths-helper
 .endif	# GO_PATHS_HELPER_BUILDLINK3_MK
 
diff --git a/go-properties-map/buildlink3.mk b/go-properties-map/buildlink3.mk
index a88f4396a6..3c18866985 100644
--- a/go-properties-map/buildlink3.mk
+++ b/go-properties-map/buildlink3.mk
@@ -7,7 +7,7 @@ GO_PROPERTIES_MAP_BUILDLINK3_MK:=
 BUILDLINK_CONTENTS_FILTER.go-properties-map=	${EGREP} gopkg/
 BUILDLINK_DEPMETHOD.go-properties-map?=		build
 
-BUILDLINK_API_DEPENDS.go-properties-map+=	go-properties-map>=ad37f0cfeff29fadeabe6b2f7f852d8db1fb5c41
+BUILDLINK_API_DEPENDS.go-properties-map+=	go-properties-map>=0
 BUILDLINK_PKGSRCDIR.go-properties-map?=	../../wip/go-properties-map
 
 .include "../../wip/go-paths-helper/buildlink3.mk"


Home | Main Index | Thread Index | Old Index