[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r10199: update ncurses to 6.5-20240504
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r10199: update ncurses to 6.5-20240504 |
Date: |
Tue, 7 May 2024 13:28:49 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 10199
revision-id: carlhansen1234@gmail.com-20240507172844-nk240noqub02ov9e
parent: carlhansen1234@gmail.com-20240503221242-nnt4x84fgbep82av
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Tue 2024-05-07 10:28:44 -0700
message:
update ncurses to 6.5-20240504
modified:
pkg/gnu/ncurses/Makefile makefile-20160617014725-uokjfnggs70iry9h-1464
pkg/gnu/ncurses/sha256sums sha256sums-20160617014725-uokjfnggs70iry9h-1469
=== modified file 'pkg/gnu/ncurses/Makefile'
--- a/pkg/gnu/ncurses/Makefile 2024-04-28 00:13:12 +0000
+++ b/pkg/gnu/ncurses/Makefile 2024-05-07 17:28:44 +0000
@@ -22,7 +22,7 @@
NAME = ncurses
GARNAME = ncurses
-GARVERSION = 6.5
+GARVERSION = 6.5-20240504
GARVERSIONMAJOR = 6.5
HOME_URL = http://www.gnu.org/software/ncurses/
@@ -38,16 +38,16 @@
endef
######################################################################
-MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = $(GARNAME)/
-DISTFILES = $(DISTNAME).tar.gz
-SIGFILES = $(DISTNAME).tar.gz.sig
+#MASTER_SITES = $(MASTER_GNU)
+#MASTER_SUBDIR = $(GARNAME)/
+#DISTFILES = $(DISTNAME).tar.gz
+#SIGFILES = $(DISTNAME).tar.gz.sig
#
https://invisible-island.net/archives/ncurses/current/ncurses-6.3-20220501.tgz
#
-#MASTER_SITES = http://invisible-island.net/
-#MASTER_SUBDIR = archives/$(GARNAME)/current/
-#DISTFILES = $(DISTNAME).tgz
-#SIGFILES = $(DISTNAME).tgz.asc
+MASTER_SITES = http://invisible-island.net/
+MASTER_SUBDIR = archives/$(GARNAME)/current/
+DISTFILES = $(DISTNAME).tgz
+SIGFILES = $(DISTNAME).tgz.asc
BUILDDEPS =
LIBDEPS =
@@ -57,6 +57,7 @@
include ../../../gar/varb.mk
include config.mk
+# 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
@@ -72,10 +73,10 @@
#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
-# HINT. there are many config options. In the source directory, do "configure
--help"
=== modified file 'pkg/gnu/ncurses/sha256sums'
--- a/pkg/gnu/ncurses/sha256sums 2024-04-28 00:13:12 +0000
+++ b/pkg/gnu/ncurses/sha256sums 2024-05-07 17:28:44 +0000
@@ -1,2 +1,2 @@
-136d91bc269a9a5785e5f9e980bc76ab57428f604ce3e5a5a90cebc767971cc6
download/ncurses-6.5.tar.gz
-1c630a12c9ee6a6eb3905608dd438e567c831d28ab8d28242d95bb77c3627469
download/ncurses-6.5.tar.gz.sig
+df00eb9a97bcb3aa9e9b9c3f4ea68201699562c4604f5c7de5aca6c62b2674b7
download/ncurses-6.5-20240504.tgz
+fcd616215c6a1812a47cf8d2dd57948b3025a9a40500e82256fb07820f342a84
download/ncurses-6.5-20240504.tgz.asc
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r10199: update ncurses to 6.5-20240504,
Carl Hansen <=