View | Details | Raw Unified | Return to bug 68965
Collapse All | Expand All

(-)2bsd-vi.new/Makefile (-1 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	vi
8
PORTNAME=	vi
9
PORTVERSION=	040605
9
PORTVERSION=	040605
10
PORTREVISION=	1
10
CATEGORIES=	editors
11
CATEGORIES=	editors
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	ex-vi/
13
MASTER_SITE_SUBDIR=	ex-vi/
Lines 22-28 Link Here
22
.include <bsd.port.pre.mk>
23
.include <bsd.port.pre.mk>
23
24
24
.if ${OSVERSION} < 500000
25
.if ${OSVERSION} < 500000
25
BROKEN=			Requires FreeBSD-5.0 or newer
26
EXTRA_PATCHES+=	${FILESDIR}/stable-Makefile.patch
26
.endif
27
.endif
27
28
28
.include <bsd.port.post.mk>
29
.include <bsd.port.post.mk>
(-)2bsd-vi.new/files/patch-mapalloc.c (+17 lines)
Line 0 Link Here
1
--- /tmp/mapmalloc.c	Mon Jul 12 16:28:16 2004
2
+++ mapmalloc.c	Mon Jul 12 16:28:37 2004
3
@@ -550,14 +550,6 @@
4
 	return NULL;
5
 }
6
 
7
-/*ARGSUSED*/
8
-char *
9
-valloc(size)
10
-size_t size;
11
-{
12
-	return NULL;
13
-}
14
-
15
 char *
16
 mallinfo()
17
 {
(-)2bsd-vi.new/files/stable-Makefile.patch (+15 lines)
Line 0 Link Here
1
--- /tmp/Makefile	Mon Jul 12 16:26:36 2004
2
+++ Makefile	Mon Jul 12 16:26:48 2004
3
@@ -144,9 +144,9 @@
4
 # advanced multibyte character support etc. which might not be present
5
 # on your system.
6
 #
7
-REINC	= -I./libuxre -DUXRE
8
-RELIB	= -L./libuxre -luxre
9
-RETGT	= uxre
10
+#REINC	= -I./libuxre -DUXRE
11
+#RELIB	= -L./libuxre -luxre
12
+#RETGT	= uxre
13
 
14
 #
15
 # These settings should be correct for any modern Unix.

Return to bug 68965