gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r11043: libpng and mmisc


From: Carl Hansen
Subject: [Gsrc-commit] trunk r11043: libpng and mmisc
Date: Mon, 27 Jan 2025 00:39:43 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 11043
revision-id: carlhansen@gnu.org-20250127053937-2zbpazhqqxf31ttq
parent: carlhansen@gnu.org-20250127051449-px3wx1nihp6r06mp
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Mon 2025-01-27 05:39:37 +0000
message:
  libpng and mmisc
modified:
  pkg/gnome/genius/Makefile      makefile-20161228225047-q36ri2jj78r2npc6-3
  pkg/gnome/gnome-text-editor/Makefile 
makefile-20211013055239-3xnz82cz0jxmbmzv-3
  pkg/gnome/gnome-text-editor/sha256sums 
sha256sums-20211013055239-3xnz82cz0jxmbmzv-4
  pkg/gnu/gcc14snapshot/Makefile makefile-20230508001224-jov11dcplqva52ce-3
  pkg/gnu/libiconv/Makefile      makefile-20160617014725-uokjfnggs70iry9h-1185
  pkg/gnu/messenger-gtk/Makefile makefile-20220501181732-xngndms816tv0gcj-2
  pkg/gnu/metalogic-inference/Makefile 
makefile-20230608181232-yj4baygeoubaxq1c-3
  pkg/gnu/ncurses/Makefile       makefile-20160617014725-uokjfnggs70iry9h-1464
  pkg/other/libpng/Makefile      makefile-20161207031821-fi2etsa0bdx3h99x-3
  pkg/other/libpng/sha256sums    sha256sums-20161207031821-fi2etsa0bdx3h99x-4
=== modified file 'pkg/gnome/genius/Makefile'
--- a/pkg/gnome/genius/Makefile 2021-04-08 01:36:14 +0000
+++ b/pkg/gnome/genius/Makefile 2025-01-27 05:39:37 +0000
@@ -23,7 +23,6 @@
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = Genius Math Tool 
 define BLURB
-
 endef
 
 ######################################################################
@@ -43,6 +42,6 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
 

=== modified file 'pkg/gnome/gnome-text-editor/Makefile'
--- a/pkg/gnome/gnome-text-editor/Makefile      2024-11-28 21:39:21 +0000
+++ b/pkg/gnome/gnome-text-editor/Makefile      2025-01-27 05:39:37 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2021, 2022, 2024 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2021, 2022, 2024-2025 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -20,7 +20,7 @@
 
 NAME =    gnome-text-editor
 GARNAME = gnome-text-editor
-GARVERSION = 47.2
+GARVERSION = 48.alpha
 HOME_URL = http://www.gnome.org/
 DESCRIPTION = GNOME Text editor
 define BLURB

=== modified file 'pkg/gnome/gnome-text-editor/sha256sums'
--- a/pkg/gnome/gnome-text-editor/sha256sums    2024-11-28 21:39:21 +0000
+++ b/pkg/gnome/gnome-text-editor/sha256sums    2025-01-27 05:39:37 +0000
@@ -1,2 +1,2 @@
-7d04039b16174ec5fd65fea2f447f3febd9fdf2aa36e9997abc6ff992cc31e38  
download/gnome-text-editor-47.2.tar.xz
-eafe8a63bfc2693b86123de24093e1dfa0ced22742e05bda4d38ad4da6909848  
download/gnome-text-editor-47.2.sha256sum
+6c0df95b857b27f57a9c6b2909bb55c6ab5ce730c398fcccf7f6908828cbcf28  
download/gnome-text-editor-48.alpha.tar.xz
+6dcd598484df88ba585a017e6295274ae504ff17370b364a94a049851534a536  
download/gnome-text-editor-48.alpha.sha256sum

=== modified file 'pkg/gnu/gcc14snapshot/Makefile'
--- a/pkg/gnu/gcc14snapshot/Makefile    2025-01-26 04:48:26 +0000
+++ b/pkg/gnu/gcc14snapshot/Makefile    2025-01-27 05:39:37 +0000
@@ -105,6 +105,7 @@
 # Many options at just what Debian ships with;
 # adjust as necessary.
 # go ada
+#--enable-languages=c,c++,fortran,go,jit,objc,obj-c++,m2,ada,d,rust \
  
 CONFIGURE_ARGS = --prefix=$(prefix)  \
 --program-suffix=-14 \
@@ -117,24 +118,11 @@
 --enable-__cxa_atexit \
 --enable-default-pie \
 --enable-gnu-unique-object \
---enable-gprofng \
 --enable-year2038 \
---enable-gtk-cairo \
---enable-host-shared  \
---enable-languages=c,c++,fortran,go,jit,objc,obj-c++,m2,ada,d,rust \
---enable-libmpx \
---enable-libssp \
+--enable-languages=c \
 --enable-libda \
---enable-libgm2 \
---enable-libgrust \
---enable-libstdcxx-debug \
---enable-libstdcxx-time=yes \
---enable-linker-build-id \
---enable-lto \
---enable-multiarch \
 --disable-multilib  \
 --enable-nls \
---enable-objc-gc=auto \
 --enable-plugin \
 --enable-shared \
 --enable-threads=posix \
@@ -167,13 +155,14 @@
 #
 # adjust if needed. ad hoc
 
+CONFIGURE_ARGS = LDFLAGS="-L/usr/local/lib -liconv "
 #BUILD_ARGS  =  CFLAGS+="--save-temps -Wall  -Wextra  -fno-split-stack" \
 #             CXXFLAGS+="--save-temps -Wall  -Wextra  -fno-split-stack"  \
 #             CPPFLAGS="-I. -I.. "
 # still doesn't fix it
 BUILD_ARGS  =  CFLAGS+="--save-temps -Wall  -Wextra  " \
              CXXFLAGS+="--save-temps -Wall  -Wextra  "  \
-             CPPFLAGS="-I. -I.. "  LDFLAGS+=-liconv  
+             CPPFLAGS="-I. -I.. "  LDFLAGS+="-L/usr/local/lib -liconv "
             
 
 ######################################################################

=== modified file 'pkg/gnu/libiconv/Makefile'
--- a/pkg/gnu/libiconv/Makefile 2024-12-15 18:52:31 +0000
+++ b/pkg/gnu/libiconv/Makefile 2025-01-27 05:39:37 +0000
@@ -41,7 +41,7 @@
 
 BUILDDEPS = 
 LIBDEPS = 
-
+NOCHECKSUM =  $(DISTFILES)
 
 ######################################################################
 

=== modified file 'pkg/gnu/messenger-gtk/Makefile'
--- a/pkg/gnu/messenger-gtk/Makefile    2025-01-12 20:06:25 +0000
+++ b/pkg/gnu/messenger-gtk/Makefile    2025-01-27 05:39:37 +0000
@@ -24,7 +24,7 @@
 HOME_URL = http://www.gnu.org/software/gnunet
        # see https://gnunet.org/generic-installation-instructions
        # https://www.gnunet.org/en/news/2022-05-messenger-gtk-0.7.0.html
-DESCRIPTION = Secure, decentralized, peer-to-peer networking framework; 
messenger-gtk
+DESCRIPTION = Secure, decentralized, peer-to-peer networking; GNUnet 
messenger-gtk
 define BLURB
 A convergent GTK messaging application using the GNUnet Messenger
 service. The goal is to provide private and secure communication between

=== modified file 'pkg/gnu/metalogic-inference/Makefile'
--- a/pkg/gnu/metalogic-inference/Makefile      2024-11-17 00:15:57 +0000
+++ b/pkg/gnu/metalogic-inference/Makefile      2025-01-27 05:39:37 +0000
@@ -49,7 +49,6 @@
 
 USE_AUTORECONF = y
 ######################################################################
-
 # problems building
 # executable is "mli"
 
@@ -64,9 +63,6 @@
 
 fetch:  fetch-git
 
-
 pre-extract: fetch
        cp -a $(GITSRC)/*  $(WORKSRC)
 
-
-

=== modified file 'pkg/gnu/ncurses/Makefile'
--- a/pkg/gnu/ncurses/Makefile  2025-01-26 20:34:01 +0000
+++ b/pkg/gnu/ncurses/Makefile  2025-01-27 05:39:37 +0000
@@ -42,6 +42,8 @@
 #MASTER_SUBDIR = $(GARNAME)/
 #DISTFILES = $(DISTNAME).tar.gz
 #SIGFILES  = $(DISTNAME).tar.gz.sig
+
+
 # 
https://invisible-island.net/archives/ncurses/current/ncurses-6.3-20220501.tgz
 # github.com/ThomasDickey/
 #
@@ -60,25 +62,10 @@
 
 # HINT. there are many config options. In the source directory, do "configure 
--help"
 # experimenting....
-#CONFIGURE_ARGS +=                                    --with-normal   
--without-debug --enable-rpath  
-#CONFIGURE_ARGS  +=                --enable-pc-files  --with-normal  
--without-debug --enable-rpath  
-#CONFIGURE_ARGS  +=                --enable-pc-files                 
--without-debug --enable-rpath  
-
-#CONFIGURE_ARGS  += --enable-widec  --enable-pc-files    --with-shared 
--without-debug --enable-rpath  CPPFLAGS=-fPIC CFLAGS=-fPIC
-#CONFIGURE_ARGS  +=                  --enable-pc-files    --with-shared 
--without-debug --enable-rpath  CPPFLAGS=-fPIC CFLAGS=-fPIC
-#CONFIGURE_ARGS  +=                  --enable-pc-files    --with-shared        
                         CPPFLAGS=-fPIC CFLAGS=-fPIC
-#CONFIGURE_ARGS  +=                                       --with-shared        
                         CPPFLAGS=-fPIC CFLAGS=-fPIC
-#CONFIGURE_ARGS  +=                  --enable-pc-files    --with-shared        
  
-#CONFIGURE_ARGS  +=                  --enable-pc-files    --with-shared        
  
-#CONFIGURE_ARGS  +=                                       --with-shared        
         --enable-rpath
-#CONFIGURE_ARGS  +=                   --enable-pc-files   --with-shared        
         --enable-rpath
-
-#CONFIGURE_ARGS  +=                  --enable-pc-files    --with-shared 
--without-debug --enable-rpath  CPPFLAGS=-fPIC CFLAGS=-fPIC
-
-CONFIGURE_ARGS  += --with-versioned-syms --enable-pc-files   --with-shared    
-
-#BUILD_ARGS = CFLAGS="-fPIC" CPPFLAGS="-fPIC" -Wl,-lncurses
-#BUILD_ARGS =  LDFLAGS=-Wl,-lncurses
-BUILD_ARGS =  CFLAGS+=-Wc++11-extensions
+
+CONFIGURE_ARGS  += --with-versioned-syms --enable-pc-files   --with-shared    
--enable-widec 
+# includes static ie with-normal
+
+BUILD_ARGS =  CXXFLAGS+=-Wno-c++11-extensions
 
 

=== modified file 'pkg/other/libpng/Makefile'
--- a/pkg/other/libpng/Makefile 2024-09-13 03:59:27 +0000
+++ b/pkg/other/libpng/Makefile 2025-01-27 05:39:37 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2016, 2017, 2018, 2019, 2022, 2024 Carl Hansen 
<carlhansen@gnu.org>
+# Copyright © 2016, 2017, 2018, 2019, 2022, 2024-2025 Carl Hansen 
<carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 #
@@ -19,17 +19,16 @@
 
 NAME =    libpng
 GARNAME = libpng
-GARVERSION = 1.6.44
+GARVERSION = 1.6.46
 HOME_URL = http://libpng.org/
 DESCRIPTION =  libpng, official PNG reference library.
 define BLURB
 endef
 
 ######################################################################
-# https://download.sourceforge.net/libpng/libpng-1.6.35.tar.xz
-
-MASTER_SITES =  https://download.sourceforge.net/
-MASTER_SUBDIR =  $(GARNAME)/
+# 
https://sourceforge.net/projects/libpng/files/libpng16/1.6.46/libpng-1.6.46.tar.xz/download
+MASTER_SITES =  https://sourceforge.net/
+MASTER_SUBDIR =  projects/$(GARNAME)/files/libpng16/$(GARVERSION)/
 DISTFILES = $(DISTNAME).tar.xz  
 SIGFILES =
 

=== modified file 'pkg/other/libpng/sha256sums'
--- a/pkg/other/libpng/sha256sums       2024-09-13 03:59:27 +0000
+++ b/pkg/other/libpng/sha256sums       2025-01-27 05:39:37 +0000
@@ -1,1 +1,1 @@
-60c4da1d5b7f0aa8d158da48e8f8afa9773c1c8baa5d21974df61f1886b8ce8e  
download/libpng-1.6.44.tar.xz
+f3aa8b7003998ab92a4e9906c18d19853e999f9d3bca9bd1668f54fa81707cb1  
download/libpng-1.6.46.tar.xz


reply via email to

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