Go ports: remove ./ from '.include "modules.inc"' line

ok danj semarie
This commit is contained in:
tb 2021-08-14 07:01:22 +00:00
parent 2b93e99321
commit 369db10c16
15 changed files with 30 additions and 30 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2021/05/25 22:14:44 abieber Exp $
# $OpenBSD: Makefile,v 1.2 2021/08/14 07:01:22 tb Exp $
COMMENT = modern music server and streamer
@ -36,6 +36,6 @@ post-extract:
cd ${WRKSRC} && tar -C ${WRKSRC}/ui/ -zxf \
${FULLDISTDIR}/navidrome-build-${MODGO_VERSION}.tar.gz
.include "./modules.inc"
.include "modules.inc"
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2021/08/13 17:33:11 tb Exp $
# $OpenBSD: Makefile,v 1.3 2021/08/14 07:01:23 tb Exp $
COMMENT = command-line access to github pull requests, issues and more
@ -29,6 +29,6 @@ post-install:
${WRKDIR}/go/bin/gen-docs --doc-path ${PREFIX}/man/man1 --man-page
rm ${PREFIX}/bin/gen-docs
.include "./modules.inc"
.include "modules.inc"
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2021/07/08 11:37:42 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2021/08/14 07:01:22 tb Exp $
BROKEN-sparc64 = ring-v0.16.20 does not support sparc64; re-check if an update uses newer ring
@ -25,6 +25,6 @@ CONFIGURE_STYLE =cargo
LIB_DEPENDS = archivers/bzip2
.include "./modules.inc"
.include "modules.inc"
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2021/05/25 22:24:43 abieber Exp $
# $OpenBSD: Makefile,v 1.10 2021/08/14 07:01:22 tb Exp $
# github.com/kyleconroy/sqlc/internal/engine/sqlite/parser fails on LP32
ONLY_FOR_ARCHS = aarch64 amd64
@ -23,6 +23,6 @@ MODGO_LDFLAGS = -X "github.com/kyleconroy/sqlc/internal/cmd.version=${MODGO_VERS
NO_TEST = Yes
.include "./modules.inc"
.include "modules.inc"
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2021/06/24 18:05:09 paco Exp $
# $OpenBSD: Makefile,v 1.2 2021/08/14 07:01:23 tb Exp $
COMMENT= terminal browser for gemini protocol
@ -30,6 +30,6 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/logo.png ${PREFIX}/share/pixmaps/amfora.png
.include "./modules.inc"
.include "modules.inc"
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2021/07/20 02:23:28 abieber Exp $
# $OpenBSD: Makefile,v 1.8 2021/08/14 07:01:23 tb Exp $
COMMENT = matrix homeserver written in Go
@ -26,6 +26,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/dendrite-config.yaml \
${PREFIX}/share/dendrite/dendrite.yaml
.include "./modules.inc"
.include "modules.inc"
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.11 2021/07/22 16:01:47 abieber Exp $
# $OpenBSD: Makefile,v 1.12 2021/08/14 07:01:23 tb Exp $
COMMENT = global, versioned, peer-to-peer filesystem
@ -20,6 +20,6 @@ SUBST_VARS = VARBASE
NO_TEST = Yes
.include "./modules.inc"
.include "modules.inc"
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2021/06/24 02:28:37 abieber Exp $
# $OpenBSD: Makefile,v 1.5 2021/08/14 07:01:23 tb Exp $
COMMENT = matrix-WhatsApp puppeting bridge
@ -39,6 +39,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/example-config.yaml \
${PREFIX}/share/examples/mautrix-whatsapp
.include "./modules.inc"
.include "modules.inc"
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2021/06/05 12:02:42 danj Exp $
# $OpenBSD: Makefile,v 1.30 2021/08/14 07:01:23 tb Exp $
# probably also on (32-bit) arm
BROKEN-i386 = pkg/disk/stat_other.go:40:91: cannot use st.Atim.Nsec (type int32) as type int64 in argument to strconv.FormatInt
@ -24,6 +24,6 @@ MODGO_LDFLAGS = -s -w \
post-install:
mv ${PREFIX}/bin/{mc,minioc}
.include "./modules.inc"
.include "modules.inc"
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.38 2021/06/08 01:26:59 danj Exp $
# $OpenBSD: Makefile,v 1.39 2021/08/14 07:01:23 tb Exp $
BROKEN-i386 = github.com/tklauser/go-sysconf@v0.3.4/sysconf_openbsd.go:22:28: undefined: unix.RLIMIT_NPROC
@ -22,6 +22,6 @@ MODGO_LDFLAGS = -s -w \
SUBST_VARS = VARBASE
.include "./modules.inc"
.include "modules.inc"
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.10 2021/08/10 02:47:36 abieber Exp $
# $OpenBSD: Makefile,v 1.11 2021/08/14 07:01:23 tb Exp $
COMMENT = simple, modern and secure file encryption tool
@ -28,6 +28,6 @@ pre-install:
${INSTALL_MAN} ${WRKDIR}/${MODGO_MODNAME}/doc/*.1 \
${DESTDIR}/usr/local/man/man1
.include "./modules.inc"
.include "modules.inc"
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.2 2021/07/11 18:03:51 paco Exp $
# $OpenBSD: Makefile,v 1.3 2021/08/14 07:01:23 tb Exp $
COMMENT = command-line interface for Hetzner Cloud
V = 1.25.1
@ -31,6 +31,6 @@ post-install:
do-test:
cd ${WRKSRC} && ${MODGO_TEST_CMD} ./...
.include "./modules.inc"
.include "modules.inc"
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.19 2021/08/05 14:10:14 abieber Exp $
# $OpenBSD: Makefile,v 1.20 2021/08/14 07:01:23 tb Exp $
COMMENT = fast, efficient and secure backup program
@ -27,6 +27,6 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/man/*.1 ${PREFIX}/man/man1
.include "./modules.inc"
.include "modules.inc"
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.37 2021/08/10 08:15:18 paco Exp $
# $OpenBSD: Makefile,v 1.38 2021/08/14 07:01:23 tb Exp $
ONLY_FOR_ARCHS = ${GO_ARCHS}
COMMENT = fast and flexible static site generator
@ -44,6 +44,6 @@ do-install:
${INSTALL_PROGRAM} ${MODGO_WORKSPACE}/bin/hugo ${PREFIX}/bin/
${INSTALL_MAN} ${MODGO_WORKSPACE}/bin/man/*.1 ${PREFIX}/man/man1/
.include "./modules.inc"
.include "modules.inc"
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2021/07/08 12:05:36 sthen Exp $
# $OpenBSD: Makefile,v 1.5 2021/08/14 07:01:23 tb Exp $
COMMENT = Brave's adblock library
@ -55,6 +55,6 @@ do-install:
--ignore-installed \
--no-deps ${WRKSRC}/target/wheels/*.whl
.include "./modules.inc"
.include "modules.inc"
.include <bsd.port.mk>