summaryrefslogtreecommitdiff
path: root/editors/nvi-devel
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-05-20 22:31:54 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-05-20 22:31:54 +0000
commitdc398438a653bebeb94f7015e60be1479e1ab14a (patch)
tree074647a5ecbc883d5d4b8bb6df3e27d46962199d /editors/nvi-devel
parent* Update to 0.9.20030519 (diff)
Make buildable on -current.
Notes
Notes: svn path=/head/; revision=81563
Diffstat (limited to 'editors/nvi-devel')
-rw-r--r--editors/nvi-devel/Makefile6
-rw-r--r--editors/nvi-devel/files/patch-config.h.in12
2 files changed, 13 insertions, 5 deletions
diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile
index 6fd4b401f58e..a728915d869f 100644
--- a/editors/nvi-devel/Makefile
+++ b/editors/nvi-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nvi
PORTVERSION= 1.81.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= editors
MASTER_SITES= http://www.kotnet.org/~skimo/nvi/devel/ \
${MASTER_SITE_LOCAL}
@@ -21,10 +21,6 @@ LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500113
-BROKEN= "Does not compile"
-.endif
-
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix
GNU_CONFIGURE= yes
diff --git a/editors/nvi-devel/files/patch-config.h.in b/editors/nvi-devel/files/patch-config.h.in
new file mode 100644
index 000000000000..538056b9b409
--- /dev/null
+++ b/editors/nvi-devel/files/patch-config.h.in
@@ -0,0 +1,12 @@
+--- ../dist/config.h.in- Fri May 9 12:50:29 2003
++++ ../dist/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
+