[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r9756: update gforth to 0.7.9_20231123
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r9756: update gforth to 0.7.9_20231123 |
Date: |
Sun, 3 Dec 2023 22:24:52 -0500 (EST) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 9756
revision-id: carlhansen@gnu.org-20231204032448-n25chh5u2v7yg9tn
parent: carlhansen@gnu.org-20231204032159-hdqivop5bga9rf2t
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Sun 2023-12-03 19:24:48 -0800
message:
update gforth to 0.7.9_20231123
modified:
pkg/gnu/gforth/Makefile makefile-20160617014725-uokjfnggs70iry9h-711
pkg/gnu/gforth/sha256sums sha256sums-20160617014725-uokjfnggs70iry9h-713
=== modified file 'pkg/gnu/gforth/Makefile'
--- a/pkg/gnu/gforth/Makefile 2023-11-08 17:35:17 +0000
+++ b/pkg/gnu/gforth/Makefile 2023-12-04 03:24:48 +0000
@@ -23,7 +23,7 @@
NAME = Gforth
GARNAME = gforth
#GARVERSION = 0.7.3
-GARVERSION = 0.7.9_20231102
+GARVERSION = 0.7.9_20231123
HOME_URL = https://gforth.org/
# or HOME_URL = https://www.gnu.org/software/gforth/
DESCRIPTION = Forth interpreter, with virtual machine generator "vmgen"
@@ -79,18 +79,21 @@
build-mybuild:
cd $(WORKOBJ) && VERBOSE=1 DESTDIR=$(packageDESTDIR) $(MAKE) -k
- @echo Builds twice, to make its own needs, it seems...
- cd $(WORKOBJ) && VERBOSE=1 DESTDIR=$(packageDESTDIR) $(MAKE) -k
- cd $(WORKOBJ) && cp gforth.fi gforth.fi.install
- $(MAKECOOKIE)
-# kludge above
-
-pre-install:
- cd $(WORKOBJ) && cp gforth.fi gforth.fi.install
+
+# @echo Builds twice, to make its own needs, it seems...
+#
+# cd $(WORKOBJ) && VERBOSE=1 DESTDIR=$(packageDESTDIR) $(MAKE) -k
+# cp $(WORKOBJ)/gforth.fi $(WORKOBJ)/gforth.fi.install
+# $(MAKECOOKIE)
+
+# kludge below, to get qround quirk
+
install-myinst:
+ $(INSTALL_BIN) $(WORKOBJ)/gforth.fi
cd $(WORKOBJ) && $(MAKE) -k install VERBOSE=1
DESTDIR=$(packageDESTDIR)
cd $(WORKSRC)/doc && $(INSTALL_INFO) *.info*
# gforth.fi not getting installed; FIXME
+#
=== modified file 'pkg/gnu/gforth/sha256sums'
--- a/pkg/gnu/gforth/sha256sums 2023-11-08 17:35:17 +0000
+++ b/pkg/gnu/gforth/sha256sums 2023-12-04 03:24:48 +0000
@@ -1,1 +1,1 @@
-709c8f091181a51869894cbecd494a9e3242096812b0b95ec9678b4aabe152ca
download/gforth-0.7.9_20231102.tar.xz
+2500d184712ee34fc0aed4d8b04a53feec56a04cfbd8d389fd0a34521027606e
download/gforth-0.7.9_20231123.tar.xz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r9756: update gforth to 0.7.9_20231123,
Carl Hansen <=