diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nvi-perl/Makefile | 10 | ||||
-rw-r--r-- | editors/nvi-perl/files/patch-config.h.in | 12 |
2 files changed, 14 insertions, 8 deletions
diff --git a/editors/nvi-perl/Makefile b/editors/nvi-perl/Makefile index dcfa5e845311..304af61c8637 100644 --- a/editors/nvi-perl/Makefile +++ b/editors/nvi-perl/Makefile @@ -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> diff --git a/editors/nvi-perl/files/patch-config.h.in b/editors/nvi-perl/files/patch-config.h.in new file mode 100644 index 000000000000..657b8219f52b --- /dev/null +++ b/editors/nvi-perl/files/patch-config.h.in @@ -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 + |