pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/most
Module Name: pkgsrc
Committed By: adam
Date: Thu Mar 6 08:44:42 UTC 2025
Modified Files:
pkgsrc/misc/most: Makefile distinfo
pkgsrc/misc/most/patches: patch-src_Makefile.in
Log Message:
most: updated to 5.2.0
v5.2.0
* Better support for files larger than 4 GB
* Truecolor support on 64 bit systems for terminals that support it.
This may involve setting the COLORTERM environment variable to
"truecolor". See <https://github.com/termstandard/colors> for a list
of terminals that support truecolor.
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/misc/most/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/misc/most/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/most/patches/patch-src_Makefile.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/most/Makefile
diff -u pkgsrc/misc/most/Makefile:1.35 pkgsrc/misc/most/Makefile:1.36
--- pkgsrc/misc/most/Makefile:1.35 Mon Jan 6 21:49:22 2025
+++ pkgsrc/misc/most/Makefile Thu Mar 6 08:44:41 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2025/01/06 21:49:22 ktnb Exp $
+# $NetBSD: Makefile,v 1.36 2025/03/06 08:44:41 adam Exp $
-DISTNAME= most-5.1.0
-PKGREVISION= 2
+DISTNAME= most-5.2.0
CATEGORIES= misc
MASTER_SITES= https://www.jedsoft.org/releases/most/
@@ -10,11 +9,8 @@ HOMEPAGE= https://www.jedsoft.org/most/
COMMENT= Pager (like less) which has support for windows and binary files
LICENSE= gnu-gpl-v2
-MAKE_JOBS_SAFE= no
-
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-x
-
CONFIGURE_ARGS+= --with-slang=${BUILDLINK_PREFIX.libslang}
# prevent duplicate definition of zopen
Index: pkgsrc/misc/most/distinfo
diff -u pkgsrc/misc/most/distinfo:1.9 pkgsrc/misc/most/distinfo:1.10
--- pkgsrc/misc/most/distinfo:1.9 Sat May 21 21:38:36 2022
+++ pkgsrc/misc/most/distinfo Thu Mar 6 08:44:41 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2022/05/21 21:38:36 fcambus Exp $
+$NetBSD: distinfo,v 1.10 2025/03/06 08:44:41 adam Exp $
-BLAKE2s (most-5.1.0.tar.gz) = 90f1a71b55f383305ffe370b432c8e44f6de41a3f42d298bf74981babc77561c
-SHA512 (most-5.1.0.tar.gz) = cbc090283bbaafb8ffee9d6d1abc7b49cd58d54b742cf8dc86274351dee6398d1f24841bd1631ac40f861ad9e23569646133d3297317d9d514a7a38dd74533d2
-Size (most-5.1.0.tar.gz) = 162172 bytes
-SHA1 (patch-src_Makefile.in) = 4ba2e9219593b00333acea6eda21e3cda3988a5b
+BLAKE2s (most-5.2.0.tar.gz) = 756e70d1b56acd0698a1af23fed9c81dcdfe991db4cd79b780699984e7cd5504
+SHA512 (most-5.2.0.tar.gz) = 3aa3cb46ddd456532a009fb9cfcd746971396be33e03e52a15b754a6d7683f4efd020edb0ec4eb36d22ba20f050aaac4ba6cdd3b69bb5701ea58ddb9a903c59d
+Size (most-5.2.0.tar.gz) = 256075 bytes
+SHA1 (patch-src_Makefile.in) = 3b190eda74f4dfa7bfea90410fbd138c9ae55f76
Index: pkgsrc/misc/most/patches/patch-src_Makefile.in
diff -u pkgsrc/misc/most/patches/patch-src_Makefile.in:1.1 pkgsrc/misc/most/patches/patch-src_Makefile.in:1.2
--- pkgsrc/misc/most/patches/patch-src_Makefile.in:1.1 Sat May 21 21:38:36 2022
+++ pkgsrc/misc/most/patches/patch-src_Makefile.in Thu Mar 6 08:44:41 2025
@@ -1,6 +1,10 @@
-$NetBSD: patch-src_Makefile.in,v 1.1 2022/05/21 21:38:36 fcambus Exp $
+$NetBSD: patch-src_Makefile.in,v 1.2 2025/03/06 08:44:41 adam Exp $
---- src/Makefile.in.orig 2018-10-29 07:55:02.000000000 +0000
+Fix installation.
+
+Wait for OBJDIR creation.
+
+--- src/Makefile.in.orig 2022-08-04 15:24:21.000000000 +0000
+++ src/Makefile.in
@@ -22,7 +22,7 @@ prefix = @prefix@
exec_prefix = @exec_prefix@
@@ -11,14 +15,22 @@ $NetBSD: patch-src_Makefile.in,v 1.1 202
DOC_DIR = $(datarootdir)/doc/most
SYS_INITFILE = @sysconfdir@/most.conf
MKINSDIR = ../autoconf/mkinsdir.sh
-@@ -79,20 +79,20 @@ clean:
+@@ -52,7 +52,7 @@ UPDATE_VERSION_SCRIPT = $(HOME)/bin/upda
+ COMPILE_CMD = $(CC) -c $(ALL_CFLAGS) -DMOST_SYSTEM_INITFILE='"$(SYS_INITFILE)"'
+ #
+ all: $(EXEC)
+-$(EXEC): $(OBJDIR) $(CONFIG_H) slangversion $(OBJDIR)/$(EXEC)
++$(EXEC): $(OBJDIR) .WAIT $(CONFIG_H) slangversion $(OBJDIR)/$(EXEC)
+ @echo $(EXEC) created in $(OBJDIR)
+
+ # C source files include autogenrated "config.h". Make sure
+@@ -85,20 +85,11 @@ clean:
distclean: clean
/bin/rm -rf $(OBJDIR) Makefile sysconf.h
installdirs:
- $(MKINSDIR) $(DEST_DOCDIR)
- $(MKINSDIR) $(DEST_MANDIR)/man1
- $(MKINSDIR) $(DEST_BINDIR)
-+ #$(MKINSDIR) $(DEST_DOCDIR)
+ $(BSD_INSTALL_MAN_DIR) $(DEST_MANDIR)/man1
+ $(BSD_INSTALL_PROGRAM_DIR) $(DEST_BINDIR)
install: all installdirs
@@ -34,14 +46,6 @@ $NetBSD: patch-src_Makefile.in,v 1.1 202
- done
+ $(BSD_INSTALL_PROGRAM) $(OBJDIR)/most $(DEST_BINDIR)
+ $(BSD_INSTALL_MAN) ../doc/most.1 $(DEST_MANDIR)/man1
-+ #@for i in $(DOC_FILES); \
-+ #do \
-+ # echo $(INSTALL_DATA) $$i $(DEST_DOCDIR)/; \
-+ # $(INSTALL_DATA) $$i $(DEST_DOCDIR)/; \
-+ # if [ "$$?" != "0" ]; then \
-+ # exit 1; \
-+ # fi; \
-+ #done
# The symlinks target is for my own private use. It simply creates the object
# directory as a symbolic link to a local disk instead of an NFS mounted one.
symlinks:
Home |
Main Index |
Thread Index |
Old Index