gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8911: some operational code, etc


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8911: some operational code, etc
Date: Sat, 7 Jan 2023 00:46:16 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8911
revision-id: carlhansen1234@gmail.com-20230107054609-nvme6m9xhxi13131
parent: carlhansen1234@gmail.com-20230107053336-1gpcxnm2gfpi6wct
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Fri 2023-01-06 21:46:09 -0800
message:
  some operational code, etc
modified:
  gar/gar.lib/mesonninja.mk      mesonninja.mk-20171030065946-2eocvxzl13nbloqy-1
  pkg/freedesktop/systemd/Makefile makefile-20180621071243-gn4u9d58g4kz04si-3
  pkg/gnome/gobject-introspection/Makefile 
makefile-20160617013746-7ygosxqw3lxxvo7f-852
  pkg/gnome/libsoup/Makefile     makefile-20160617013746-7ygosxqw3lxxvo7f-1189
  pkg/gnu/jacal/Makefile         makefile-20160617014725-uokjfnggs70iry9h-1098
  pkg/gnu/mpfr/Makefile          makefile-20160617014725-uokjfnggs70iry9h-1422
  pkg/gnu/ncurses/Makefile       makefile-20160617014725-uokjfnggs70iry9h-1464
  pkg/gnualpha/gcc13snapshot/Makefile makefile-20220519220938-86phqbzfi9rlqj68-2
  setup.sh.in                    setup.sh-20101106152402-ooxzqd6t2mhrnaq2-1
=== modified file 'gar/gar.lib/mesonninja.mk'
--- a/gar/gar.lib/mesonninja.mk 2022-12-27 02:32:25 +0000
+++ b/gar/gar.lib/mesonninja.mk 2023-01-07 05:46:09 +0000
@@ -31,7 +31,7 @@
 include ../../../gar/gar.mk
 
 configure-mes: 
-       @echo configure-mes----------------------------------------------
+       @echo start configure-mes----------------------------------------------
        @echo
        @echo LC_ALL==$(LC_ALL) prefix==$(prefix) 
packageprefix==$(packageprefix)
        @echo WORKSRC==$(WORKSRC)  WORKOBJ==$(WORKOBJ)
@@ -57,11 +57,11 @@
 #   $(MAKECOOKIE)
 
 # below, for testing:  ninja -j 1 -v   -C $(WORKOBJ) 
-# was#ninja  -v   -C $(WORKOBJ) 
-# now just meson compile
+# was   ninja  -v   -C $(WORKOBJ) 
+# now just meson compile ...
 
 build-nin: 
-       @echo build-nin--------------------------------------------
+       @echo start build-nin--------------------------------------------
        @echo ----------------------------------------------
        @echo LC_ALL==$(LC_ALL) WORKSRC==$(WORKSRC)  WORKOBJ==$(WORKOBJ)
        meson compile  -v   -C $(WORKOBJ) 
@@ -75,7 +75,7 @@
 #install-ninj:  
 
 pre-install:
-       @echo preinstall with ninja ----------------------------------------
+       @echo start preinstall using ninja 
----------------------------------------
        @echo ----------------------------------------------
        @echo ----------------------------------------------
        mkdir -p $(prefix)/packages/$(DISTNAME)

=== modified file 'pkg/freedesktop/systemd/Makefile'
--- a/pkg/freedesktop/systemd/Makefile  2022-11-03 22:31:23 +0000
+++ b/pkg/freedesktop/systemd/Makefile  2023-01-07 05:46:09 +0000
@@ -61,7 +61,8 @@
 
 build-it: fetch-git
        mkdir -p $(WORKOBJ)
-       rootprefix=$(prefix)    meson -v -C $(WORKOBJ) 
-       cd $(WORKOBJ)  &&       rootprefix=$(prefix)   make  
-Wl,-rpath=/usr/lib64
+       rootprefix=/ meson -v -C $(WORKOBJ) rootprefix=/ prefix=$(prefix)
+       echo -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%-----
+       cd $(WORKOBJ)  &&          make  -Wl,-rpath=/usr/lib64 rootprefix=/
        $(MAKECOOKIE)
 

=== modified file 'pkg/gnome/gobject-introspection/Makefile'
--- a/pkg/gnome/gobject-introspection/Makefile  2022-09-22 21:19:25 +0000
+++ b/pkg/gnome/gobject-introspection/Makefile  2023-01-07 05:46:09 +0000
@@ -51,5 +51,6 @@
 ######################################################################
 
 include ../../../gar/gar.lib/mesonninja.mk
+include ../../../gar/varb.mk
 include config.mk
 

=== modified file 'pkg/gnome/libsoup/Makefile'
--- a/pkg/gnome/libsoup/Makefile        2022-11-04 04:01:00 +0000
+++ b/pkg/gnome/libsoup/Makefile        2023-01-07 05:46:09 +0000
@@ -37,7 +37,7 @@
 MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
 DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
 SIGFILES =
-
+WORKOBJ = $(WORKSRC)
 # apt install libpsl-dev
 BUILDDEPS =
 LIBDEPS =

=== modified file 'pkg/gnu/jacal/Makefile'
--- a/pkg/gnu/jacal/Makefile    2020-03-03 02:40:28 +0000
+++ b/pkg/gnu/jacal/Makefile    2023-01-07 05:46:09 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2015, 2017 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2020 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2020,2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -22,7 +22,7 @@
 
 NAME = JACAL
 GARNAME = jacal
-GARVERSION = 1c7
+GARVERSION = 1c8
 HOME_URL =  http://www.gnu.org/software/jacal
 DESCRIPTION = Symbolic mathematics system in scheme
 define BLURB

=== modified file 'pkg/gnu/mpfr/Makefile'
--- a/pkg/gnu/mpfr/Makefile     2023-01-07 00:16:23 +0000
+++ b/pkg/gnu/mpfr/Makefile     2023-01-07 05:46:09 +0000
@@ -1,5 +1,5 @@
 # Copyright © 2013, 2015 Brandon Invergo <brandon@invergo.net>
-# Copyright © 2017, 2018, 2019, 2020, 2021, 2022 Carl Hansen 
<carlhansen@gnu.org>
+# Copyright © 2017, 2018, 2019, 2020, 2021, 2022, 2023 Carl Hansen 
<carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc

=== modified file 'pkg/gnu/ncurses/Makefile'
--- a/pkg/gnu/ncurses/Makefile  2023-01-02 08:03:46 +0000
+++ b/pkg/gnu/ncurses/Makefile  2023-01-07 05:46:09 +0000
@@ -37,6 +37,7 @@
 support.
 endef
 
+# FIXME share doc install
 ######################################################################
 #MASTER_SITES = $(MASTER_GNU)
 #MASTER_SUBDIR = $(GARNAME)/

=== modified file 'pkg/gnualpha/gcc13snapshot/Makefile'
--- a/pkg/gnualpha/gcc13snapshot/Makefile       2023-01-02 07:21:05 +0000
+++ b/pkg/gnualpha/gcc13snapshot/Makefile       2023-01-07 05:46:09 +0000
@@ -34,6 +34,8 @@
 
 # if downloading not working, look here:
 # ftp://gcc.gnu.org/pub/gcc/snapshots/
+#
+#HINT: to compile Ada aka gnats, you need to have earlier Ada compiler....
 
 
 ######################################################################

=== modified file 'setup.sh.in'
--- a/setup.sh.in       2022-11-22 08:43:46 +0000
+++ b/setup.sh.in       2023-01-07 05:46:09 +0000
@@ -61,10 +61,12 @@
 # this to reflect the versions of Python that you have installed on 
 # your system.
 export ORIG_PYTHONPATH=$PYTHONPATH
-export 
PYTHONPATH=$GSRC/lib/python2.7/site-packages/:$GSRC/lib/python3.11/site-packages:$GSRC/lib64/python3.11/site-packages:$PYTHONPATH}
+#export 
PYTHONPATH=$GSRC/lib/python2.7/site-packages/:$GSRC/lib/python3.11/site-packages:$GSRC/lib64/python3.11/site-packages:$PYTHONPATH}
+# remove python2. adjust as needed
+export 
PYTHONPATH=$GSRC/lib/python3.11/site-packages:$GSRC/lib64/python3.11/site-packages:$PYTHONPATH}
 
 # for GNOME programs, this might be needed:
 #                    this might vary on your system:
 export ORIG_GI_TYPELIB_PATH=$GI_TYPELIB_PATH
-export 
GI_TYPELIB_PATH=$GSRC/lib64/girepository-1.0:$GSRC/lib/girepository-1.0:$GI_TYPELIB_PATH
+export 
GI_TYPELIB_PATH=$GSRC/lib64/girepository-1.0:$GSRC/lib/girepository-1.0:/usr/lib/girepository-1.0:$GI_TYPELIB_PATH
 


reply via email to

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