mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- 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>
This commit is contained in:
parent
ea5e1e14e0
commit
a9dee974d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141775
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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%%
|
Loading…
Reference in New Issue
Block a user