gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7516: some stuff


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7516: some stuff
Date: Tue, 20 Apr 2021 01:27:52 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7516
revision-id: carlhansen@gnu.org-20210420052741-ll4xn82zl4clmc27
parent: carlhansen@gnu.org-20210419220610-xz3wch9us62l70qu
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Mon 2021-04-19 22:27:41 -0700
message:
  some stuff
modified:
  pkg/gnu/ddd/Makefile           makefile-20160617014725-uokjfnggs70iry9h-557
  pkg/gnu/ddd/config.mk          config.mk-20160617015148-z6qvj2bcyk8b9h4x-1
  pkg/gnu/edma/Makefile          makefile-20160617014725-uokjfnggs70iry9h-598
  pkg/gnu/gcc10/Makefile         makefile-20200507221100-nis11hdo9mwrdiwt-4
  pkg/gnu/glibc/Makefile         makefile-20160617014725-uokjfnggs70iry9h-1147
  pkg/gnualpha/time-alpha/config.mk config.mk-20191029184632-z853r7q1ymtsetx4-5
  pkg/other/guile-git/Makefile   makefile-20180707222735-xzb9t6me5jer0w17-3
=== modified file 'pkg/gnu/ddd/Makefile'
--- a/pkg/gnu/ddd/Makefile      2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/ddd/Makefile      2021-04-20 05:27:41 +0000
@@ -1,6 +1,8 @@
 # Copyright © 2013 Brandon Invergo <brandon@invergo.net>
+# Copyright © 2021 Carl Hansen <carlhansen@gnu.org>
 #
-# This file is part of GSRC.
+# 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
@@ -14,6 +16,9 @@
 #
 # 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 = DDD
 GARNAME = ddd
@@ -38,10 +43,12 @@
 INFO_FILES = $(GARNAME).info $(GARNAME)-themes.info
 
 BUILDDEPS =
-LIBDEPS = ncurses readline
+LIBDEPS = 
+#ncurses readline
 
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk
 include ../../../gar/gar.lib/info.mk
 include config.mk
+

=== modified file 'pkg/gnu/ddd/config.mk'
--- a/pkg/gnu/ddd/config.mk     2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/ddd/config.mk     2021-04-20 05:27:41 +0000
@@ -1,4 +1,4 @@
 ## Configuration options for ddd ##
 
-CONFIGURE_OPTS ?= --with-readline
-BUILD_OPTS ?=
+CONFIGURE_OPTS ?= --with-readline   
+BUILD_OPTS ?= CFLAGS=-fpermissive CPPFLAGS=-fpermissive

=== modified file 'pkg/gnu/edma/Makefile'
--- a/pkg/gnu/edma/Makefile     2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/edma/Makefile     2021-04-20 05:27:41 +0000
@@ -21,18 +21,17 @@
 GARVERSION = 0.18.6
 HOME_URL = http://www.gnu.org/software/edma/
 DESCRIPTION = Object-oriented component-based development environment
-define BLURB
+define BLURB 
 GNU EDMA is a development environment that combines ideas from both
 object-oriented programming and component-based systems.  It is used
-to build modular, evolving applications as well as reusable
-components.  EDMA provides a convenient means to build
-object-oriented programs in C without requiring C++.
-Also, it has a unique component system, unlike other free software
-component-based systems which imitate the design of proprietary
-counterparts.  It includes a graphical wizard, gidfwizard,
-a tool for building GNU EDMA Interface
-definition files and to create skeleton files necessary to build
-EDMA classes, and a graphical class browser, gecb.
+to build modular, evolving applications as well as reusable components.
+EDMA provides a convenient means to build object-oriented programs in C
+without requiring C++.  Also, it has a unique component system, unlike
+other free software component-based systems which imitate the design of
+proprietary counterparts.  It includes a graphical wizard, gidfwizard,
+a tool for building GNU EDMA Interface definition files and to create
+skeleton files necessary to build EDMA classes, and a graphical class
+browser, gecb.  
 endef
 
 ######################################################################

=== modified file 'pkg/gnu/gcc10/Makefile'
--- a/pkg/gnu/gcc10/Makefile    2021-04-09 01:23:05 +0000
+++ b/pkg/gnu/gcc10/Makefile    2021-04-20 05:27:41 +0000
@@ -48,28 +48,27 @@
 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  
-
-
-
+        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  \
+        libffi.info  \
+        libgccjit.info  \
+        libgomp.info  \
+        libitm.info  \
+        libquadmath.info  
+        
+# BUG gccbrig.info gfc-internals.info etc not installing correctly yet
 #      libiberty.info  
-
-# BUG gccbrig.info gfc-internals.info not installing correctly yet
 #
 #
 
@@ -139,17 +138,20 @@
 --libexecdir=$(prefix)/lib  \
 --libdir=$(prefix)/lib  \
 --with-abi=m64 \
---with-multilib-list=m32,m64,mx32 \
+--with-multilib-list=m64,m32 \
 --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 
-
-#\
+--disable-werror \
+--disable-vtable-verify  
+
+
+#--enable-bootstrap 
+
+#\  mx32
 #--enable-bootstrap \
 #--build=x86_64-linux-gnu \
 #--host=x86_64-linux-gnu \
@@ -162,10 +164,9 @@
 #CFLAGS+=-fno-split-stack 
 #CPLUSFLAGS+=-fno-split-stack 
 # due to compile problems with gccgo
-BUILD_ARGS?=  -Wall -Wextra  CFLAGS+=-fsplit-stack CPLUSFLAGS+=-fsplit-stack 
+BUILD_ARGS?=  -Wall -Wextra  -Wl,-L/usr/lib64 CFLAGS+=-fno-split-stack 
CPLUSFLAGS+=-fno-split-stack
 
 #BUILD_ARGS?=  -Wall -Wextra -Wl,LIBS=-liconv
-#BUILD_ARGS ?= 
 
 ######################################################################
 # adjust as necessary

=== modified file 'pkg/gnu/glibc/Makefile'
--- a/pkg/gnu/glibc/Makefile    2021-02-02 23:58:54 +0000
+++ b/pkg/gnu/glibc/Makefile    2021-04-20 05:27:41 +0000
@@ -23,7 +23,7 @@
 
 NAME = The GNU C Library glibc
 GARNAME = glibc
-# was libc
+# also called libc
 GARVERSION = 2.33
 HOME_URL = http://www.gnu.org/software/libc/
 DESCRIPTION = GNU standard C library

=== modified file 'pkg/gnualpha/time-alpha/config.mk'
--- a/pkg/gnualpha/time-alpha/config.mk 2019-10-29 19:16:06 +0000
+++ b/pkg/gnualpha/time-alpha/config.mk 2021-04-20 05:27:41 +0000
@@ -1,4 +1,4 @@
-## Configuration options for gnuastro ##
+## Configuration options 
 
 CONFIGURE_OPTS ?= 
 BUILD_OPTS ?=

=== modified file 'pkg/other/guile-git/Makefile'
--- a/pkg/other/guile-git/Makefile      2020-10-24 22:55:05 +0000
+++ b/pkg/other/guile-git/Makefile      2021-04-20 05:27:41 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2018, 2019, 2020 Carl Hansen <carlhansen@gnu.org>
+# Copyright ©2018, 2019, 2020, 2021 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -20,7 +20,7 @@
 
 NAME =    guile-git
 GARNAME = guile-git
-GARVERSION = 0.4.0
+GARVERSION = 0.5.0
 HOME_URL = https://gitlab.com/guile-git/guile-git
 DESCRIPTION = a Guile interface to libgit2
 define BLURB


reply via email to

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