gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r10832: update gforth to 0.7.9_20241113


From: Carl Hansen
Subject: [Gsrc-commit] trunk r10832: update gforth to 0.7.9_20241113
Date: Mon, 18 Nov 2024 15:49:43 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 10832
revision-id: carlhansen@gnu.org-20241118204938-3fke6buosu8uyawb
parent: carlhansen@gnu.org-20241118195427-by8z2m9ljm3dwl2r
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Mon 2024-11-18 20:49:38 +0000
message:
  update gforth to 0.7.9_20241113
modified:
  pkg/gnu/gforth/Makefile        makefile-20160617014725-uokjfnggs70iry9h-711
=== modified file 'pkg/gnu/gforth/Makefile'
--- a/pkg/gnu/gforth/Makefile   2024-11-18 19:54:27 +0000
+++ b/pkg/gnu/gforth/Makefile   2024-11-18 20:49:38 +0000
@@ -33,11 +33,14 @@
 environment, vmgen, is also included.
 endef
 
+## 
http://www.complang.tuwien.ac.at/forth/gforth/Snapshots/0.7.9_20180103/gforth-0.7.9_20180103.tar.xz
 # or savannah
-# 
http://www.complang.tuwien.ac.at/forth/gforth/Snapshots/0.7.9_20180103/gforth-0.7.9_20180103.tar.xz
-
 MASTER_SITES = http://www.complang.tuwien.ac.at/
 MASTER_SUBDIR = forth/$(GARNAME)/Snapshots/$(GARVERSION)/
+#  
https://git.savannah.gnu.org/cgit/gforth.git/snapshot/gforth-0.7.9_20241113.tar.gz
+$MASTER_SITES = http://git.savannah.gnu.org/
+$MASTER_SUBDIR = cgit/gforth.git/snapshot/
+#DISTFILES = $(DISTNAME).tar.gz
 DISTFILES = $(DISTNAME).tar.xz
 SIGFILES  =
 INFO_FILES = $(GARNAME).info vmgen.info
@@ -46,7 +49,9 @@
 # maybe swig
 LIBDEPS =
 
+#needed:
 WORKOBJ = $(WORKSRC)
+
 CONFIGURE_SCRIPTS = myconfigure
 BUILD_SCRIPTS = mybuild
 INSTALL_SCRIPTS = myinst
@@ -57,7 +62,7 @@
 include ../../../gar/varb.mk
 include config.mk
 
-BUILD_ARGS = CFLAGS+="-Wno-implicit-function-declaration  -Iwayland"
+#BUILD_ARGS = CFLAGS+="-Wno-implicit-function-declaration  -Iwayland"
 
 # Note: If you have old version of gforth, you might have to clear out
 # $HOME/.gforth before building.
@@ -65,16 +70,14 @@
 # make uninstall
 # make uninstall-pkg
 #
-#  You might have to use "make -k" and "make -k install" twice to ignore
-#  irrelevant errors.
 #
 #  if needed:
 #pre-configure:
 #      BUILD_FROM=tarball . ./install-deps.sh 
 #      # installs the dependencies for a tarball build
 #        look at install-deps.sh
-#
-BUILD_ARGS += CFLAGS=INCLUDE_PATH=./   
+
+#BUILD_ARGS += CFLAGS=INCLUDE_PATH=./   
 
 .PHONY: configure-myconfigure build-mybuild install-myinstall
 
@@ -95,5 +98,4 @@
        cd $(WORKOBJ) && $(MAKE)  -k install  VERBOSE=1 
DESTDIR=$(packageDESTDIR) 
        cd $(WORKOBJ)  && $(INSTALL_BIN)  gforth.fi
 
-# not building, FIXME
 


reply via email to

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