gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7767: root boost cmake gcc11rc etc


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7767: root boost cmake gcc11rc etc
Date: Mon, 26 Jul 2021 17:46:13 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7767
revision-id: carlhansen@gnu.org-20210726214605-gf3qvxttdrxudrcx
parent: carlhansen@gnu.org-20210726174014-mefjrzu44pzvr3r4
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Mon 2021-07-26 14:46:05 -0700
message:
  root boost  cmake gcc11rc etc
modified:
  pkg/freedesktop/systemd/Makefile makefile-20180621071243-gn4u9d58g4kz04si-3
  pkg/gnome/gtk/Makefile         makefile-20201216222440-dedqtlivmsoq83tk-3
  pkg/gnome/gtk/sha256sums       sha256sums-20201216222440-dedqtlivmsoq83tk-4
  pkg/gnu/artanis/Makefile       makefile-20160617014725-uokjfnggs70iry9h-410
  pkg/gnu/automake/Makefile      makefile-20160617014725-uokjfnggs70iry9h-433
  pkg/gnu/automake/sha256sums    sha256sums-20160617014725-uokjfnggs70iry9h-435
  pkg/gnu/gecb/Makefile          makefile-20160617014725-uokjfnggs70iry9h-699
  pkg/gnualpha/gcc11snapshot/Makefile makefile-20200504135031-otn1xmukflpi5739-3
  pkg/gnualpha/gcc12snapshot/Makefile makefile-20210427033705-fj19fk40drjylrep-3
  pkg/other/cmake/Makefile       makefile-20161012192420-6gwv2zkyfuom987t-2
  pkg/other/cmake/sha256sums     sha256sums-20161012192420-6gwv2zkyfuom987t-3
  pkg/other/root/Makefile        makefile-20161025063657-4wx3eeqz615u34a7-3
  pkg/other/root/sha256sums      sha256sums-20161025063657-4wx3eeqz615u34a7-4
=== modified file 'pkg/freedesktop/systemd/Makefile'
--- a/pkg/freedesktop/systemd/Makefile  2021-04-25 06:14:45 +0000
+++ b/pkg/freedesktop/systemd/Makefile  2021-07-26 21:46:05 +0000
@@ -22,7 +22,7 @@
 
 NAME =    systemd
 GARNAME = systemd
-GARVERSION =  248
+GARVERSION =  249
 HOME_URL = https://www.freedesktop.org/wiki/Software/systemd/
 DESCRIPTION = Init replacement, daemon manager, and more.
 define BLURB
@@ -41,6 +41,7 @@
 GIT_REVISION = master  
 BUILDDEPS = 
 LIBDEPS = 
+#FIXME, add git pull
 
 ######################################################################
 

=== modified file 'pkg/gnome/gtk/Makefile'
--- a/pkg/gnome/gtk/Makefile    2021-06-18 19:55:46 +0000
+++ b/pkg/gnome/gtk/Makefile    2021-07-26 21:46:05 +0000
@@ -21,7 +21,7 @@
 
 NAME =    GTK 4
 GARNAME = gtk
-GARVERSION = 4.3.1
+GARVERSION = 4.3.2
 HOME_URL = http://www.gnome.org/
 DESCRIPTION =  gtk 4 GNOME toolkit to create user interfaces
 define BLURB

=== modified file 'pkg/gnome/gtk/sha256sums'
--- a/pkg/gnome/gtk/sha256sums  2021-06-18 19:55:46 +0000
+++ b/pkg/gnome/gtk/sha256sums  2021-07-26 21:46:05 +0000
@@ -1,3 +1,3 @@
-495c1f4c3479174f0989c6842ec0cc20f68a065cd47712dbec0ae795208b62de  
download/gtk-4.3.1.tar.xz
-ddd7570447033e8ea8a9b77fdb3728dfb904fb4a3a28c5d24ce4c78d52bb2759  
download/gtk-4.3.1.sha256sum
-f88a747efbae9fb488c885916c195d944d220a681b79f6b4390c19b55279eea0  
download/gtk-4.3.1.news
+20639bb2be8b9f58304f14480e3d957abd2c9fa3f671bb7e05193f9a8389d93f  
download/gtk-4.3.2.tar.xz
+2af14a89a62b7008ae6916dd528a499c224fb0c0e8ba519cb6367b9d37085c36  
download/gtk-4.3.2.sha256sum
+64e256418f12bbf9935bfd1c5671efbb1efa280cdb9ffc5d68166dec392adbe9  
download/gtk-4.3.2.news

=== modified file 'pkg/gnu/artanis/Makefile'
--- a/pkg/gnu/artanis/Makefile  2021-06-29 16:09:32 +0000
+++ b/pkg/gnu/artanis/Makefile  2021-07-26 21:46:05 +0000
@@ -60,6 +60,9 @@
 # till fixed
 include config.mk
 
+
+.PHONY: build-my install-myinst
+
 MAKE_ARGS += V=
 
 # docs not working yet.... missing texinfo

=== modified file 'pkg/gnu/automake/Makefile'
--- a/pkg/gnu/automake/Makefile 2020-11-20 23:52:38 +0000
+++ b/pkg/gnu/automake/Makefile 2021-07-26 21:46:05 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2015, 2017 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2017, 2018, 2020 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2017, 2018, 2020, 2021 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -23,7 +23,7 @@
 
 NAME = Automake
 GARNAME = automake
-GARVERSION = 1.16.3
+GARVERSION = 1.16.4
 HOME_URL = http://www.gnu.org/software/automake/
 DESCRIPTION = Making GNU standards-compliant Makefiles
 define BLURB
@@ -41,7 +41,7 @@
 SIGFILES = $(DISTNAME).tar.xz.sig
 
 BUILDDEPS =
-LIBDEPS = autoconf
+LIBDEPS = 
 
 ######################################################################
 

=== modified file 'pkg/gnu/automake/sha256sums'
--- a/pkg/gnu/automake/sha256sums       2020-11-20 23:52:38 +0000
+++ b/pkg/gnu/automake/sha256sums       2021-07-26 21:46:05 +0000
@@ -1,2 +1,2 @@
-ff2bf7656c4d1c6fdda3b8bebb21f09153a736bcba169aaf65eab25fa113bf3a  
download/automake-1.16.3.tar.xz
-fe4e9d6e0cf15448618385cbc055ef0a03c0de63b3771180013029db7fece7e4  
download/automake-1.16.3.tar.xz.sig
+80facc09885a57e6d49d06972c0ae1089c5fa8f4d4c7cfe5baea58e5085f136d  
download/automake-1.16.4.tar.xz
+9be4f893faacaf94dc81d70acf00fac59ea2035f075175177c3d16dfd88f5860  
download/automake-1.16.4.tar.xz.sig

=== modified file 'pkg/gnu/gecb/Makefile'
--- a/pkg/gnu/gecb/Makefile     2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gecb/Makefile     2021-07-26 21:46:05 +0000
@@ -32,7 +32,7 @@
 SIGFILES = $(DISTNAME).tar.gz.sig
 
 BUILDDEPS =
-LIBDEPS = edma gtk
+LIBDEPS =# edma gtk
 
 ######################################################################
 

=== modified file 'pkg/gnualpha/gcc11snapshot/Makefile'
--- a/pkg/gnualpha/gcc11snapshot/Makefile       2021-07-24 20:57:52 +0000
+++ b/pkg/gnualpha/gcc11snapshot/Makefile       2021-07-26 21:46:05 +0000
@@ -188,7 +188,7 @@
 .PHONY: checkall
 
 checkall: build
-       cd $(WORKOBJ)  &&  $(MAKE) -k check >  checkall.output.txt 2>&1
+       cd $(WORKOBJ)  &&  $(MAKE) -k check >  checkall.output.txt 
        $(MAKECOOKIE)
 
 

=== modified file 'pkg/gnualpha/gcc12snapshot/Makefile'
--- a/pkg/gnualpha/gcc12snapshot/Makefile       2021-07-26 03:38:49 +0000
+++ b/pkg/gnualpha/gcc12snapshot/Makefile       2021-07-26 21:46:05 +0000
@@ -144,7 +144,6 @@
 --libexecdir=$(prefix)/lib  \
 --libdir=$(prefix)/lib  \
 --with-abi=m64 \
---with-multilib-list=m64,m32 \
 --without-included-gettext  \
 --with-system-zlib \
 --with-target-system-zlib \
@@ -155,7 +154,7 @@
 --enable-libada \
 --disable-werror 
 
-#\ ada
+# ada -m32 -m32x?
 
 #--enable-bootstrap \
 #--build=x86_64-linux-gnu \
@@ -167,40 +166,26 @@
 # of building when not using recent gcc to build.
 
 # due to compile problems with gccgo
-#BUILD_ARGS?=  -Wall -Wextra -Wl,LIBS=-liconv
-BUILD_ARGS  =  CFLAGS+="--save-temps  -Wextra  -fno-split-stack -std=c++11 " \
-             CXXFLAGS+="--save-temps  -Wextra  -fno-split-stack -std=c++11 "  \
-             CPPFLAGS=-DGATHER_STATISTICS=0
+#
+# adjust if needed. ad hoc
+
+BUILD_ARGS  =  CFLAGS+="--save-temps -Wall  -Wextra  -fno-split-stack" \
+             CXXFLAGS+="--save-temps -Wall  -Wextra  -fno-split-stack"  \
+             CPPFLAGS="-I. -I.. "
+            # still doesn't fix it
+#BUILD_ARGS  =  CFLAGS+="--save-temps -Wall  -Wextra  " \
+#             CXXFLAGS+="--save-temps -Wall  -Wextra  "  \
+#             CPPFLAGS="-I. -I.. "
+            
+
+                  # work in progress.... 
+
 
 ######################################################################
-# adjust as necessary
-#LDFLAGS += -L/usr/lib/x86_64-linux-gnu
-#CXXFLAGS += -I/usr/include/x86_64-linux-gnu -I$(prefix)/include -isystem 
/usr/include/x86_64-linux-gnu
-#CFLAGS   += -I/usr/include/x86_64-linux-gnu -I$(prefix)/include -isystem 
/usr/include/x86_64-linux-gnu
-
-
-#cd $(WORKOBJ)/libiberty/ $(MAKE)  info
-
-#post-build: build 
-#      make -C $(WORKOBJ)  V=1  bootstrap  
-#      $(MAKECOOKIE)
-
-#make -C $(WORKOBJ)  V=1 $(BUILD_OPTS) bootstrap  
-# slightly imperfect, but it worked .... sometimes
-# a work-around for error message...
-#post-build: build
-#      #CFLAGS=-fno-split-stack $(MAKE) -C $(WORKOBJ)/ all
-#      $(MAKECOOKIE)
-
-#install-links: build
-##     @ln -sf gcc-9 $(packageprefix)/bin/cc
-#      @ln -sf ../bin/cpp $(packageprefix)/lib/cpp
-#      $(MAKECOOKIE)
-#
-#      gccfixer.sh
+.PHONY: checkall
 
 checkall: build
-       cd $(WORKOBJ); $(MAKE) -k check 
+       cd $(WORKOBJ)  &&  $(MAKE) -k check >  checkall.output.txt 
        $(MAKECOOKIE)
 
 

=== modified file 'pkg/other/cmake/Makefile'
--- a/pkg/other/cmake/Makefile  2021-07-08 18:55:56 +0000
+++ b/pkg/other/cmake/Makefile  2021-07-26 21:46:05 +0000
@@ -21,7 +21,7 @@
 
 NAME =    cmake
 GARNAME = cmake
-GARVERSION = 3.21.0-rc3
+GARVERSION = 3.21.0
 HOME_URL = https://cmake.org/
        # or http://kitware.com/cmake
 DESCRIPTION =  cmake build utility, works with or as "make" or other build 
systems

=== modified file 'pkg/other/cmake/sha256sums'
--- a/pkg/other/cmake/sha256sums        2021-07-08 18:55:56 +0000
+++ b/pkg/other/cmake/sha256sums        2021-07-26 21:46:05 +0000
@@ -1,1 +1,1 @@
-c9f1a8895c911165be50cba9646c420c7d27e4bfe3b8d8b30b34133fe70759c1  
download/cmake-3.21.0-rc3.tar.gz
+4a42d56449a51f4d3809ab4d3b61fd4a96a469e56266e896ce1009b5768bd2ab  
download/cmake-3.21.0.tar.gz

=== modified file 'pkg/other/root/Makefile'
--- a/pkg/other/root/Makefile   2021-06-29 02:47:46 +0000
+++ b/pkg/other/root/Makefile   2021-07-26 21:46:05 +0000
@@ -21,7 +21,7 @@
 
 NAME = ROOT
 GARNAME = root
-GARVERSION = 6.24.00
+GARVERSION = 6.24.02
 
 HOME_URL = https://root.cern.ch 
 DESCRIPTION = Scientific data framework from CERN, includes a C++ interpreter.

=== modified file 'pkg/other/root/sha256sums'
--- a/pkg/other/root/sha256sums 2021-04-15 18:33:58 +0000
+++ b/pkg/other/root/sha256sums 2021-07-26 21:46:05 +0000
@@ -1,1 +1,1 @@
-9da30548a289211c3122d47dacb07e85d35e61067fac2be6c5a5ff7bda979989  
download/root_v6.24.00.source.tar.gz
+0507e1095e279ccc7240f651d25966024325179fa85a1259b694b56723ad7c1c  
download/root_v6.24.02.source.tar.gz


reply via email to

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