gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r9301: update gforth to 0.7.9_20230601


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9301: update gforth to 0.7.9_20230601
Date: Sun, 4 Jun 2023 02:21:23 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9301
revision-id: carlhansen1234@gmail.com-20230604062119-y7w74nsszj4g12zu
parent: carlhansen1234@gmail.com-20230604062038-tozraf0zv4sepdfd
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sat 2023-06-03 23:21:19 -0700
message:
  update gforth to 0.7.9_20230601
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-05-31 04:41:53 +0000
+++ b/pkg/gnu/gforth/Makefile   2023-06-04 06:21:19 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2014, 2017 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2018, 2019, 2020, 2021, 2022, 2023 Carl Hansen 
<carlhansen@gnu.org>
+# Copyright © 2018-2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -23,8 +23,9 @@
 NAME = Gforth
 GARNAME = gforth
 #GARVERSION = 0.7.3
-GARVERSION = 0.7.9_20230518
-HOME_URL = http://www.gnu.org/software/gforth/
+GARVERSION = 0.7.9_20230601
+HOME_URL = https://gforth.org/
+# or HOME_URL = https://www.gnu.org/software/gforth/
 DESCRIPTION = Forth interpreter, with virtual machine generator "vmgen"
 define BLURB
 Gforth is a fast and portable implementation of the ANSI Forth
@@ -55,6 +56,7 @@
 include config.mk
 
 #CONFIGURE_ARGS += CFLAGS="-std=gnu99"
+CONFIGURE_ARGS += BUILD_FROM=tarball
 
 # Note: If you have old version of gforth, you might have to clear out
 # $HOME/.gforth
@@ -63,6 +65,13 @@
 #  irrelevant errors.
 #
 # FIXME installation, not working, see Makefile it comes with
-custom-post-install:
-       $(INSTALL_BIN) $(WORKOBJ)/gforth.fi
+
+#pre-configure:
+#      BUILD_FROM=tarball cd $(WORKSRC) && .  ./install-deps.sh
+
+#custom-pre-install:
+#      $(INSTALL_BIN) $(WORKOBJ)/gforth.fi
+
+# install info
+
 

=== modified file 'pkg/gnu/gforth/sha256sums'
--- a/pkg/gnu/gforth/sha256sums 2023-05-31 04:41:53 +0000
+++ b/pkg/gnu/gforth/sha256sums 2023-06-04 06:21:19 +0000
@@ -1,1 +1,1 @@
-0dacf94cb3d6f7eca1560ea5195c3a464b5e278b4b6c6bf0355ec1c3c99bd009  
download/gforth-0.7.9_20230518.tar.xz
+1fe62f0b6380dba18e32954d07ebff10e074a063f25ccc8b62538fb44e6e92d9  
download/gforth-0.7.9_20230601.tar.xz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]