From owner-svn-ports-head@freebsd.org Fri Dec 27 13:51:43 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BD4641EDACD; Fri, 27 Dec 2019 13:51:43 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47kpCM4Ymmz47bV; Fri, 27 Dec 2019 13:51:43 +0000 (UTC) (envelope-from dmgk@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 977CB19BD4; Fri, 27 Dec 2019 13:51:43 +0000 (UTC) (envelope-from dmgk@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBRDph4u099570; Fri, 27 Dec 2019 13:51:43 GMT (envelope-from dmgk@FreeBSD.org) Received: (from dmgk@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBRDphP3099569; Fri, 27 Dec 2019 13:51:43 GMT (envelope-from dmgk@FreeBSD.org) Message-Id: <201912271351.xBRDphP3099569@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dmgk set sender to dmgk@FreeBSD.org using -f From: Dmitri Goutnik Date: Fri, 27 Dec 2019 13:51:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520990 - head/devel/dep X-SVN-Group: ports-head X-SVN-Commit-Author: dmgk X-SVN-Commit-Paths: head/devel/dep X-SVN-Commit-Revision: 520990 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2019 13:51:43 -0000 Author: dmgk Date: Fri Dec 27 13:51:42 2019 New Revision: 520990 URL: https://svnweb.freebsd.org/changeset/ports/520990 Log: devel/dep: Unbreak on aarch64, take maintainership http://thunderx1.nyi.freebsd.org/data/head-arm64-default/p520537_s355573/logs/errors/dep-0.5.4.log # github.com/golang/dep/vendor/golang.org/x/sys/unix vendor/golang.org/x/sys/unix/cap_freebsd.go:18:23: undefined: CAP_RIGHTS_VERSION_00 vendor/golang.org/x/sys/unix/cap_freebsd.go:19:23: undefined: CAP_RIGHTS_VERSION_00 vendor/golang.org/x/sys/unix/cap_freebsd.go:46:21: undefined: CapRights vendor/golang.org/x/sys/unix/cap_freebsd.go:50:24: undefined: CapRights vendor/golang.org/x/sys/unix/cap_freebsd.go:55:27: undefined: CapRights vendor/golang.org/x/sys/unix/cap_freebsd.go:90:29: undefined: CapRights vendor/golang.org/x/sys/unix/syscall_unix_gc.go:12:6: missing function body vendor/golang.org/x/sys/unix/syscall_unix_gc.go:13:6: missing function body vendor/golang.org/x/sys/unix/syscall_unix_gc.go:14:6: missing function body vendor/golang.org/x/sys/unix/syscall_unix_gc.go:15:6: missing function body - Unbreak by updating golang.org/x/sys to 33540a1f6037 which brings in necessary freebsd/arm64 bits. - Take maintainership. Modified: head/devel/dep/Makefile head/devel/dep/distinfo Modified: head/devel/dep/Makefile ============================================================================== --- head/devel/dep/Makefile Fri Dec 27 13:43:00 2019 (r520989) +++ head/devel/dep/Makefile Fri Dec 27 13:51:42 2019 (r520990) @@ -3,9 +3,14 @@ PORTNAME= dep DISTVERSIONPREFIX= v DISTVERSION= 0.5.4 +PORTREVISION= 1 CATEGORIES= devel -MAINTAINER= ports@FreeBSD.org +# https://github.com/golang/dep/pull/2228 +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= 6d3cf343515fe34645284b75819bed3de5ea930e.patch:-p1 + +MAINTAINER= dmgk@FreeBSD.org COMMENT= Prototype dependency management tool for Go LICENSE= BSD3CLAUSE @@ -17,7 +22,7 @@ USE_GITHUB= yes GH_ACCOUNT= golang GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME} -GO_TARGET= ${GO_PKGNAME}/cmd/dep +GO_TARGET= ./cmd/dep PLIST_FILES= bin/dep Modified: head/devel/dep/distinfo ============================================================================== --- head/devel/dep/distinfo Fri Dec 27 13:43:00 2019 (r520989) +++ head/devel/dep/distinfo Fri Dec 27 13:51:42 2019 (r520990) @@ -1,3 +1,5 @@ -TIMESTAMP = 1575320217 +TIMESTAMP = 1577447961 SHA256 (golang-dep-v0.5.4_GH0.tar.gz) = 929c8f759838f98323211ba408a831ea80d93b75beda8584b6d950f393a3298a SIZE (golang-dep-v0.5.4_GH0.tar.gz) = 3973452 +SHA256 (6d3cf343515fe34645284b75819bed3de5ea930e.patch) = 8f14cc0349743c2de8894fc35cba88a804dfbbfc0f101c18a1e2b09e42582722 +SIZE (6d3cf343515fe34645284b75819bed3de5ea930e.patch) = 5541303