gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7024: gcc10 etc gdal


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7024: gcc10 etc gdal
Date: Thu, 7 May 2020 20:42:20 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7024
revision-id: carl@aurora-20200508004208-i7636w4buzo3fz65
parent: carl@aurora-20200505164012-08ukuvln51vv8qid
committer: carl <carl@aurora>
branch nick: trunk
timestamp: Thu 2020-05-07 17:42:08 -0700
message:
  gcc10 etc gdal
added:
  pkg/gnu/gcc10/                 gcc10-20200507221100-nis11hdo9mwrdiwt-1
  pkg/gnu/gcc10/Makefile         makefile-20200507221100-nis11hdo9mwrdiwt-4
  pkg/gnu/gcc10/config.mk        config.mk-20200507221100-nis11hdo9mwrdiwt-2
  pkg/gnu/gcc10/gpg-keyring      gpgkeyring-20200507221100-nis11hdo9mwrdiwt-3
  pkg/gnu/gcc10/sha256sums       sha256sums-20200507221100-nis11hdo9mwrdiwt-5
modified:
  pkg/gnome/gnome-flashback/Makefile makefile-20161013032042-qqv1d32v3ow0yztv-3
  pkg/gnome/iagno/Makefile       makefile-20160617013746-7ygosxqw3lxxvo7f-992
  pkg/gnome/yelp-xsl/Makefile    makefile-20160617013746-7ygosxqw3lxxvo7f-1486
  pkg/gnu/mediagoblin/Makefile   makefile-20160617014725-uokjfnggs70iry9h-1360
  pkg/gnu/mediagoblin/sha256sums sha256sums-20160617014725-uokjfnggs70iry9h-1365
  pkg/other/gdal/Makefile        makefile-20180419195117-e20u8chyujdn8sgw-3
  pkg/other/gdal/sha256sums      sha256sums-20180419195117-e20u8chyujdn8sgw-4
=== modified file 'pkg/gnome/gnome-flashback/Makefile'
--- a/pkg/gnome/gnome-flashback/Makefile        2020-04-30 18:05:45 +0000
+++ b/pkg/gnome/gnome-flashback/Makefile        2020-05-08 00:42:08 +0000
@@ -24,7 +24,6 @@
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = GNOME Flashback session and helper application
 define BLURB
-
 endef
 
 ######################################################################

=== modified file 'pkg/gnome/iagno/Makefile'
--- a/pkg/gnome/iagno/Makefile  2020-04-30 18:05:45 +0000
+++ b/pkg/gnome/iagno/Makefile  2020-05-08 00:42:08 +0000
@@ -38,7 +38,7 @@
 DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
 SIGFILES =
 
-BUILDDEPS =
+BUILDDEPS = gsound
 LIBDEPS =
 
 ######################################################################

=== modified file 'pkg/gnome/yelp-xsl/Makefile'
--- a/pkg/gnome/yelp-xsl/Makefile       2020-04-30 18:05:45 +0000
+++ b/pkg/gnome/yelp-xsl/Makefile       2020-05-08 00:42:08 +0000
@@ -1,5 +1,4 @@
-
-# Copyright © 2016 Carl Hansen address@hidden
+# Copyright © 2016, 2020 Carl Hansen address@hidden
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 #

=== added directory 'pkg/gnu/gcc10'
=== added file 'pkg/gnu/gcc10/Makefile'
--- a/pkg/gnu/gcc10/Makefile    1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/gcc10/Makefile    2020-05-08 00:42:08 +0000
@@ -0,0 +1,204 @@
+# Copyright ©2020 Carl Hansen <address@hidden>
+#
+# 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 address@hidden
+
+NAME = The GNU Compiler Collection version 10
+GARNAME = gcc10
+UPSTREAMNAME = gcc
+GARVERSION = 10.1.0
+HOME_URL = http://www.gnu.org/software/gcc
+DESCRIPTION = GNU Compiler Collection 10 
+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
+
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = $(GARNAME)/$(DISTNAME)/
+DISTNAME= $(UPSTREAMNAME)-$(GARVERSION)
+DISTFILES = $(DISTNAME).tar.xz 
+SIGFILES =  $(DISTNAME).tar.xz.sig
+
+WORKSRC = $(WORKDIR)/gcc-$(GARVERSION)
+WORKOBJ = $(WORKDIR)/gcc-$(GARVERSION).build
+
+
+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/auto.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++,ada,brig,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,ada,brig,d,jit,objc,obj-c++ \
+--enable-libada \
+--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=m32,m64,mx32 \
+--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?=  -Wall -Wextra  CFLAGS+=-fsplit-stack CPLUSFLAGS+=-fsplit-stack 
-Wl,LIBS=-liconv
+
+#BUILD_ARGS?=  -Wall -Wextra -Wl,LIBS=-liconv
+#BUILD_ARGS ?= 
+
+######################################################################
+# adjust as necessary
+#LDFLAGS += -L/usr/lib/x86_64-linux-gnu
+LDFLAGS += -liconv
+LIBS += -liconv
+#CPPFLAGS += -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) && 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)
+
+

=== added file 'pkg/gnu/gcc10/config.mk'
--- a/pkg/gnu/gcc10/config.mk   1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/gcc10/config.mk   2020-05-08 00:42:08 +0000
@@ -0,0 +1,5 @@
+## Configuration options for gcc ##
+#  see also CONFIGURE_ARGS and BUILD_ARGS in Makefile
+# 
+CONFIGURE_OPTS += 
+BUILD_OPTS +=

=== added file 'pkg/gnu/gcc10/gpg-keyring'
Binary files a/pkg/gnu/gcc10/gpg-keyring        1970-01-01 00:00:00 +0000 and 
b/pkg/gnu/gcc10/gpg-keyring       2020-05-08 00:42:08 +0000 differ
=== added file 'pkg/gnu/gcc10/sha256sums'
--- a/pkg/gnu/gcc10/sha256sums  1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/gcc10/sha256sums  2020-05-08 00:42:08 +0000
@@ -0,0 +1,2 @@
+b6898a23844b656f1b68691c5c012036c2e694ac4b53a8918d4712ad876e7ea2  
download/gcc-10.1.0.tar.xz
+8d220f50aa04f50cd9e895fcca64d95ebfe93839dc9e9b4bd09560991a8dfe76  
download/gcc-10.1.0.tar.xz.sig

=== modified file 'pkg/gnu/mediagoblin/Makefile'
--- a/pkg/gnu/mediagoblin/Makefile      2019-07-15 00:52:19 +0000
+++ b/pkg/gnu/mediagoblin/Makefile      2020-05-08 00:42:08 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2014 Brandon Invergo <address@hidden>
-# Copyright © 2019 Carl Hansen <address@hidden>
+# Copyright © 2019, 2020 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -23,7 +23,7 @@
 
 NAME = MediaGoblin
 GARNAME = mediagoblin
-GARVERSION = 0.9.0
+GARVERSION = 0.10.0
 HOME_URL = http://www.mediagoblin.org/
        # see http://mediagoblin.readthedocs.io
 DESCRIPTION = Photo and media sharing

=== modified file 'pkg/gnu/mediagoblin/sha256sums'
--- a/pkg/gnu/mediagoblin/sha256sums    2019-07-15 00:52:19 +0000
+++ b/pkg/gnu/mediagoblin/sha256sums    2020-05-08 00:42:08 +0000
@@ -1,1 +1,1 @@
-a23490ed4d9dfa107ca4cd8483a063f0338e02a4783a176915d5521b7a55fb21  
download/mediagoblin-0.9.0.tar.gz
+8e1af38431e39b43aa0f061a9a3f14dfdba9ccdec8439ef9d9f17d56e96653eb  
download/mediagoblin-0.10.0.tar.gz

=== modified file 'pkg/other/gdal/Makefile'
--- a/pkg/other/gdal/Makefile   2018-04-19 19:52:13 +0000
+++ b/pkg/other/gdal/Makefile   2020-05-08 00:42:08 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2018 Carl Hansen <address@hidden>
+# Copyright © 2018, 2020 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 #
@@ -19,7 +19,7 @@
 
 NAME =    GDAL
 GARNAME = gdal
-GARVERSION = 2.2.4
+GARVERSION = 3.1.0
 HOME_URL = http://www.gdal.org/
 DESCRIPTION = GDAL - Geospatial Data Abstraction Library   
 define BLURB

=== modified file 'pkg/other/gdal/sha256sums'
--- a/pkg/other/gdal/sha256sums 2018-04-19 19:52:13 +0000
+++ b/pkg/other/gdal/sha256sums 2020-05-08 00:42:08 +0000
@@ -1,2 +1,2 @@
-441eb1d1acb35238ca43a1a0a649493fc91fdcbab231d0747e9d462eea192278  
download/gdal-2.2.4.tar.xz
-abfce5b1e9edd50b1d4a5cdaa97c261036744c4dc4c04abb5d22f3aad0fc2498  
download/gdal-2.2.4.tar.xz.md5
+e754a22242ccbec731aacdb2333b567d4c95b9b02d3ba1ea12f70508d244fcda  
download/gdal-3.1.0.tar.xz
+4a7b1a171b036f348b87f658e505f530d80243933fb27650ba9608efe0ad05d8  
download/gdal-3.1.0.tar.xz.md5


reply via email to

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