gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r9401: gcc10snapshot removed


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9401: gcc10snapshot removed
Date: Sat, 8 Jul 2023 00:01:31 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9401
revision-id: carlhansen1234@gmail.com-20230708040126-hu3j6h1ncbiva4k4
parent: carlhansen1234@gmail.com-20230708035946-bujjhz23wynq8smc
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Fri 2023-07-07 21:01:26 -0700
message:
  gcc10snapshot removed
removed:
  pkg/gnu/gcc10snapshot/         gcc10-20190506050828-2enxreepw1xsv1i3-1
  pkg/gnu/gcc10snapshot/Makefile makefile-20190506050828-2enxreepw1xsv1i3-3
  pkg/gnu/gcc10snapshot/config.mk config.mk-20190506050828-2enxreepw1xsv1i3-2
  pkg/gnu/gcc10snapshot/sha256sums sha256sums-20190506050828-2enxreepw1xsv1i3-4
modified:
  pkg/gnu/gcl/Makefile           makefile-20160617014725-uokjfnggs70iry9h-686
  pkg/gnu/guile-dbi/Makefile     makefile-20160617014725-uokjfnggs70iry9h-975
  pkg/gnu/libeufin/Makefile      makefile-20230127002811-lrhhgqgtfpto0cgk-3
  pkg/gnu/libffcall/Makefile     makefile-20170624183342-lrpv0de2b5wi444z-4
  pkg/gnu/mediagoblin/Makefile   makefile-20160617014725-uokjfnggs70iry9h-1360
=== removed directory 'pkg/gnu/gcc10snapshot'
=== removed file 'pkg/gnu/gcc10snapshot/Makefile'
--- a/pkg/gnu/gcc10snapshot/Makefile    2023-05-17 23:49:21 +0000
+++ b/pkg/gnu/gcc10snapshot/Makefile    1970-01-01 00:00:00 +0000
@@ -1,204 +0,0 @@
-# Copyright ©2019-2023 Carl Hansen <carlhansen@gnu.org>
-#
-# This file is part of GSRC, the GNU Source Release Collection.
-# http://www.gnu.org/software/gsrc
-#
-# GSRC is free software: you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# GSRC is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
-# License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
-#
-#
-# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
-
-NAME = The GNU Compiler Collection version 10 development version
-GARNAME = gcc10snapshot
-UPSTREAMNAME = gcc
-GARVERSION = 10-20230517
-HOME_URL = https://www.gnu.org/software/gcc
-DESCRIPTION = GNU Compiler Collection 10 snapshot
-define BLURB
-GCC is the GNU Compiler Collection 10.  It provides compiler front-ends
-for several languages, including C, C++, Objective-C, Objective-C++, Fortran, 
-Ada, D, Brig, and Go.  It also includes runtime support libraries for these
-languages.
-endef
-
-# if downloading not working, look here:
-# ftp://gcc.gnu.org/pub/gcc/snapshots/
-
-
-######################################################################
-
-MASTER_SITES = https://gcc.gnu.org/
-MASTER_SUBDIR = pub/gcc/snapshots/$(GARVERSION)/
-#MASTER_SITES = $(MASTER_GNU)
-#MASTER_SUBDIR = $(GARNAME)/$(DISTNAME)/
-DISTNAME= $(UPSTREAMNAME)-$(GARVERSION)
-DISTFILES = $(DISTNAME).tar.xz 
-SIGFILES = 
-
-WORKSRC = $(WORKDIR)/gcc-$(GARVERSION)
-WORKOBJ = $(WORKDIR)/gcc-$(GARVERSION).build
-
-#BUILD_SCRIPTS = compilers
-#links
-
-BUILDDEPS = gmp mpfr mpc zlib
-LIBDEPS = 
-INFO_FILES =  \
-       cpp.info  \
-       cppinternals.info  \
-       gccbrig.info  \
-       gccgo.info  \
-       gcc.info  \
-       gccinstall.info  \
-       gccint.info  \
-       gdc.info  \
-       gfc-internals.info  \
-       gfortran.info  \
-       gnat_rm.info  \
-       gnat-style.info  \
-       gnat_ugn.info     \
-       libgomp.info  \
-       libitm.info  \
-       libquadmath.info  
-
-
-
-#      libiberty.info  
-
-# BUG gccbrig.info gfc-internals.info not installing correctly yet
-#
-#
-
-######################################################################
-include ../../../gar/gar.lib/autotools.mk
-include ../../../gar/gar.lib/info.mk
-include config.mk
-
-
-## Configuration options for gcc ##
-## Note: you must set up your environment (PATH, LDPATH, etc) to
-## include GSRC-installed packages in order to install gcc as
-## configured below. You can do this easily like so in Bash:
-## $ source $(your_gsrc_dir) setup.sh
-
-## adjust --enable-languages=   to your liking; this is maximal.
-## gnat (ada) is a special case;  requires a working ada compiler to
-## already be installed, the compiler you are using to compile the rest.
-
-# --enable-languages=c,c++,fortran,go,objc,obj-c++,adabrig,d,jit  \
-
-# jit requires --enable-host-shared
-# --enable-host-shared typically slows the rest of the compiler down by
-# a few %, so you must explicitly enable it.
-
-# If you want to build both the jit and the regular compiler, it is often
-# best to do this via two separate configure/builds, in separate
-# directories, to avoid imposing the performance cost of
-# --enable-host-shared on the regular compiler.
-
-#--enable-cloog-backend=isl \
-
-# note: at end --target=x86_64-linux-gnu
-# Many options at just what Debian ships with;
-# adjust as necessary.
-# 
-
-CONFIGURE_ARGS = --prefix=$(prefix)  \
---program-suffix=-10 \
---with-gmp=$(prefix) \
---with-mpfr=$(prefix) \
---with-mpc=$(prefix) \
---with-target-bdw-gc=$(prefix) \
---enable-checking=release \
---enable-clocale=gnu \
---enable-__cxa_atexit \
---enable-default-pie \
---enable-gnu-unique-object \
---enable-gtk-cairo \
---enable-host-shared  \
---enable-languages=c,c++,fortran,go,brig,d,jit,objc,obj-c++ \
---enable-libmpx \
---enable-libssp \
---enable-libstdcxx-debug \
---enable-libstdcxx-time=yes \
---enable-linker-build-id \
---enable-lto \
---enable-multiarch \
---enable-multilib  \
---enable-nls \
---enable-objc-gc=auto \
---enable-plugin \
---enable-shared \
---enable-threads=posix \
---with-default-libstdcxx-abi=new \
---libexecdir=$(prefix)/lib  \
---libdir=$(prefix)/lib  \
---with-abi=m64 \
---with-multilib-list=m64 \
---without-included-gettext  \
---with-system-zlib \
---with-target-system-zlib \
---enable-offload-targets=nvptx-none  \
---without-cuda-driver  \
---with-tune=generic \
---disable-vtable-verify  \
---disable-werror 
-
-#\
-#--enable-bootstrap \
-#--build=x86_64-linux-gnu \
-#--host=x86_64-linux-gnu \
-#--target=x86_64-linux-gnu 
-
-# --with-arch-32=i686  \
-# enable-bootstrap might not be necessary, but it solves some problems
-# of building when not using recent gcc to build.
-
-#CFLAGS+=-fno-split-stack 
-#CPLUSFLAGS+=-fno-split-stack 
-# due to compile problems with gccgo
-
-BUILD_ARGS  =  CFLAGS+="--save-temps  -Wextra  -fno-split-stack" \
-             CXXFLAGS+="--save-temps  -Wextra  -fno-split-stack"  \
-             CPPFLAGS=-DGATHER_STATISTICS=0
-
-######################################################################
-
-#cd $(WORKOBJ) && CFLAGS=-fno-split-stack $(MAKE) all
-#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
-
-checkall: build
-       cd $(WORKOBJ); $(MAKE) -k check 
-       $(MAKECOOKIE)
-
-
-

=== removed file 'pkg/gnu/gcc10snapshot/config.mk'
--- a/pkg/gnu/gcc10snapshot/config.mk   2021-04-06 23:18:17 +0000
+++ b/pkg/gnu/gcc10snapshot/config.mk   1970-01-01 00:00:00 +0000
@@ -1,5 +0,0 @@
-## Configuration options for gcc ##
-#  see also CONFIGURE_ARGS and BUILD_ARGS in Makefile
-# 
-CONFIGURE_OPTS +=  -D__x86_64__ -D__LP64__
-BUILD_OPTS +=

=== removed file 'pkg/gnu/gcc10snapshot/sha256sums'
--- a/pkg/gnu/gcc10snapshot/sha256sums  2023-05-17 23:49:21 +0000
+++ b/pkg/gnu/gcc10snapshot/sha256sums  1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-0048733509ab6ff684ad6081b323ee861b3001ae608c97f97b1e756c3953ef4a  
download/gcc-10-20230517.tar.xz

=== modified file 'pkg/gnu/gcl/Makefile'
--- a/pkg/gnu/gcl/Makefile      2023-01-18 06:41:28 +0000
+++ b/pkg/gnu/gcl/Makefile      2023-07-08 04:01:26 +0000
@@ -44,7 +44,7 @@
 SIGFILES = $(DISTNAME).tar.gz.sig
 #WORKSRC = $(WORKDIR)/gcl-Version_2_6_13/gcl
 #WORKOBJ =  $(WORKSRC)
-WORKOBJ= $(WORKSRC)
+#WORKOBJ= $(WORKSRC)
 #PATCHFILES = $(DISTNAME)-emacs-default.diff
 INFO_FILES = $(GARNAME)-si.info $(GARNAME)-tk.info
 

=== modified file 'pkg/gnu/guile-dbi/Makefile'
--- a/pkg/gnu/guile-dbi/Makefile        2023-07-05 04:41:21 +0000
+++ b/pkg/gnu/guile-dbi/Makefile        2023-07-08 04:01:26 +0000
@@ -78,7 +78,7 @@
        (cd $(WORKSRC)/guile-dbi/build &&  ./config.status && make)
        echo now install... needed before others..
 
-makeguiledbi-mysql: 
+makeguiledbi-mysql: installguiledbi
        (cd $(WORKSRC)/guile-dbd-mysql && ./autogen.sh --no-configure)
        (cd $(WORKSRC)/guile-dbd-mysql/build && ../configure )
        (cd $(WORKSRC)/guile-dbd-mysql/build &&  ./config.status && make)

=== modified file 'pkg/gnu/libeufin/Makefile'
--- a/pkg/gnu/libeufin/Makefile 2023-02-23 04:42:14 +0000
+++ b/pkg/gnu/libeufin/Makefile 2023-07-08 04:01:26 +0000
@@ -43,5 +43,5 @@
 include config.mk
 
 # downloads a bunch java gradle etc stuff....
-#
+# FIXME
 

=== modified file 'pkg/gnu/libffcall/Makefile'
--- a/pkg/gnu/libffcall/Makefile        2021-06-15 17:15:39 +0000
+++ b/pkg/gnu/libffcall/Makefile        2023-07-08 04:01:26 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2017, 2018, 2019, 2021 Carl Hansen <carlhansen@gnu.org>
+# Copyright ©2017, 2018, 2019, 2021, 2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -35,12 +35,14 @@
 MASTER_SUBDIR = $(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz 
 SIGFILES  = $(DISTNAME).tar.gz.sig
-
+# https://git.savannah.gnu.org/git/libffcall.git FIXME
+# fix html docs
 BUILDDEPS =
 LIBDEPS =
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
 
+

=== modified file 'pkg/gnu/mediagoblin/Makefile'
--- a/pkg/gnu/mediagoblin/Makefile      2023-05-23 18:47:29 +0000
+++ b/pkg/gnu/mediagoblin/Makefile      2023-07-08 04:01:26 +0000
@@ -55,6 +55,8 @@
 pre-configure:
        @echo  run bootstrap.sh
        cd $(WORKSRC) && ./bootstrap.sh
+       cd $(WORKSRC) && ./configure
 
 # FIXME. needs to be made a GIT download
 
+


reply via email to

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