gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r9816: gcc etc assort


From: Carl Hansen
Subject: [Gsrc-commit] trunk r9816: gcc etc assort
Date: Wed, 3 Jan 2024 16:21:34 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 9816
revision-id: carlhansen@gnu.org-20240103212128-ksbjg2zc53bzsmcz
parent: carlhansen@gnu.org-20240103212028-02kz5j6h8bek72ek
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Wed 2024-01-03 13:21:28 -0800
message:
  gcc etc assort
modified:
  pkg/freedesktop/pkg-config/Makefile 
makefile-20160617013746-7ygosxqw3lxxvo7f-1297
  pkg/freedesktop/pkg-config/config.mk 
config.mk-20160617014604-fvwr217e43szng65-1
  pkg/gnome/cairo/Makefile       makefile-20160617013746-7ygosxqw3lxxvo7f-338
  pkg/gnome/gnote/Makefile       makefile-20161011220701-xr14i8ley4z6l97n-2
  pkg/gnome/gnote/sha256sums     sha256sums-20161011220701-xr14i8ley4z6l97n-4
  pkg/gnome/vte/Makefile         makefile-20160617013746-7ygosxqw3lxxvo7f-1451
  pkg/gnu/gcc13snapshot/Makefile makefile-20220519220938-86phqbzfi9rlqj68-2
  pkg/gnu/gcc13snapshot/sha256sums sha256sums-20220519220938-86phqbzfi9rlqj68-3
  pkg/gnu/gnurobots/Makefile     makefile-20160617014725-uokjfnggs70iry9h-869
=== modified file 'pkg/freedesktop/pkg-config/Makefile'
--- a/pkg/freedesktop/pkg-config/Makefile       2023-03-02 02:00:23 +0000
+++ b/pkg/freedesktop/pkg-config/Makefile       2024-01-03 21:21:28 +0000
@@ -40,3 +40,6 @@
 include ../../../gar/gar.lib/autotools.mk
 include config.mk
 
+CONFIGURE_ARGS = --with-internal-glib
+
+

=== modified file 'pkg/freedesktop/pkg-config/config.mk'
--- a/pkg/freedesktop/pkg-config/config.mk      2021-04-09 08:06:56 +0000
+++ b/pkg/freedesktop/pkg-config/config.mk      2024-01-03 21:21:28 +0000
@@ -2,10 +2,13 @@
 ## adjust as needed
 
 # might not be needed:
-CONFIGURE_OPTS ?=  --with-internal-glib
+#CONFIGURE_OPTS ?=  --with-internal-glib
+CONFIGURE_OPTS ?=
+#--with-internal-glib
 #--with-libiconv
 # experiment
 
-BUILD_OPTS ?=  CFLAGS+="-Wno-error=format-nonliteral"  -Wl,"-L/opt/gsrc/lib  "
+BUILD_OPTS ?=
+#CFLAGS+="-Wno-error=format-nonliteral"  -Wl,"-L/opt/gsrc/lib  "
 #-liconv"
 

=== modified file 'pkg/gnome/cairo/Makefile'
--- a/pkg/gnome/cairo/Makefile  2023-03-07 21:22:40 +0000
+++ b/pkg/gnome/cairo/Makefile  2024-01-03 21:21:28 +0000
@@ -47,7 +47,7 @@
 DISTFILES = $(DISTNAME).tar.xz $(DISTNAME).tar.xz.sha256sum
 SIGFILES  =
 
-BUILDDEPS =  libsigcplusplus 
+BUILDDEPS =#  libsigcplusplus 
 LIBDEPS =  
 
 ######################################################################

=== modified file 'pkg/gnome/gnote/Makefile'
--- a/pkg/gnome/gnote/Makefile  2023-10-08 00:43:26 +0000
+++ b/pkg/gnome/gnote/Makefile  2024-01-03 21:21:28 +0000
@@ -19,7 +19,7 @@
 
 NAME =    gnote
 GARNAME = gnote
-GARVERSION = 45.0
+GARVERSION = 45.1
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = A note taking application 
 define BLURB

=== modified file 'pkg/gnome/gnote/sha256sums'
--- a/pkg/gnome/gnote/sha256sums        2023-10-08 00:43:26 +0000
+++ b/pkg/gnome/gnote/sha256sums        2024-01-03 21:21:28 +0000
@@ -1,2 +1,2 @@
-5d16fd87d140ec72fbb357b0569daefb8228e07814701546e6bde6572193c24a  
download/gnote-45.0.tar.xz
-5632873111ad9eedae79ba7a7373cc41a727fa22f3880649b3f344d995be539b  
download/gnote-45.0.sha256sum
+9eec27f8cb0a10d2fdb914a451e8b8418c260e78bf07360781a78a5e418cf941  
download/gnote-45.1.tar.xz
+64e788417d4113d9ea2f26cfe5113242e429121d86fb3cd13bf5e05785a33c67  
download/gnote-45.1.sha256sum

=== modified file 'pkg/gnome/vte/Makefile'
--- a/pkg/gnome/vte/Makefile    2023-12-19 03:47:04 +0000
+++ b/pkg/gnome/vte/Makefile    2024-01-03 21:21:28 +0000
@@ -42,14 +42,14 @@
 BUILDDEPS =
 LIBDEPS =
 
-BUILD_SCRIPTS = me
+#BUILD_SCRIPTS = me
 ######################################################################
 
 include ../../../gar/gar.lib/mesonninja.mk
 include ../../../gar/varb.mk
 include config.mk
 
-build-me:
-       cd $(WORKOBJ) && $(MAKE) all
+#build-me:
+#      cd $(WORKOBJ) && $(MAKE) all
 
 # need to link vte-2.91.pc to vte.pc

=== modified file 'pkg/gnu/gcc13snapshot/Makefile'
--- a/pkg/gnu/gcc13snapshot/Makefile    2023-12-24 05:05:21 +0000
+++ b/pkg/gnu/gcc13snapshot/Makefile    2024-01-03 21:21:28 +0000
@@ -22,7 +22,7 @@
 NAME = The GNU Compiler Collection version 13 development version
 GARNAME = gcc13snapshot
 UPSTREAMNAME = gcc
-GARVERSION = 13-20231223
+GARVERSION = 13-20231230
 HOME_URL = https://www.gnu.org/software/gcc
 DESCRIPTION = GNU Compiler Collection 13 snapshot
 define BLURB

=== modified file 'pkg/gnu/gcc13snapshot/sha256sums'
--- a/pkg/gnu/gcc13snapshot/sha256sums  2023-12-24 05:05:21 +0000
+++ b/pkg/gnu/gcc13snapshot/sha256sums  2024-01-03 21:21:28 +0000
@@ -1,1 +1,1 @@
-aef8b737e6af4819a2f27c9b1ea3888c75c2052ed97d3a08b28fcfa683d994ce  
download/gcc-13-20231223.tar.xz
+ea1457a2db047f2d39cdad90ebda340d6d8452646cab01d5dc850e9afeaba4cc  
download/gcc-13-20231230.tar.xz

=== modified file 'pkg/gnu/gnurobots/Makefile'
--- a/pkg/gnu/gnurobots/Makefile        2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnurobots/Makefile        2024-01-03 21:21:28 +0000
@@ -19,7 +19,7 @@
 GARNAME = gnurobots
 GARVERSION = 1.2.0
 HOME_URL = http://www.gnu.org/software/gnurobots/
-DESCRIPTION = Program a little robot and watch him explore a world
+DESCRIPTION = Program a little robot and watch him explore a game world
 define BLURB
 GNU Robots is a game in which you program a robot to explore a world
 full of enemies that can hurt it, obstacles and food to be eaten.
@@ -37,11 +37,11 @@
 PATCHFILES = fix-build.diff
 
 BUILDDEPS = 
-LIBDEPS = guile glib readline
-
+LIBDEPS = #guile glib readline
+WORKOBJ = $(WORKSRC)
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
 
-CONFIGURE_ARGS += READLINE_CFLAGS="-I$(prefix)/include/readline"
+#CONFIGURE_ARGS += READLINE_CFLAGS="-I$(prefix)/include/readline"


reply via email to

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