aboutsummaryrefslogtreecommitdiff
path: root/sysutils/most
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-09-02 10:25:12 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-09-02 10:25:12 +0000
commita9dee974d6dfdb0ebadf6f809b8d1652da8d50b3 (patch)
tree35703f3750353a35dd74a50331b79cb2c93adb38 /sysutils/most
parentea5e1e14e00b1fd3732ff446b9d145cca148bd7b (diff)
downloadports-a9dee974d6dfdb0ebadf6f809b8d1652da8d50b3.tar.gz
ports-a9dee974d6dfdb0ebadf6f809b8d1652da8d50b3.zip
- Update to 4.10.2
- Get rid of pkg-plist - Cleanup Makefile - Pass maintainership to submitter PR: ports/84988 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes: svn path=/head/; revision=141775
Diffstat (limited to 'sysutils/most')
-rw-r--r--sysutils/most/Makefile17
-rw-r--r--sysutils/most/distinfo4
-rw-r--r--sysutils/most/files/patch-src-window.c11
-rw-r--r--sysutils/most/pkg-plist8
4 files changed, 14 insertions, 26 deletions
diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile
index 9d426fae64d4..489a9980cad2 100644
--- a/sysutils/most/Makefile
+++ b/sysutils/most/Makefile
@@ -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$
#
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 --git a/sysutils/most/distinfo b/sysutils/most/distinfo
index 6dd9395dd652..c5d537640c41 100644
--- a/sysutils/most/distinfo
+++ b/sysutils/most/distinfo
@@ -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 --git a/sysutils/most/files/patch-src-window.c b/sysutils/most/files/patch-src-window.c
deleted file mode 100644
index 27e816aa1caf..000000000000
--- a/sysutils/most/files/patch-src-window.c
+++ /dev/null
@@ -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 --git a/sysutils/most/pkg-plist b/sysutils/most/pkg-plist
deleted file mode 100644
index cc68b3e27765..000000000000
--- a/sysutils/most/pkg-plist
+++ /dev/null
@@ -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%%