summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2015-12-29 21:47:48 +0000
committerbsiegert <bsiegert@pkgsrc.org>2015-12-29 21:47:48 +0000
commit849112c23f03d893837509c34bf1612ef17a7a30 (patch)
treea0e983eb305b5c0b6c9c0a36102c6e8f10b935bb /security
parent4488086de0c1c3725f048338300f83383dce64dd (diff)
downloadpkgsrc-849112c23f03d893837509c34bf1612ef17a7a30.tar.gz
Real buildlink support for Go, hacked with wiz@.
Go packages now define a set of files to buildlink in their buildlink3.mk. go-packages.mk no longer looks in ${PREFIX}/gopkg during the build. This should also fix the spurious issues with rebuilds of .a files during bulk builds of Go packages.
Diffstat (limited to 'security')
-rw-r--r--security/go-oauth2/buildlink3.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/go-oauth2/buildlink3.mk b/security/go-oauth2/buildlink3.mk
index 2bce104da56..887837557fb 100644
--- a/security/go-oauth2/buildlink3.mk
+++ b/security/go-oauth2/buildlink3.mk
@@ -1,10 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.1 2015/05/11 13:27:16 bsiegert Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2015/12/29 21:47:48 bsiegert Exp $
BUILDLINK_TREE+= go-oauth2
.if !defined(GO_OAUTH2_BUILDLINK3_MK)
GO_OAUTH2_BUILDLINK3_MK:=
+BUILDLINK_CONTENTS_FILTER.go-oauth2= ${EGREP} gopkg/
BUILDLINK_DEPMETHOD.go-oauth2?= build
BUILDLINK_API_DEPENDS.go-oauth2+= go-oauth2>=20150310
BUILDLINK_PKGSRCDIR.go-oauth2?= ../../security/go-oauth2