[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r10427: update gforth to 0.7.9_20240801
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r10427: update gforth to 0.7.9_20240801 |
Date: |
Wed, 7 Aug 2024 13:44:31 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 10427
revision-id: carlhansen@gnu.org-20240807174425-abo8104gp401nkla
parent: carlhansen@gnu.org-20240807174328-6xxhsfj34pixmlsm
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Wed 2024-08-07 17:44:25 +0000
message:
update gforth to 0.7.9_20240801
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 2024-07-31 19:59:31 +0000
+++ b/pkg/gnu/gforth/Makefile 2024-08-07 17:44:25 +0000
@@ -22,7 +22,7 @@
NAME = Gforth
GARNAME = gforth
#GARVERSION = 0.7.3
-GARVERSION = 0.7.9_20240725
+GARVERSION = 0.7.9_20240801
HOME_URL = https://gforth.org/
# or HOME_URL = https://www.gnu.org/software/gforth/
DESCRIPTION = Forth interpreter, with virtual machine generator "vmgen"
@@ -72,6 +72,7 @@
#pre-configure:
# BUILD_FROM=tarball . ./install-deps.sh
# # installs the dependencies for a tarball build
+# look at install-deps.sh
.PHONY: configure-myconfigure build-mybuild install-myinstall
@@ -84,11 +85,11 @@
build-mybuild:
cd $(WORKOBJ) && VERBOSE=1 DESTDIR=$(packageDESTDIR) $(MAKE)
-pre-install:
+pre-install: build-mybuild
$(INSTALL_INFO) $(WORKSRC)/doc/vmgen.info
$(INSTALL_INFO) $(WORKSRC)/doc/gforth.info
-install-myinst: build-mybuild
+install-myinst: pre-install
cd $(WORKOBJ) && $(MAKE) -k install VERBOSE=1
DESTDIR=$(packageDESTDIR)
cd $(WORKOBJ) && $(INSTALL_BIN) gforth.fi
=== modified file 'pkg/gnu/gforth/sha256sums'
--- a/pkg/gnu/gforth/sha256sums 2024-07-31 19:59:31 +0000
+++ b/pkg/gnu/gforth/sha256sums 2024-08-07 17:44:25 +0000
@@ -1,1 +1,1 @@
-d94ad052739a5741244926de0e29ce256f61335b66c7499afea4d4b17fca6e18
download/gforth-0.7.9_20240725.tar.xz
+686f7c305d072aa7f71ab0544bbd0f38231638882ce8fda950651654a7d56b21
download/gforth-0.7.9_20240801.tar.xz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r10427: update gforth to 0.7.9_20240801,
Carl Hansen <=