mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
Make buildable on -current and unmark BROKEN.
This commit is contained in:
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
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= nvi
|
PORTNAME= nvi
|
||||||
PORTVERSION= 1.79
|
PORTVERSION= 1.79
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
MASTER_SITES= ftp://sleepy.vwh.net/pub/ \
|
MASTER_SITES= ftp://sleepy.vwh.net/pub/ \
|
||||||
ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
|
ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/
|
||||||
|
@ -16,12 +16,6 @@ PKGNAMESUFFIX= -perl
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A clone of vi/ex, with perl5 linked into
|
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}
|
# can't say PATCH_DIST_STRIP=-p1 because contains files outside ${WRKSRC}
|
||||||
PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p0
|
PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p0
|
||||||
PATCH_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:
|
post-patch:
|
||||||
${LN} -s /usr/include/sys/queue.h ${WRKSRC}/../include/sys/queue_dist.h
|
${LN} -s /usr/include/sys/queue.h ${WRKSRC}/../include/sys/queue_dist.h
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
12
editors/nvi-perl/files/patch-config.h.in
Normal file
12
editors/nvi-perl/files/patch-config.h.in
Normal 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue