gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r5654: some stuff


From: Carl Hansen
Subject: [Gsrc-commit] trunk r5654: some stuff
Date: Wed, 27 Jun 2018 03:25:35 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 5654
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2018-06-27 00:25:30 -0700
message:
  some stuff
modified:
  pkg/external/texlive/Makefile  makefile-20160617013639-z5fu1hm2di316w5v-118
  pkg/gnu/3dldf/config.mk        config.mk-20160617014745-c4wksob02zuse4tb-1
  pkg/gnu/foliot/Makefile        makefile-20160617014725-uokjfnggs70iry9h-635
  pkg/gnu/gnuradio/Makefile      makefile-20160617014725-uokjfnggs70iry9h-861
  pkg/gnu/npth/Makefile          makefile-20160617014725-uokjfnggs70iry9h-1476
  pkg/gnu/readline/Makefile      makefile-20160617014725-uokjfnggs70iry9h-1635
  pkg/gnu/readline/sha256sums    sha256sums-20160617014725-uokjfnggs70iry9h-1643
  pkg/other/gsequencer/Makefile  makefile-20170404081001-mr4jrzxutgqe0il2-3
  pkg/other/gsequencer/sha256sums sha256sums-20170404081001-mr4jrzxutgqe0il2-4
  pkg/other/libgit2/config.mk    config.mk-20171103232537-7jx9pv7yu7oaooua-2
=== modified file 'pkg/external/texlive/Makefile'
--- a/pkg/external/texlive/Makefile     2016-06-17 19:08:15 +0000
+++ b/pkg/external/texlive/Makefile     2018-06-27 07:25:30 +0000
@@ -3,4 +3,4 @@
 HOME_URL = http://tug.org/texlive
 DESCRIPTION = TeX Live 
 BINFILES = tex
-include ../../gar.lib/external.mk
+include ../../../gar/gar.lib/external.mk

=== modified file 'pkg/gnu/3dldf/config.mk'
--- a/pkg/gnu/3dldf/config.mk   2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/3dldf/config.mk   2018-06-27 07:25:30 +0000
@@ -1,4 +1,4 @@
 ## Configuration options for 3dldf ##
 
-CONFIGURE_OPTS ?= 
+CONFIGURE_OPTS ?=  -fpermissive
 BUILD_OPTS ?=  CPPFLAGS=-fpermissive

=== modified file 'pkg/gnu/foliot/Makefile'
--- a/pkg/gnu/foliot/Makefile   2018-06-21 06:35:31 +0000
+++ b/pkg/gnu/foliot/Makefile   2018-06-27 07:25:30 +0000
@@ -36,7 +36,7 @@
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-BUILDDEPS = guile guile-gtk
+BUILDDEPS = #guile guile-gtk
 LIBDEPS =
 
 ######################################################################

=== modified file 'pkg/gnu/gnuradio/Makefile'
--- a/pkg/gnu/gnuradio/Makefile 2018-01-28 06:32:58 +0000
+++ b/pkg/gnu/gnuradio/Makefile 2018-06-27 07:25:30 +0000
@@ -1,4 +1,5 @@
 # Copyright © 2013, 2014, 2015, 2016, 2017 Brandon Invergo <address@hidden>
+# Copyright © 2018 Carl Hansen <address@hidden>
 #
 # This file is part of GSRC.
 #
@@ -14,6 +15,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 address@hidden
 
 NAME = GNU Radio
 GARNAME = gnuradio
@@ -57,3 +61,7 @@
        fi
        $(MAKECOOKIE)
 
+
+# build problems? see alt methods
+# https://wiki.gnuradio.org/index.php/InstallingGRFromSource
+#

=== modified file 'pkg/gnu/npth/Makefile'
--- a/pkg/gnu/npth/Makefile     2018-06-27 07:11:41 +0000
+++ b/pkg/gnu/npth/Makefile     2018-06-27 07:25:30 +0000
@@ -25,10 +25,10 @@
 HOME_URL = https://gnupg.org/software/npth/index.html
 DESCRIPTION = A reimplementation of the Portable Threads Library, pth
 define BLURB
-nPth is a library to provide the GNU Pth API and thus a non-preemptive
+nPth is a library providing the GNU Pth API and thus a non-preemptive
 threads implementation.  In contrast to GNU Pth it is based on the
 system_s standard threads implementation. This allows the use of libraries
-which are not compatible to GNU Pth. Used by GnuPG. 
+which are not compatible with GNU Pth. Used by GnuPG. 
 endef
 
 ######################################################################

=== modified file 'pkg/gnu/readline/Makefile'
--- a/pkg/gnu/readline/Makefile 2018-05-23 04:02:54 +0000
+++ b/pkg/gnu/readline/Makefile 2018-06-27 07:25:30 +0000
@@ -21,8 +21,9 @@
 
 NAME = Readline
 GARNAME = readline
-GARVERSION = 8.0-alpha
-#PATCHNUM = 3
+# too many problems GARVERSION = 8.0-alpha
+GARVERSION = 7.0
+PATCHNUM = 3
 HOME_URL = http://www.gnu.org/software/readline/
 DESCRIPTION = Edit command lines while typing, with history support
 define BLURB
@@ -37,18 +38,18 @@
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = $(GARNAME)/
-#PATCHFILE_SITES = $(MASTER_GNU)
-#PATCHFILE_SUBDIR = $(GARNAME)/$(DISTNAME)-patches/
-#SIGFILE_SITES = $(MASTER_GNU)
-#SIGFILE_SUBDIR = $(PATCHFILE_SUBDIR)
+PATCHFILE_SITES = $(MASTER_GNU)
+PATCHFILE_SUBDIR = $(GARNAME)/$(DISTNAME)-patches/
+SIGFILE_SITES = $(MASTER_GNU)
+SIGFILE_SUBDIR = $(PATCHFILE_SUBDIR)
 DISTFILES = $(DISTNAME).tar.gz
-#ifneq ($(PATCHNUM),)
-#      patchnums = $(shell seq -w 001 $(PATCHNUM))
-#      upstream_patches = $(foreach num, $(patchnums), \
-#                      $(GARNAME)$(subst .,,$(GARVERSION))-$(num))
-#      PATCHFILES = $(upstream_patches) \
-#                   $(DISTNAME)-link-ncurses.diff
-#endif
+ifneq ($(PATCHNUM),)
+       patchnums = $(shell seq -w 001 $(PATCHNUM))
+       upstream_patches = $(foreach num, $(patchnums), \
+                       $(GARNAME)$(subst .,,$(GARVERSION))-$(num))
+       PATCHFILES = $(upstream_patches) \
+                    $(DISTNAME)-link-ncurses.diff
+endif
 SIGFILES = $(DISTNAME).tar.gz.sig \
           $(foreach patchfile, $(upstream_patches), $(patchfile).sig)
 INFO_FILES = $(GARNAME).info history.info rluserman.info

=== modified file 'pkg/gnu/readline/sha256sums'
--- a/pkg/gnu/readline/sha256sums       2018-05-23 04:02:54 +0000
+++ b/pkg/gnu/readline/sha256sums       2018-06-27 07:25:30 +0000
@@ -1,2 +1,9 @@
-81d975b3687c6dea260baf1754009ef24c4b2b851f35e0bef4c06be7524cbfba  
download/readline-8.0-alpha.tar.gz
-e90e9373bf6cb54ea96189ccb2d28d3e38aa153e4f2c0f45f8bc9a8232914f98  
download/readline-8.0-alpha.tar.gz.sig
+750d437185286f40a369e1e4f4764eda932b9459b5ec9a731628393dd3d32334  
download/readline-7.0.tar.gz
+9ac1b3ac2ec7b1bf0709af047f2d7d2a34ccde353684e57c6b47ebca77d7a376  
download/readline70-001
+8747c92c35d5db32eae99af66f17b384abaca961653e185677f9c9a571ed2d58  
download/readline70-002
+9e43aa93378c7e9f7001d8174b1beb948deefa6799b6f581673f465b7d9d4780  
download/readline70-003
+db6f5be0671ba28c65bd56320467f4fbb09de1058197f923e283512a962bc4d8  
download/readline-7.0-link-ncurses.diff
+a3c90b01db0a6ae28d47770506e9da635de1c0f567b3eb3fd9b13ff5eb711e17  
download/readline-7.0.tar.gz.sig
+d5bc780c93a5b9facb87492002ded13e3f8bf6fa310a674b332b684f00563d94  
download/readline70-001.sig
+321338649dc6108d6b9bc16c3fe48e9d2249bfd94b22030ade7ca63110caba35  
download/readline70-002.sig
+e28a2dcbd5451d6bedfd3601650f7ee18f7e588e9b5e906a2f7cdf833203f6ef  
download/readline70-003.sig

=== modified file 'pkg/other/gsequencer/Makefile'
--- a/pkg/other/gsequencer/Makefile     2018-05-11 18:23:50 +0000
+++ b/pkg/other/gsequencer/Makefile     2018-06-27 07:25:30 +0000
@@ -20,7 +20,7 @@
 
 NAME = gsequencer
 GARNAME = gsequencer
-GARVERSION = 1.4.31
+GARVERSION = 1.4.32
 HOME_URL = http://www.nongnu.org/gsequencer/ 
 DESCRIPTION = Audio processing, editing.
 define BLURB 

=== modified file 'pkg/other/gsequencer/sha256sums'
--- a/pkg/other/gsequencer/sha256sums   2018-05-11 18:23:50 +0000
+++ b/pkg/other/gsequencer/sha256sums   2018-06-27 07:25:30 +0000
@@ -1,2 +1,2 @@
-e293937f90415e7916114dc8223882c21dc1e8b9136b952b99af5aa923f96fe2  
download/gsequencer-1.4.31.tar.gz
-e03e3c68965bd2936598638fed6cd1fd2a6ee8299d90a1b3596121c83e7d2977  
download/gsequencer-1.4.31.tar.gz.sig
+9622219620ff58b5a2f8b494cf225c3973d13e2abfcd615116060277ecfdb557  
download/gsequencer-1.4.32.tar.gz
+f8ffad22621d0a0a4d1f1bb009fc4cf44fb9dd84bb99e6a2045ed8de265ce9b1  
download/gsequencer-1.4.32.tar.gz.sig

=== modified file 'pkg/other/libgit2/config.mk'
--- a/pkg/other/libgit2/config.mk       2018-04-21 02:44:07 +0000
+++ b/pkg/other/libgit2/config.mk       2018-06-27 07:25:30 +0000
@@ -1,5 +1,5 @@
 ## Configuration options for libgit2 ##
 
 # needed by gnome-builder
-CONFIGURE_OPTS ?= -DTHREADSAFE:BOOL=ON
+CONFIGURE_OPTS ?= -DTHREADSAFE:BOOL=ON -DUSE_SSH=1
 BUILD_OPTS ?=


reply via email to

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