Date: 16 Aug 2005 13:16:46 -0000 From: Emanuel Haupt <ehaupt@critical.ch> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/84988: update: sysutils/most 4.10.1 -> 4.10.2, take maintainership Message-ID: <20050816131646.49809.qmail@mx.critical.ch> Resent-Message-ID: <200508161320.j7GDKAOc032500@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 84988 >Category: ports >Synopsis: update: sysutils/most 4.10.1 -> 4.10.2, take maintainership >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Aug 16 13:20:09 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: System: FreeBSD admin.critical.ch 4.11-RELEASE-p11 FreeBSD 4.11-RELEASE-p11 #0: Thu Jun 30 09:36:40 CEST 2005 root@admin.critical.ch:/usr/obj/usr/src-release/src/sys/GENERIC i386 >Description: - update sysutils/most 4.10.1 -> 4.10.2 - suppress compiler "malloc.h" warning (gcc 2.95.x) - cleanup Makefile - pacify portlint by using PORTDOCS in Makefile - take maintainership patch: - remove pkg-plist - remove files/patch-src-window.c >How-To-Repeat: >Fix: --- most.patch begins here --- diff -Nur most.orig/Makefile most/Makefile --- most.orig/Makefile Sun Jul 10 13:15:10 2005 +++ most/Makefile Tue Aug 16 15:02:19 2005 @@ -1,25 +1,32 @@ # New ports collection makefile for: most -# Date created: 31 May 1997 -# Whom: rhwang@bigpanda.com +# Date created: 31 May 1997 +# Whom: rhwang@bigpanda.com # # $FreeBSD: ports/sysutils/most/Makefile,v 1.17 2005/07/10 11:15:10 pav Exp $ # PORTNAME= most -PORTVERSION= 4.10.1 -PORTREVISION= 1 +PORTVERSION= 4.10.2 CATEGORIES= sysutils MASTER_SITES= ftp://space.mit.edu/pub/davis/most/ \ ftp://ftp.uni-stuttgart.de/pub/unix/misc/slang/most/ \ http://gd.tuwien.ac.at/editors/davis/most/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@critical.ch COMMENT= A pager (like less) which has support for windows and binary files LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang GNU_CONFIGURE= yes +USE_REINPLACE= yes CONFIGURE_ARGS+=--enable-mmap + +PLIST_FILES= bin/most +PORTDOCS= README changes.txt lesskeys.rc most-fun.txt most.doc most.rc MAN1= most.1 + +post-patch: + @${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \ + ${WRKSRC}/src/jdmacros.h .include <bsd.port.mk> diff -Nur most.orig/distinfo most/distinfo --- most.orig/distinfo Tue Apr 26 10:04:12 2005 +++ most/distinfo Tue Aug 16 12:46:02 2005 @@ -1,2 +1,2 @@ -MD5 (most-4.10.1.tar.gz) = 3feeb1855e0e902b5a4decde68f9159e -SIZE (most-4.10.1.tar.gz) = 138230 +MD5 (most-4.10.2.tar.gz) = 16f7a67a969e0ce9a941c0e6c1ff0470 +SIZE (most-4.10.2.tar.gz) = 138431 diff -Nur most.orig/files/patch-src-window.c most/files/patch-src-window.c --- most.orig/files/patch-src-window.c Wed Jul 6 13:57:21 2005 +++ most/files/patch-src-window.c Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- src/window.c.orig Tue Feb 22 17:19:49 2005 -+++ src/window.c Wed Jul 6 13:54:14 2005 -@@ -238,7 +238,7 @@ - - int most_read_from_minibuffer(char *prompt, char *what, unsigned int buflen) - { -- int i; -+ int i = 0; - char *buf; - unsigned int len; - diff -Nur most.orig/pkg-plist most/pkg-plist --- most.orig/pkg-plist Sun Jul 11 13:37:47 2004 +++ most/pkg-plist Thu Jan 1 01:00:00 1970 @@ -1,8 +0,0 @@ -bin/most -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/changes.txt -%%PORTDOCS%%%%DOCSDIR%%/lesskeys.rc -%%PORTDOCS%%%%DOCSDIR%%/most-fun.txt -%%PORTDOCS%%%%DOCSDIR%%/most.doc -%%PORTDOCS%%%%DOCSDIR%%/most.rc -%%PORTDOCS%%@dirrm %%DOCSDIR%% --- most.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050816131646.49809.qmail>