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

(-)Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	leafnode+
8
PORTNAME=	leafnode+
9
PORTVERSION=	2.15
9
PORTVERSION=	2.15
10
CATEGORIES=	news
10
CATEGORIES=	news ipv6
11
MASTER_SITES=	http://www.io.com/~kazushi/leafnode+/ \
11
MASTER_SITES=	http://www.io.com/~kazushi/leafnode+/ \
12
		ftp://ftp.io.com/pub/usr/kazushi/leafnode+/
12
		ftp://ftp.io.com/pub/usr/kazushi/leafnode+/
13
13
(-)files/patch-ac (-3 / +8 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	Wed Jun 13 10:53:27 2001
1
--- Makefile.orig	Fri Jun 13 05:06:46 2003
2
+++ Makefile	Sat Jul  7 11:33:58 2001
2
+++ Makefile	Wed Jul 16 12:53:25 2003
3
@@ -11,19 +11,19 @@
3
@@ -11,19 +11,19 @@
4
 #AR = ar
4
 #AR = ar
5
 #RANLIB = ranlib
5
 #RANLIB = ranlib
Lines 31-37 Link Here
31
 #
31
 #
32
 # If you want to build with debugging, use below.
32
 # If you want to build with debugging, use below.
33
 #CFLAGS += -g -Wall -Wformat -Wstrict-prototypes -Wmissing-prototypes 
33
 #CFLAGS += -g -Wall -Wformat -Wstrict-prototypes -Wmissing-prototypes 
34
@@ -68,11 +68,11 @@
34
@@ -64,15 +64,15 @@
35
 #CFLAGS += -DDONTSTRICTDATEFORMAT
36
 #
37
 # If you want to use IPv6, use below.  It may work.
38
-#CFLAGS += -DINET6
39
+CFLAGS += -DINET6
35
 #LIBS += -L/usr/local/v6/lib -linet6
40
 #LIBS += -L/usr/local/v6/lib -linet6
36
 #
41
 #
37
 # This is the directory where the news is stored.
42
 # This is the directory where the news is stored.

Return to bug 54538