pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs New package, bulk-test-go-20220918



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a61b5ddc0203
branches:  trunk
changeset: 385471:a61b5ddc0203
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Sep 18 09:39:01 2022 +0000

description:
New package, bulk-test-go-20220918

This depends on all Go packages in pkgsrc, to check if they still work
after updating the Go compiler.

diffstat:

 meta-pkgs/Makefile              |    3 +-
 meta-pkgs/bulk-test-go/DESCR    |    2 +
 meta-pkgs/bulk-test-go/Makefile |  130 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 134 insertions(+), 1 deletions(-)

diffs (157 lines):

diff -r 446fc2c031ed -r a61b5ddc0203 meta-pkgs/Makefile
--- a/meta-pkgs/Makefile        Sun Sep 18 08:51:59 2022 +0000
+++ b/meta-pkgs/Makefile        Sun Sep 18 09:39:01 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.119 2022/04/24 08:33:04 wiz Exp $
+# $NetBSD: Makefile,v 1.120 2022/09/18 09:39:01 bsiegert Exp $
 #
 
 COMMENT=       Collections of other packages
@@ -9,6 +9,7 @@
 SUBDIR+=       bulk-medium
 SUBDIR+=       bulk-small
 SUBDIR+=       bulk-test-boost
+SUBDIR+=       bulk-test-go
 SUBDIR+=       bulk-test-llvm
 SUBDIR+=       compiz-fusion
 SUBDIR+=       courier
diff -r 446fc2c031ed -r a61b5ddc0203 meta-pkgs/bulk-test-go/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/bulk-test-go/DESCR      Sun Sep 18 09:39:01 2022 +0000
@@ -0,0 +1,2 @@
+Meta-package for testing Go updates. It depends on all packages written
+in Go.
diff -r 446fc2c031ed -r a61b5ddc0203 meta-pkgs/bulk-test-go/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/meta-pkgs/bulk-test-go/Makefile   Sun Sep 18 09:39:01 2022 +0000
@@ -0,0 +1,130 @@
+# $NetBSD: Makefile,v 1.1 2022/09/18 09:39:01 bsiegert Exp $
+
+DISTNAME=      bulk-test-go-20220918
+CATEGORIES=    meta-pkgs
+MASTER_SITES=  # empty
+DISTFILES=     # empty
+
+MAINTAINER=    bsiegert%NetBSD.org@localhost
+COMMENT=       Meta-package for testing Go
+
+META_PACKAGE=  yes
+
+RESTRICTED=            Just for test build purposes
+NO_BIN_ON_CDROM=       ${RESTRICTED}
+NO_BIN_ON_FTP=         ${RESTRICTED}
+
+BUILD_DEPENDS+=        coyim-[0-9]*:../../chat/coyim
+BUILD_DEPENDS+=        matterircd-[0-9]*:../../chat/matterircd
+BUILD_DEPENDS+=        gomuks-[0-9]*:../../chat/gomuks
+BUILD_DEPENDS+=        go-ldap-[0-9]*:../../databases/go-ldap
+BUILD_DEPENDS+=        influxdb-[0-9]*:../../databases/influxdb
+BUILD_DEPENDS+=        postgres_exporter-[0-9]*:../../databases/postgres_exporter
+BUILD_DEPENDS+=        prometheus-[0-9]*:../../databases/prometheus
+BUILD_DEPENDS+=        mysqld_exporter-[0-9]*:../../databases/mysqld_exporter
+BUILD_DEPENDS+=        promscale-[0-9]*:../../databases/promscale
+BUILD_DEPENDS+=        timescaledb-tune-[0-9]*:../../databases/timescaledb-tune
+BUILD_DEPENDS+=        asmfmt-[0-9]*:../../devel/asmfmt
+BUILD_DEPENDS+=        go-tools-[0-9]*:../../devel/go-tools
+BUILD_DEPENDS+=        go-flags-svent-[0-9]*:../../devel/go-flags-svent
+BUILD_DEPENDS+=        go-nbreader-[0-9]*:../../devel/go-nbreader
+BUILD_DEPENDS+=        golint-[0-9]*:../../devel/golint
+BUILD_DEPENDS+=        go-review-[0-9]*:../../devel/go-review
+BUILD_DEPENDS+=        go-ed25519-[0-9]*:../../devel/go-ed25519
+BUILD_DEPENDS+=        go-goptlib-[0-9]*:../../devel/go-goptlib
+BUILD_DEPENDS+=        go-siphash-[0-9]*:../../devel/go-siphash
+BUILD_DEPENDS+=        go-sys-[0-9]*:../../devel/go-sys
+BUILD_DEPENDS+=        go-golang-lru-[0-9]*:../../devel/go-golang-lru
+BUILD_DEPENDS+=        opa-[0-9]*:../../devel/opa
+BUILD_DEPENDS+=        git-lfs-[0-9]*:../../devel/git-lfs
+BUILD_DEPENDS+=        go-gopkgs-[0-9]*:../../devel/go-gopkgs
+BUILD_DEPENDS+=        go-gocode-[0-9]*:../../devel/go-gocode
+BUILD_DEPENDS+=        go-goreturns-[0-9]*:../../devel/go-goreturns
+BUILD_DEPENDS+=        go-pty-[0-9]*:../../devel/go-pty
+BUILD_DEPENDS+=        mob-[0-9]*:../../devel/mob
+BUILD_DEPENDS+=        go-logrus-[0-9]*:../../devel/go-logrus
+BUILD_DEPENDS+=        gopls-[0-9]*:../../devel/gopls
+BUILD_DEPENDS+=        go-gox-[0-9]*:../../devel/go-gox
+BUILD_DEPENDS+=        go-xerrors-[0-9]*:../../devel/go-xerrors
+BUILD_DEPENDS+=        errcheck-[0-9]*:../../devel/errcheck
+BUILD_DEPENDS+=        conftest-[0-9]*:../../devel/conftest
+BUILD_DEPENDS+=        golangci-lint-[0-9]*:../../devel/golangci-lint
+BUILD_DEPENDS+=        go-wire-[0-9]*:../../devel/go-wire
+BUILD_DEPENDS+=        goredo-[0-9]*:../../devel/goredo
+BUILD_DEPENDS+=        go-impl-[0-9]*:../../devel/go-impl
+BUILD_DEPENDS+=        gotests-[0-9]*:../../devel/gotests
+BUILD_DEPENDS+=        go-staticcheck-[0-9]*:../../devel/go-staticcheck
+BUILD_DEPENDS+=        gomodifytags-[0-9]*:../../devel/gomodifytags
+BUILD_DEPENDS+=        lazygit-[0-9]*:../../devel/lazygit
+BUILD_DEPENDS+=        nancy-[0-9]*:../../devel/nancy
+BUILD_DEPENDS+=        packr-[0-9]*:../../devel/packr
+BUILD_DEPENDS+=        reftools-[0-9]*:../../devel/reftools
+BUILD_DEPENDS+=        micro-[0-9]*:../../editors/micro
+BUILD_DEPENDS+=        gif2png-[0-9]*:../../graphics/gif2png
+BUILD_DEPENDS+=        postforward-[0-9]*:../../mail/postforward
+BUILD_DEPENDS+=        amfora-[0-9]*:../../net/amfora
+BUILD_DEPENDS+=        hub-[0-9]*:../../net/hub
+BUILD_DEPENDS+=        go-net-[0-9]*:../../net/go-net
+BUILD_DEPENDS+=        gh-[0-9]*:../../net/gh
+BUILD_DEPENDS+=        syncthing-[0-9]*:../../net/syncthing
+BUILD_DEPENDS+=        dnscrypt-proxy2-[0-9]*:../../net/dnscrypt-proxy2
+BUILD_DEPENDS+=        go-websocket-[0-9]*:../../net/go-websocket
+BUILD_DEPENDS+=        go-dnstap-[0-9]*:../../net/go-dnstap
+BUILD_DEPENDS+=        obfs4proxy-[0-9]*:../../net/obfs4proxy
+BUILD_DEPENDS+=        rclone-[0-9]*:../../net/rclone
+BUILD_DEPENDS+=        terraform-[0-9]*:../../net/terraform
+BUILD_DEPENDS+=        terraform-provider-aws-[0-9]*:../../net/terraform-provider-aws
+BUILD_DEPENDS+=        terraform-provider-local-[0-9]*:../../net/terraform-provider-local
+BUILD_DEPENDS+=        terraform-provider-random-[0-9]*:../../net/terraform-provider-random
+BUILD_DEPENDS+=        terraform-provider-kubernetes-[0-9]*:../../net/terraform-provider-kubernetes
+BUILD_DEPENDS+=        terraform-provider-null-[0-9]*:../../net/terraform-provider-null
+BUILD_DEPENDS+=        amazon-ecs-cli-[0-9]*:../../net/amazon-ecs-cli
+BUILD_DEPENDS+=        bombadillo-[0-9]*:../../net/bombadillo
+BUILD_DEPENDS+=        czds-[0-9]*:../../net/czds
+BUILD_DEPENDS+=        gvproxy-[0-9]*:../../net/gvproxy
+BUILD_DEPENDS+=        gunison-[0-9]*:../../net/gunison
+BUILD_DEPENDS+=        kubectl-[0-9]*:../../net/kubectl
+BUILD_DEPENDS+=        nats-server-[0-9]*:../../net/nats-server
+BUILD_DEPENDS+=        mangos-[0-9]*:../../net/mangos
+BUILD_DEPENDS+=        terraform-provider-vultr-[0-9]*:../../net/terraform-provider-vultr
+BUILD_DEPENDS+=        terraform-provider-archive-[0-9]*:../../net/terraform-provider-archive
+BUILD_DEPENDS+=        terraform-provider-template-[0-9]*:../../net/terraform-provider-template
+BUILD_DEPENDS+=        vultr-cli-[0-9]*:../../net/vultr-cli
+BUILD_DEPENDS+=        pkglint-[0-9]*:../../pkgtools/pkglint
+BUILD_DEPENDS+=        2fa-[0-9]*:../../security/2fa
+BUILD_DEPENDS+=        age-[0-9]*:../../security/age
+BUILD_DEPENDS+=        amass-[0-9]*:../../security/amass
+BUILD_DEPENDS+=        go-crypto-[0-9]*:../../security/go-crypto
+BUILD_DEPENDS+=        go-mkcert-[0-9]*:../../security/go-mkcert
+BUILD_DEPENDS+=        go-asn1-ber-[0-9]*:../../security/go-asn1-ber
+BUILD_DEPENDS+=        vault-[0-9]*:../../security/vault
+BUILD_DEPENDS+=        authelia-[0-9]*:../../security/authelia
+BUILD_DEPENDS+=        trufflehog-[0-9]*:../../security/trufflehog
+BUILD_DEPENDS+=        elvish-[0-9]*:../../shells/elvish
+BUILD_DEPENDS+=        fzf-[0-9]*:../../sysutils/fzf
+BUILD_DEPENDS+=        beats-[0-9]*:../../sysutils/beats
+BUILD_DEPENDS+=        consul-[0-9]*:../../sysutils/consul
+BUILD_DEPENDS+=        lf-[0-9]*:../../sysutils/lf
+BUILD_DEPENDS+=        goreman-[0-9]*:../../sysutils/goreman
+BUILD_DEPENDS+=        node_exporter-[0-9]*:../../sysutils/node_exporter
+BUILD_DEPENDS+=        vultr-[0-9]*:../../sysutils/vultr
+BUILD_DEPENDS+=        direnv-[0-9]*:../../sysutils/direnv
+BUILD_DEPENDS+=        restic-[0-9]*:../../sysutils/restic
+BUILD_DEPENDS+=        go-text-[0-9]*:../../textproc/go-text
+BUILD_DEPENDS+=        sift-[0-9]*:../../textproc/sift
+BUILD_DEPENDS+=        go-md2man-[0-9]*:../../textproc/go-md2man
+BUILD_DEPENDS+=        go-mmark-[0-9]*:../../textproc/go-mmark
+BUILD_DEPENDS+=        go-kr-text-[0-9]*:../../textproc/go-kr-text
+BUILD_DEPENDS+=        glow-[0-9]*:../../textproc/glow
+BUILD_DEPENDS+=        pup-[0-9]*:../../www/pup
+BUILD_DEPENDS+=        caddy-[0-9]*:../../www/caddy
+BUILD_DEPENDS+=        go-ffuf-[0-9]*:../../www/go-ffuf
+BUILD_DEPENDS+=        gitea-[0-9]*:../../www/gitea
+BUILD_DEPENDS+=        grafana-[0-9]*:../../www/grafana
+BUILD_DEPENDS+=        go-minify-[0-9]*:../../www/go-minify
+BUILD_DEPENDS+=        hugo-[0-9]*:../../www/hugo
+BUILD_DEPENDS+=        apisprout-[0-9]*:../../www/apisprout
+BUILD_DEPENDS+=        jira-cli-[0-9]*:../../www/jira-cli
+BUILD_DEPENDS+=        restish-[0-9]*:../../www/restish
+
+.include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index