gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6148: misc, gnustep etc


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6148: misc, gnustep etc
Date: Mon, 31 Dec 2018 20:07:51 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6148
revision-id: address@hidden
parent: address@hidden
committer: Carl Hansen <address@hidden>
branch nick: trunk
timestamp: Mon 2018-12-31 17:07:45 -0800
message:
  misc, gnustep etc
modified:
  gar/gar.master.mk              gar.master.mk-20160617013745-b969jpkm3t4wwhf2-1
  pkg/gnome/gobject-introspection/Makefile 
makefile-20160617013746-7ygosxqw3lxxvo7f-852
  pkg/gnome/gobject-introspection/sha256sums 
sha256sums-20160617013746-7ygosxqw3lxxvo7f-856
  pkg/gnu/gnutls/config.mk       config.mk-20160617015943-mk1ygyi31sh7lk54-1
  pkg/gnu/readline/config.mk     config.mk-20160617021012-e6ofixuf29xih40o-1
  pkg/gnustep/gnustep-back/Makefile makefile-20160618050220-s8fssrfqiduiyivr-3
  pkg/gnustep/gnustep-base/Makefile makefile-20160617021536-2y71qvmiwaimvy1u-206
  pkg/gnustep/gnustep-gui/Makefile makefile-20160617021536-2y71qvmiwaimvy1u-221
=== modified file 'gar/gar.master.mk'
--- a/gar/gar.master.mk 2018-11-03 06:45:00 +0000
+++ b/gar/gar.master.mk 2019-01-01 01:07:45 +0000
@@ -99,7 +99,9 @@
 MASTER_SAVANNAH_NONGNU_RELEASES ?= \
        https://download.savannah.nongnu.org/releases/
 MASTER_SAVANNAH_CVS ?= \
-       pserver:address@hidden:/sources
+       pserver:address@hidden:/sources/
+MASTER_SAVANNAH_GIT ?= \
+       http://git.savannah.nongnu.org/cgit/
 MASTER_SOURCEFORGE ?= \
        http://sourceforge.net/projects/
 MASTER_SOURCEFORGE_JP ?= \

=== modified file 'pkg/gnome/gobject-introspection/Makefile'
--- a/pkg/gnome/gobject-introspection/Makefile  2018-12-11 08:44:53 +0000
+++ b/pkg/gnome/gobject-introspection/Makefile  2019-01-01 01:07:45 +0000
@@ -19,7 +19,7 @@
 
 NAME =    gobject-introspection
 GARNAME = gobject-introspection
-GARVERSION = 1.58.2
+GARVERSION = 1.58.3
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = GObject introspection tools and libraries
 define BLURB

=== modified file 'pkg/gnome/gobject-introspection/sha256sums'
--- a/pkg/gnome/gobject-introspection/sha256sums        2018-12-11 08:44:53 
+0000
+++ b/pkg/gnome/gobject-introspection/sha256sums        2019-01-01 01:07:45 
+0000
@@ -1,2 +1,2 @@
-2a5e0f69459af7ca4c41b8f4e19d9c80ddf877834bb0e7fdd420e2495ae2eda8  
download/gobject-introspection-1.58.2.tar.xz
-0168daaab3a56db4bee55007bcbf5646b45749c712ca8b3da71b0f2954b8c522  
download/gobject-introspection-1.58.2.sha256sum
+025b632bbd944dcf11fc50d19a0ca086b83baf92b3e34936d008180d28cdc3c8  
download/gobject-introspection-1.58.3.tar.xz
+08e593eeb01be3b37cdde3b1eda422a2532167cecfaa9c35147998bf960f6233  
download/gobject-introspection-1.58.3.sha256sum

=== modified file 'pkg/gnu/gnutls/config.mk'
--- a/pkg/gnu/gnutls/config.mk  2018-03-03 00:36:21 +0000
+++ b/pkg/gnu/gnutls/config.mk  2019-01-01 01:07:45 +0000
@@ -3,4 +3,4 @@
 CONFIGURE_OPTS ?=
 #--without-p11-kit
 # but I have it...
-BUILD_OPTS ?=
+BUILD_OPTS ?= 

=== modified file 'pkg/gnu/readline/config.mk'
--- a/pkg/gnu/readline/config.mk        2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/readline/config.mk        2019-01-01 01:07:45 +0000
@@ -1,4 +1,4 @@
 ## Configuration options for readline ##
 
 CONFIGURE_OPTS ?= --with-curses
-BUILD_OPTS ?=
+BUILD_OPTS ?= CFLAGS=-Wimplicit-function-declaration

=== modified file 'pkg/gnustep/gnustep-back/Makefile'
--- a/pkg/gnustep/gnustep-back/Makefile 2018-03-14 05:45:56 +0000
+++ b/pkg/gnustep/gnustep-back/Makefile 2019-01-01 01:07:45 +0000
@@ -36,8 +36,8 @@
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-BUILDDEPS =
-LIBDEPS = gnustep-make gnustep-base  gnustep-gui cairo
+BUILDDEPS = gnustep-make gnustep-base  gnustep-gui cairo
+LIBDEPS =
 
 ######################################################################
 

=== modified file 'pkg/gnustep/gnustep-base/Makefile'
--- a/pkg/gnustep/gnustep-base/Makefile 2017-12-31 22:13:06 +0000
+++ b/pkg/gnustep/gnustep-base/Makefile 2019-01-01 01:07:45 +0000
@@ -39,8 +39,8 @@
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-BUILDDEPS =
-LIBDEPS = gnustep-make libffi libxml2
+BUILDDEPS = gnustep-make 
+LIBDEPS = libffi libxml2
 
 ######################################################################
 

=== modified file 'pkg/gnustep/gnustep-gui/Makefile'
--- a/pkg/gnustep/gnustep-gui/Makefile  2018-03-14 05:45:56 +0000
+++ b/pkg/gnustep/gnustep-gui/Makefile  2019-01-01 01:07:45 +0000
@@ -35,10 +35,9 @@
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-BUILDDEPS = gnustep-base   libgcrypt gnutls
-LIBDEPS = 
-# apt install libjpeg-dev libtiff-dev 
-# libpng
+BUILDDEPS = gnustep-base 
+LIBDEPS =   libgcrypt# gnutls
+# apt install libjpeg-dev libtiff-dev libpng
 
 ######################################################################
 


reply via email to

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