gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6874: gcc10 gcc9 libmicrohttpd octave gdb nano


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6874: gcc10 gcc9 libmicrohttpd octave gdb nano
Date: Sun, 9 Feb 2020 19:40:18 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6874
revision-id: address@hidden-20200210004010-fbxl9nea3ve0tn9x
parent: address@hidden-20200207040933-kbai4b8bcvrhuhpz
committer: address@hidden
branch nick: trunk
timestamp: Sun 2020-02-09 16:40:10 -0800
message:
  gcc10 gcc9 libmicrohttpd octave gdb nano
removed:
  pkg/other/freefem/sha256sums   sha256sums-20170403041214-jub3cphz960e5j2p-4
modified:
  pkg/gnu/gdb/Makefile           makefile-20160617014725-uokjfnggs70iry9h-693
  pkg/gnu/gdb/config.mk          config.mk-20160617015518-egp3a7u85dhrm8cz-1
  pkg/gnu/gdb/sha256sums         sha256sums-20160617014725-uokjfnggs70iry9h-695
  pkg/gnu/libmicrohttpd/Makefile makefile-20160617014725-uokjfnggs70iry9h-1209
  pkg/gnu/libmicrohttpd/sha256sums 
sha256sums-20160617014725-uokjfnggs70iry9h-1215
  pkg/gnu/nano/Makefile          makefile-20160617014725-uokjfnggs70iry9h-1453
  pkg/gnu/nano/sha256sums        sha256sums-20160617014725-uokjfnggs70iry9h-1458
  pkg/gnualpha/gcc10snapshot/Makefile makefile-20190506050828-2enxreepw1xsv1i3-3
  pkg/gnualpha/gcc10snapshot/sha256sums 
sha256sums-20190506050828-2enxreepw1xsv1i3-4
  pkg/gnualpha/gcc9snapshot/Makefile makefile-20190601034442-z1ba96fwvbg1kiya-3
  pkg/gnualpha/gcc9snapshot/sha256sums 
sha256sums-20190601034442-z1ba96fwvbg1kiya-4
  pkg/other/freefem/Makefile     makefile-20170403041214-jub3cphz960e5j2p-3
=== modified file 'pkg/gnu/gdb/Makefile'
--- a/pkg/gnu/gdb/Makefile      2019-10-29 05:44:43 +0000
+++ b/pkg/gnu/gdb/Makefile      2020-02-10 00:40:10 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2014, 2015, 2017 Brandon Invergo <address@hidden>
-# Copyright © 2018, 2019 Carl Hansen <address@hidden>
+# Copyright © 2018, 2019, 2020 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -21,7 +21,7 @@
 
 NAME = GNU debugger
 GARNAME = gdb
-GARVERSION = 8.3.1
+GARVERSION = 9.1
 HOME_URL = http://www.gnu.org/software/gdb/
 DESCRIPTION = The GNU debugger
 define BLURB
@@ -41,9 +41,12 @@
 SIGFILES = $(DISTNAME).tar.xz.sig
 INFO_FILES = $(GARNAME).info annotate.info bfd.info stabs.info
 
-BUILDDEPS =  src-highlite
+WORKOBJ= $(WORKSRC)-build
+
+BUILDDEPS =  
+#src-highlite
 LIBDEPS =
-
+BUILDARGS += -Wl,LIBS=-lconv
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk

=== modified file 'pkg/gnu/gdb/config.mk'
--- a/pkg/gnu/gdb/config.mk     2018-01-24 23:13:36 +0000
+++ b/pkg/gnu/gdb/config.mk     2020-02-10 00:40:10 +0000
@@ -1,5 +1,6 @@
 ## Configuration options for gdb ##
 
 # gdb 8 not working with guile 2.2: 2.0 doesn't have the problem
-CONFIGURE_OPTS ?=  --with-guile=no 
+#CONFIGURE_OPTS ?=  --with-guile=no 
+CONFIGURE_OPTS ?=  
 BUILD_OPTS ?=

=== modified file 'pkg/gnu/gdb/sha256sums'
--- a/pkg/gnu/gdb/sha256sums    2019-10-29 05:44:43 +0000
+++ b/pkg/gnu/gdb/sha256sums    2020-02-10 00:40:10 +0000
@@ -1,2 +1,2 @@
-1e55b4d7cdca7b34be12f4ceae651623aa73b2fd640152313f9f66a7149757c4  
download/gdb-8.3.1.tar.xz
-132ce8bbb81a2575d5ae8c3d4b16542ce202b8a6220a9910bf0a6b6de2090e13  
download/gdb-8.3.1.tar.xz.sig
+699e0ec832fdd2f21c8266171ea5bf44024bd05164fdf064e4d10cc4cf0d1737  
download/gdb-9.1.tar.xz
+a299c73404d04443600716354db1a1cb86bb45491b3f4b00a03bf6f7930701d9  
download/gdb-9.1.tar.xz.sig

=== modified file 'pkg/gnu/libmicrohttpd/Makefile'
--- a/pkg/gnu/libmicrohttpd/Makefile    2019-12-19 00:17:08 +0000
+++ b/pkg/gnu/libmicrohttpd/Makefile    2020-02-10 00:40:10 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2014, 2015, 2017 Brandon Invergo <address@hidden>
-# Copyright © 2017, 2018, 2019 Carl Hansen <address@hidden>
+# Copyright © 2017, 2018, 2019, 2020 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -22,7 +22,7 @@
 
 NAME = libmicrohttpd
 GARNAME = libmicrohttpd
-GARVERSION = 0.9.69
+GARVERSION = 0.9.70
 HOME_URL = http://www.gnu.org/software/libmicrohttpd/
 DESCRIPTION = C library implementing an HTTP 1.1 server
 define BLURB

=== modified file 'pkg/gnu/libmicrohttpd/sha256sums'
--- a/pkg/gnu/libmicrohttpd/sha256sums  2019-12-19 00:17:08 +0000
+++ b/pkg/gnu/libmicrohttpd/sha256sums  2020-02-10 00:40:10 +0000
@@ -1,2 +1,2 @@
-fb9b6b148b787493e637d3083588711e65cbcb726fa02cee2cd543c5de27e37e  
download/libmicrohttpd-0.9.69.tar.gz
-e26e013ba4eb17f947e87ef1206fa36c4dfb42eafabb525c389527c050e83a49  
download/libmicrohttpd-0.9.69.tar.gz.sig
+90d0a3d396f96f9bc41eb0f7e8187796049285fabef82604acd4879590977307  
download/libmicrohttpd-0.9.70.tar.gz
+33b169249098dabe4f78c5c39924019534767b39a0e1e51011994a6f9db03769  
download/libmicrohttpd-0.9.70.tar.gz.sig

=== modified file 'pkg/gnu/nano/Makefile'
--- a/pkg/gnu/nano/Makefile     2019-12-25 22:19:36 +0000
+++ b/pkg/gnu/nano/Makefile     2020-02-10 00:40:10 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2014, 2015, 2017 Brandon Invergo <address@hidden>
-# Copyright © 2017, 2018, 2019  Carl Hansen <address@hidden>
+# Copyright © 2017, 2018, 2019, 2020 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -22,7 +22,7 @@
 
 NAME = nano
 GARNAME = nano
-GARVERSION = 4.7
+GARVERSION = 4.8
 HOME_URL = http://www.gnu.org/software/nano/
 DESCRIPTION = Small, user-friendly console text editor
 define BLURB

=== modified file 'pkg/gnu/nano/sha256sums'
--- a/pkg/gnu/nano/sha256sums   2019-12-25 22:19:36 +0000
+++ b/pkg/gnu/nano/sha256sums   2020-02-10 00:40:10 +0000
@@ -1,2 +1,2 @@
-58c0e197de5339ca3cad3ef42b65626d612ddb0b270e730f02e6ab3785c736f5  
download/nano-4.7.tar.xz
-655f1e46ceee8508bd028e0a72670d00a7b422311fee81c29e2ba54e8a2c96ce  
download/nano-4.7.tar.xz.sig
+c348f61c68ab1d573b308398212a09cd68c60fbee20f01a5bd4b50071a258e63  
download/nano-4.8.tar.xz
+e22011c810e746d2fa05f9860f33224668747aeb971f69b68e0d0b0af8a84d7d  
download/nano-4.8.tar.xz.sig

=== modified file 'pkg/gnualpha/gcc10snapshot/Makefile'
--- a/pkg/gnualpha/gcc10snapshot/Makefile       2020-02-04 01:55:41 +0000
+++ b/pkg/gnualpha/gcc10snapshot/Makefile       2020-02-10 00:40:10 +0000
@@ -22,7 +22,7 @@
 NAME = The GNU Compiler Collection version 10 development version
 GARNAME = gcc10snapshot
 UPSTREAMNAME = gcc
-GARVERSION = 10-20200202
+GARVERSION = 10-20200209
 HOME_URL = http://www.gnu.org/software/gcc
 DESCRIPTION = GNU Compiler Collection 10 snapshot
 define BLURB
@@ -169,7 +169,7 @@
 #CFLAGS+=-fno-split-stack 
 #CPLUSFLAGS+=-fno-split-stack 
 # due to compile problems with gccgo
-BUILD_ARGS?=  -Wall -Wextra  CFLAGS+=-fno-split-stack 
CPLUSFLAGS+=-fno-split-stack 
+BUILD_ARGS?=  -Wall -Wextra  CFLAGS+=-fno-split-stack 
CPLUSFLAGS+=-fno-split-stack -Wl,LIBS=-liconv
 
 #BUILD_ARGS?=  -Wall -Wextra -Wl,LIBS=-liconv
 #BUILD_ARGS ?= 

=== modified file 'pkg/gnualpha/gcc10snapshot/sha256sums'
--- a/pkg/gnualpha/gcc10snapshot/sha256sums     2020-02-04 01:55:41 +0000
+++ b/pkg/gnualpha/gcc10snapshot/sha256sums     2020-02-10 00:40:10 +0000
@@ -1,1 +1,1 @@
-4dfdb57bed7e57a65630b0a42178fe6b0d8347980d5b729957fced24eeb00be5  
download/gcc-10-20200202.tar.xz
+e81ed4db3ded02fae64233d2028cdca0b630fc022d47d0ef6b8dd09c6bfcdfa5  
download/gcc-10-20200209.tar.xz

=== modified file 'pkg/gnualpha/gcc9snapshot/Makefile'
--- a/pkg/gnualpha/gcc9snapshot/Makefile        2020-02-02 02:50:36 +0000
+++ b/pkg/gnualpha/gcc9snapshot/Makefile        2020-02-10 00:40:10 +0000
@@ -22,7 +22,7 @@
 NAME = The GNU Compiler Collection version 9 snapshot
 GARNAME = gcc9snapshot
 UPSTREAMNAME = gcc
-GARVERSION = 9-20200201
+GARVERSION = 9-20200208
 HOME_URL = http://www.gnu.org/software/gcc
 DESCRIPTION = GNU Compiler Collection 9 snapshot
 define BLURB
@@ -163,9 +163,9 @@
 # of building when not using recent gcc to build.
 
 #CFLAGS+=-fno-split-stack  due to compile problems with gccgo
-#BUILD_ARGS?=  -Wall -Wextra  CFLAGS+=-fno-split-stack 
CPLUSFLAGS+=-fno-split-stack LIBS=-liconv
+BUILD_ARGS?=  -Wall -Wextra  CFLAGS+=-fno-split-stack 
CPLUSFLAGS+=-fno-split-stack -Wl,LIBS=-liconv
 #BUILD_ARGS ?= 
-BUILD_ARGS ?=  -Wall -Wextra 
+#BUILD_ARGS ?=  -Wall -Wextra 
 #-Wl,LIBS=-liconv
 
 #####################################################################

=== modified file 'pkg/gnualpha/gcc9snapshot/sha256sums'
--- a/pkg/gnualpha/gcc9snapshot/sha256sums      2020-02-02 02:50:36 +0000
+++ b/pkg/gnualpha/gcc9snapshot/sha256sums      2020-02-10 00:40:10 +0000
@@ -1,1 +1,1 @@
-d4601edbf12aa0dc6c641b4de88da05299f75b51203fc9319d7026ed3dab0a3a  
download/gcc-9-20200201.tar.xz
+fd9008619701ea2e8a1a4bdfbbc40ccaa000a917ed6b7f1ee9e0bd1347a3ec0f  
download/gcc-9-20200208.tar.xz

=== modified file 'pkg/other/freefem/Makefile'
--- a/pkg/other/freefem/Makefile        2019-06-23 05:24:11 +0000
+++ b/pkg/other/freefem/Makefile        2020-02-10 00:40:10 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2017, 2019 Carl Hansen <address@hidden>
+# Copyright © 2017, 2019, 2020 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -23,9 +23,9 @@
 NAME =    FreeFem
 GARNAME = freefem
 UPSTREAMNAME =  freefem
-GARVERSION = 4.2.1
+GARVERSION = 4.4-3
 HOME_URL = http://www.freefem.org/
-DESCRIPTION =  partial differential equation solver
+DESCRIPTION =  partial differential equation solver, finite element analysis
 define BLURB
 FreeFem is a partial differential equation solver. It has its own
 language. freefem scripts can solve multiphysics non-linear systems in 2D
@@ -34,13 +34,13 @@
 on several meshes and their manipulation within one program. FreeFem
 includes a fast 2^d-tree-based interpolation algorithm and a language
 for the manipulation of data on multiple meshes (as a follow up of bamg,
-now a part of FreeFem). Package formerly called "FreeFEM++". 
+now a part of FreeFem). Formerly called "FreeFEM++". 
 endef
 
 LICENSE = GNU LGPL Version 3.0
 
 ######################################################################
-# https://github.com/FreeFem/FreeFem-sources/archive/v4.1.tar.gz
+# https://github.com/FreeFem/FreeFem-sources/archive/v4.4-3.tar.gz
 
 
 MASTER_SITES =  $(MASTER_GITHUB)/
@@ -59,3 +59,9 @@
 include ../../../gar/gar.lib/cmake.mk
 include config.mk
 
+post-fetch:
+       mv download/$(DISTFILES) download/$(GARNAME)-$(GARVERSION).tar.gz
+       $(MAKECOOKIE)
+
+
+

=== removed file 'pkg/other/freefem/sha256sums'
--- a/pkg/other/freefem/sha256sums      2019-06-20 00:08:44 +0000
+++ b/pkg/other/freefem/sha256sums      1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-be6ee15fb7dc31a51438220bcb8a179f92013fbf0d97501c27b232d117c293bd  
download/v4.2.1.tar.gz


reply via email to

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