Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Mar 2005 21:03:01 +0100
From:      Arnaud Boudou <skuld@goddess-gate.com>
To:        anders@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: cclient-2004c1_1
Message-ID:  <423F2875.6070707@goddess-gate.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------090303060908030001020109
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit

Hello,

The current patch-ac file for cclient does not allow it to access to 
IPv6 daemon.

I've attached the modified patch-ac file to compile cclient with IPv6 
support (first section of the file).

Regards
-- 
Arnaud Boudou

--------------090303060908030001020109
Content-Type: text/plain; x-mac-type="0"; x-mac-creator="0";
 name="patch-ac"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="patch-ac"

--- Makefile.orig	Tue Nov  5 01:19:13 2002
+++ Makefile	Wed Nov 27 00:59:07 2002
@@ -180,7 +180,7 @@
 # 4    (default) IPv4 support only
 # 6    IPv6 and IPv4 support

-IP=4
+IP=6


 # The following extra compilation flags are defined.  None of these flags are
@@ -256,7 +256,7 @@
 
 # Make the IMAP Toolkit
 
-all:	SPECIALS c-client rebuild bundled
+all:	SPECIALS c-client rebuild
 
 c-client:
 	@echo Not processed yet.  In a first-time build, you must specify
@@ -396,9 +396,6 @@
 	@echo + In order to rectify this problem, you MUST build with:
 	@echo ++ SSLTYPE=$(SSLTYPE).nopwd
 	@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-	@echo
-	@echo Do you want to continue this build anyway?  Type y or n please:
-	@$(SH) -c 'read x; case "$$x" in y) exit 0;; *) exit 1;; esac'
 
 sslnone:
 	@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
@@ -411,9 +408,6 @@
 	@echo ++ SSLTYPE=nopwd
 	@echo + You must also have OpenSSL or equivalent installed.
 	@echo +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-	@echo
-	@echo Do you want to continue this build anyway?  Type y or n please:
-	@$(SH) -c 'read x; case "$$x" in y) exit 0;; *) exit 1;; esac'
 
 
 # C compiler types
@@ -434,7 +428,7 @@
 	$(TOOLS)/$@ "$(LN)" src/tmail tmail
 	$(LN) $(TOOLS)/$@ .
 
-build:	OSTYPE rebuild rebuildclean bundled
+build:	OSTYPE rebuild rebuildclean
 
 OSTYPE:
 	@echo Building c-client for $(BUILDTYPE)...
@@ -453,8 +447,7 @@
 	@$(SH) -c '(test $(BUILDTYPE) = rebuild -o $(BUILDTYPE) = `$(CAT) OSTYPE`) || (echo Already built for `$(CAT) OSTYPE` -- you must do \"make clean\" first && exit 1)'
 	@echo Rebuilding c-client for `$(CAT) OSTYPE`...
 	@$(TOUCH) SPECIALS
-	$(CD) c-client;$(MAKE) all CC=`$(CAT) CCTYPE` \
-	 CFLAGS="`$(CAT) CFLAGS`" `$(CAT) SPECIALS`
+	$(CD) c-client;$(MAKE) all CFLAGS="`$(CAT) CFLAGS`" `$(CAT) SPECIALS`
 
 rebuildclean:
 	$(SH) -c '$(RM) rebuild || true'

--------------090303060908030001020109--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?423F2875.6070707>