gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r9046: update systemtap to 4.8


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9046: update systemtap to 4.8
Date: Tue, 7 Mar 2023 16:00:11 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9046
revision-id: carlhansen@gnu.org-20230307210004-t9xvwbkbsk4odhqx
parent: carlhansen@gnu.org-20230306220307-tmlqnww921cex9u9
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Tue 2023-03-07 13:00:04 -0800
message:
  update systemtap to 4.8
modified:
  pkg/other/systemtap/Makefile   makefile-20181015070656-xire0c5qesxpwu7b-4
=== modified file 'pkg/other/systemtap/Makefile'
--- a/pkg/other/systemtap/Makefile      2022-11-04 01:01:27 +0000
+++ b/pkg/other/systemtap/Makefile      2023-03-07 21:00:04 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2018, 2019, 2020, 2021, 2022 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
@@ -22,31 +22,37 @@
 NAME =    systemtap
 GARNAME = systemtap
 GARVERSION = 4.8
-HOME_URL = http://sourceware.org/
+HOME_URL = http://sourceware.org/systemtap/wiki
 DESCRIPTION =  Linux kernel realtime diagnostics, tracing, probing
 define BLURB
 endef
 
-# HINT: cannot compile, missing headers/dependencies.
+# HINT: I cannot compile. 
 # I don't know which are needed.
-# If you know, use the bug-gsrc@gnu.org
-
-######################################################################
-# https://sourceware.org/systemtap/ftp/releases/systemtap-4.0.tar.gz
-MASTER_SITES = https://sourceware.org/ 
-MASTER_SUBDIR =  $(GARNAME)/ftp/releases/
-DISTFILES =  $(DISTNAME).tar.gz
-SIGFILES =#   $(DISTNAME).tar.gz.asc
-
+# If you know, email bug-gsrc@gnu.org
+
+#####################################################################
+# https://sourceware.org/systemtap/ftp/releases/systemtap-4.8.tar.gz
+#https://sourceware.org/git/systemtap.git
+MASTER_SITES = https://sourceware.org
+MASTER_SUBDIR =  git
+SIGFILES =
+GIT_PATH = $(MASTER_SITES)/$(MASTER_SUBDIR)/$(GARNAME).git
+GIT_REVISION = master
 LICENSE = GPLv2+
 
 BUILDDEPS =
 LIBDEPS =
-
+WORKSRC = $(DOWNLOADDIRGIT)/systemtap
+WORKOBJ = $(WORKDIR)/systemtap
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 #include ../../../gar/gar.lib/info.mk
 include config.mk
 
+a:
+       echo $(GIT_PATH)
+
+build: fetch-git
 


reply via email to

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