pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
anvil: some cleanups and fixes
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Nov 20 16:20:55 2024 +0100
Changeset: b15d528f97e59df87b83b17ff4e05b40371e62a3
Modified Files:
anvil/Makefile
Removed Files:
anvil/.gt-temp.txt
Log Message:
anvil: some cleanups and fixes
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b15d528f97e59df87b83b17ff4e05b40371e62a3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
anvil/.gt-temp.txt | 17 -----------------
anvil/Makefile | 6 +++---
2 files changed, 3 insertions(+), 20 deletions(-)
diffs:
diff --git a/anvil/.gt-temp.txt b/anvil/.gt-temp.txt
deleted file mode 100644
index 2d642b9b1b..0000000000
--- a/anvil/.gt-temp.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-On branch master
-Your branch is up to date with 'origin/master'.
-
-Changes not staged for commit:
- (use "git add <file>..." to update what will be committed)
- (use "git restore <file>..." to discard changes in working directory)
- modified: ../bigloo/Makefile
-
-Untracked files:
- (use "git add <file>..." to include in what will be committed)
- ./
- ../dillo+/
- ../grass/output.txt
- ../netsurf-git/
- ../qlot/
-
-no changes added to commit (use "git add" and/or "git commit -a")
diff --git a/anvil/Makefile b/anvil/Makefile
index baa6d9f078..e3fa922211 100644
--- a/anvil/Makefile
+++ b/anvil/Makefile
@@ -1,7 +1,7 @@
# $NetBSD$
DISTNAME= anvil-src-v0.3
-PKGNAME= ${DISTNAME:S,-v,-,}
+PKGNAME= ${DISTNAME:S,-src-v,-,}
CATEGORIES= editors
MASTER_SITES= http://anvil-editor.net/releases/
@@ -11,6 +11,7 @@ COMMENT= Plan 9 acme-like editor written in Go
LICENSE= mit
USE_LANGUAGES= c
+USE_TOOLS+= zip
GO_VERSION_REQD+= 123
GO_MODULES_FILES= ${WRKSRC}/anvil/src/anvil/go.mod
@@ -29,7 +30,6 @@ pre-build:
unzip v0.6.0.zip && \
cd gioui.org\@v0.6.0 && \
patch ${PATCH_DIST_ARGS} < ${PKGDIR}/kev-patches/patch-app_egl__wayland.go && \
- patch ${PATCH_DIST_ARGS} < ${PKGDIR}/kev-patches/patch-app_egl__wayland.go && \
patch ${PATCH_DIST_ARGS} < ${PKGDIR}/kev-patches/patch-app_egl__x11.go && \
patch ${PATCH_DIST_ARGS} < ${PKGDIR}/kev-patches/patch-app_internal_xkb_xkb__unix.go && \
patch ${PATCH_DIST_ARGS} < ${PKGDIR}/kev-patches/patch-app_os__unix.go && \
@@ -44,7 +44,7 @@ pre-build:
.include "go-modules.mk"
.include "../../devel/wayland/buildlink3.mk"
-.include "../../wip/libglvnd/buildlink3.mk"
+#.include "../../wip/libglvnd/buildlink3.mk"
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../lang/go/go-module.mk"
.include "../../x11/libX11/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index