gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r9027: fix gnulib jami gcc13snap


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9027: fix gnulib jami gcc13snap
Date: Mon, 27 Feb 2023 14:36:51 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9027
revision-id: carlhansen@gnu.org-20230227193641-iiuzizsfbshmqwqk
parent: carlhansen@gnu.org-20230227090220-2k1ijrr4povdjjbx
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Mon 2023-02-27 11:36:41 -0800
message:
   fix gnulib jami gcc13snap
modified:
  doc/version.texi               version.texi-20160617183752-q0c4b06v8yopjsxf-1
  gar/gar.lib.mk                 gar.lib.mk-20160617013741-ul4q527k85thcz4p-1
  pkg/gnu/breezy/Makefile        makefile-20220324061203-sdg7e2yq2e9zswaj-3
  pkg/gnu/breezy/sha256sums      sha256sums-20220324061203-sdg7e2yq2e9zswaj-4
  pkg/gnu/bzr/Makefile           makefile-20160617014725-uokjfnggs70iry9h-468
  pkg/gnu/gnulib/Makefile        makefile-20160617014725-uokjfnggs70iry9h-828
  pkg/gnu/jami/Makefile          makefile-20161117063932-pdxetajor89caq4s-4
  pkg/gnualpha/gcc13snapshot/Makefile makefile-20220519220938-86phqbzfi9rlqj68-2
  pkg/gnualpha/gcc13snapshot/sha256sums 
sha256sums-20220519220938-86phqbzfi9rlqj68-3
=== modified file 'doc/version.texi'
--- a/doc/version.texi  2022-11-14 00:00:47 +0000
+++ b/doc/version.texi  2023-02-27 19:36:41 +0000
@@ -1,4 +1,4 @@
-@set UPDATED 11 January 2022
-@set UPDATED-MONTH January 2022
+@set UPDATED 25 February 2023
+@set UPDATED-MONTH February 2023
 @set EDITION 2014.10.11
 @set VERSION 2014.10.11

=== modified file 'gar/gar.lib.mk'
--- a/gar/gar.lib.mk    2023-02-12 06:08:21 +0000
+++ b/gar/gar.lib.mk    2023-02-27 19:36:41 +0000
@@ -183,12 +183,13 @@
 
 fetch-git:  
        @if [ -d $(DOWNLOADDIRGIT)/$(GARNAME)/.git ]; then    $(MAKE) gitpull ; 
 else  \
-        printf "git cloning and checking out..\n"; \
+        printf "git cloning and checking out $(GARNAME)\n"; \
                 mkdir -p $(DOWNLOADDIRGIT)/$(GARNAME);   \
               cd $(DOWNLOADDIRGIT) &&  git clone $(GIT_PATH) $(GARNAME)  ; \
              ( cd $(GARNAME) &&  git checkout $(GIT_REVISION) ) ;  fi 
 # don't MAKECOOKIE I think
 
+# paradigm:
 #git clone $(GIT_PATH) $(GARNAME) && 
 
 # Check out source from Git with https. , .tar.gz etc

=== modified file 'pkg/gnu/breezy/Makefile'
--- a/pkg/gnu/breezy/Makefile   2022-07-24 17:32:32 +0000
+++ b/pkg/gnu/breezy/Makefile   2023-02-27 19:36:41 +0000
@@ -22,7 +22,7 @@
 
 NAME = breezy formerly bazaar, brz formerly bzr
 GARNAME = breezy
-GARVERSION = 3.2.2
+GARVERSION = 3.3.2
 HOME_URL = http://www.gnu.org/software/bzr
 DESCRIPTION = The GNU distributed version control system
 define BLURB
@@ -45,7 +45,8 @@
 MASTER_SUBDIR = brz/$(SERIES)/$(GARVERSION)/+download/
 # note brz name in path
 DISTFILES = $(DISTNAME).tar.gz
-SIGFILES =  $(DISTNAME).tar.gz.asc
+SIGFILES = 
+#$(DISTNAME).tar.gz.asc
 CONFIGURE_SCRIPTS =
 BUILD_SCRIPTS = $(WORKSRC)/setup.py
 INSTALL_SCRIPTS = $(WORKSRC)/setup.py

=== modified file 'pkg/gnu/breezy/sha256sums'
--- a/pkg/gnu/breezy/sha256sums 2022-03-26 06:32:07 +0000
+++ b/pkg/gnu/breezy/sha256sums 2023-02-27 19:36:41 +0000
@@ -1,2 +1,1 @@
-187a6e45208dd05d81750736720c83710cf48094f547ec4081c571259559a4d5  
download/breezy-3.2.2.tar.gz
-2a6cc72501ca415040c795e8cdb4918025ca78ae7b3c5e7c9b65ec43f8a2e036  
download/breezy-3.2.2.tar.gz.asc
+4ea6949fcbb076b978545b099fac68abad35d6fa1899deef4f6b82a3dba257c1  
download/breezy-3.3.2.tar.gz

=== modified file 'pkg/gnu/bzr/Makefile'
--- a/pkg/gnu/bzr/Makefile      2022-10-03 06:55:17 +0000
+++ b/pkg/gnu/bzr/Makefile      2023-02-27 19:36:41 +0000
@@ -41,7 +41,7 @@
 CONFIGURE_SCRIPTS =
 #BUILD_SCRIPTS = $(WORKSRC)/setup.py
 BUILD_SCRIPTS =  it
-#INSTALL_SCRIPTS = it
+INSTALL_SCRIPTS = it
 
 BUILDDEPS =
 LIBDEPS = 
@@ -56,9 +56,9 @@
 #  this seems to work
 #
 build-it:
-       #cd $(WORKSRC) &&  python2 ./setup.py build build_ext 
--allow-python-fallback
+       @#cd $(WORKSRC) &&  python2 ./setup.py build build_ext 
--allow-python-fallback
        @echo just do "make install" , ignore imperfection
 
-pre-install:
+install-it:
        cd $(WORKSRC) &&  python2 ./setup.py install build_ext 
--allow-python-fallback
-       $(MAKECOOKIE)
+

=== modified file 'pkg/gnu/gnulib/Makefile'
--- a/pkg/gnu/gnulib/Makefile   2023-02-26 03:20:04 +0000
+++ b/pkg/gnu/gnulib/Makefile   2023-02-27 19:36:41 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2016,2020,2021,2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2016,2020,2021,2022,2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -37,25 +37,29 @@
 endef
 
 ######################################################################
+#git clone https://git.savannah.gnu.org/git/gnulib.git
 
-CONFIGURE_SCRIPTS =
-#BUILD_SCRIPTS   = gl
-INSTALL_SCRIPTS = gl
+MASTER_SITES = $(MASTER_SAVANNAH_GNU_GIT)
+GIT_PATH = $(MASTER_SITES)/$(GARNAME).git
+GIT_REVISION = master
 
 NOCHECKSUM = $(DISTFILES)
+SIGFILES =
 
 BUILDDEPS =
 LIBDEPS =
-GIT_REVISION = master
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS   = gl
+INSTALL_SCRIPTS = gl
 
 
 WORKSRC = $(DOWNLOADDIRGIT)/$(GARNAME)
 WORKOBJ = $(WORKSRC)
 
-# put GNULIB_SRCDIR = into you .bashrc to use GNULIB the way it is intended
 GNULIB_SRCDIR = $(WORKSRC)  
 # HINT: set GNULIB_SRCDIR= to the DOWNLOADDIRGIT/GARNAME (download-git/gnulib) 
in your .bashrc
-# for other programs to use it
+# for other programs to use it the way it was designed
 
 ######################################################################
 
@@ -67,8 +71,6 @@
 
 fetch-my: fetch-git
 
-
-
 #gitpull:
 #      (cd $(WORKSRC)   &&  git pull  )
 #
@@ -78,6 +80,8 @@
 #                cd $(GARNAME) &&  git checkout $(GIT_REVISION)  ;  fi 
 #      $(MAKECOOKIE)
 
+build-gl: fetch-my  
+       
 makedoc: fetch-my
        $(MAKE) -C $(WORKSRC)/doc/
        $(MAKECOOKIE)

=== modified file 'pkg/gnu/jami/Makefile'
--- a/pkg/gnu/jami/Makefile     2023-02-26 01:01:27 +0000
+++ b/pkg/gnu/jami/Makefile     2023-02-27 19:36:41 +0000
@@ -54,6 +54,8 @@
 BUILDDEPS =
 LIBDEPS =
 
+WORKOBJ =$(WORKSRC)
+
 ######################################################################
 
 include ../../../gar/gar.lib/autotools.mk

=== modified file 'pkg/gnualpha/gcc13snapshot/Makefile'
--- a/pkg/gnualpha/gcc13snapshot/Makefile       2023-01-30 04:30:17 +0000
+++ b/pkg/gnualpha/gcc13snapshot/Makefile       2023-02-27 19:36:41 +0000
@@ -22,20 +22,21 @@
 NAME = The GNU Compiler Collection version 13 development version
 GARNAME = gcc13snapshot
 UPSTREAMNAME = gcc
-GARVERSION = 13-20230129
+GARVERSION = 13-20230226
 HOME_URL = http://www.gnu.org/software/gcc
 DESCRIPTION = GNU Compiler Collection 13 snapshot
 define BLURB
 GCC is the GNU Compiler Collection.  It provides compiler front-ends
 for several languages, including C, C++, Objective-C, Objective-C++,
-Fortran, Ada, D, Brig, Go, Rust, and Modula 2.  It also includes runtime 
+Fortran, Ada, D, Brig, Go, Rust, and Modula 2. WIth runtime 
 support libraries for these languages.
 endef
 
 # if downloading not working, look here:
 # ftp://gcc.gnu.org/pub/gcc/snapshots/
 #
-#HINT: to compile Ada aka gnats, you need to have earlier Ada compiler....
+#HINT: to compile Ada aka "gnats", you need to have earlier Ada compiler....
+#HINT: Likewise for the D compliper, called "gdc"
 
 
 ######################################################################

=== modified file 'pkg/gnualpha/gcc13snapshot/sha256sums'
--- a/pkg/gnualpha/gcc13snapshot/sha256sums     2023-01-30 04:30:17 +0000
+++ b/pkg/gnualpha/gcc13snapshot/sha256sums     2023-02-27 19:36:41 +0000
@@ -1,1 +1,1 @@
-f1fc3f6beccf233d15d91d02ab9fc01efe4c3a83fffd01a9d39bd273f146eaa1  
download/gcc-13-20230129.tar.xz
+aafdcf5557feb590eb29f3c8952181c989b66b13dd9f0e18962c53b7a19a926d  
download/gcc-13-20230226.tar.xz


reply via email to

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