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

(-)/usr/ports/www/gn.1/Makefile (-2 lines)
Lines 14-21 Link Here
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	Gopher and http server
15
COMMENT=	Gopher and http server
16
16
17
BROKEN=		"Does not compile"
18
19
BUILD_DEPENDS=	${WAISDIR}/bin/waisindex:${PORTSDIR}/net/wais
17
BUILD_DEPENDS=	${WAISDIR}/bin/waisindex:${PORTSDIR}/net/wais
20
18
21
IS_INTERACTIVE=	yes
19
IS_INTERACTIVE=	yes
(-)/usr/ports/www/gn.1/files/patch-ba (+19 lines)
Line 0 Link Here
1
--- waisgn/waisgn.c~	Sun Mar 12 07:59:40 1995
2
+++ waisgn/waisgn.c	Mon Oct 27 00:47:54 2003
3
@@ -56,7 +56,7 @@
4
 	gntitle[MAXLEN],
5
 	port[SMALLLEN];
6
 
7
-static FILE	*dfp = stderr;
8
+static FILE	*dfp;
9
 
10
 #ifndef FREEWAIS_03
11
 /* These aren't used by waisgn, but old WAIS libs want them */
12
@@ -78,6 +78,7 @@
13
 {
14
 	register char	*cp;
15
 
16
+	dfp = stderr;
17
 	int	i = 1,
18
 		argsneeded = NUMARGS;
19

Return to bug 58574