1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Make buildable on -current and unmark BROKEN.

This commit is contained in:
Munechika SUMIKAWA 2003-05-23 00:13:41 +00:00
parent f68147894d
commit 8e760ca37c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81757
2 changed files with 14 additions and 8 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= nvi
PORTVERSION= 1.79
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= editors
MASTER_SITES= ftp://sleepy.vwh.net/pub/ \
ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
@ -16,12 +16,6 @@ PKGNAMESUFFIX= -perl
MAINTAINER= ports@FreeBSD.org
COMMENT= A clone of vi/ex, with perl5 linked into
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile"
.endif
# can't say PATCH_DIST_STRIP=-p1 because contains files outside ${WRKSRC}
PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p0
PATCH_ARGS= -d ${WRKSRC}/.. --forward --quiet -E -p0
@ -39,4 +33,4 @@ MLINKS= pnvi.1 pnex.1 pnvi.1 pnview.1
post-patch:
${LN} -s /usr/include/sys/queue.h ${WRKSRC}/../include/sys/queue_dist.h
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -0,0 +1,12 @@
--- build/config.h.in- Fri May 9 12:50:29 2003
+++ build/config.h.in Fri May 9 12:50:56 2003
@@ -103,9 +103,6 @@
/* Define if you have <sys/select.h> */
#undef HAVE_SYS_SELECT_H
-/* Define if you have the System V style pty calls. */
-#undef HAVE_SYS5_PTY
-
/* Define if you want to compile in the Tcl interpreter. */
#undef HAVE_TCL_INTERP