diff --git a/biology/ncbi-entrez-direct/Makefile b/biology/ncbi-entrez-direct/Makefile index 1944a8c31e8c..2dc474a0acf9 100644 --- a/biology/ncbi-entrez-direct/Makefile +++ b/biology/ncbi-entrez-direct/Makefile @@ -1,85 +1,85 @@ PORTNAME= ncbi-entrez-direct DISTVERSION= 14.9.20210423 PORTREVISION= 2 CATEGORIES= biology perl5 MASTER_SITES= ftp://ftp.ncbi.nlm.nih.gov/entrez/entrezdirect/versions/${PORTVERSION}/ DISTFILES= edirect.tar.gz DIST_SUBDIR= edirect-${PORTVERSION} MAINTAINER= jwb@FreeBSD.org COMMENT= Access to the NCBI's suite of interconnected databases LICENSE= PD BUILD_DEPENDS= bash:shells/bash RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \ p5-LWP-Protocol-https>=0:www/p5-LWP-Protocol-https \ p5-XML-Simple>=0:textproc/p5-XML-Simple \ curl:ftp/curl USES= go:modules perl5 shebangfix USE_GITHUB= nodefault CONFLICTS_INSTALL= ebook-tools p5-XML-Compile # bin/einfo bin/xml2json # Dependency versions: # make clean extract # cd ${WRKSRC}/cmd # rm -r vendor # ../../../files/build-cmd # files/modules.txt: cd ${WRKSRC}/cmd && go mod vendor GHSD= vendor/github.com GLSD= vendor/golang.org GH_TUPLE= fatih:color:v1.10.0:a/${GHSD}/fatih/color \ surgebase:porter2:56e4718818e8:b/${GHSD}/surgebase/porter2 \ gedex:inflector:16278e9db813:c/${GHSD}/gedex/inflector \ klauspost:cpuid:v1.3.1:d/${GHSD}/klauspost/cpuid \ pbnjay:memory:b12e5d931931:e/${GHSD}/pbnjay/memory \ mattn:go-colorable:v0.1.8:f/${GHSD}/mattn/go-colorable \ mattn:go-isatty:v0.0.12:g/${GHSD}/mattn/go-isatty \ fiam:gounidecode:8deddbd03fec:h/${GHSD}/fiam/gounidecode \ golang:text:v0.3.5:i/${GLSD}/x/text \ golang:sys:d5e6a3e2c0ae:j/${GLSD}/x/sys SHEBANG_FILES= nquire edirect.pl word-at-a-time accn-at-a-time \ amino-acid-composition between-two-genes exclude-uid-lists \ filter-stop-words intersect-uid-lists phrase-search \ skip-if-file-exists theme-aliases test-edirect hgvs2spdi PSCRIPTS= efetch efilter einfo elink epost esearch esummary nquire SCRIPTS= accn-at-a-time amino-acid-composition archive-pubmed \ between-two-genes download-ncbi-data download-pubmed \ download-sequence efetch efilter einfo elink epost \ esample esearch esummary exclude-uid-lists expand-current \ fetch-pubmed filter-stop-words gbf2xml index-extras \ index-pubmed intersect-uid-lists join-into-groups-of \ nquire phrase-search pm-collect pm-index pm-invert pm-merge \ pm-prepare pm-promote pm-refresh pm-stash rchive \ reorder-columns run-ncbi-converter skip-if-file-exists \ ecommon.sh sort-uniq-count sort-uniq-count-rank stream-pubmed \ theme-aliases transmute word-at-a-time xml2tbl xtract xy-plot \ hlp-xtract.txt transmute xml2json xtract test-edirect \ align-columns hgvs2spdi sort-table print-columns post-extract: @${MV} ${WRKDIR}/edirect/* ${WRKSRC} @${RMDIR} ${WRKDIR}/edirect @${MV} ${WRKSRC}/vendor ${WRKSRC}/cmd pre-configure: @cd ${WRKSRC} && ${REINPLACE_CMD} \ -e 's|$$PATH:$$pth|$$PATH:${PREFIX}/bin|g' \ -e 's|"$$pth"|${PREFIX}/bin|g' \ ${PSCRIPTS} do-build: @${CP} ${FILESDIR}/modules.txt ${WRKSRC}/cmd/vendor @${CP} -R ${WRKSRC}/eutils ${WRKSRC}/cmd/vendor - @cd ${WRKSRC}/cmd && ${FILESDIR}/build-cmd + @cd ${WRKSRC}/cmd && ${SETENV} ${MAKE_ENV} ${FILESDIR}/build-cmd do-install: cd ${WRKSRC} && ${INSTALL_SCRIPT} ${SCRIPTS} ${STAGEDIR}${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/edirect.pl ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/cmd/*.FreeBSD ${STAGEDIR}${PREFIX}/bin .include diff --git a/devel/gocheese/Makefile b/devel/gocheese/Makefile index 1209e0ae46c7..c963a0daac23 100644 --- a/devel/gocheese/Makefile +++ b/devel/gocheese/Makefile @@ -1,30 +1,30 @@ PORTNAME= gocheese PORTVERSION= 2.5.0 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://www.gocheese.cypherpunks.ru/ MAINTAINER= swills@FreeBSD.org COMMENT= Python private package repository and caching proxy LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= go:no_targets tar:xz INFO= ${PORTNAME} PLIST_FILES= ${DOCSDIR}/README \ bin/${PORTNAME} \ bin/pyshop2packages.sh do-build: - @cd ${WRKSRC} ; ${ENV} GOPATH=${WRKSRC} GO111MODULE=off go build -ldflags="-s -w" -o gocheese go.cypherpunks.ru/gocheese/v2 + @cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} GOPATH=${WRKSRC} GO111MODULE=off ${GO_CMD} build -ldflags="-s -w" -o gocheese go.cypherpunks.ru/gocheese/v2 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/contrib/pyshop2packages.sh ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.info ${STAGEDIR}${PREFIX}/${INFO_PATH} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include diff --git a/devel/please/Makefile b/devel/please/Makefile index 9fdcf2b09b49..5de3a81bb996 100644 --- a/devel/please/Makefile +++ b/devel/please/Makefile @@ -1,119 +1,118 @@ PORTNAME= please DISTVERSIONPREFIX= v DISTVERSION= 15.17.0 PORTREVISION= 2 CATEGORIES= devel PKGNAMESUFFIX= .build MAINTAINER= swills@FreeBSD.org COMMENT= High-performance extensible build system for reproducible builds LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go \ - bash:shells/bash \ +BUILD_DEPENDS= bash:shells/bash \ ca_root_nss>0:security/ca_root_nss \ git:devel/git \ protoc:devel/protobuf USES= go:modules USE_GITHUB= yes GH_ACCOUNT= thought-machine GH_TUPLE= StackExchange:wmi:cbe66965904d:stackexchange_wmi/vendor/github.com/StackExchange/wmi \ Workiva:go-datastructures:v1.0.50:workiva_go_datastructures/vendor/github.com/Workiva/go-datastructures \ alecthomas:gometalinter:v2.0.11:alecthomas_gometalinter/vendor/github.com/alecthomas/gometalinter \ alecthomas:kingpin:95d230a53780:alecthomas_kingpin/vendor/gopkg.in/alecthomas/kingpin.v3-unstable \ alecthomas:units:1786d5ef83d4:alecthomas_units/vendor/github.com/alecthomas/units \ bazelbuild:buildtools:4bcdbd1064fc:bazelbuild_buildtools/vendor/github.com/bazelbuild/buildtools \ bazelbuild:remote-apis-sdks:81a3a82fc300:bazelbuild_remote_apis_sdks/vendor/github.com/bazelbuild/remote-apis-sdks \ bazelbuild:remote-apis:1aeb39973178:bazelbuild_remote_apis/vendor/github.com/bazelbuild/remote-apis \ chzyer:readline:2972be24d48e:chzyer_readline/vendor/github.com/chzyer/readline \ client9:misspell:v0.3.4:client9_misspell/vendor/github.com/client9/misspell \ coreos:go-semver:v0.2.0:coreos_go_semver/vendor/github.com/coreos/go-semver \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ djherbis:atime:v1.0.0:djherbis_atime/vendor/github.com/djherbis/atime \ dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-ole:go-ole:v1.2.4:go_ole_go_ole/vendor/github.com/go-ole/go-ole \ go-warnings:warnings:v0.1.2:go_warnings_warnings/vendor/gopkg.in/warnings.v0 \ go-yaml:yaml:v2.2.2:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gogo:protobuf:v1.2.0:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang:appengine:v1.6.6:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:75b288015ac9:golang_crypto/vendor/golang.org/x/crypto \ golang:glog:23def4e6c14b:golang_glog/vendor/github.com/golang/glog \ golang:lint:738671d3881b:golang_lint_1/vendor/golang.org/x/lint \ golang:lint:c67002cb31c3:golang_lint/vendor/github.com/golang/lint \ golang:net:62affa334b73:golang_net/vendor/golang.org/x/net \ golang:oauth2:5d25da1a8d43:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.4.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sync:6e8e738ad208:golang_sync/vendor/golang.org/x/sync \ golang:sys:d4d67f95c62d:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.3:golang_text/vendor/golang.org/x/text \ golang:tools:b303f430e36d:golang_tools/vendor/golang.org/x/tools \ google:go-genproto:0bd0a958aa1d:google_go_genproto/vendor/google.golang.org/genproto \ google:shlex:c34317bd91bf:google_shlex/vendor/github.com/google/shlex \ google:uuid:v1.1.2:google_uuid/vendor/github.com/google/uuid \ googleapis:google-cloud-go:v0.65.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \ gordonklaus:ineffassign:1003c8bd00dc:gordonklaus_ineffassign/vendor/github.com/gordonklaus/ineffassign \ grpc-ecosystem:go-grpc-middleware:v1.0.0:grpc_ecosystem_go_grpc_middleware/vendor/github.com/grpc-ecosystem/go-grpc-middleware \ grpc:grpc-go:v1.31.1:grpc_grpc_go/vendor/google.golang.org/grpc \ hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ hashicorp:go-cleanhttp:v0.5.1:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \ hashicorp:go-multierror:v1.0.0:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ hashicorp:go-retryablehttp:v0.6.7:hashicorp_go_retryablehttp/vendor/github.com/hashicorp/go-retryablehttp \ juju:ansiterm:720a0952cc2a:juju_ansiterm/vendor/github.com/juju/ansiterm \ karrick:godirwalk:v1.7.8:karrick_godirwalk/vendor/github.com/karrick/godirwalk \ klauspost:compress:v1.10.11:klauspost_compress/vendor/github.com/klauspost/compress \ klauspost:cpuid:v1.3.1:klauspost_cpuid/vendor/github.com/klauspost/cpuid \ lukechampine:blake3:v1.1.4:lukechampine_blake3/vendor/lukechampine.com/blake3 \ lunixbochs:vtclean:2d01aacdc34a:lunixbochs_vtclean/vendor/github.com/lunixbochs/vtclean \ manifoldco:promptui:v0.3.2:manifoldco_promptui/vendor/github.com/manifoldco/promptui \ mattn:go-colorable:v0.0.9:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.4:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mostynb:go-grpc-compression:v1.1.2:mostynb_go_grpc_compression/vendor/github.com/mostynb/go-grpc-compression \ nicksnyder:go-i18n:v1.10.1:nicksnyder_go_i18n/vendor/github.com/nicksnyder/go-i18n \ op:go-logging:b2cb9fa56473:op_go_logging/vendor/gopkg.in/op/go-logging.v1 \ pborman:uuid:v1.2.1:pborman_uuid/vendor/github.com/pborman/uuid \ pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ peterebden:ar:a0ae3a11a518:peterebden_ar/vendor/github.com/peterebden/ar \ peterebden:gcfg:v1.3.0:peterebden_gcfg/vendor/github.com/peterebden/gcfg \ peterebden:go-cli-init:v3.0.0:peterebden_go_cli_init_v3/vendor/github.com/peterebden/go-cli-init/v3 \ peterebden:go-sri:v1.0.0:peterebden_go_sri/vendor/github.com/peterebden/go-sri \ peterebden:tools:b2a0db951d2a:peterebden_tools/vendor/github.com/peterebden/tools \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pkg:xattr:v0.4.0:pkg_xattr/vendor/github.com/pkg/xattr \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ protocolbuffers:protobuf-go:v1.25.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ shirou:gopsutil:v2.18.12:shirou_gopsutil/vendor/github.com/shirou/gopsutil \ sourcegraph:go-diff:v0.5.1:sourcegraph_go_diff/vendor/github.com/sourcegraph/go-diff \ sourcegraph:go-lsp:0c7d621186c1:sourcegraph_go_lsp/vendor/github.com/sourcegraph/go-lsp \ sourcegraph:jsonrpc2:35a74f039c6a:sourcegraph_jsonrpc2/vendor/github.com/sourcegraph/jsonrpc2 \ sqs:pbtypes:d3ebe8f20ae4:sqs_pbtypes/vendor/sourcegraph.com/sqs/pbtypes \ streamrail:concurrent-map:8bf1e9bacbf6:streamrail_concurrent_map/vendor/github.com/streamrail/concurrent-map \ stretchr:testify:v1.4.0:stretchr_testify/vendor/github.com/stretchr/testify \ texttheater:golang-levenshtein:d188e65d659e:texttheater_golang_levenshtein/vendor/github.com/texttheater/golang-levenshtein \ thought-machine:go-flags:v1.5.0:thought_machine_go_flags/vendor/github.com/thought-machine/go-flags \ tsenart:deadcode:210d2dc333e9:tsenart_deadcode/vendor/github.com/tsenart/deadcode \ ulikunitz:xz:v0.5.6:ulikunitz_xz/vendor/github.com/ulikunitz/xz GO_TARGET= src/please.go:please \ tools/build_langserver/langserver_main.go:build_langserver \ tools/jarcat/main.go:jarcat \ tools/please_go_filter/please_go_filter.go:please_go_filter \ tools/please_go_install/please_go_install.go:please_go_install \ tools/please_go_test/plz_go_test_main.go:please_go_test \ tools/please_pex/pex_main.go:please_pex \ tools/release_signer/main.go:release_signer post-extract: ${CP} ${WRKSRC}/tools/please_go_test/plz_go_test.go ${WRKSRC}/tools/please_go_test/plz_go_test_main.go post-build: cd ${WRKSRC} ; ${SETENV} ${CC} ${CFLAGS} -o please_sandbox tools/sandbox/main.c post-install: ${INSTALL_PROGRAM} ${WRKSRC}/please_sandbox ${STAGEDIR}${PREFIX}/bin .include diff --git a/net-im/gotosocial/Makefile b/net-im/gotosocial/Makefile index fb0ff7e70bb0..350b66896baf 100644 --- a/net-im/gotosocial/Makefile +++ b/net-im/gotosocial/Makefile @@ -1,58 +1,58 @@ PORTNAME= gotosocial DISTVERSIONPREFIX= v DISTVERSION= 0.3.4 CATEGORIES= net-im MAINTAINER= me+freebsd@igalic.co COMMENT= Golang fediverse server LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 # Note: we don't use go:modules, because this project vendors all deps USES= go USE_RC_SUBR= ${PORTNAME} USE_GITHUB= yes GH_ACCOUNT= superseriousbusiness # When rebuilding yourself, please set this: #GH_TAGNAME= f848aaa81f04666dae29e0bb85ccf31d30574de7 USERS= gotosocial GROUPS= gotosocial DBDIR= /var/db/${PORTNAME} SUB_LIST= DBDIR="${DBDIR}" \ GROUP="${GROUPS}" \ USER="${USERS}" \ WWWDIR="${WWWDIR}" PLIST_SUB= WWWDIR="${WWWDIR}" # patch sample config for people who set a custom prefix .if "${PREFIX}" != "${LOCALBASE}" post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \ ${WRKSRC}/example/config.yaml .endif do-build: - @(cd ${WRKSRC} && ${SETENV} \ + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ VERSION=${DISTVERSION} COMMIT=${GH_TAGNAME} scripts/build.sh ) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/ ${MKDIR} ${STAGEDIR}${DOCSDIR} .for x in LICENSE README.md ${INSTALL_DATA} ${WRKSRC}/${x} \ ${STAGEDIR}${DOCSDIR} .endfor ${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/example/config.yaml \ ${STAGEDIR}${ETCDIR}/config.yaml.sample (cd ${WRKSRC}/web && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/ \ "! ( -path */gotosocial-styling* )") .include diff --git a/net-im/nextcloud-spreed-signaling/Makefile b/net-im/nextcloud-spreed-signaling/Makefile index 63eef8f339e3..bebb154789e5 100644 --- a/net-im/nextcloud-spreed-signaling/Makefile +++ b/net-im/nextcloud-spreed-signaling/Makefile @@ -1,53 +1,51 @@ PORTNAME= nextcloud-spreed-signaling DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 CATEGORIES= net-im MAINTAINER= jsm@FreeBSD.org COMMENT= Signaling server used for Nextcloud Talk LICENSE= AGPLv3 -BUILD_DEPENDS= go:lang/go - -USES= gmake +USES= gmake go:no_targets USERS= signaling GROUPS= signaling USE_RC_SUBR= ncs_signaling USE_GITHUB= yes GH_ACCOUNT= strukturag GH_TUPLE= coreos:go-semver:v0.2.0:coreos_go_semver/vendor/src/github.com/coreos/go-semver \ coreos:go-systemd:39ca1b05acc7:coreos_go_systemd/vendor/src/github.com/coreos/go-systemd \ coreos:pkg:3ac0863d7acf:coreos_pkg/vendor/src/github.com/coreos/pkg \ dgrijalva:jwt-go:v3.2.0:dgrijalva_jwt_go/vendor/src/gopkg.in/dgrijalva/jwt-go.v3 \ dlintw:goconf:dcc070983490:dlintw_goconf/vendor/src/github.com/dlintw/goconf \ etcd-io:etcd:ae9734ed278b:etcd_io_etcd/vendor/src/go.etcd.io/etcd \ gogo:protobuf:v1.2.1:gogo_protobuf/vendor/src/github.com/gogo/protobuf \ golang:crypto:0ec3e9974c59:golang_crypto/vendor/src/golang.org/x/crypto \ golang:net:74dc4d7220e7:golang_net/vendor/src/golang.org/x/net \ golang:protobuf:v1.3.2:golang_protobuf/vendor/src/github.com/golang/protobuf \ golang:sys:c7b8b68b1456:golang_sys/vendor/src/golang.org/x/sys \ golang:text:v0.3.3:golang_text/vendor/src/golang.org/x/text \ google:go-genproto:24fa4b261c55:google_go_genproto/vendor/src/google.golang.org/genproto \ google:uuid:v1.1.2:google_uuid/vendor/src/github.com/google/uuid \ gorilla:context:v1.1.1:gorilla_context/vendor/src/github.com/gorilla/context \ gorilla:mux:ac112f7d75a0:gorilla_mux/vendor/src/github.com/gorilla/mux \ gorilla:securecookie:v1.1.1:gorilla_securecookie/vendor/src/github.com/gorilla/securecookie \ gorilla:websocket:v1.2.0:gorilla_websocket/vendor/src/github.com/gorilla/websocket \ grpc:grpc-go:v1.26.0:grpc_grpc_go/vendor/src/google.golang.org/grpc \ mailru:easyjson:2f5df55504eb:mailru_easyjson/vendor/src/github.com/mailru/easyjson \ nats-io:jwt:v0.3.2:nats_io_jwt/vendor/src/github.com/nats-io/jwt \ nats-io:nats.go:v1.10.0:nats_io_nats_go/vendor/src/github.com/nats-io/nats.go \ nats-io:nkeys:v0.1.4:nats_io_nkeys/vendor/src/github.com/nats-io/nkeys \ nats-io:nuid:v1.0.1:nats_io_nuid/vendor/src/github.com/nats-io/nuid \ notedit:janus-go:10eb8b95d1a0:notedit_janus_go/vendor/src/github.com/notedit/janus-go \ oschwald:maxminddb-golang:1960b16a5147:oschwald_maxminddb_golang/vendor/src/github.com/oschwald/maxminddb-golang \ uber-go:atomic:v1.3.2:uber_go_atomic/vendor/src/go.uber.org/atomic \ uber-go:multierr:v1.1.0:uber_go_multierr/vendor/src/go.uber.org/multierr \ uber-go:zap:v1.10.0:uber_go_zap/vendor/src/go.uber.org/zap -MAKE_ENV= GO111MODULE="off" +MAKE_ENV= ${GO_ENV} .include diff --git a/net-mgmt/chronograf/Makefile b/net-mgmt/chronograf/Makefile index b01aac080346..cf0fd227df1b 100644 --- a/net-mgmt/chronograf/Makefile +++ b/net-mgmt/chronograf/Makefile @@ -1,96 +1,96 @@ PORTNAME= chronograf DISTVERSIONPREFIX= v DISTVERSION= 1.9.4 PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES+= https://nodejs.org/download/release/v${NODEJS_VERSION}/:node DISTFILES= yarn-cache-${PKGNAME}.tar.xz:prefetch \ node-v${NODEJS_VERSION}-headers.tar.gz:node DIST_SUBDIR= ${PORTNAME} MAINTAINER= lwhsu@FreeBSD.org COMMENT= Open source monitoring and visualization UI for the TICK stack LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE FETCH_DEPENDS= ca_root_nss>0:security/ca_root_nss \ yarn:www/yarn-node${NODEJS_VERSION_MAJOR} BUILD_DEPENDS= go-bindata:devel/go-bindata \ yarn:www/yarn-node${NODEJS_VERSION_MAJOR} USES= gmake go:modules python:build EXTRACT_ONLY:= ${DISTFILES:C/:[^:]+$//} GO_MODULE= github.com/influxdata/${PORTNAME} GO_TARGET= ./cmd/chronograf/main.go:chronograf \ ./cmd/chronoctl:chronoctl GO_BUILDFLAGS= -ldflags "-X main.version=${DISTVERSION}" NODEJS_VERSION_MAJOR= 14 #NODEJS_VERSION!= make -V DISTVERSION -f ${PORTSDIR}/www/node${NODEJS_VERSION_MAJOR}/Makefile NODEJS_VERSION= 14.18.1 USE_RC_SUBR= chronograf SUB_FILES= chronograf SUB_LIST= CHRONOGRAF_USER=${CHRONOGRAF_USER} \ CHRONOGRAF_GROUP=${CHRONOGRAF_GROUP} \ CHRONOGRAF_DBDIR=${CHRONOGRAF_DBDIR} \ CHRONOGRAF_LOGDIR=${CHRONOGRAF_LOGDIR} PLIST_SUB= CHRONOGRAF_USER=${CHRONOGRAF_USER} \ CHRONOGRAF_GROUP=${CHRONOGRAF_GROUP} \ CHRONOGRAF_DBDIR=${CHRONOGRAF_DBDIR} \ CHRONOGRAF_LOGDIR=${CHRONOGRAF_LOGDIR} # Use influxd user as it's aleary present in the ports system CHRONOGRAF_USER= influxd CHRONOGRAF_GROUP= influxd USERS?= ${CHRONOGRAF_USER} GROUPS?= ${CHRONOGRAF_GROUP} CHRONOGRAF_DBDIR?= /var/db/${PORTNAME} CHRONOGRAF_LOGDIR?= /var/log/${PORTNAME} YARN_ENV= HOME=${WRKDIR} XDG_CACHE_HOME=${WRKDIR}/.cache YARN_CACHE_FILE= yarn-cache-${PKGNAME}.tar.xz PLIST_FILES= bin/chronoctl \ bin/chronograf .include .if !exists(${DISTDIR}/${DIST_SUBDIR}/${YARN_CACHE_FILE}) pre-fetch: ${MKDIR} ${DISTDIR}/${DIST_SUBDIR} ${MKDIR} ${WRKDIR} ${ECHO_CMD} 'yarn-offline-mirror "./yarn-offline-cache"' >> ${WRKDIR}/.yarnrc ${CP} ${FILESDIR}/yarn/package.json ${FILESDIR}/yarn/yarn.lock ${WRKDIR} ${MKDIR} ${WRKDIR}/ui ${CP} ${FILESDIR}/yarn/ui/package.json ${WRKDIR}/ui cd ${WRKDIR} && ${SETENV} ${YARN_ENV} yarn --frozen-lockfile --ignore-scripts cd ${WRKDIR}/ui && ${SETENV} ${YARN_ENV} yarn --frozen-lockfile --ignore-scripts cd ${WRKDIR} && ${MTREE_CMD} -cbnSp yarn-offline-cache | ${MTREE_CMD} -C | ${SED} \ -e 's:time=[0-9.]*:time=0.000000000:' \ -e 's:\([gu]id\)=[0-9]*:\1=0:g' \ -e 's:flags=.*:flags=none:' \ -e 's:^\.:./yarn-offline-cache:' > yarn-offline-cache.mtree cd ${WRKDIR} && ${TAR} cJf ${DISTDIR}/${DIST_SUBDIR}/${YARN_CACHE_FILE} \ @yarn-offline-cache.mtree ${RM} -r ${WRKDIR} .endif pre-build: ${ECHO_CMD} "yarn-offline-mirror \"${WRKDIR}/yarn-offline-cache\"" >> ${WRKDIR}/.yarnrc cd ${WRKDIR} && ${SETENV} ${YARN_ENV} \ yarn install --frozen-lockfile --offline cd ${WRKSRC}/ui && ${SETENV} ${YARN_ENV} \ PYTHON=${PYTHON_CMD} \ npm_config_tarball=${DISTDIR}/${DIST_SUBDIR}/node-v${NODEJS_VERSION}-headers.tar.gz \ yarn --frozen-lockfile --offline --no-progress --no-emoji cd ${WRKSRC}/ui && ${SETENV} ${YARN_ENV} yarn run build - cd ${WRKSRC} && ${GMAKE} .bindata + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} .bindata .include diff --git a/net/ooni-probe-cli/Makefile b/net/ooni-probe-cli/Makefile index fc7f6c8039da..5ac4f77c802d 100644 --- a/net/ooni-probe-cli/Makefile +++ b/net/ooni-probe-cli/Makefile @@ -1,147 +1,147 @@ PORTNAME= ooni-probe-cli DISTVERSIONPREFIX= v DISTVERSION= 3.14.1 PORTREVISION= 1 CATEGORIES= net www benchmarks MAINTAINER= egypcio@FreeBSD.org COMMENT= Next generation OONI Probe CLI LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss -USES= go:modules +USES= go:1.17,modules USE_GITHUB= yes USE_GITLAB= nodefault GO_BUILDFLAGS= -ldflags '-s -w -extldflags "-static"' GO_TARGET= ./cmd/ooniprobe GH_ACCOUNT= ooni GH_PROJECT= probe-cli GH_TUPLE= AlecAivazis:survey:v2.3.2:alecaivazis_survey_v2/vendor/github.com/AlecAivazis/survey/v2 \ AndreasBriese:bbloom:28f7e881ca57:andreasbriese_bbloom/vendor/github.com/AndreasBriese/bbloom \ FiloSottile:age:v1.0.0:filosottile_age/vendor/filippo.io/age \ alecthomas:kingpin:v2.2.6:alecthomas_kingpin/vendor/github.com/alecthomas/kingpin \ alecthomas:template:fb15b899a751:alecthomas_template/vendor/github.com/alecthomas/template \ alecthomas:units:b94a6e3cc137:alecthomas_units/vendor/github.com/alecthomas/units \ apex:log:v1.9.0:apex_log/vendor/github.com/apex/log \ armon:go-proxyproto:5b7edb60ff5f:armon_go_proxyproto/vendor/github.com/armon/go-proxyproto \ armon:go-socks5:e75332964ef5:armon_go_socks5/vendor/github.com/armon/go-socks5 \ bifurcation:mint:198357931e61:bifurcation_mint/vendor/github.com/bifurcation/mint \ cheekybits:genny:v1.0.0:cheekybits_genny/vendor/github.com/cheekybits/genny \ cognusion:go-cache-lru:f73e2280ecea:cognusion_go_cache_lru/vendor/github.com/cognusion/go-cache-lru \ cretz:bine:v0.2.0:cretz_bine/vendor/github.com/cretz/bine \ dchest:siphash:a21c2e7914a8:dchest_siphash/vendor/github.com/dchest/siphash \ dgraph-io:badger:3a87f6d9c273:dgraph_io_badger/vendor/github.com/dgraph-io/badger \ dgryski:go-farm:2de33835d102:dgryski_go_farm/vendor/github.com/dgryski/go-farm \ dsnet:compress:v0.0.1:dsnet_compress/vendor/github.com/dsnet/compress \ fatih:color:v1.13.0:fatih_color/vendor/github.com/fatih/color \ fsnotify:fsnotify:v1.5.1:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-gorp:gorp:v1.7.2:go_gorp_gorp/vendor/gopkg.in/gorp.v1 \ go-mgo:mgo:a6b53ec6cb22:go_mgo_mgo/vendor/gopkg.in/mgo.v2 \ go-task:slim-sprig:348f09dbbbc0:go_task_slim_sprig/vendor/github.com/go-task/slim-sprig \ go-tomb:tomb:dd632973f1e7:go_tomb_tomb/vendor/gopkg.in/tomb.v1 \ golang:crypto:5e0467b6c7ce:golang_crypto/vendor/golang.org/x/crypto \ golang:mod:v0.5.1:golang_mod/vendor/golang.org/x/mod \ golang:net:0dd24b26b47d:golang_net/vendor/golang.org/x/net \ golang:protobuf:5d5e8c018a13:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sys:f2425489ef4c:golang_sys/vendor/golang.org/x/sys \ golang:term:03fcf44c2211:golang_term/vendor/golang.org/x/term \ golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \ golang:tools:v0.1.9:golang_tools/vendor/golang.org/x/tools \ golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ google:go-cmp:v0.5.6:google_go_cmp/vendor/github.com/google/go-cmp \ google:martian:v3.2.1:google_martian_v3/vendor/github.com/google/martian/v3 \ google:shlex:e7afc7fbc510:google_shlex/vendor/github.com/google/shlex \ google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \ gorilla:websocket:v1.4.2:gorilla_websocket/vendor/github.com/gorilla/websocket \ grafov:m3u8:6ab8f28ed427:grafov_m3u8/vendor/github.com/grafov/m3u8 \ hashicorp:golang-lru:v0.5.1:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \ hexops:gotextdiff:v1.0.3:hexops_gotextdiff/vendor/github.com/hexops/gotextdiff \ iancoleman:strcase:v0.2.0:iancoleman_strcase/vendor/github.com/iancoleman/strcase \ juju:ratelimit:f60b32039441:juju_ratelimit/vendor/github.com/juju/ratelimit \ kballard:go-shellquote:95032a82bc51:kballard_go_shellquote/vendor/github.com/kballard/go-shellquote \ klauspost:cpuid:v2.0.9:klauspost_cpuid_v2/vendor/github.com/klauspost/cpuid/v2 \ klauspost:reedsolomon:v1.9.15:klauspost_reedsolomon/vendor/github.com/klauspost/reedsolomon \ lucas-clemente:quic-go:v0.25.0:lucas_clemente_quic_go/vendor/github.com/lucas-clemente/quic-go \ marten-seemann:qpack:v0.2.1:marten_seemann_qpack/vendor/github.com/marten-seemann/qpack \ marten-seemann:qtls-go1-16:v0.1.4:marten_seemann_qtls_go1_16/vendor/github.com/marten-seemann/qtls-go1-16 \ marten-seemann:qtls-go1-17:v0.1.0:marten_seemann_qtls_go1_17/vendor/github.com/marten-seemann/qtls-go1-17 \ marten-seemann:qtls-go1-18:v0.1.0-beta.1:marten_seemann_qtls_go1_18/vendor/github.com/marten-seemann/qtls-go1-18 \ mattn:go-colorable:v0.1.12:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.14:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-sqlite3:v1.14.10:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \ mgutz:ansi:d51e80ef957d:mgutz_ansi/vendor/github.com/mgutz/ansi \ miekg:dns:v1.1.45:miekg_dns/vendor/github.com/miekg/dns \ mitchellh:go-wordwrap:v1.0.1:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ montanaflynn:stats:v0.6.6:montanaflynn_stats/vendor/github.com/montanaflynn/stats \ mroth:weightedrand:v0.4.0:mroth_weightedrand/vendor/github.com/mroth/weightedrand \ nxadm:tail:v1.4.8:nxadm_tail/vendor/github.com/nxadm/tail \ onsi:ginkgo:v1.16.5:onsi_ginkgo/vendor/github.com/onsi/ginkgo \ ooni:go-libtor:v1.1.4:ooni_go_libtor/vendor/github.com/ooni/go-libtor \ ooni:oohttp:940b7f7db71e:ooni_oohttp/vendor/github.com/ooni/oohttp \ ooni:probe-assets:v0.7.0:ooni_probe_assets/vendor/github.com/ooni/probe-assets \ ooni:psiphon:7fc0bcd97c5f:ooni_psiphon_tunnel_core/vendor/github.com/ooni/psiphon \ oschwald:geoip2-golang:v1.5.0:oschwald_geoip2_golang/vendor/github.com/oschwald/geoip2-golang \ oschwald:maxminddb-golang:v1.8.0:oschwald_maxminddb_golang/vendor/github.com/oschwald/maxminddb-golang \ pborman:getopt:v2.1.0:pborman_getopt_v2/vendor/github.com/pborman/getopt/v2 \ pion:datachannel:v1.5.2:pion_datachannel/vendor/github.com/pion/datachannel \ pion:dtls:v2.1.0:pion_dtls_v2/vendor/github.com/pion/dtls/v2 \ pion:ice:v2.1.18:pion_ice_v2/vendor/github.com/pion/ice/v2 \ pion:interceptor:v0.1.5:pion_interceptor/vendor/github.com/pion/interceptor \ pion:logging:v0.2.2:pion_logging/vendor/github.com/pion/logging \ pion:mdns:v0.0.5:pion_mdns/vendor/github.com/pion/mdns \ pion:randutil:v0.1.0:pion_randutil/vendor/github.com/pion/randutil \ pion:rtcp:v1.2.9:pion_rtcp/vendor/github.com/pion/rtcp \ pion:rtp:v1.7.4:pion_rtp/vendor/github.com/pion/rtp \ pion:sctp:v1.8.2:pion_sctp/vendor/github.com/pion/sctp \ pion:sdp:v3.0.4:pion_sdp_v3/vendor/github.com/pion/sdp/v3 \ pion:srtp:v2.0.5:pion_srtp_v2/vendor/github.com/pion/srtp/v2 \ pion:stun:v0.3.5:pion_stun/vendor/github.com/pion/stun \ pion:transport:v0.13.0:pion_transport/vendor/github.com/pion/transport \ pion:turn:v2.0.6:pion_turn_v2/vendor/github.com/pion/turn/v2 \ pion:udp:v0.1.1:pion_udp/vendor/github.com/pion/udp \ pion:webrtc:v3.1.16:pion_webrtc_v3/vendor/github.com/pion/webrtc/v3 \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ protocolbuffers:protobuf-go:5aec41b4809b:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ refraction-networking:gotapdance:25380c96b147:refraction_networking_gotapdance/vendor/github.com/refraction-networking/gotapdance \ refraction-networking:utls:v1.0.0:refraction_networking_utls/vendor/github.com/refraction-networking/utls \ rogpeppe:go-internal:v1.8.1:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal \ rubenv:sql-migrate:v1.0.0:rubenv_sql_migrate/vendor/github.com/rubenv/sql-migrate \ sergeyfrolov:bsbuffer:94e85abb8507:sergeyfrolov_bsbuffer/vendor/github.com/sergeyfrolov/bsbuffer \ sirupsen:logrus:v1.7.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ syndtr:gocapability:db04d3cc01c8:syndtr_gocapability/vendor/github.com/syndtr/gocapability \ templexxx:cpu:v0.0.9:templexxx_cpu/vendor/github.com/templexxx/cpu \ templexxx:xorsimd:v0.4.1:templexxx_xorsimd/vendor/github.com/templexxx/xorsimd \ tjfoc:gmsm:v1.4.1:tjfoc_gmsm/vendor/github.com/tjfoc/gmsm \ wader:filtertransport:bdd9e61eee78:wader_filtertransport/vendor/github.com/wader/filtertransport \ xtaci:kcp-go:v5.6.1:xtaci_kcp_go_v5/vendor/github.com/xtaci/kcp-go/v5 \ xtaci:smux:v1.5.16:xtaci_smux/vendor/github.com/xtaci/smux \ zach-klippenstein:goregen:795b5e3961ea:zach_klippenstein_goregen/vendor/github.com/zach-klippenstein/goregen \ ziutek:mymysql:v1.5.4:ziutek_mymysql/vendor/github.com/ziutek/mymysql GH_TUPLE+= FiloSottile:edwards25519:17a0e59:filosottile_edwards25519/vendor/filippo.io/edwards25519 \ pion:dtls:v2.0.10:pion_dtls_v2/vendor/github.com/pion/dtls/v2 \ pion:ice:v2.1.14:pion_ice_v2/vendor/github.com/pion/ice/v2 \ pion:sdp:v3.0.4:pion_sdp_v3/vendor/github.com/pion/sdp/v3 \ pion:srtp:v2.0.5:pion_srtp_v2/vendor/github.com/pion/srtp/v2 \ pion:turn:v2.0.5:pion_turn_v2/vendor/github.com/pion/turn/v2 \ pion:webrtc:v3.1.11:pion_webrtc_v3/vendor/github.com/pion/webrtc/v3 \ protocolbuffers:protobuf-go:v1.23.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ shuLhan:go-bindata:v3.3.0:shuLhan_go_bindata/vendor/github.com/shuLhan/go-bindata \ torbsd:goptlib:v1.2.0:torbsd_goptlib/vendor/git.torproject.org/pluggable-transports/goptlib.git \ upper:db:v3.8.0:upper_db/vendor/upper.io/db.v3 \ xtaci:kcp-go:v5.6.1:xtaci_kcp_go_v5/vendor/github.com/xtaci/kcp-go/v5 GL_TUPLE_TORSF= https://gitlab.torproject.org/tpo/anti-censorship:pluggable-transports:snowflake GL_TUPLE= ${GL_TUPLE_TORSF}:e6e5e20ae8b5883b37f5dea656540825e237d820:tpo_acs_pt_sf/vendor/git.torproject.org/pluggable-transports/snowflake.git/v2 \ yawning:bsaes:0a714cd429ec754482b4001e918db30cd2094405:yawning_bsaes/vendor/gitlab.com/yawning/bsaes.git \ yawning:edwards25519-extra:2f91fcc9fbdb888f3c795849b6777940135559b7:yawning_edwards25519extra/vendor/gitlab.com/yawning/edwards25519-extra.git \ yawning:obfs4:77af0cba934d73c4baeb709560bcfc9a9fbc661c:yawning_obfs4/vendor/gitlab.com/yawning/obfs4.git \ yawning:utls:f1bcf4b40e4596d0ccd1dbf8f3a9f4922f9759ca:yawning_utls/vendor/gitlab.com/yawning/utls.git PLIST_FILES= bin/ooniprobe .include diff --git a/security/crowdsec-firewall-bouncer/Makefile b/security/crowdsec-firewall-bouncer/Makefile index db4d992dcf88..427f7f3e659a 100644 --- a/security/crowdsec-firewall-bouncer/Makefile +++ b/security/crowdsec-firewall-bouncer/Makefile @@ -1,54 +1,53 @@ PORTNAME= crowdsec-firewall-bouncer PORTVERSION= 0.0.23.r2 # NOTE: change BUILD_VERSION and BUILD_TAG as well DISTVERSIONPREFIX= v CATEGORIES= security MAINTAINER= marco@crowdsec.net COMMENT= CrowdSec bouncer written in golang for firewalls LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= git:devel/git@lite \ - go:lang/go +BUILD_DEPENDS= git:devel/git@lite -USES= gmake +USES= gmake go:no_targets USE_GITHUB= yes GH_ACCOUNT= crowdsecurity GH_PROJECT= cs-firewall-bouncer GH_TAGNAME= v0.0.23.r2-freebsd #GH_TAGNAME is automatically set from DISTVERSION USE_RC_SUBR= crowdsec_firewall SUB_FILES= pkg-deinstall pkg-install pkg-message # BUILD_VERSION=$(git describe --tags $(git rev-list --tags --max-count=1)) # BUILD_TAG=$(git rev-parse HEAD) MAKE_ENV= BUILD_TAG="bc4bb1d531d47ad94ead2dce3a11f6391b1e8619" \ BUILD_VERSION="v0.0.23-rc2" ETCDIR= ${PREFIX}/etc/crowdsec/bouncers post-patch: ${REINPLACE_CMD} 's,$${BACKEND},pf,g' \ ${WRKSRC}/config/crowdsec-firewall-bouncer.yaml do-install: # # Binaries # ${INSTALL_PROGRAM} ${WRKSRC}/crowdsec-firewall-bouncer \ ${STAGEDIR}${PREFIX}/bin/crowdsec-firewall-bouncer # # Configuration # @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/config/crowdsec-firewall-bouncer.yaml \ ${STAGEDIR}${ETCDIR}/crowdsec-firewall-bouncer.yaml.sample .include diff --git a/security/crowdsec/Makefile b/security/crowdsec/Makefile index 246c295893a9..4d46a8f0751b 100644 --- a/security/crowdsec/Makefile +++ b/security/crowdsec/Makefile @@ -1,139 +1,138 @@ PORTNAME= crowdsec PORTVERSION= 1.3.4 # NOTE: change BUILD_VERSION and BUILD_TAG as well DISTVERSIONPREFIX= v CATEGORIES= security MAINTAINER= marco@crowdsec.net COMMENT= CrowdSec lightweight and collaborative security engine LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= git:devel/git@lite \ - go:lang/go \ jq:textproc/jq -USES= gmake +USES= gmake go:no_targets USE_GITHUB= yes GH_ACCOUNT= crowdsecurity GH_PROJECT= crowdsec GH_TAGNAME= v1.3.4-freebsd #GH_TAGNAME is automatically set from DISTVERSION USE_RC_SUBR= crowdsec MAKE_ENV= BUILD_VERSION="v1.3.4" \ BUILD_TAG="c196ed45b62c12d9c6549da927c37c64bd08c642" \ DEFAULT_CONFIGDIR="${PREFIX}/etc/crowdsec" \ DEFAULT_DATADIR="/var/db/crowdsec/data" ALL_TARGET= build SUB_FILES= pkg-deinstall pkg-install pkg-message OPTIONS_DEFINE= FIREWALL_BOUNCER OPTIONS_DEFAULT= FIREWALL_BOUNCER_DESC= Depend on security/crowdsec-firewall-bouncer FIREWALL_BOUNCER_RUN_DEPENDS= crowdsec-firewall-bouncer>=0.0.23.r2:security/crowdsec-firewall-bouncer PLUGIN_DIR= ${PREFIX}/lib/crowdsec/plugins STAGE_PLUGINS= ${STAGEDIR}${PLUGIN_DIR} STAGE_BIN= ${STAGEDIR}${PREFIX}/bin post-patch: @${REINPLACE_CMD} 's,/etc/crowdsec/,${ETCDIR}/,g' \ ${WRKSRC}/config/config.yaml \ ${WRKSRC}/config/profiles.yaml @${REINPLACE_CMD} 's,/var/lib/,/var/db/,g' \ ${WRKSRC}/config/config.yaml \ ${WRKSRC}/config/profiles.yaml do-install: # # Binaries # ${INSTALL_PROGRAM} ${WRKSRC}/cmd/crowdsec/crowdsec ${STAGE_BIN}/ ${INSTALL_PROGRAM} ${WRKSRC}/cmd/crowdsec-cli/cscli ${STAGE_BIN}/ ${LN} -s cscli ${STAGE_BIN}/crowdsec-cli @${MKDIR} ${STAGE_PLUGINS} ${INSTALL_PROGRAM} ${WRKSRC}/plugins/notifications/email/notification-email ${STAGE_PLUGINS}/ ${INSTALL_PROGRAM} ${WRKSRC}/plugins/notifications/http/notification-http ${STAGE_PLUGINS}/ ${INSTALL_PROGRAM} ${WRKSRC}/plugins/notifications/slack/notification-slack ${STAGE_PLUGINS}/ ${INSTALL_PROGRAM} ${WRKSRC}/plugins/notifications/splunk/notification-splunk ${STAGE_PLUGINS}/ # # Configuration # @${MKDIR} ${STAGEDIR}${ETCDIR} @(cd ${WRKSRC}/config && ${COPYTREE_SHARE} . ${STAGEDIR}${ETCDIR}) @${MV} ${STAGEDIR}${ETCDIR}/acquis.yaml \ ${STAGEDIR}${ETCDIR}/acquis.yaml.sample @${MV} ${STAGEDIR}${ETCDIR}/config.yaml \ ${STAGEDIR}${ETCDIR}/config.yaml.sample @${MV} ${STAGEDIR}${ETCDIR}/console.yaml \ ${STAGEDIR}${ETCDIR}/console.yaml.sample @${MV} ${STAGEDIR}${ETCDIR}/profiles.yaml \ ${STAGEDIR}${ETCDIR}/profiles.yaml.sample # managed by "cscli simulation" @${MV} ${STAGEDIR}${ETCDIR}/simulation.yaml \ ${STAGEDIR}${ETCDIR}/simulation.yaml.sample # # Plugin configuration # @${MKDIR} ${STAGEDIR}${ETCDIR}/notifications @${MKDIR} ${STAGEDIR}${ETCDIR}/notifications/email @${MV} ${WRKSRC}/plugins/notifications/email/email.yaml \ ${STAGEDIR}${ETCDIR}/notifications/email.yaml.sample @${MKDIR} ${STAGEDIR}${ETCDIR}/notifications/http @${MV} ${WRKSRC}/plugins/notifications/http/http.yaml \ ${STAGEDIR}${ETCDIR}/notifications/http.yaml.sample @${MKDIR} ${STAGEDIR}${ETCDIR}/notifications/slack @${MV} ${WRKSRC}/plugins/notifications/slack/slack.yaml \ ${STAGEDIR}${ETCDIR}/notifications/slack.yaml.sample @${MKDIR} ${STAGEDIR}${ETCDIR}/notifications/splunk @${MV} ${WRKSRC}/plugins/notifications/splunk/splunk.yaml \ ${STAGEDIR}${ETCDIR}/notifications/splunk.yaml.sample # updated by "cscli machines" at first service start @${MV} ${STAGEDIR}${ETCDIR}/local_api_credentials.yaml \ ${STAGEDIR}${ETCDIR}/local_api_credentials.yaml.sample # updated by "cscli capi" at first service start @${MV} ${STAGEDIR}${ETCDIR}/online_api_credentials.yaml \ ${STAGEDIR}${ETCDIR}/online_api_credentials.yaml.sample # # Data # @${MKDIR} ${STAGEDIR}${ETCDIR}/hub @${MKDIR} ${STAGEDIR}/var/db/crowdsec/data # # Cleanup # @${RM} ${STAGEDIR}${ETCDIR}/crowdsec.service @${RM} ${STAGEDIR}${ETCDIR}/dev.yaml @${RM} ${STAGEDIR}${ETCDIR}/user.yaml @${RMDIR} ${STAGEDIR}${ETCDIR}/notifications/email @${RMDIR} ${STAGEDIR}${ETCDIR}/notifications/http @${RMDIR} ${STAGEDIR}${ETCDIR}/notifications/slack @${RMDIR} ${STAGEDIR}${ETCDIR}/notifications/splunk .include diff --git a/sysutils/chezmoi/Makefile b/sysutils/chezmoi/Makefile index 96ee2a503a63..6772c110dbe5 100644 --- a/sysutils/chezmoi/Makefile +++ b/sysutils/chezmoi/Makefile @@ -1,173 +1,173 @@ # Created by: Samir Noir PORTNAME= chezmoi DISTVERSIONPREFIX= v DISTVERSION= 2.17.1 CATEGORIES= sysutils EXTRACT_ONLY= ${_DISTFILES:N*.js} MAINTAINER= samir@noir.im COMMENT= Manage your dotfiles across multiple diverse machines, securely LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules python USE_GITHUB= yes GH_ACCOUNT= twpayne GH_TUPLE= FiloSottile:age:v1.0.0:filosottile_age/vendor/filippo.io/age \ Masterminds:goutils:v1.1.1:masterminds_goutils/vendor/github.com/Masterminds/goutils \ Masterminds:semver:v3.1.1:masterminds_semver_v3/vendor/github.com/Masterminds/semver/v3 \ Masterminds:sprig:v3.2.2:masterminds_sprig_v3/vendor/github.com/Masterminds/sprig/v3 \ Microsoft:go-winio:v0.5.2:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ ProtonMail:go-crypto:88bb52951d5b:protonmail_go_crypto/vendor/github.com/ProtonMail/go-crypto \ acomagu:bufpipe:v1.0.3:acomagu_bufpipe/vendor/github.com/acomagu/bufpipe \ alecthomas:chroma:v0.10.0:alecthomas_chroma/vendor/github.com/alecthomas/chroma \ alessio:shellescape:v1.4.1:alessio_shellescape/vendor/github.com/alessio/shellescape \ aymerick:douceur:v0.2.0:aymerick_douceur/vendor/github.com/aymerick/douceur \ bmatcuk:doublestar:v4.0.2:bmatcuk_doublestar_v4/vendor/github.com/bmatcuk/doublestar/v4 \ bradenhilton:cityhash:v1.0.0:bradenhilton_cityhash/vendor/github.com/bradenhilton/cityhash \ bradenhilton:mozillainstallhash:v1.0.0:bradenhilton_mozillainstallhash/vendor/github.com/bradenhilton/mozillainstallhash \ charmbracelet:glamour:v0.5.0:charmbracelet_glamour/vendor/github.com/charmbracelet/glamour \ coreos:go-semver:v0.3.0:coreos_go_semver/vendor/github.com/coreos/go-semver \ danieljoos:wincred:v1.1.2:danieljoos_wincred/vendor/github.com/danieljoos/wincred \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dlclark:regexp2:v1.4.0:dlclark_regexp2/vendor/github.com/dlclark/regexp2 \ emirpasic:gods:v1.18.1:emirpasic_gods/vendor/github.com/emirpasic/gods \ etcd-io:bbolt:v1.3.6:etcd_io_bbolt/vendor/go.etcd.io/bbolt \ fsnotify:fsnotify:v1.5.4:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-errgo:errgo:v2.1.0:go_errgo_errgo/vendor/gopkg.in/errgo.v2 \ go-git:gcfg:v1.5.0:go_git_gcfg/vendor/github.com/go-git/gcfg \ go-git:go-billy:v5.3.1:go_git_go_billy_v5/vendor/github.com/go-git/go-billy/v5 \ go-git:go-git:v5.4.2:go_git_go_git_v5/vendor/github.com/go-git/go-git/v5 \ go-ini:ini:v1.66.4:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-warnings:warnings:v0.1.2:go_warnings_warnings/vendor/gopkg.in/warnings.v0 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ go-yaml:yaml:v3.0.0:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ godbus:dbus:v5.1.0:godbus_dbus_v5/vendor/github.com/godbus/dbus/v5 \ golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:793ad666bf5e:golang_crypto/vendor/golang.org/x/crypto \ golang:net:5463443f8c37:golang_net/vendor/golang.org/x/net \ golang:oauth2:622c5d57e401:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:sync:0976fa681c29:golang_sync/vendor/golang.org/x/sync \ golang:sys:bc2c85ada10a:golang_sys/vendor/golang.org/x/sys \ golang:term:065cf7ba2467:golang_term/vendor/golang.org/x/term \ golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \ google:btree:v1.0.1:google_btree/vendor/github.com/google/btree \ google:go-github:v45.0.0:google_go_github_v45/vendor/github.com/google/go-github/v45 \ google:go-querystring:v1.1.0:google_go_querystring/vendor/github.com/google/go-querystring \ google:gops:v0.3.23:google_gops/vendor/github.com/google/gops \ google:renameio:v2.0.0:google_renameio_v2/vendor/github.com/google/renameio/v2 \ google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \ gorilla:css:v1.0.0:gorilla_css/vendor/github.com/gorilla/css \ gregjones:httpcache:901d90724c79:gregjones_httpcache/vendor/github.com/gregjones/httpcache \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ huandu:xstrings:v1.3.2:huandu_xstrings/vendor/github.com/huandu/xstrings \ imdario:mergo:v0.3.13:imdario_mergo/vendor/github.com/imdario/mergo \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ jbenet:go-context:d14ea06fba99:jbenet_go_context/vendor/github.com/jbenet/go-context \ kevinburke:ssh_config:v1.2.0:kevinburke_ssh_config/vendor/github.com/kevinburke/ssh_config \ lucasb-eyer:go-colorful:v1.2.0:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ magiconair:properties:v1.8.6:magiconair_properties/vendor/github.com/magiconair/properties \ mattn:go-isatty:v0.0.14:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.13:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ microcosm-cc:bluemonday:v1.0.18:microcosm_cc_bluemonday/vendor/github.com/microcosm-cc/bluemonday \ mitchellh:copystructure:v1.2.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:mapstructure:v1.5.0:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ mitchellh:reflectwalk:v1.0.2:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \ muesli:combinator:v0.3.0:muesli_combinator/vendor/github.com/muesli/combinator \ muesli:reflow:v0.3.0:muesli_reflow/vendor/github.com/muesli/reflow \ muesli:termenv:v0.11.0:muesli_termenv/vendor/github.com/muesli/termenv \ mvdan:sh:v3.5.1:mvdan_sh/vendor/mvdan.cc/sh/v3 \ olekukonko:tablewriter:v0.0.5:olekukonko_tablewriter/vendor/github.com/olekukonko/tablewriter \ pelletier:go-toml:v1.9.5:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ pelletier:go-toml:v2.0.1:pelletier_go_toml_v2/vendor/github.com/pelletier/go-toml/v2 \ peterbourgon:diskv:v2.0.1:peterbourgon_diskv/vendor/github.com/peterbourgon/diskv \ pkg:diff:20ebb0f2a09e:pkg_diff/vendor/github.com/pkg/diff \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ protocolbuffers:protobuf-go:v1.28.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \ rogpeppe:go-internal:v1.8.1:rogpeppe_go_internal/vendor/github.com/rogpeppe/go-internal \ rs:zerolog:v1.26.1:rs_zerolog/vendor/github.com/rs/zerolog \ sergi:go-diff:v1.1.0:sergi_go_diff/vendor/github.com/sergi/go-diff \ shopspring:decimal:v1.3.1:shopspring_decimal/vendor/github.com/shopspring/decimal \ spf13:afero:v1.8.2:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.5.0:spf13_cast/vendor/github.com/spf13/cast \ spf13:cobra:v1.4.0:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.12.0:spf13_viper/vendor/github.com/spf13/viper \ stretchr:objx:v0.3.0:stretchr_objx/vendor/github.com/stretchr/objx \ stretchr:testify:v1.7.1:stretchr_testify/vendor/github.com/stretchr/testify \ subosito:gotenv:v1.3.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ twpayne:go-pinentry:v0.2.0:twpayne_go_pinentry/vendor/github.com/twpayne/go-pinentry \ twpayne:go-shell:v0.3.1:twpayne_go_shell/vendor/github.com/twpayne/go-shell \ twpayne:go-vfs:v4.1.0:twpayne_go_vfs_v4/vendor/github.com/twpayne/go-vfs/v4 \ twpayne:go-xdg:v6.0.0:twpayne_go_xdg_v6/vendor/github.com/twpayne/go-xdg/v6 \ uber-go:atomic:v1.9.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:multierr:v1.8.0:uber_go_multierr/vendor/go.uber.org/multierr \ ulikunitz:xz:v0.5.10:ulikunitz_xz/vendor/github.com/ulikunitz/xz \ xanzy:ssh-agent:v0.3.1:xanzy_ssh_agent/vendor/github.com/xanzy/ssh-agent \ yuin:goldmark-emoji:v1.0.1:yuin_goldmark_emoji/vendor/github.com/yuin/goldmark-emoji \ yuin:goldmark:v1.4.12:yuin_goldmark/vendor/github.com/yuin/goldmark \ zalando:go-keyring:v0.2.1:zalando_go_keyring/vendor/github.com/zalando/go-keyring \ DHowett:go-plist:v1.0.0:go_plist/vendor/howett.net/plist GO_BUILDFLAGS= -tags noupgrade \ -ldflags="\ -X main.version=${DISTVERSION} \ -X main.date=${SOURCE_DATE_EPOCH:U${SOURCE_DATE_EPOCH_CMD:sh}}" PLIST_FILES= bin/chezmoi OPTIONS_DEFINE= BASH DOCS FISH ZSH OPTIONS_DEFAULT= BASH DOCS FISH ZSH BASH_PLIST_FILES= etc/bash_completion.d/chezmoi DOCS_MASTER_SITES= https://unpkg.com/:mermaid_js DOCS_DISTFILES= mermaid@8.8.0/dist/mermaid.min.js:mermaid_js DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mkdocs>0:textproc/py-mkdocs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocs-material>0:textproc/py-mkdocs-material@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocs-mermaid2-plugin>0:textproc/py-mkdocs-mermaid2-plugin@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocs-simple-hooks>0:textproc/py-mkdocs-simple-hooks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocs-redirects>0:textproc/py-mkdocs-redirects@${PY_FLAVOR} DOCS_PORTDOCS= * FISH_PLIST_FILES= share/fish/vendor_functions.d/chezmoi.fish ZSH_PLIST_FILES= share/zsh/site-functions/_chezmoi # Required to bring DISTINFO_FILE .include SOURCE_DATE_EPOCH_CMD= date -ur $$(grep TIMESTAMP ${DISTINFO_FILE} | ${SED} -e 's/[^0-9]//g') '+%FT%TZ' do-build-DOCS-on: @${CP} ${_DISTDIR}/mermaid@8.8.0/dist/mermaid.min.js ${WRKSRC}/assets/chezmoi.io - (cd ${WRKSRC}/assets/chezmoi.io && mkdocs build) + (cd ${WRKSRC}/assets/chezmoi.io && ${SETENV} ${MAKE_ENV} mkdocs build) post-extract: @${MKDIR} ${WRKSRC}/vendor/github.com/chris-ramon @${RLN} ${WRKSRC_aymerick_douceur} ${WRKSRC}/vendor/github.com/chris-ramon/douceur post-install-BASH-on: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${INSTALL_DATA} ${WRKSRC}/completions/chezmoi-completion.bash ${STAGEDIR}${PREFIX}/etc/bash_completion.d/chezmoi post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC}/assets/chezmoi.io/site && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) post-install-FISH-on: @${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/vendor_functions.d ${INSTALL_DATA} ${WRKSRC}/completions/chezmoi.fish ${STAGEDIR}${PREFIX}/share/fish/vendor_functions.d/chezmoi.fish post-install-ZSH-on: @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/completions/chezmoi.zsh ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_chezmoi .include diff --git a/sysutils/containerd/Makefile b/sysutils/containerd/Makefile index 3b8efe4bf345..118a24bf76d4 100644 --- a/sysutils/containerd/Makefile +++ b/sysutils/containerd/Makefile @@ -1,35 +1,34 @@ PORTNAME= containerd DISTVERSIONPREFIX=v DISTVERSION= 1.6.5 CATEGORIES= sysutils MAINTAINER= decke@FreeBSD.org COMMENT= Open and reliable container runtime LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= bash:shells/bash \ - go:lang/go +BUILD_DEPENDS= bash:shells/bash -USES= cpe gmake +USES= cpe gmake go:modules,no_targets USE_GITHUB= yes GH_SUBDIR= src/github.com/containerd/containerd CPE_VENDOR= linuxfoundation USE_RC_SUBR= containerd MAKE_ENV= ${GO_ENV} \ GOFLAGS="${GO_BUILDFLAGS}" \ VERSION="${DISTVERSION}" PLIST_FILES= bin/containerd \ bin/containerd-shim \ bin/containerd-stress \ bin/ctr do-install: @(cd ${WRKSRC} && ${SETENV} DESTDIR="${STAGEDIR}" ${MAKE_CMD} install) .include diff --git a/sysutils/datadog-agent/Makefile b/sysutils/datadog-agent/Makefile index c020d3595414..56c32fb5cb93 100644 --- a/sysutils/datadog-agent/Makefile +++ b/sysutils/datadog-agent/Makefile @@ -1,426 +1,426 @@ PORTNAME= datadog-agent DISTVERSION= 7.24.1 PORTREVISION= 1 CATEGORIES= sysutils net www MAINTAINER= uros@gruber.si COMMENT= Datadog Agent: collect metrics and events from your systems and apps LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_i386= fails to build: vendor/github.com/DataDog/gopsutil/process/process_freebsd.go:95:9: cannot use k.Start.Sec * 1000 (value of type int32) as type int64 in return statement BUILD_DEPENDS= cmake>=3.12:devel/cmake \ go-bindata>0:devel/go-bindata USES= go:modules python:3.7+ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= datadog GH_TUPLE= \ DataDog:agent-payload:v4.46.0:datadog_agent_payload/vendor/github.com/DataDog/agent-payload \ DataDog:cast:1ee8c8bd14a3:datadog_cast/vendor/github.com/spf13/cast \ DataDog:datadog-go:v3.5.0:datadog_datadog_go/vendor/github.com/DataDog/datadog-go \ DataDog:datadog-operator:9c71245c6822:datadog_datadog_operator/vendor/github.com/DataDog/datadog-operator \ DataDog:dd-trace-go:v1.23.1:datadog_dd_trace_go/vendor/gopkg.in/DataDog/dd-trace-go.v1 \ DataDog:ebpf:a91a2d800994:datadog_ebpf/vendor/github.com/DataDog/ebpf \ DataDog:gobpf:5f8313cb4d71:datadog_gobpf/vendor/github.com/iovisor/gobpf \ DataDog:gohai:e17d616e422a:datadog_gohai/vendor/github.com/DataDog/gohai \ DataDog:gopsutil:1b53412ef321:datadog_gopsutil/vendor/github.com/DataDog/gopsutil \ DataDog:mmh3:f5b682d8c981:datadog_mmh3/vendor/github.com/DataDog/mmh3 \ DataDog:viper:v1.8.0:datadog_viper/vendor/github.com/spf13/viper \ DataDog:watermarkpodautoscaler:v0.1.0:datadog_watermarkpodautoscaler/vendor/github.com/DataDog/watermarkpodautoscaler \ DataDog:zstd:2bf71ec48360:datadog_zstd/vendor/github.com/DataDog/zstd \ Knetic:govaluate:v3.0.0:knetic_govaluate/vendor/gopkg.in/Knetic/govaluate.v3 \ Masterminds:goutils:v1.1.0:masterminds_goutils/vendor/github.com/Masterminds/goutils \ Masterminds:semver:v1.5.0:masterminds_semver/vendor/github.com/Masterminds/semver \ Masterminds:sprig:v2.22.0:masterminds_sprig/vendor/github.com/Masterminds/sprig \ Microsoft:go-winio:fc70bd9a86b5:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ Microsoft:hcsshim:v0.8.7:microsoft_hcsshim/vendor/github.com/Microsoft/hcsshim \ NYTimes:gziphandler:v1.1.1:nytimes_gziphandler/vendor/github.com/NYTimes/gziphandler \ PuerkitoBio:purell:v1.1.1:puerkitobio_purell/vendor/github.com/PuerkitoBio/purell \ PuerkitoBio:urlesc:de5bf2ad4578:puerkitobio_urlesc/vendor/github.com/PuerkitoBio/urlesc \ StackExchange:wmi:e0a55b97c705:stackexchange_wmi/vendor/github.com/StackExchange/wmi \ alecthomas:participle:v0.4.4:alecthomas_participle/vendor/github.com/alecthomas/participle \ alecthomas:repr:d37bc2a10ba1:alecthomas_repr/vendor/github.com/alecthomas/repr \ armon:go-metrics:v0.3.0:armon_go_metrics/vendor/github.com/armon/go-metrics \ avast:retry-go:v2.7.0:avast_retry_go/vendor/github.com/avast/retry-go \ aws:aws-sdk-go:v1.30.5:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ beevik:ntp:v0.3.0:beevik_ntp/vendor/github.com/beevik/ntp \ benesch:cgosymbolizer:bec6fe6e597b:benesch_cgosymbolizer/vendor/github.com/benesch/cgosymbolizer \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ bhmj:jsonslice:92c3edaad8e2:bhmj_jsonslice/vendor/github.com/bhmj/jsonslice \ blabber:go-freebsd-sysctl:503969f39d8f:blabber_go_freebsd_sysctl/vendor/github.com/blabber/go-freebsd-sysctl \ blang:semver:v3.5.1:blang_semver/vendor/github.com/blang/semver \ bmizerany:pat:6226ea591a40:bmizerany_pat/vendor/github.com/bmizerany/pat \ cenkalti:backoff:v2.2.1:cenkalti_backoff/vendor/github.com/cenkalti/backoff \ census-instrumentation:opencensus-go:v0.22.2:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ cespare:xxhash:v1.1.0:cespare_xxhash/vendor/github.com/cespare/xxhash \ cihub:seelog:d2c6e5aa9fbf:cihub_seelog/vendor/github.com/cihub/seelog \ clbanning:mxj:v1.8.4:clbanning_mxj/vendor/github.com/clbanning/mxj \ cloudfoundry:bbs:d7bc971db0db:cloudfoundry_bbs/vendor/code.cloudfoundry.org/bbs \ cloudfoundry:cfhttp:v2.0.0:cloudfoundry_cfhttp/vendor/code.cloudfoundry.org/cfhttp/v2 \ cloudfoundry:garden:061eda450ad9:cloudfoundry_garden/vendor/code.cloudfoundry.org/garden \ cloudfoundry:lager:v2.0.0:cloudfoundry_lager/vendor/code.cloudfoundry.org/lager \ cloudfoundry:tlsconfig:bbe0f8da39b3:cloudfoundry_tlsconfig/vendor/code.cloudfoundry.org/tlsconfig \ cobaugh:osrelease:a93a0a55a249:cobaugh_osrelease/vendor/github.com/cobaugh/osrelease \ containerd:cgroups:b44481373989:containerd_cgroups/vendor/github.com/containerd/cgroups \ containerd:containerd:v1.2.13:containerd_containerd/vendor/github.com/containerd/containerd \ containerd:continuity:0f16d7a0959c:containerd_continuity/vendor/github.com/containerd/continuity \ containerd:fifo:ff969a566b00:containerd_fifo/vendor/github.com/containerd/fifo \ containerd:typeurl:v1.0.0:containerd_typeurl/vendor/github.com/containerd/typeurl \ coreos:etcd:v3.3.15:coreos_etcd/vendor/github.com/coreos/etcd \ coreos:go-semver:v0.3.0:coreos_go_semver/vendor/github.com/coreos/go-semver \ coreos:go-systemd:40e2722dffea:coreos_go_systemd/vendor/github.com/coreos/go-systemd \ coreos:pkg:399ea9e2e55f:coreos_pkg/vendor/github.com/coreos/pkg \ datadog:extendeddaemonset:94ec1f3a5192:datadog_extendeddaemonset/vendor/github.com/datadog/extendeddaemonset \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ dgraph-io:ristretto:v0.0.3:dgraph_io_ristretto/vendor/github.com/dgraph-io/ristretto \ dgryski:go-jump:e1f439676b57:dgryski_go_jump/vendor/github.com/dgryski/go-jump \ docker:distribution:0ac367fd6bee:docker_distribution/vendor/github.com/docker/distribution \ docker:go-connections:v0.4.0:docker_go_connections/vendor/github.com/docker/go-connections \ docker:go-events:e31b211e4f1c:docker_go_events/vendor/github.com/docker/go-events \ docker:go-units:v0.4.0:docker_go_units/vendor/github.com/docker/go-units \ docker:spdystream:449fdfce4d96:docker_spdystream/vendor/github.com/docker/spdystream \ dsnet:compress:v0.0.1:dsnet_compress/vendor/github.com/dsnet/compress \ dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ elastic:go-libaudit:v0.4.0:elastic_go_libaudit/vendor/github.com/elastic/go-libaudit \ emicklei:go-restful-swagger12:7524189396c6:emicklei_go_restful_swagger12/vendor/github.com/emicklei/go-restful-swagger12 \ emicklei:go-restful:v2.9.6:emicklei_go_restful/vendor/github.com/emicklei/go-restful \ etcd-io:etcd:3cf2f69b5738:etcd_io_etcd/vendor/go.etcd.io/etcd \ evanphx:json-patch:v4.5.0:evanphx_json_patch/vendor/github.com/evanphx/json-patch \ fatih:color:v1.9.0:fatih_color/vendor/github.com/fatih/color \ florianl:go-conntrack:v0.2.0:florianl_go_conntrack/vendor/github.com/florianl/go-conntrack \ florianl:go-tc:v0.2.0:florianl_go_tc/vendor/github.com/florianl/go-tc \ freddierice:go-losetup:fc9adea44124:freddierice_go_losetup/vendor/github.com/freddierice/go-losetup \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ ghodss:yaml:25d852aebe32:ghodss_yaml/vendor/github.com/ghodss/yaml \ go-inf:inf:v0.9.1:go_inf_inf/vendor/gopkg.in/inf.v0 \ go-ini:ini:v1.55.0:go_ini_ini/vendor/github.com/go-ini/ini \ go-ole:go-ole:v1.2.4:go_ole_go_ole/vendor/github.com/go-ole/go-ole \ go-openapi:jsonpointer:v0.19.3:go_openapi_jsonpointer/vendor/github.com/go-openapi/jsonpointer \ go-openapi:jsonreference:v0.19.2:go_openapi_jsonreference/vendor/github.com/go-openapi/jsonreference \ go-openapi:spec:v0.19.8:go_openapi_spec/vendor/github.com/go-openapi/spec \ go-openapi:swag:v0.19.5:go_openapi_swag/vendor/github.com/go-openapi/swag \ go-yaml:yaml:v2.2.8:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gobwas:glob:v0.2.3:gobwas_glob/vendor/github.com/gobwas/glob \ godbus:dbus:v4.1.0:godbus_dbus/vendor/github.com/godbus/dbus \ gogo:googleapis:v1.3.2:gogo_googleapis/vendor/github.com/gogo/googleapis \ gogo:protobuf:v1.3.1:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang:appengine:v1.6.5:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:75b288015ac9:golang_crypto/vendor/golang.org/x/crypto \ golang:glog:23def4e6c14b:golang_glog/vendor/github.com/golang/glog \ golang:groupcache:8c9f03a8e57e:golang_groupcache/vendor/github.com/golang/groupcache \ golang:mobile:d2bd2a29d028:golang_mobile/vendor/golang.org/x/mobile \ golang:net:c89045814202:golang_net/vendor/golang.org/x/net \ golang:oauth2:bf48bf16ab8d:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.3.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:v0.0.1:golang_snappy/vendor/github.com/golang/snappy \ golang:sync:cd5d95a43a6e:golang_sync/vendor/golang.org/x/sync \ golang:sys:196b9ba8737a:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \ golang:time:555d28b269f0:golang_time/vendor/golang.org/x/time \ golang:tools:82bb89366a1e:golang_tools/vendor/golang.org/x/tools \ golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ gomodules:jsonpatch:v3.0.1:gomodules_jsonpatch/vendor/gomodules.xyz/jsonpatch/v3 \ gomodules:orderedmap:v0.1.0:gomodules_orderedmap/vendor/gomodules.xyz/orderedmap \ google:go-cmp:v0.4.0:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-genproto:09dca8ec2884:google_go_genproto/vendor/google.golang.org/genproto \ google:gofuzz:v1.0.0:google_gofuzz/vendor/github.com/google/gofuzz \ google:gopacket:v1.1.17:google_gopacket/vendor/github.com/google/gopacket \ google:uuid:v1.1.1:google_uuid/vendor/github.com/google/uuid \ googleapis:gnostic:v0.3.1:googleapis_gnostic/vendor/github.com/googleapis/gnostic \ gorilla:mux:v1.7.4:gorilla_mux/vendor/github.com/gorilla/mux \ grpc-ecosystem:go-grpc-middleware:v1.2.0:grpc_ecosystem_go_grpc_middleware/vendor/github.com/grpc-ecosystem/go-grpc-middleware \ grpc-ecosystem:go-grpc-prometheus:v1.2.0:grpc_ecosystem_go_grpc_prometheus/vendor/github.com/grpc-ecosystem/go-grpc-prometheus \ grpc-ecosystem:grpc-gateway:v1.12.2:grpc_ecosystem_grpc_gateway/vendor/github.com/grpc-ecosystem/grpc-gateway \ grpc:grpc-go:v1.26.0:grpc_grpc_go/vendor/google.golang.org/grpc \ hashicorp:consul:v1.4.0:hashicorp_consul_api/vendor/github.com/hashicorp/consul \ hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ hashicorp:go-cleanhttp:v0.5.1:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \ hashicorp:go-hclog:v0.12.0:hashicorp_go_hclog/vendor/github.com/hashicorp/go-hclog \ hashicorp:go-immutable-radix:v1.1.0:hashicorp_go_immutable_radix/vendor/github.com/hashicorp/go-immutable-radix \ hashicorp:go-multierror:v1.1.0:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ hashicorp:go-rootcerts:v1.0.2:hashicorp_go_rootcerts/vendor/github.com/hashicorp/go-rootcerts \ hashicorp:golang-lru:v0.5.4:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ hashicorp:serf:v0.8.5:hashicorp_serf/vendor/github.com/hashicorp/serf \ hectane:go-acl:da78bae5fc95:hectane_go_acl/vendor/github.com/hectane/go-acl \ huandu:xstrings:v1.2.0:huandu_xstrings/vendor/github.com/huandu/xstrings \ ianlancetaylor:cgosymbolizer:f5072df9c550:ianlancetaylor_cgosymbolizer/vendor/github.com/ianlancetaylor/cgosymbolizer \ imdario:mergo:v0.3.7:imdario_mergo/vendor/github.com/imdario/mergo \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ itchyny:astgen-go:aaa595cf980e:itchyny_astgen_go/vendor/github.com/itchyny/astgen-go \ itchyny:gojq:v0.10.2:itchyny_gojq/vendor/github.com/itchyny/gojq \ jmespath:go-jmespath:v0.3.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ json-iterator:go:v1.1.9:json_iterator_go/vendor/github.com/json-iterator/go \ kardianos:osext:2bc1f35cddc0:kardianos_osext/vendor/github.com/kardianos/osext \ konsorten:go-windows-terminal-sequences:v1.0.3:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ kubernetes-incubator:custom-metrics-apiserver:3d9be26a50eb:kubernetes_incubator_custom_metrics_apiserver/vendor/github.com/kubernetes-incubator/custom-metrics-apiserver \ kubernetes-sigs:controller-runtime:v0.5.2:kubernetes_sigs_controller_runtime/vendor/sigs.k8s.io/controller-runtime \ kubernetes-sigs:structured-merge-diff:6149e4549fca:kubernetes_sigs_structured_merge_diff/vendor/sigs.k8s.io/structured-merge-diff \ kubernetes-sigs:yaml:v1.1.0:kubernetes_sigs_yaml/vendor/sigs.k8s.io/yaml \ kubernetes:api:35e52d86657a:kubernetes_api/vendor/k8s.io/api \ kubernetes:apiextensions-apiserver:5357c4baaf65:kubernetes_apiextensions_apiserver/vendor/k8s.io/apiextensions-apiserver \ kubernetes:apimachinery:a2eda9f80ab8:kubernetes_apimachinery/vendor/k8s.io/apimachinery \ kubernetes:apiserver:5190913f932d:kubernetes_apiserver/vendor/k8s.io/apiserver \ kubernetes:autoscaler:fa95810cfc1e:kubernetes_autoscaler/vendor/k8s.io/autoscaler/vertical-pod-autoscaler \ kubernetes:client-go:bec269661e48:kubernetes_client_go/vendor/k8s.io/client-go \ kubernetes:cloud-provider:20453efc2458:kubernetes_cloud_provider/vendor/k8s.io/cloud-provider \ kubernetes:component-base:039242c015a9:kubernetes_component_base/vendor/k8s.io/component-base \ kubernetes:cri-api:608eb1dad4ac:kubernetes_cri_api/vendor/k8s.io/cri-api \ kubernetes:klog:4ad0115ba9e4:kubernetes_klog/vendor/k8s.io/klog \ kubernetes:kube-openapi:30be4d16710a:kubernetes_kube_openapi/vendor/k8s.io/kube-openapi \ kubernetes:kube-state-metrics:dbbe062e36a4:kubernetes_kube_state_metrics/vendor/k8s.io/kube-state-metrics \ kubernetes:kubernetes:v1.16.2:kubernetes_kubernetes/vendor/k8s.io/kubernetes \ kubernetes:metrics:3b1a734dba6e:kubernetes_metrics/vendor/k8s.io/metrics \ kubernetes:utils:94aeca20bf09:kubernetes_utils/vendor/k8s.io/utils \ lestrrat-go:strftime:v1.0.1:lestrrat_go_strftime/vendor/github.com/lestrrat-go/strftime \ lxn:walk:02935bac0ab8:lxn_walk/vendor/github.com/lxn/walk \ lxn:win:2da648fda5b4:lxn_win/vendor/github.com/lxn/win \ magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ mailru:easyjson:b2ccc519800e:mailru_easyjson/vendor/github.com/mailru/easyjson \ mattn:go-colorable:v0.1.6:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ mdlayher:netlink:v1.1.0:mdlayher_netlink/vendor/github.com/mdlayher/netlink \ mholt:archiver:26cf5bb32d07:mholt_archiver/vendor/github.com/mholt/archiver \ miekg:dns:v1.1.31:miekg_dns/vendor/github.com/miekg/dns \ mitchellh:copystructure:v1.0.0:mitchellh_copystructure/vendor/github.com/mitchellh/copystructure \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ mitchellh:reflectwalk:v1.0.0:mitchellh_reflectwalk/vendor/github.com/mitchellh/reflectwalk \ moby:moby:v17.12.0-ce:moby_moby/vendor/github.com/docker/docker \ moby:sys:mountinfo/v0.1.3:moby_sys_mountinfo/vendor/github.com/moby/sys \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.1:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ munnerz:goautoneg:a547fc61f48d:munnerz_goautoneg/vendor/github.com/munnerz/goautoneg \ natefinch:lumberjack:v2.0.0:natefinch_lumberjack/vendor/gopkg.in/natefinch/lumberjack.v2 \ nwaples:rardecode:v1.1.0:nwaples_rardecode/vendor/github.com/nwaples/rardecode \ opencontainers:go-digest:v1.0.0-rc1:opencontainers_go_digest/vendor/github.com/opencontainers/go-digest \ opencontainers:image-spec:v1.0.1:opencontainers_image_spec/vendor/github.com/opencontainers/image-spec \ opencontainers:runc:6cc515888830:opencontainers_runc/vendor/github.com/opencontainers/runc \ opencontainers:runtime-spec:v1.0.2:opencontainers_runtime_spec/vendor/github.com/opencontainers/runtime-spec \ openshift:api:32369d4db2ad:openshift_api/vendor/github.com/openshift/api \ patrickmn:go-cache:v2.1.0:patrickmn_go_cache/vendor/github.com/patrickmn/go-cache \ pbnjay:strptime:5c05b0d668c9:pbnjay_strptime/vendor/github.com/pbnjay/strptime \ pborman:uuid:v1.2.0:pborman_uuid/vendor/github.com/pborman/uuid \ pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ philhofer:fwd:v1.0.0:philhofer_fwd/vendor/github.com/philhofer/fwd \ pierrec:lz4:v2.5.0:pierrec_lz4/vendor/github.com/pierrec/lz4 \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ prometheus:client_golang:v0.9.2:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.9.1:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.0.6:prometheus_procfs/vendor/github.com/prometheus/procfs \ robfig:cron:v3.0.0:robfig_cron_v3/vendor/github.com/robfig/cron/v3 \ samuel:go-zookeeper:2cc03de413da:samuel_go_zookeeper/vendor/github.com/samuel/go-zookeeper \ shirou:gopsutil:v2.20.3:shirou_gopsutil/vendor/github.com/shirou/gopsutil \ shirou:w32:bb4de0191aa4:shirou_w32/vendor/github.com/shirou/w32 \ shuLhan:go-bindata:v3.4.0:shulhan_go_bindata/vendor/github.com/shuLhan/go-bindata \ sirupsen:logrus:v1.6.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ soniah:gosnmp:v1.26.0:soniah_gosnmp/vendor/github.com/soniah/gosnmp \ spf13:afero:v1.2.2:spf13_afero/vendor/github.com/spf13/afero \ spf13:cobra:v1.0.0:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ stretchr:objx:v0.2.0:stretchr_objx/vendor/github.com/stretchr/objx \ stretchr:testify:v1.5.1:stretchr_testify/vendor/github.com/stretchr/testify \ syndtr:gocapability:d98352740cb2:syndtr_gocapability/vendor/github.com/syndtr/gocapability \ tedsuo:rata:v1.0.0:tedsuo_rata/vendor/github.com/tedsuo/rata \ tinylib:msgp:v1.1.2:tinylib_msgp/vendor/github.com/tinylib/msgp \ twmb:murmur3:v1.1.3:twmb_murmur3/vendor/github.com/twmb/murmur3 \ uber-go:atomic:v1.6.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:automaxprocs:v1.2.0:uber_go_automaxprocs/vendor/go.uber.org/automaxprocs \ uber-go:multierr:v1.5.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.14.1:uber_go_zap/vendor/go.uber.org/zap \ ulikunitz:xz:v0.5.7:ulikunitz_xz/vendor/github.com/ulikunitz/xz \ urfave:negroni:v1.0.0:urfave_negroni/vendor/github.com/urfave/negroni \ vishvananda:netlink:v1.1.0:vishvananda_netlink \ vishvananda:netns:0a2b9b5464df:vishvananda_netns/vendor/github.com/vishvananda/netns \ vito:go-sse:v1.0.0:vito_go_sse/vendor/github.com/vito/go-sse \ vmihailenco:msgpack:v4.3.11:vmihailenco_msgpack_v4/vendor/github.com/vmihailenco/msgpack/v4 \ vmihailenco:tagparser:v0.1.1:vmihailenco_tagparser/vendor/github.com/vmihailenco/tagparser \ zorkian:go-datadog-api:v2.29.0:zorkian_go_datadog_api/vendor/gopkg.in/zorkian/go-datadog-api.v2 DATADOG_PREFIX= ${PREFIX}/bin/${PORTNAME} ETCDIR= ${PREFIX}/etc/datadog LOGDIR= /var/log/datadog RUNDIR= /var/run/datadog USERS= datadog GROUPS= ${USERS} SUB_FILES= pkg-message SUB_LIST= RUNDIR=${RUNDIR} \ LOGDIR=${LOGDIR} \ PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} \ PYTHON_CMD=${PYTHON_CMD} \ USER=${USERS} \ PORTNAME=${PORTNAME} \ DATADOG_PREFIX=${DATADOG_PREFIX} PLIST_SUB+= RUNDIR=${RUNDIR} \ LOGDIR=${LOGDIR} \ USER=${USERS} \ GROUP=${GROUPS} \ PORTNAME=${PORTNAME} \ DATADOG_PREFIX=${DATADOG_PREFIX} OPTIONS_DEFINE= DOCS PYTHON SECRETS JMX ZSTD OPTIONS_DEFAULT= PYTHON PROCESS LOG OPTIONS_GROUP= AGENTS STORE META OPTIONS_GROUP_AGENTS= LOG APM PROCESS DOGSTATSD OPTIONS_GROUP_STORE= CONSUL ZK ETCD OPTIONS_GROUP_META= EC2 GCE DOCS_DESC= Install documentation PYTHON_DESC= Embed the Python interpreter SECRETS_DESC= Enable secrets support in configuration files CONSUL_DESC= Enable consul as a configuration store ZK_DESC= Enable Zookeeper as a configuration store ETCD_DESC= Enable Etcd as a configuration store EC2_DESC= Enable EC2 hostname detection and metadata collection GCE_DESC= Enable GCE hostname detection and metadata collection JMX_DESC= Enable the JMX-fetch bridge LOG_DESC= Enable the log agent APM_DESC= Build the APM agent PROCESS_DESC= Build the process agent DOGSTATSD_DESC= Build the dogstatsd agent ZSTD_DESC= Use Zstandard instead of Zlib PYTHON_VARS= agent_build_tags+=python SECRETS_VARS= agent_build_tags+=secrets CONSUL_VARS= agent_build_tags+=consul ZSTD_VARS= agent_build_tags+=zstd ZK_VARS= agent_build_tags+=zk ETCD_VARS= agent_build_tags+=etcd EC2_VARS= agent_build_tags+=ec2 GCE_VARS= agent_build_tags+=gce JMX_VARS= agent_build_tags+=jmx LOG_VARS= agent_build_tags+=log APM_VARS= agent_build_tags+=apm use_rc_subr+=datadog-trace-agent PROCESS_VARS= agent_build_tags+=process use_rc_subr+=datadog-process-agent DOGSTATSD_VARS= use_rc_subr+=datadog-dogstatsd OPTIONS_SUB= yes PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} ALL_TARGET= ./cmd/agent APM_ALL_TARGET= ./cmd/trace-agent PROCESS_ALL_TARGET= ./cmd/process-agent DOGSTATSD_ALL_TARGET= ./cmd/dogstatsd GO_TARGET= ${ALL_TARGET} NO_CCACHE= yes USE_RC_SUBR= ${PORTNAME} CGO_CFLAGS= -w -I. -I${WRKSRC}/rtloader/include -I${WRKSRC}/rtloader/common CGO_LDFLAGS= -L${WRKSRC}/rtloader/rtloader GO_BUILDFLAGS= -tags '${AGENT_BUILD_TAGS}' \ -ldflags="-s -X 'github.com/DataDog/${GH_PROJECT}/pkg/version.AgentVersion=${DISTVERSION}' -X 'github.com/DataDog/${GH_PROJECT}/pkg/config.DefaultPython=3'" post-patch: @${REINPLACE_CMD} 's|/etc/datadog-agent|${ETCDIR}|g' \ ${WRKSRC}/pkg/config/config_template.yaml \ ${WRKSRC}/cmd/agent/common/common_nix.go \ ${WRKSRC}/pkg/config/config_nix.go \ ${WRKSRC}/cmd/system-probe/main_linux.go \ ${WRKSRC}/cmd/process-agent/main.go \ ${WRKSRC}/pkg/config/config.go @${REINPLACE_CMD} 's|/opt/datadog-agent/run|${RUNDIR}|g' \ ${WRKSRC}/pkg/config/config.go \ ${WRKSRC}/pkg/config/config_nix.go \ ${WRKSRC}/pkg/config/config_template.yaml @${REINPLACE_CMD} 's|/opt/datadog-agent/etc|${ETCDIR}|g' \ ${WRKSRC}/pkg/trace/flags/flags_nix.go @${REINPLACE_CMD} 's|/opt/datadog-agent/embedded/bin|${DATADOG_PREFIX}|g' \ ${WRKSRC}/cmd/agent/dist/conf.d/process_agent.yaml.default \ ${WRKSRC}/cmd/agent/dist/conf.d/apm.yaml.default @${REINPLACE_CMD} -e 's|/opt/datadog-agent/bin/agent|${DATADOG_PREFIX}|g' \ ${WRKSRC}/pkg/trace/config/config_nix.go \ ${WRKSRC}/pkg/process/config/config_nix.go pre-build: # Build rtloader (Previously called six) (cd ${WRKSRC}/rtloader && \ ${SETENV} ${MAKE_ENV} ${BUILD_ENV} ${LOCALBASE}/bin/cmake \ -DBUILD_DEMO:BOOL=OFF -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX} \ -DDISABLE_PYTHON2:BOOL=ON -DDISABLE_PYTHON3:BOOL=OFF && \ ${MAKE_CMD} -C .) # Generate go source from templates - ${SETENV} ${GO_ENV} GOCACHE=${TMPDIR} GO111MODULE=off GOFLAGS="-mod=vendor" ${GO_CMD} generate ${WRKSRC}/pkg/status/render.go - ${SETENV} ${GO_ENV} GOCACHE=${TMPDIR} GO111MODULE=off GOFLAGS="-mod=vendor" ${GO_CMD} generate ${WRKSRC}/cmd/agent/gui/gui.go + ${SETENV} ${MAKE_ENV} ${GO_ENV} GOCACHE=${TMPDIR} GO111MODULE=off GOFLAGS="-mod=vendor" ${GO_CMD} generate ${WRKSRC}/pkg/status/render.go + ${SETENV} ${MAKE_ENV} ${GO_ENV} GOCACHE=${TMPDIR} GO111MODULE=off GOFLAGS="-mod=vendor" ${GO_CMD} generate ${WRKSRC}/cmd/agent/gui/gui.go post-build: # Generate config files - ${SETENV} ${GO_ENV} GOCACHE=${TMPDIR} ${GO_CMD} run ${WRKSRC}/pkg/config/render_config.go agent-py3 \ + ${SETENV} ${MAKE_ENV} ${GO_ENV} GOCACHE=${TMPDIR} ${GO_CMD} run ${WRKSRC}/pkg/config/render_config.go agent-py3 \ ${WRKSRC}/pkg/config/config_template.yaml \ ${WRKSRC}/cmd/agent/dist/datadog.yaml - ${SETENV} ${GO_ENV} GOCACHE=${TMPDIR} ${GO_CMD} run ${WRKSRC}/pkg/config/render_config.go system-probe \ + ${SETENV} ${MAKE_ENV} ${GO_ENV} GOCACHE=${TMPDIR} ${GO_CMD} run ${WRKSRC}/pkg/config/render_config.go system-probe \ ${WRKSRC}/pkg/config/config_template.yaml \ ${WRKSRC}/cmd/agent/dist/system-probe.yaml - ${SETENV} ${GO_ENV} GOCACHE=${TMPDIR} ${GO_CMD} run ${WRKSRC}/pkg/config/render_config.go dogstatsd \ + ${SETENV} ${MAKE_ENV} ${GO_ENV} GOCACHE=${TMPDIR} ${GO_CMD} run ${WRKSRC}/pkg/config/render_config.go dogstatsd \ ${WRKSRC}/pkg/config/config_template.yaml \ ${WRKSRC}/cmd/agent/dist/dogstatsd.yaml do-install: ${MKDIR} \ ${STAGEDIR}${DATADOG_PREFIX} \ ${STAGEDIR}${ETCDIR}/conf.d \ ${STAGEDIR}${LOGDIR} \ ${STAGEDIR}${DOCSDIR} \ ${STAGEDIR}${RUNDIR} .for doc in README.md CHANGELOG.rst CONTRIBUTING.md LICENSE (${INSTALL_MAN} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}) .endfor # Install dist config .for conf in cpu.d file_handle.d go_expvar.d io.d jmx.d load.d memory.d ntp.d tcp_queue_length.d uptime.d (cd ${WRKSRC}/cmd/agent/dist/conf.d && ${COPYTREE_SHARE} ${conf} ${STAGEDIR}${ETCDIR}/conf.d) .endfor cd ${WRKSRC}/cmd/agent/dist/conf.d && \ ${CP} apm.yaml.default process_agent.yaml.default ${STAGEDIR}${ETCDIR}/conf.d # Install rtloader library ${MAKE_CMD} -C ${WRKSRC}/rtloader ${INSTALL} DESTDIR=${STAGEDIR} ${INSTALL_PROGRAM} ${WRKDIR}/bin/agent ${STAGEDIR}${DATADOG_PREFIX}/agent do-install-APM-on: ${INSTALL_PROGRAM} ${WRKDIR}/bin/trace-agent ${STAGEDIR}${DATADOG_PREFIX}/trace-agent do-install-PROCESS-on: ${INSTALL_PROGRAM} ${WRKDIR}/bin/process-agent ${STAGEDIR}${DATADOG_PREFIX}/process-agent do-install-DOGSTATSD-on: ${INSTALL_PROGRAM} ${WRKDIR}/bin/dogstatsd ${STAGEDIR}${DATADOG_PREFIX}/dogstatsd post-install: # Install configuration files ${INSTALL_DATA} ${WRKSRC}/cmd/agent/dist/datadog.yaml \ ${STAGEDIR}${ETCDIR}/datadog.yaml.sample ${INSTALL_DATA} ${WRKSRC}/cmd/agent/dist/system-probe.yaml \ ${STAGEDIR}${ETCDIR}/system-probe.yaml.sample ${INSTALL_DATA} ${WRKSRC}/cmd/agent/dist/system-probe.yaml \ ${STAGEDIR}${ETCDIR}/dogstatsd.yaml.sample ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*so* .include diff --git a/sysutils/ipfs-go/Makefile b/sysutils/ipfs-go/Makefile index 6d5b4af462cf..eca70b4028f2 100644 --- a/sysutils/ipfs-go/Makefile +++ b/sysutils/ipfs-go/Makefile @@ -1,49 +1,48 @@ PORTNAME= ipfs DISTVERSIONPREFIX= v DISTVERSION= 0.11.0 PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://github.com/ipfs/go-ipfs/releases/download/v${DISTVERSION}/ PKGNAMESUFFIX= -go DISTNAME= go-ipfs-source MAINTAINER= jhixson@FreeBSD.org COMMENT= IPFS implementation in Go LICENSE= MIT APACHE20 LICENSE_COMB= dual LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE -USES= cpe go:modules +USES= cpe go:1.17,modules CPE_VENDOR= protocol GO_TARGET= ./cmd/ipfs:ipfs-go -GO_PORT= lang/go117 # quic-go does not build on Go 1.18 yet NO_WRKSUBDIR= yes USE_RC_SUBR= ${PORTNAME}${PKGNAMESUFFIX} SUB_FILES= ${FULLNAME} SUB_LIST= IPFS_USER=${IPFS_USER} \ IPFS_GROUP=${IPFS_GROUP} \ IPFS_HOME=${IPFS_HOME} PLIST_SUB= IPFS_USER=${IPFS_USER} \ IPFS_GROUP=${IPFS_GROUP} \ IPFS_HOME=${IPFS_HOME} IPFS_USER?= ${FULLNAME} IPFS_GROUP?= ${FULLNAME} IPFS_HOME?= /var/db/${FULLNAME} USERS= ${IPFS_USER} GROUPS= ${IPFS_GROUP} FULLNAME= ${PORTNAME}${PKGNAMESUFFIX} post-install: @${MKDIR} ${STAGEDIR}${IPFS_HOME} .include diff --git a/sysutils/ipget/Makefile b/sysutils/ipget/Makefile index d1c9b40e846f..df9feb68ada2 100644 --- a/sysutils/ipget/Makefile +++ b/sysutils/ipget/Makefile @@ -1,234 +1,234 @@ PORTNAME= ipget DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org COMMENT= Retrieve files over IPFS and save them locally LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +USES= go:1.17,modules USE_GITHUB= yes GH_ACCOUNT= ipfs PLIST_FILES= bin/${PORTNAME} GH_TUPLE= \ AndreasBriese:bbloom:46b345b51c96:andreasbriese_bbloom/vendor/github.com/AndreasBriese/bbloom \ Stebalien:go-bitfield:v0.0.1:stebalien_go_bitfield/vendor/github.com/Stebalien/go-bitfield \ VividCortex:ewma:v1.1.1:vividcortex_ewma/vendor/github.com/VividCortex/ewma \ alecthomas:units:59d0afb8317a:alecthomas_units/vendor/github.com/alecthomas/units \ alexbrainman:goissue34681:3fc7a47baff5:alexbrainman_goissue34681/vendor/github.com/alexbrainman/goissue34681 \ bazil:fuse:7b5117fecadc:bazil_fuse/vendor/bazil.org/fuse \ benbjohnson:clock:v1.1.0:benbjohnson_clock/vendor/github.com/benbjohnson/clock \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ blang:semver:v4.0.0:blang_semver_v4/vendor/github.com/blang/semver \ btcsuite:btcd:v0.22.0-beta:btcsuite_btcd/vendor/github.com/btcsuite/btcd \ cenkalti:backoff:v2.2.1:cenkalti_backoff/vendor/github.com/cenkalti/backoff \ census-instrumentation:opencensus-go:v0.23.0:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ ceramicnetwork:go-dag-jose:v0.1.0:ceramicnetwork_go_dag_jose/vendor/github.com/ceramicnetwork/go-dag-jose \ cespare:xxhash:v1.1.0:cespare_xxhash/vendor/github.com/cespare/xxhash \ cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ cheekybits:genny:v1.0.0:cheekybits_genny/vendor/github.com/cheekybits/genny \ cheggaaa:pb:v3.0.8:cheggaaa_pb_v3/vendor/github.com/cheggaaa/pb \ cpuguy83:go-md2man:f79a8a8ca69d:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \ crackcomm:go-gitignore:887ab5e44cc3:crackcomm_go_gitignore/vendor/github.com/crackcomm/go-gitignore \ cskr:pubsub:v1.0.2:cskr_pubsub/vendor/github.com/cskr/pubsub \ davidlazar:go-crypto:b73af7476f6c:davidlazar_go_crypto/vendor/github.com/davidlazar/go-crypto \ dgraph-io:badger:v1.6.2:dgraph_io_badger/vendor/github.com/dgraph-io/badger \ dgraph-io:ristretto:v0.0.2:dgraph_io_ristretto/vendor/github.com/dgraph-io/ristretto \ dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \ facebookgo:atomicfile:2de1f203e7d5:facebookgo_atomicfile/vendor/github.com/facebookgo/atomicfile \ fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \ flynn:noise:v1.0.0:flynn_noise/vendor/github.com/flynn/noise \ francoispqt:gojay:v1.2.13:francoispqt_gojay/vendor/github.com/francoispqt/gojay \ fsnotify:fsnotify:v1.5.1:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-task:slim-sprig:348f09dbbbc0:go_task_slim_sprig/vendor/github.com/go-task/slim-sprig \ go-tomb:tomb:dd632973f1e7:go_tomb_tomb/vendor/gopkg.in/tomb.v1 \ go4org:go4:f5505b9728dd:go4org_go4/vendor/go4.org \ gogo:protobuf:v1.3.2:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang:crypto:089bfa567519:golang_crypto/vendor/golang.org/x/crypto \ golang:mod:v0.4.2:golang_mod/vendor/golang.org/x/mod \ golang:net:60bc85c4be6d:golang_net/vendor/golang.org/x/net \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:2e65f85255db:golang_snappy/vendor/github.com/golang/snappy \ golang:sync:036812b2e83c:golang_sync/vendor/golang.org/x/sync \ golang:sys:711f33c9992c:golang_sys/vendor/golang.org/x/sys \ golang:tools:v0.1.5:golang_tools/vendor/golang.org/x/tools \ golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ google:gopacket:v1.1.19:google_gopacket/vendor/github.com/google/gopacket \ google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \ gorilla:websocket:v1.4.2:gorilla_websocket/vendor/github.com/gorilla/websocket \ hannahhoward:go-pubsub:8d62886cc36e:hannahhoward_go_pubsub/vendor/github.com/hannahhoward/go-pubsub \ hashicorp:errwrap:v1.0.0:hashicorp_errwrap/vendor/github.com/hashicorp/errwrap \ hashicorp:go-multierror:v1.1.1:hashicorp_go_multierror/vendor/github.com/hashicorp/go-multierror \ hashicorp:golang-lru:v0.5.4:hashicorp_golang_lru/vendor/github.com/hashicorp/golang-lru \ huin:goupnp:v1.0.2:huin_goupnp/vendor/github.com/huin/goupnp \ ipfs:bbloom:v0.0.4:ipfs_bbloom/vendor/github.com/ipfs/bbloom \ ipfs:go-bitfield:v1.0.0:ipfs_go_bitfield/vendor/github.com/ipfs/go-bitfield \ ipfs:go-bitswap:v0.5.1:ipfs_go_bitswap/vendor/github.com/ipfs/go-bitswap \ ipfs:go-block-format:v0.0.3:ipfs_go_block_format/vendor/github.com/ipfs/go-block-format \ ipfs:go-blockservice:v0.2.1:ipfs_go_blockservice/vendor/github.com/ipfs/go-blockservice \ ipfs:go-cid:v0.1.0:ipfs_go_cid/vendor/github.com/ipfs/go-cid \ ipfs:go-cidutil:v0.0.2:ipfs_go_cidutil/vendor/github.com/ipfs/go-cidutil \ ipfs:go-datastore:v0.5.1:ipfs_go_datastore/vendor/github.com/ipfs/go-datastore \ ipfs:go-ds-badger:v0.3.0:ipfs_go_ds_badger/vendor/github.com/ipfs/go-ds-badger \ ipfs:go-ds-flatfs:v0.5.1:ipfs_go_ds_flatfs/vendor/github.com/ipfs/go-ds-flatfs \ ipfs:go-ds-leveldb:v0.5.0:ipfs_go_ds_leveldb/vendor/github.com/ipfs/go-ds-leveldb \ ipfs:go-ds-measure:v0.2.0:ipfs_go_ds_measure/vendor/github.com/ipfs/go-ds-measure \ ipfs:go-fetcher:v1.6.1:ipfs_go_fetcher/vendor/github.com/ipfs/go-fetcher \ ipfs:go-filestore:v0.1.0:ipfs_go_filestore/vendor/github.com/ipfs/go-filestore \ ipfs:go-fs-lock:v0.0.7:ipfs_go_fs_lock/vendor/github.com/ipfs/go-fs-lock \ ipfs:go-graphsync:v0.11.0:ipfs_go_graphsync/vendor/github.com/ipfs/go-graphsync \ ipfs:go-ipfs-blockstore:v0.2.1:ipfs_go_ipfs_blockstore/vendor/github.com/ipfs/go-ipfs-blockstore \ ipfs:go-ipfs-chunker:v0.0.5:ipfs_go_ipfs_chunker/vendor/github.com/ipfs/go-ipfs-chunker \ ipfs:go-ipfs-cmds:v0.6.0:ipfs_go_ipfs_cmds/vendor/github.com/ipfs/go-ipfs-cmds \ ipfs:go-ipfs-config:v0.18.0:ipfs_go_ipfs_config/vendor/github.com/ipfs/go-ipfs-config \ ipfs:go-ipfs-delay:v0.0.1:ipfs_go_ipfs_delay/vendor/github.com/ipfs/go-ipfs-delay \ ipfs:go-ipfs-ds-help:v0.1.1:ipfs_go_ipfs_ds_help/vendor/github.com/ipfs/go-ipfs-ds-help \ ipfs:go-ipfs-exchange-interface:v0.1.0:ipfs_go_ipfs_exchange_interface/vendor/github.com/ipfs/go-ipfs-exchange-interface \ ipfs:go-ipfs-exchange-offline:v0.1.1:ipfs_go_ipfs_exchange_offline/vendor/github.com/ipfs/go-ipfs-exchange-offline \ ipfs:go-ipfs-files:v0.0.9:ipfs_go_ipfs_files/vendor/github.com/ipfs/go-ipfs-files \ ipfs:go-ipfs-http-client:v0.2.0:ipfs_go_ipfs_http_client/vendor/github.com/ipfs/go-ipfs-http-client \ ipfs:go-ipfs-keystore:v0.0.2:ipfs_go_ipfs_keystore/vendor/github.com/ipfs/go-ipfs-keystore \ ipfs:go-ipfs-pinner:v0.2.1:ipfs_go_ipfs_pinner/vendor/github.com/ipfs/go-ipfs-pinner \ ipfs:go-ipfs-posinfo:v0.0.1:ipfs_go_ipfs_posinfo/vendor/github.com/ipfs/go-ipfs-posinfo \ ipfs:go-ipfs-pq:v0.0.2:ipfs_go_ipfs_pq/vendor/github.com/ipfs/go-ipfs-pq \ ipfs:go-ipfs-provider:v0.7.1:ipfs_go_ipfs_provider/vendor/github.com/ipfs/go-ipfs-provider \ ipfs:go-ipfs-routing:v0.2.1:ipfs_go_ipfs_routing/vendor/github.com/ipfs/go-ipfs-routing \ ipfs:go-ipfs-util:v0.0.2:ipfs_go_ipfs_util/vendor/github.com/ipfs/go-ipfs-util \ ipfs:go-ipfs:v0.11.0:ipfs_go_ipfs/vendor/github.com/ipfs/go-ipfs \ ipfs:go-ipld-cbor:v0.0.5:ipfs_go_ipld_cbor/vendor/github.com/ipfs/go-ipld-cbor \ ipfs:go-ipld-format:v0.2.0:ipfs_go_ipld_format/vendor/github.com/ipfs/go-ipld-format \ ipfs:go-ipld-git:v0.1.1:ipfs_go_ipld_git/vendor/github.com/ipfs/go-ipld-git \ ipfs:go-ipld-legacy:v0.1.0:ipfs_go_ipld_legacy/vendor/github.com/ipfs/go-ipld-legacy \ ipfs:go-ipns:v0.1.2:ipfs_go_ipns/vendor/github.com/ipfs/go-ipns \ ipfs:go-log:v1.0.5:ipfs_go_log/vendor/github.com/ipfs/go-log \ ipfs:go-log:v2.3.0:ipfs_go_log_v2/vendor/github.com/ipfs/go-log/v2 \ ipfs:go-merkledag:v0.5.1:ipfs_go_merkledag/vendor/github.com/ipfs/go-merkledag \ ipfs:go-metrics-interface:v0.0.1:ipfs_go_metrics_interface/vendor/github.com/ipfs/go-metrics-interface \ ipfs:go-mfs:v0.2.1:ipfs_go_mfs/vendor/github.com/ipfs/go-mfs \ ipfs:go-namesys:v0.4.0:ipfs_go_namesys/vendor/github.com/ipfs/go-namesys \ ipfs:go-path:v0.2.1:ipfs_go_path/vendor/github.com/ipfs/go-path \ ipfs:go-peertaskqueue:v0.7.0:ipfs_go_peertaskqueue/vendor/github.com/ipfs/go-peertaskqueue \ ipfs:go-unixfs:v0.3.1:ipfs_go_unixfs/vendor/github.com/ipfs/go-unixfs \ ipfs:go-unixfsnode:v1.1.3:ipfs_go_unixfsnode/vendor/github.com/ipfs/go-unixfsnode \ ipfs:go-verifcid:v0.0.1:ipfs_go_verifcid/vendor/github.com/ipfs/go-verifcid \ ipfs:interface-go-ipfs-core:v0.5.2:ipfs_interface_go_ipfs_core/vendor/github.com/ipfs/interface-go-ipfs-core \ ipld:go-codec-dagpb:v1.3.0:ipld_go_codec_dagpb/vendor/github.com/ipld/go-codec-dagpb \ ipld:go-ipld-prime:v0.14.2:ipld_go_ipld_prime/vendor/github.com/ipld/go-ipld-prime \ jackpal:go-nat-pmp:v1.0.2:jackpal_go_nat_pmp/vendor/github.com/jackpal/go-nat-pmp \ jbenet:go-temp-err-catcher:v0.1.0:jbenet_go_temp_err_catcher/vendor/github.com/jbenet/go-temp-err-catcher \ jbenet:goprocess:v0.1.4:jbenet_goprocess/vendor/github.com/jbenet/goprocess \ klauspost:compress:v1.11.7:klauspost_compress/vendor/github.com/klauspost/compress \ klauspost:cpuid:v2.0.9:klauspost_cpuid_v2/vendor/github.com/klauspost/cpuid/v2 \ koron:go-ssdp:v0.0.2:koron_go_ssdp/vendor/github.com/koron/go-ssdp \ libp2p:go-addr-util:v0.1.0:libp2p_go_addr_util/vendor/github.com/libp2p/go-addr-util \ libp2p:go-buffer-pool:v0.0.2:libp2p_go_buffer_pool/vendor/github.com/libp2p/go-buffer-pool \ libp2p:go-cidranger:v1.1.0:libp2p_go_cidranger/vendor/github.com/libp2p/go-cidranger \ libp2p:go-conn-security-multistream:v0.3.0:libp2p_go_conn_security_multistream/vendor/github.com/libp2p/go-conn-security-multistream \ libp2p:go-doh-resolver:v0.3.1:libp2p_go_doh_resolver/vendor/github.com/libp2p/go-doh-resolver \ libp2p:go-eventbus:v0.2.1:libp2p_go_eventbus/vendor/github.com/libp2p/go-eventbus \ libp2p:go-flow-metrics:v0.0.3:libp2p_go_flow_metrics/vendor/github.com/libp2p/go-flow-metrics \ libp2p:go-libp2p-asn-util:v0.1.0:libp2p_go_libp2p_asn_util/vendor/github.com/libp2p/go-libp2p-asn-util \ libp2p:go-libp2p-autonat:v0.6.0:libp2p_go_libp2p_autonat/vendor/github.com/libp2p/go-libp2p-autonat \ libp2p:go-libp2p-blankhost:v0.2.0:libp2p_go_libp2p_blankhost/vendor/github.com/libp2p/go-libp2p-blankhost \ libp2p:go-libp2p-connmgr:v0.2.4:libp2p_go_libp2p_connmgr/vendor/github.com/libp2p/go-libp2p-connmgr \ libp2p:go-libp2p-core:v0.11.0:libp2p_go_libp2p_core/vendor/github.com/libp2p/go-libp2p-core \ libp2p:go-libp2p-discovery:v0.6.0:libp2p_go_libp2p_discovery/vendor/github.com/libp2p/go-libp2p-discovery \ libp2p:go-libp2p-kad-dht:v0.15.0:libp2p_go_libp2p_kad_dht/vendor/github.com/libp2p/go-libp2p-kad-dht \ libp2p:go-libp2p-kbucket:v0.4.7:libp2p_go_libp2p_kbucket/vendor/github.com/libp2p/go-libp2p-kbucket \ libp2p:go-libp2p-loggables:v0.1.0:libp2p_go_libp2p_loggables/vendor/github.com/libp2p/go-libp2p-loggables \ libp2p:go-libp2p-mplex:v0.4.1:libp2p_go_libp2p_mplex/vendor/github.com/libp2p/go-libp2p-mplex \ libp2p:go-libp2p-nat:v0.1.0:libp2p_go_libp2p_nat/vendor/github.com/libp2p/go-libp2p-nat \ libp2p:go-libp2p-noise:v0.3.0:libp2p_go_libp2p_noise/vendor/github.com/libp2p/go-libp2p-noise \ libp2p:go-libp2p-peerstore:v0.4.0:libp2p_go_libp2p_peerstore/vendor/github.com/libp2p/go-libp2p-peerstore \ libp2p:go-libp2p-pnet:v0.2.0:libp2p_go_libp2p_pnet/vendor/github.com/libp2p/go-libp2p-pnet \ libp2p:go-libp2p-pubsub-router:v0.5.0:libp2p_go_libp2p_pubsub_router/vendor/github.com/libp2p/go-libp2p-pubsub-router \ libp2p:go-libp2p-pubsub:v0.6.0:libp2p_go_libp2p_pubsub/vendor/github.com/libp2p/go-libp2p-pubsub \ libp2p:go-libp2p-quic-transport:v0.15.0:libp2p_go_libp2p_quic_transport/vendor/github.com/libp2p/go-libp2p-quic-transport \ libp2p:go-libp2p-record:v0.1.3:libp2p_go_libp2p_record/vendor/github.com/libp2p/go-libp2p-record \ libp2p:go-libp2p-routing-helpers:v0.2.3:libp2p_go_libp2p_routing_helpers/vendor/github.com/libp2p/go-libp2p-routing-helpers \ libp2p:go-libp2p-swarm:v0.8.0:libp2p_go_libp2p_swarm/vendor/github.com/libp2p/go-libp2p-swarm \ libp2p:go-libp2p-tls:v0.3.1:libp2p_go_libp2p_tls/vendor/github.com/libp2p/go-libp2p-tls \ libp2p:go-libp2p-transport-upgrader:v0.5.0:libp2p_go_libp2p_transport_upgrader/vendor/github.com/libp2p/go-libp2p-transport-upgrader \ libp2p:go-libp2p-xor:5c005aca55db:libp2p_go_libp2p_xor/vendor/github.com/libp2p/go-libp2p-xor \ libp2p:go-libp2p-yamux:v0.6.0:libp2p_go_libp2p_yamux/vendor/github.com/libp2p/go-libp2p-yamux \ libp2p:go-libp2p:v0.16.0:libp2p_go_libp2p/vendor/github.com/libp2p/go-libp2p \ libp2p:go-maddr-filter:v0.1.0:libp2p_go_maddr_filter/vendor/github.com/libp2p/go-maddr-filter \ libp2p:go-mplex:v0.3.0:libp2p_go_mplex/vendor/github.com/libp2p/go-mplex \ libp2p:go-msgio:v0.1.0:libp2p_go_msgio/vendor/github.com/libp2p/go-msgio \ libp2p:go-nat:v0.1.0:libp2p_go_nat/vendor/github.com/libp2p/go-nat \ libp2p:go-netroute:v0.1.6:libp2p_go_netroute/vendor/github.com/libp2p/go-netroute \ libp2p:go-openssl:v0.0.7:libp2p_go_openssl/vendor/github.com/libp2p/go-openssl \ libp2p:go-reuseport-transport:v0.1.0:libp2p_go_reuseport_transport/vendor/github.com/libp2p/go-reuseport-transport \ libp2p:go-reuseport:v0.1.0:libp2p_go_reuseport/vendor/github.com/libp2p/go-reuseport \ libp2p:go-sockaddr:v0.1.1:libp2p_go_sockaddr/vendor/github.com/libp2p/go-sockaddr \ libp2p:go-stream-muxer-multistream:v0.3.0:libp2p_go_stream_muxer_multistream/vendor/github.com/libp2p/go-stream-muxer-multistream \ libp2p:go-tcp-transport:v0.4.0:libp2p_go_tcp_transport/vendor/github.com/libp2p/go-tcp-transport \ libp2p:go-ws-transport:v0.5.0:libp2p_go_ws_transport/vendor/github.com/libp2p/go-ws-transport \ libp2p:go-yamux:v2.3.0:libp2p_go_yamux_v2/vendor/github.com/libp2p/go-yamux/v2 \ libp2p:zeroconf:v2.1.1:libp2p_zeroconf_v2/vendor/github.com/libp2p/zeroconf/v2 \ lucas-clemente:quic-go:v0.24.0:lucas_clemente_quic_go/vendor/github.com/lucas-clemente/quic-go \ lukechampine:blake3:v1.1.6:lukechampine_blake3/vendor/lukechampine.com/blake3 \ marten-seemann:qtls-go1-16:v0.1.4:marten_seemann_qtls_go1_16/vendor/github.com/marten-seemann/qtls-go1-16 \ marten-seemann:qtls-go1-17:v0.1.0:marten_seemann_qtls_go1_17/vendor/github.com/marten-seemann/qtls-go1-17 \ marten-seemann:tcp:dfbc87cc63fd:marten_seemann_tcp/vendor/github.com/marten-seemann/tcp \ mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.13:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.12:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ miekg:dns:v1.1.43:miekg_dns/vendor/github.com/miekg/dns \ mikioh:tcpinfo:30a79bb1804b:mikioh_tcpinfo/vendor/github.com/mikioh/tcpinfo \ mikioh:tcpopt:172688c1accc:mikioh_tcpopt/vendor/github.com/mikioh/tcpopt \ minio:blake2b-simd:3f5f724cb5b1:minio_blake2b_simd/vendor/github.com/minio/blake2b-simd \ minio:sha256-simd:v1.0.0:minio_sha256_simd/vendor/github.com/minio/sha256-simd \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mr-tron:base58:v1.2.0:mr_tron_base58/vendor/github.com/mr-tron/base58 \ multiformats:go-base32:v0.0.3:multiformats_go_base32/vendor/github.com/multiformats/go-base32 \ multiformats:go-base36:v0.1.0:multiformats_go_base36/vendor/github.com/multiformats/go-base36 \ multiformats:go-multiaddr-dns:v0.3.1:multiformats_go_multiaddr_dns/vendor/github.com/multiformats/go-multiaddr-dns \ multiformats:go-multiaddr-fmt:v0.1.0:multiformats_go_multiaddr_fmt/vendor/github.com/multiformats/go-multiaddr-fmt \ multiformats:go-multiaddr:v0.4.1:multiformats_go_multiaddr/vendor/github.com/multiformats/go-multiaddr \ multiformats:go-multibase:v0.0.3:multiformats_go_multibase/vendor/github.com/multiformats/go-multibase \ multiformats:go-multicodec:v0.3.0:multiformats_go_multicodec/vendor/github.com/multiformats/go-multicodec \ multiformats:go-multihash:v0.1.0:multiformats_go_multihash/vendor/github.com/multiformats/go-multihash \ multiformats:go-multistream:v0.2.2:multiformats_go_multistream/vendor/github.com/multiformats/go-multistream \ multiformats:go-varint:v0.0.6:multiformats_go_varint/vendor/github.com/multiformats/go-varint \ nxadm:tail:v1.4.8:nxadm_tail/vendor/github.com/nxadm/tail \ onsi:ginkgo:v1.16.4:onsi_ginkgo/vendor/github.com/onsi/ginkgo \ open-telemetry:opentelemetry-go:v0.20.0:open_telemetry_opentelemetry_go/vendor/go.opentelemetry.io/otel \ opentracing:opentracing-go:v1.2.0:opentracing_opentracing_go/vendor/github.com/opentracing/opentracing-go \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ polydawn:refmt:30ac6d18308e:polydawn_refmt/vendor/github.com/polydawn/refmt \ prometheus:client_golang:v1.11.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.30.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.7.3:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.27.1:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \ rs:cors:v1.7.0:rs_cors/vendor/github.com/rs/cors \ russross:blackfriday:v2.0.1:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \ shurcooL:sanitized_anchor_name:v1.0.0:shurcool_sanitized_anchor_name/vendor/github.com/shurcooL/sanitized_anchor_name \ spacemonkeygo:spacelog:2296661a0572:spacemonkeygo_spacelog/vendor/github.com/spacemonkeygo/spacelog \ spaolacci:murmur3:v1.1.0:spaolacci_murmur3/vendor/github.com/spaolacci/murmur3 \ square:go-jose:v2.5.1:square_go_jose/vendor/gopkg.in/square/go-jose.v2 \ syndtr:goleveldb:v1.0.0:syndtr_goleveldb/vendor/github.com/syndtr/goleveldb \ uber-go:atomic:v1.9.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:dig:v1.12.0:uber_go_dig/vendor/go.uber.org/dig \ uber-go:fx:v1.15.0:uber_go_fx/vendor/go.uber.org/fx \ uber-go:multierr:v1.7.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.19.1:uber_go_zap/vendor/go.uber.org/zap \ urfave:cli:v2.3.0:urfave_cli_v2/vendor/github.com/urfave/cli/v2 \ whyrusleeping:base32:c30ac30633cc:whyrusleeping_base32/vendor/github.com/whyrusleeping/base32 \ whyrusleeping:cbor-gen:f37d292932f2:whyrusleeping_cbor_gen/vendor/github.com/whyrusleeping/cbor-gen \ whyrusleeping:chunker:fe64bd25879f:whyrusleeping_chunker/vendor/github.com/whyrusleeping/chunker \ whyrusleeping:go-keyspace:5b898ac5add1:whyrusleeping_go_keyspace/vendor/github.com/whyrusleeping/go-keyspace \ whyrusleeping:mdns:b9b60ed33aa9:whyrusleeping_mdns/vendor/github.com/whyrusleeping/mdns \ whyrusleeping:multiaddr-filter:e903e4adabd7:whyrusleeping_multiaddr_filter/vendor/github.com/whyrusleeping/multiaddr-filter \ whyrusleeping:timecache:cfcb2f1abfee:whyrusleeping_timecache/vendor/github.com/whyrusleeping/timecache .include diff --git a/sysutils/minikube/Makefile b/sysutils/minikube/Makefile index aabaf4516f61..0a6ff706bff2 100644 --- a/sysutils/minikube/Makefile +++ b/sysutils/minikube/Makefile @@ -1,248 +1,248 @@ # Created by: Danilo Egea Gondolfo PORTNAME= minikube PORTVERSION= 1.25.2 DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org COMMENT= Run Kubernetes locally LICENSE= APACHE20 BUILD_DEPENDS= go-bindata:devel/go-bindata RUN_DEPENDS= kubectl:sysutils/kubectl USES= cpe go:modules CPE_VENDOR= kubernetes USE_GITHUB= yes GH_ACCOUNT= kubernetes GH_TUPLE= \ Azure:go-ansiterm:d185dfc1b5a1:azure_go_ansiterm/vendor/github.com/Azure/go-ansiterm \ Delta456:box-cli-maker:v2.2.2:delta456_box_cli_maker_v2/vendor/github.com/Delta456/box-cli-maker/v2 \ GoogleCloudPlatform:docker-credential-gcr:faed5e8b8ca2:googlecloudplatform_docker_credential_gcr/vendor/github.com/GoogleCloudPlatform/docker-credential-gcr \ GoogleCloudPlatform:opentelemetry-operations-go:v1.0.0:googlecloudplatform_opentelemetry_operations_go_trace/vendor/github.com/GoogleCloudPlatform/opentelemetry-operations-go \ MakeNowJust:heredoc:bb23615498cd:makenowjust_heredoc/vendor/github.com/MakeNowJust/heredoc \ Microsoft:go-winio:v0.5.0:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ Microsoft:hcsshim:v0.8.17:microsoft_hcsshim/vendor/github.com/Microsoft/hcsshim \ Parallels:docker-machine-parallels:v2.0.1:parallels_docker_machine_parallels_v2/vendor/github.com/Parallels/docker-machine-parallels/v2 \ VividCortex:ewma:v1.1.1:vividcortex_ewma/vendor/github.com/VividCortex/ewma \ VividCortex:godaemon:v1.0.0:vividcortex_godaemon/vendor/github.com/VividCortex/godaemon \ ajstarks:svgo:c3b6e2f0c527:ajstarks_svgo/vendor/github.com/ajstarks/svgo \ alonyb:spinner:v1.12.7:alonyb_spinner/vendor/github.com/briandowns/spinner \ apache:thrift:2566ecd5d999:apache_thrift/vendor/git.apache.org/thrift.git \ aws:aws-sdk-go:v1.38.49:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ bgentry:go-netrc:9fd32a8b3d3d:bgentry_go_netrc/vendor/github.com/bgentry/go-netrc \ blang:semver:v4.0.0:blang_semver_v4/vendor/github.com/blang/semver \ c4milo:gotoolkit:67483a18c17a:c4milo_gotoolkit/vendor/github.com/c4milo/gotoolkit \ cenkalti:backoff:v4.1.2:cenkalti_backoff_v4/vendor/github.com/cenkalti/backoff/v4 \ census-ecosystem:opencensus-go-exporter-stackdriver:v0.13.10:census_ecosystem_opencensus_go_exporter_stackdriver/vendor/contrib.go.opencensus.io/exporter/stackdriver \ census-instrumentation:opencensus-go:v0.23.0:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ census-instrumentation:opencensus-proto:v0.3.0:census_instrumentation_opencensus_proto/vendor/github.com/census-instrumentation/opencensus-proto \ cespare:xxhash:v2.1.2:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \ cheggaaa:pb:v3.0.8:cheggaaa_pb_v3/vendor/github.com/cheggaaa/pb \ cloudevents:sdk-go:v2.8.0:cloudevents_sdk_go_v2/vendor/github.com/cloudevents/sdk-go \ cloudfoundry-attic:jibber_jabber:bcc4c8345a21:cloudfoundry_attic_jibber_jabber/vendor/github.com/cloudfoundry-attic/jibber_jabber \ cncf:udpa:04548b0d99d4:cncf_udpa_go/vendor/github.com/cncf/udpa \ cncf:xds:a8f946100490:cncf_xds_go/vendor/github.com/cncf/xds \ containerd:cgroups:v1.0.1:containerd_cgroups/vendor/github.com/containerd/cgroups \ containerd:containerd:v1.5.2:containerd_containerd/vendor/github.com/containerd/containerd \ containerd:stargz-snapshotter:v0.7.0:containerd_stargz_snapshotter_estargz/vendor/github.com/containerd/stargz-snapshotter \ cpuguy83:go-md2man:v2.0.1:cpuguy83_go_md2man_v2/vendor/github.com/cpuguy83/go-md2man/v2 \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ docker:cli:v20.10.7:docker_cli/vendor/github.com/docker/cli \ docker:distribution:v2.7.1:docker_distribution/vendor/github.com/docker/distribution \ docker:go-connections:v0.4.0:docker_go_connections/vendor/github.com/docker/go-connections \ docker:go-units:v0.4.0:docker_go_units/vendor/github.com/docker/go-units \ elazarl:goproxy:a92cc753f88e:elazarl_goproxy/vendor/github.com/elazarl/goproxy \ envoyproxy:go-control-plane:v0.10.1:envoyproxy_go_control_plane/vendor/github.com/envoyproxy/go-control-plane \ envoyproxy:protoc-gen-validate:v0.6.2:envoyproxy_protoc_gen_validate/vendor/github.com/envoyproxy/protoc-gen-validate \ evanphx:json-patch:v4.12.0:evanphx_json_patch/vendor/github.com/evanphx/json-patch \ fatih:color:v1.13.0:fatih_color/vendor/github.com/fatih/color \ fogleman:gg:v1.3.0:fogleman_gg/vendor/github.com/fogleman/gg \ fsnotify:fsnotify:v1.5.1:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ go-fonts:liberation:v0.2.0:go_fonts_liberation/vendor/github.com/go-fonts/liberation \ go-inf:inf:v0.9.1:go_inf_inf/vendor/gopkg.in/inf.v0 \ go-ini:ini:v1.66.2:go_ini_ini/vendor/gopkg.in/ini.v1 \ go-latex:latex:c0d11ff05a81:go_latex_latex/vendor/github.com/go-latex/latex \ go-logr:logr:v1.2.2:go_logr_logr/vendor/github.com/go-logr/logr \ go-logr:stdr:v1.2.2:go_logr_stdr/vendor/github.com/go-logr/stdr \ go-mgo:mgo:a6b53ec6cb22:go_mgo_mgo/vendor/gopkg.in/mgo.v2 \ go-ole:go-ole:v1.2.6:go_ole_go_ole/vendor/github.com/go-ole/go-ole \ go-pdf:fpdf:v0.5.0:go_pdf_fpdf/vendor/github.com/go-pdf/fpdf \ go-yaml:yaml:496545a6307b:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gogo:protobuf:v1.3.2:gogo_protobuf/vendor/github.com/gogo/protobuf \ golang-collections:collections:604e922904d3:golang_collections_collections/vendor/github.com/golang-collections/collections \ golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ golang:build:2835ba2e683f:golang_build/vendor/golang.org/x/build \ golang:crypto:32db794688a5:golang_crypto/vendor/golang.org/x/crypto \ golang:exp:85be41e4509f:golang_exp/vendor/golang.org/x/exp \ golang:freetype:e2365dfdc4a0:golang_freetype/vendor/github.com/golang/freetype \ golang:groupcache:41bb18bfe9da:golang_groupcache/vendor/github.com/golang/groupcache \ golang:image:a66eb6448b8d:golang_image/vendor/golang.org/x/image \ golang:mod:v0.5.1:golang_mod/vendor/golang.org/x/mod \ golang:net:491a49abca63:golang_net/vendor/golang.org/x/net \ golang:oauth2:d3ed0bb246c8:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:v0.0.3:golang_snappy/vendor/github.com/golang/snappy \ golang:sync:036812b2e83c:golang_sync/vendor/golang.org/x/sync \ golang:sys:1c1b9b1eba6a:golang_sys/vendor/golang.org/x/sys \ golang:term:6886f2dfbf5b:golang_term/vendor/golang.org/x/term \ golang:text:v0.3.7:golang_text/vendor/golang.org/x/text \ golang:time:1f47c861a9ac:golang_time/vendor/golang.org/x/time \ golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ google:go-cmp:v0.5.7:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-containerregistry:v0.6.0:google_go_containerregistry/vendor/github.com/google/go-containerregistry \ google:go-genproto:d6cc3cc0770e:google_go_genproto/vendor/google.golang.org/genproto \ google:go-github:v36.0.0:google_go_github_v36/vendor/github.com/google/go-github/v36 \ google:go-querystring:v1.0.0:google_go_querystring/vendor/github.com/google/go-querystring \ google:gofuzz:v1.1.0:google_gofuzz/vendor/github.com/google/gofuzz \ google:slowjam:v1.0.0:google_slowjam/vendor/github.com/google/slowjam \ google:uuid:v1.3.0:google_uuid/vendor/github.com/google/uuid \ googleapis:gax-go:v2.1.1:googleapis_gax_go_v2/vendor/github.com/googleapis/gax-go \ googleapis:gnostic:v0.5.5:googleapis_gnostic/vendor/github.com/googleapis/gnostic \ googleapis:google-api-go-client:v0.68.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ googleapis:google-cloud-go:monitoring/v1.1.0:googleapis_google_cloud_go_monitoring \ googleapis:google-cloud-go:storage/v1.20.0:googleapis_google_cloud_go_storage \ googleapis:google-cloud-go:trace/v1.0.0:googleapis_google_cloud_go_trace \ googleapis:google-cloud-go:v0.100.2:googleapis_google_cloud_go/vendor/cloud.google.com/go \ gookit:color:v1.4.2:gookit_color/vendor/github.com/gookit/color \ grpc:grpc-go:v1.43.0:grpc_grpc_go/vendor/google.golang.org/grpc \ hashicorp:go-cleanhttp:v0.5.2:hashicorp_go_cleanhttp/vendor/github.com/hashicorp/go-cleanhttp \ hashicorp:go-getter:v1.5.11:hashicorp_go_getter/vendor/github.com/hashicorp/go-getter \ hashicorp:go-retryablehttp:v0.7.0:hashicorp_go_retryablehttp/vendor/github.com/hashicorp/go-retryablehttp \ hashicorp:go-safetemp:v1.0.0:hashicorp_go_safetemp/vendor/github.com/hashicorp/go-safetemp \ hashicorp:go-version:v1.2.1:hashicorp_go_version/vendor/github.com/hashicorp/go-version \ hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \ hectane:go-acl:da78bae5fc95:hectane_go_acl/vendor/github.com/hectane/go-acl \ hooklift:assert:9d1defd6d214:hooklift_assert/vendor/github.com/hooklift/assert \ hooklift:iso9660:1cf07e5970d8:hooklift_iso9660/vendor/github.com/hooklift/iso9660 \ imdario:mergo:v0.3.11:imdario_mergo/vendor/github.com/imdario/mergo \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ intel-go:cpuid:1a4a6f06a1c6:intel_go_cpuid/vendor/github.com/intel-go/cpuid \ jmespath:go-jmespath:v0.4.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ johanneswuerbach:nfsexports:c48c3734757f:johanneswuerbach_nfsexports/vendor/github.com/johanneswuerbach/nfsexports \ json-iterator:go:v1.1.12:json_iterator_go/vendor/github.com/json-iterator/go \ juju:clock:9c5c9712527c:juju_clock/vendor/github.com/juju/clock \ juju:errors:0232dcc7464d:juju_errors/vendor/github.com/juju/errors \ juju:fslock:4d5c94c67b4b:juju_fslock/vendor/github.com/juju/fslock \ juju:loggo:6e530bcce5d8:juju_loggo/vendor/github.com/juju/loggo \ juju:mutex:d21b13acf4bf:juju_mutex/vendor/github.com/juju/mutex \ juju:retry:9058e192b216:juju_retry/vendor/github.com/juju/retry \ juju:testing:ce30eb24acd2:juju_testing/vendor/github.com/juju/testing \ juju:utils:bf9cc5bdd62d:juju_utils/vendor/github.com/juju/utils \ juju:version:b64dbd566305:juju_version/vendor/github.com/juju/version \ kballard:go-shellquote:95032a82bc51:kballard_go_shellquote/vendor/github.com/kballard/go-shellquote \ klauspost:compress:v1.13.0:klauspost_compress/vendor/github.com/klauspost/compress \ klauspost:cpuid:v1.2.0:klauspost_cpuid/vendor/github.com/klauspost/cpuid \ kubernetes-sigs:json:c049b76a60c6:kubernetes_sigs_json/vendor/sigs.k8s.io/json \ kubernetes-sigs:sig-storage-lib-external-provisioner:v6.3.0:kubernetes_sigs_sig_storage_lib_external_provisioner/vendor/sigs.k8s.io/sig-storage-lib-external-provisioner/v6 \ kubernetes-sigs:structured-merge-diff:v4.2.1:kubernetes_sigs_structured_merge_diff/vendor/sigs.k8s.io/structured-merge-diff/v4 \ kubernetes-sigs:yaml:v1.2.0:kubernetes_sigs_yaml/vendor/sigs.k8s.io/yaml \ kubernetes:api:v0.23.4:kubernetes_api/vendor/k8s.io/api \ kubernetes:apimachinery:v0.23.4:kubernetes_apimachinery/vendor/k8s.io/apimachinery \ kubernetes:client-go:v0.23.4:kubernetes_client_go/vendor/k8s.io/client-go \ kubernetes:cluster-bootstrap:v0.22.4:kubernetes_cluster_bootstrap/vendor/k8s.io/cluster-bootstrap \ kubernetes:component-base:v0.23.4:kubernetes_component_base/vendor/k8s.io/component-base \ kubernetes:klog:v2.40.1:kubernetes_klog/vendor/k8s.io/klog/v2 \ kubernetes:kube-openapi:e816edb12b65:kubernetes_kube_openapi/vendor/k8s.io/kube-openapi \ kubernetes:kubectl:v0.22.2:kubernetes_kubectl/vendor/k8s.io/kubectl \ kubernetes:utils:bdf08cb9a70a:kubernetes_utils/vendor/k8s.io/utils \ libvirt:libvirt-go:v7.4.0:libvirt_libvirt_go/vendor/github.com/libvirt/libvirt-go \ kubernetes:utils:6203023598ed:kubernetes_utils/vendor/k8s.io/utils \ lufia:plan9stats:39d0f177ccd0:lufia_plan9stats/vendor/github.com/lufia/plan9stats \ machine-drivers:docker-machine-driver-vmware:v0.1.5:machine_drivers_docker_machine_driver_vmware/vendor/github.com/machine-drivers/docker-machine-driver-vmware \ machine-drivers:machine:78a84df85426:machine_drivers_machine/vendor/github.com/docker/machine \ magiconair:properties:v1.8.5:magiconair_properties/vendor/github.com/magiconair/properties \ mattbaird:jsonpatch:098863c1fc24:mattbaird_jsonpatch/vendor/github.com/mattbaird/jsonpatch \ mattn:go-colorable:v0.1.12:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.14:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.13:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ matttproud:golang_protobuf_extensions:c182affec369:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ miekg:dns:v1.1.41:miekg_dns/vendor/github.com/miekg/dns \ mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:go-ps:v1.0.0:mitchellh_go_ps/vendor/github.com/mitchellh/go-ps \ mitchellh:go-testing-interface:v1.0.0:mitchellh_go_testing_interface/vendor/github.com/mitchellh/go-testing-interface \ mitchellh:go-wordwrap:v1.0.0:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ mitchellh:mapstructure:v1.4.3:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ moby:hyperkit:2f061e447e14:moby_hyperkit/vendor/github.com/moby/hyperkit \ docker:docker-credential-helpers:v0.6.3:docker_docker_credential_helpers/vendor/github.com/docker/docker-credential-helpers \ moby:moby:v20.10.12:moby_moby/vendor/github.com/docker/docker \ moby:spdystream:v0.2.0:moby_spdystream/vendor/github.com/moby/spdystream \ moby:sys:mount/v0.2.0:moby_sys_mount/vendor/github.com/moby/sys \ moby:sys:mountinfo/v0.4.1:moby_sys_mountinfo \ moby:term:9d4ed1856297:moby_term/vendor/github.com/moby/term \ modern-go:concurrent:bacd9c7ef1dd:modern_go_concurrent/vendor/github.com/modern-go/concurrent \ modern-go:reflect2:v1.0.2:modern_go_reflect2/vendor/github.com/modern-go/reflect2 \ olekukonko:tablewriter:v0.0.5:olekukonko_tablewriter/vendor/github.com/olekukonko/tablewriter \ open-telemetry:opentelemetry-go:v1.4.0:open_telemetry_opentelemetry_go/vendor/go.opentelemetry.io/otel \ opencontainers:go-digest:v1.0.0:opencontainers_go_digest/vendor/github.com/opencontainers/go-digest \ opencontainers:image-spec:v1.0.1:opencontainers_image_spec/vendor/github.com/opencontainers/image-spec \ opencontainers:runc:v1.0.2:opencontainers_runc/vendor/github.com/opencontainers/runc \ otiai10:copy:v1.7.0:otiai10_copy/vendor/github.com/otiai10/copy \ pborman:uuid:v1.2.1:pborman_uuid/vendor/github.com/pborman/uuid \ pelletier:go-toml:v1.9.4:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ phayes:freeport:95f893ade6f2:phayes_freeport/vendor/github.com/phayes/freeport \ pkg:browser:9302be274faa:pkg_browser/vendor/github.com/pkg/browser \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pkg:profile:3a8809bd8a80:pkg_profile/vendor/github.com/pkg/profile \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ power-devops:perfstat:5aafc221ea8c:power_devops_perfstat/vendor/github.com/power-devops/perfstat \ prometheus:client_golang:v1.11.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ prometheus:common:v0.28.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.6.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.27.1:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \ russross:blackfriday:41c5fccfd6f6:russross_blackfriday/vendor/github.com/russross/blackfriday \ russross:blackfriday:v2.1.0:russross_blackfriday_v2/vendor/github.com/russross/blackfriday/v2 \ santhosh-tekuri:jsonschema:v5.0.0:santhosh_tekuri_jsonschema_v5/vendor/github.com/santhosh-tekuri/jsonschema/v5 \ sayboras:dockerclient:v1.0.0:sayboras_dockerclient/vendor/github.com/samalba/dockerclient \ shirou:gopsutil:v3.22.1:shirou_gopsutil_v3/vendor/github.com/shirou/gopsutil/v3 \ sirupsen:logrus:v1.8.1:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ spf13:afero:v1.6.0:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.4.1:spf13_cast/vendor/github.com/spf13/cast \ spf13:cobra:v1.3.0:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:jwalterweatherman:v1.1.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.10.1:spf13_viper/vendor/github.com/spf13/viper \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ tklauser:go-sysconf:v0.3.9:tklauser_go_sysconf/vendor/github.com/tklauser/go-sysconf \ tklauser:numcpus:v0.3.0:tklauser_numcpus/vendor/github.com/tklauser/numcpus \ uber-go:atomic:v1.7.0:uber_go_atomic/vendor/go.uber.org/atomic \ uber-go:multierr:v1.6.0:uber_go_multierr/vendor/go.uber.org/multierr \ uber-go:zap:v1.19.0:uber_go_zap/vendor/go.uber.org/zap \ ulikunitz:xz:v0.5.8:ulikunitz_xz/vendor/github.com/ulikunitz/xz \ xeipuuv:gojsonpointer:4e3ac2762d5f:xeipuuv_gojsonpointer/vendor/github.com/xeipuuv/gojsonpointer \ xeipuuv:gojsonreference:bd5ef7bd5415:xeipuuv_gojsonreference/vendor/github.com/xeipuuv/gojsonreference \ xeipuuv:gojsonschema:1d523034197f:xeipuuv_gojsonschema/vendor/github.com/xeipuuv/gojsonschema \ xo:terminfo:ca9a967f8778:xo_terminfo/vendor/github.com/xo/terminfo \ yusufpapurcu:wmi:v1.2.2:yusufpapurcu_wmi/vendor/github.com/yusufpapurcu/wmi \ zchee:go-vmnet:97ebf9174097:zchee_go_vmnet/vendor/github.com/zchee/go-vmnet GO_TARGET= ./cmd/${PORTNAME} GO_BUILDFLAGS= -ldflags="-X k8s.io/minikube/pkg/version.version=v${PORTVERSION} \ -X k8s.io/minikube/pkg/version.isoVersion=v1.25.2 \ -X k8s.io/minikube/pkg/version.storageProvisionerVersion=v5 \ -X k8s.io/minikube/pkg/version.isoPath=minikube/iso" PLIST_FILES= bin/${PORTNAME} SUB_FILES= pkg-message post-patch: cd ${WRKSRC}/vendor/github.com/pkg/browser && \ ${LN} -s browser_linux.go browser_freebsd.go pre-build: cd ${WRKSRC} && \ ${LOCALBASE}/bin/go-bindata -nomemcopy \ -o pkg/minikube/assets/assets.go -pkg assets deploy/addons/... && \ ${LOCALBASE}/bin/go-bindata -nomemcopy \ -o pkg/minikube/translate/translations.go -pkg translate translations/... && \ - ${LOCALBASE}/bin/gofmt -s -w pkg/minikube/translate/translations.go + ${LOCALBASE}/bin/gofmt${GO_SUFFIX} -s -w pkg/minikube/translate/translations.go .include diff --git a/www/adguardhome/Makefile b/www/adguardhome/Makefile index 5f1cee823f3c..880667cbb59d 100644 --- a/www/adguardhome/Makefile +++ b/www/adguardhome/Makefile @@ -1,55 +1,54 @@ PORTNAME= adguardhome DISTVERSIONPREFIX= v DISTVERSION= 0.107.0-b.7 PORTREVISION= 2 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org COMMENT= Network-wide ads & trackers blocking DNS server LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cpe go:modules +USES= cpe go:1.17,modules GO_MODULE= github.com/AdguardTeam/AdGuardHome -GO_PORT= lang/go117 # quic-go does not build on Go 1.18 yet # to rebuild the deps archives: # 1. set DEV_UPDATE_MODE=yes # 2. make makesum patch build # 3. upload the *-html-build* archives # 4. set DEV_UPDATE_MODE=no # 5. make clean makesum DEV_UPDATE_MODE= no USER= root # it has to run as root because it listens on the privileged DNS port SUB_LIST= USER=${USER} USE_RC_SUBR= ${PORTNAME} CPE_VENDOR= adguard .if (${DEV_UPDATE_MODE} == "yes") BUILD_DEPENDS= npm:www/npm \ yarn:www/yarn do-build: @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} js-deps js-build && \ ${TAR} czf ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-html-build-${DISTVERSION}${EXTRACT_SUFX} build && \ ${TAR} czf ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-html-build2-${DISTVERSION}${EXTRACT_SUFX} build2 && \ ${ECHO} "Please upload files ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-html-build-${DISTVERSION}${EXTRACT_SUFX} and ${DISTDIR}/${DIST_SUBDIR}/${PORTNAME}-html-build2-${DISTVERSION}${EXTRACT_SUFX}" .else MASTER_SITES= LOCAL/yuri/:deps DISTFILES= ${PORTNAME}-html-build-${DISTVERSION}${EXTRACT_SUFX}:deps \ ${PORTNAME}-html-build2-${DISTVERSION}${EXTRACT_SUFX}:deps EXTRACT_ONLY= ${PORTNAME}-html-build-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}-html-build2-${DISTVERSION}${EXTRACT_SUFX} pre-build: @${CP} -r ${WRKDIR}/build ${WRKDIR}/build2 ${WRKSRC}/ .endif PLIST_FILES= bin/${PORTNAME} .include