gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r9725: hurd programs updated to git


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9725: hurd programs updated to git
Date: Tue, 28 Nov 2023 20:31:05 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9725
revision-id: carlhansen@gnu.org-20231129013100-cdlth3gptq81w724
parent: carlhansen@gnu.org-20231128235801-84cpgc16248fapw9
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Tue 2023-11-28 17:31:00 -0800
message:
  hurd programs updated to git
modified:
  pkg/hurd/gnumach/Makefile      makefile-20231025063914-guqp9kvghy4kwr76-4
  pkg/hurd/hurd/Makefile         makefile-20231025063957-ctrjmszo09743dzt-4
  pkg/hurd/mig/Makefile          makefile-20231025063938-ufpg4keoar9f3ab1-4
=== modified file 'pkg/hurd/gnumach/Makefile'
--- a/pkg/hurd/gnumach/Makefile 2023-10-26 18:00:02 +0000
+++ b/pkg/hurd/gnumach/Makefile 2023-11-29 01:31:00 +0000
@@ -1,4 +1,5 @@
 # Copyright © 2013, 2014, 2015, 2016 Brandon Invergo <brandon@invergo.net>
+# Copyright © 2023 Carl Hansen
 #
 # This file is part of GSRC.
 #
@@ -15,7 +16,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
 
-NAME = Mach
+NAME = GNU Mach
 GARNAME = gnumach
 GARVERSION = 1.8
 HOME_URL = http://www.gnu.org/software/hurd/
@@ -28,21 +29,27 @@
 endef
 
 ######################################################################
-
-MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = $(GARNAME)/
-DISTFILES = $(DISTNAME).tar.bz2
-SIGFILES = $(DISTNAME).tar.bz2.sig
-
-BUILDDEPS =
-LIBDEPS =
-
+# https://git.savannah.gnu.org/cgit/hurd/.....git/
+MASTER_SITES = https://git.savannah.gnu.org
+MASTER_SUBDIR = git/hurd
+
+GIT_PATH = $(MASTER_SITES)/$(MASTER_SUBDIR)/$(GARNAME).git
+GIT_REVISION = master
+WORKSRC =  $(DOWNLOADDIRGIT)/$(GARNAME)
+WORKOBJ =  $(WORKDIR)/$(GARNAME)-$(GIT_REVISION)
+
+CONFIGURE_SCRIPTS = 
+#BUILD_SCRIPTS = my
+#INSTALL_SCRIPTS = my
+
+USE_AUTORECONFIG = y
+ 
 ######################################################################
 
-ifneq ($(GARARCH),i386)
-include ../../../gar/gar.lib/wrong_arch.mk
-else
-include ../../../gar/gar.lib/autotools.mk
-include ../../../gar/gar.lib/info.mk
-endif
+include ../../../gar/gar.mk
 include config.mk
+
+.PHONY: manpages check gitpull fetch-git build-my pre-install  install-my
+
+fetch: fetch-git
+

=== modified file 'pkg/hurd/hurd/Makefile'
--- a/pkg/hurd/hurd/Makefile    2023-10-25 06:58:38 +0000
+++ b/pkg/hurd/hurd/Makefile    2023-11-29 01:31:00 +0000
@@ -1,4 +1,4 @@
-# Copyright ©  2015  Carl Hansen
+# Copyright ©2015, 2023  Carl Hansen
 #
 # This file is part of GSRC.
 #
@@ -31,12 +31,16 @@
 endef
 
 ######################################################################
-
-MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = $(GARNAME)/
-DISTFILES = $(DISTNAME).tar.bz2
-SIGFILES = $(DISTNAME).tar.bz2.sig
-
+# https://git.savannah.gnu.org/cgit/hurd/hurd.git/
+MASTER_SITES = https://git.savannah.gnu.org
+MASTER_SUBDIR = git/hurd
+
+GIT_PATH = $(MASTER_SITES)/$(MASTER_SUBDIR)/$(GARNAME).git
+GIT_REVISION = master
+WORKSRC =  $(DOWNLOADDIRGIT)/$(GARNAME)
+WORKOBJ =  $(WORKDIR)/$(GARNAME)-$(GIT_REVISION)
+
+SIGFILES =
 BUILDDEPS =
 LIBDEPS =
 
@@ -45,7 +49,10 @@
 ifneq ($(GARARCH),i386)
 include ../../../gar/gar.lib/wrong_arch.mk
 else
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include ../../../gar/gar.lib/info.mk
 endif
 include config.mk
+
+fetch: fetch-git
+

=== modified file 'pkg/hurd/mig/Makefile'
--- a/pkg/hurd/mig/Makefile     2023-10-25 06:58:38 +0000
+++ b/pkg/hurd/mig/Makefile     2023-11-29 01:31:00 +0000
@@ -1,4 +1,5 @@
-# Copyright © 2013, 2015 Brandon Invergo <brandon@invergo.net>
+# Copyright ©2013, 2015 Brandon Invergo <brandon@invergo.net>
+# Copyright ©2023 Carl Hansen
 #
 # This file is part of GSRC.
 #
@@ -28,16 +29,25 @@
 endef
 
 ######################################################################
-
-MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = $(GARNAME)/
-DISTFILES = $(DISTNAME).tar.bz2
-SIGFILES = $(DISTNAME).tar.bz2.sig
-
-BUILDDEPS = gnumach
+# https://git.savannah.gnu.org/cgit/hurd/hurd.git/
+MASTER_SITES = https://git.savannah.gnu.org
+MASTER_SUBDIR = git/hurd
+
+GIT_PATH = $(MASTER_SITES)/$(MASTER_SUBDIR)/$(GARNAME).git
+GIT_REVISION = master
+WORKSRC =  $(DOWNLOADDIRGIT)/$(GARNAME)
+WORKOBJ =  $(WORKDIR)/$(GARNAME)-$(GIT_REVISION)
+
+DISTFILES =
+SIGFILES = 
+
+BUILDDEPS = 
 LIBDEPS =
-
+USE_AUTORECONFIG = y
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
+
+fetch: fetch-git
+


reply via email to

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