gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r10942: some minor tweaks


From: Carl Hansen
Subject: [Gsrc-commit] trunk r10942: some minor tweaks
Date: Thu, 26 Dec 2024 18:50:18 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 10942
revision-id: carlhansen@gnu.org-20241226235012-bmht1yaobe2d0wwp
parent: carlhansen@gnu.org-20241226234922-wzz2w5fm0rmxiwyj
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Thu 2024-12-26 23:50:12 +0000
message:
  some minor tweaks
modified:
  pkg/gnome/gucharmap/Makefile   makefile-20171031071333-mkvjnuhj5cdjzd7v-3
  pkg/gnu/gnutls/Makefile        makefile-20160617014725-uokjfnggs70iry9h-896
  pkg/gnu/nettle/Makefile        makefile-20160617014725-uokjfnggs70iry9h-1470
  pkg/other/guile-reader/Makefile makefile-20180503212644-gcnhbsicq2dvfnct-4
  pkg/other/log4cpp/Makefile     makefile-20191111225425-lfcybv21e5suvvmi-3
=== modified file 'pkg/gnome/gucharmap/Makefile'
--- a/pkg/gnome/gucharmap/Makefile      2019-03-13 02:38:43 +0000
+++ b/pkg/gnome/gucharmap/Makefile      2024-12-26 23:50:12 +0000
@@ -24,7 +24,6 @@
 HOME_URL = http://www.gnome.org/
 DESCRIPTION =  gucharmap
 define BLURB
-
 endef
 
 ######################################################################
@@ -44,6 +43,7 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
 
+BUILD_ARGS = CFLAGS+="-Wno-sign-compare -Wno-incompatible-pointer-types"

=== modified file 'pkg/gnu/gnutls/Makefile'
--- a/pkg/gnu/gnutls/Makefile   2024-11-11 23:37:40 +0000
+++ b/pkg/gnu/gnutls/Makefile   2024-12-26 23:50:12 +0000
@@ -37,7 +37,7 @@
 ######################################################################
 # https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/
 
-MASTER_SITES = $(MASTER_GNUTLS)/
+MASTER_SITES = $(MASTER_GNUTLS)
 MASTER_SUBDIR = gcrypt/$(GARNAME)/v$(SERIES)/
 DISTFILES = $(DISTNAME).tar.xz
 SIGFILES  = $(DISTNAME).tar.xz.sig

=== modified file 'pkg/gnu/nettle/Makefile'
--- a/pkg/gnu/nettle/Makefile   2024-06-17 05:03:49 +0000
+++ b/pkg/gnu/nettle/Makefile   2024-12-26 23:50:12 +0000
@@ -41,8 +41,8 @@
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-BUILDDEPS =
-LIBDEPS = gmp
+BUILDDEPS = gmp
+LIBDEPS = 
 
 ######################################################################
 

=== modified file 'pkg/other/guile-reader/Makefile'
--- a/pkg/other/guile-reader/Makefile   2018-05-03 21:27:55 +0000
+++ b/pkg/other/guile-reader/Makefile   2024-12-26 23:50:12 +0000
@@ -43,7 +43,7 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include ../../../gar/gar.lib/info.mk
 include config.mk
 

=== modified file 'pkg/other/log4cpp/Makefile'
--- a/pkg/other/log4cpp/Makefile        2024-09-30 20:45:28 +0000
+++ b/pkg/other/log4cpp/Makefile        2024-12-26 23:50:12 +0000
@@ -31,11 +31,12 @@
 MASTER_SUBDIR = sourceforge/$(GARNAME)/
 DISTFILES = $(DISTNAME).tar.gz
 
-#jMASTER_SITES = $(MASTER_SOURCEFORGE)
-#jMASTER_SUBDIR = 'log4cpp/files/log4cpp-1.1.x (new)/log4cpp-1.1/'
-#log4cpp-1.1.3.tar.gz/download
-#log4cpp-1.1.3.tar.gz?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Flog4cpp%2Ffiles%2Flatest%2Fdownload&ts=1573493153
-#jDISTFILES = $(DISTNAME).tar.gz
+# MASTER_SITES = $(MASTER_SOURCEFORGE)
+# MASTER_SUBDIR = 'log4cpp/files/log4cpp-1.1.x (new)/log4cpp-1.1/'
+# log4cpp-1.1.3.tar.gz/download
+# 
log4cpp-1.1.3.tar.gz?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Flog4cpp%2Ffiles%2Flatest%2Fdownload&ts=1573493153
+# DISTFILES = $(DISTNAME).tar.gz
+
 SIGFILES =
 
 BUILDDEPS =
@@ -48,3 +49,5 @@
 include ../../../gar/gar.lib/autotools.mk
 #include ../../../gar/gar.lib/info.mk
 include config.mk
+
+


reply via email to

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