pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
harec: Update to latest, NetBSD supported has been added
Module Name: pkgsrc-wip
Committed By: Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By: cfkoch
Date: Wed Jan 18 17:44:30 2023 -0800
Changeset: b06fffdf7ed2f65db8f02f53b4b89061ade78890
Modified Files:
harec/Makefile
Removed Files:
harec/TODO
Log Message:
harec: Update to latest, NetBSD supported has been added
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b06fffdf7ed2f65db8f02f53b4b89061ade78890
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
harec/Makefile | 9 ++++-----
harec/TODO | 5 -----
2 files changed, 4 insertions(+), 10 deletions(-)
diffs:
diff --git a/harec/Makefile b/harec/Makefile
index 2bb519a6c4..19c69e323b 100644
--- a/harec/Makefile
+++ b/harec/Makefile
@@ -4,7 +4,7 @@ DISTNAME= harec-0
CATEGORIES= lang
GIT_REPO= https://git.sr.ht/~sircmpwn/harec
GIT_BRANCH= master
-GIT_REVISION= fba0a9b547a3462d65a45ec93f78a07da58beabf
+GIT_REVISION= cfcc22785c94716c0e96be23081d8bfd1f6c0466
MAINTAINER= charlotte%NetBSD.org@localhost
HOMEPAGE= https://harelang.org/
@@ -20,12 +20,11 @@ CONFIGURE_ARGS+= --mandir=${MANDIR}
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --sharedir=${SHAREDIR}
-BUILD_DEPENDS+= qbe-[0-9]*:../../wip/qbe
+# Requires QBE with support for 'blit' instruction, which is past 1.0
+BUILD_DEPENDS+= qbe-git-[0-9]*:../../wip/qbe-git
-# XXX XXX XXX
-# >> Creating .build/config.mk... rt not supported for NetBSD
do-configure:
- ${RUN} cd ${WRKSRC} && ${CONFIG_SHELL} ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS} ||:
+ ${RUN} cd ${WRKSRC} && ${CONFIG_SHELL} ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}
.include "../../wip/mk/git-package.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/harec/TODO b/harec/TODO
deleted file mode 100644
index 1ba6ee065d..0000000000
--- a/harec/TODO
+++ /dev/null
@@ -1,5 +0,0 @@
-harec TODO!
-
-For now we are straight up ignoring the following error:
-
- Creating .build/config.mk... rt not supported for NetBSD
Home |
Main Index |
Thread Index |
Old Index