Date: Wed, 16 Jul 2003 12:56:19 +0200 (CEST) From: Samuel Tardieu <sam@rfc1149.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/54538: Enabling IPv6 support in Leafnode+ Message-ID: <20030716105619.3377C640@beeblebrox.rfc1149.net> Resent-Message-ID: <200307161100.h6GB0Y03090018@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 54538 >Category: ports >Synopsis: Enabling IPv6 support in Leafnode+ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 16 04:00:33 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Samuel Tardieu >Release: FreeBSD 4.8-STABLE i386 >Organization: Avian Carrier & Friends >Environment: System: FreeBSD beeblebrox 4.8-STABLE FreeBSD 4.8-STABLE #16: Wed Jul 2 23:48:32 CEST 2003 root@willow:/usr/obj/usr/src/sys/BEEBLEBROX i386 >Description: IPv6 support in leafnode+ is not enabled. This patch enables it. >How-To-Repeat: >Fix: Apply with "patch -p0" in ${PORTSDIR}/news/leafnode+ --- Makefile.orig Wed Jul 16 12:49:48 2003 +++ Makefile Wed Jul 16 12:49:57 2003 @@ -7,7 +7,7 @@ PORTNAME= leafnode+ PORTVERSION= 2.15 -CATEGORIES= news +CATEGORIES= news ipv6 MASTER_SITES= http://www.io.com/~kazushi/leafnode+/ \ ftp://ftp.io.com/pub/usr/kazushi/leafnode+/ --- files/patch-ac.orig Wed Jul 16 12:49:40 2003 +++ files/patch-ac Wed Jul 16 12:53:28 2003 @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Jun 13 10:53:27 2001 -+++ Makefile Sat Jul 7 11:33:58 2001 +--- Makefile.orig Fri Jun 13 05:06:46 2003 ++++ Makefile Wed Jul 16 12:53:25 2003 @@ -11,19 +11,19 @@ #AR = ar #RANLIB = ranlib @@ -31,7 +31,12 @@ # # If you want to build with debugging, use below. #CFLAGS += -g -Wall -Wformat -Wstrict-prototypes -Wmissing-prototypes -@@ -68,11 +68,11 @@ +@@ -64,15 +64,15 @@ + #CFLAGS += -DDONTSTRICTDATEFORMAT + # + # If you want to use IPv6, use below. It may work. +-#CFLAGS += -DINET6 ++CFLAGS += -DINET6 #LIBS += -L/usr/local/v6/lib -linet6 # # This is the directory where the news is stored. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030716105619.3377C640>