From beech@alaskaparadise.com  Tue Dec 26 23:09:05 2006
Return-Path: <beech@alaskaparadise.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 616C116A403
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Dec 2006 23:09:05 +0000 (UTC)
	(envelope-from beech@alaskaparadise.com)
Received: from stargate.alaskaparadise.com (114-103-74-65.gci.net [65.74.103.114])
	by mx1.freebsd.org (Postfix) with ESMTP id AD90913C46D
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 26 Dec 2006 23:09:04 +0000 (UTC)
	(envelope-from beech@alaskaparadise.com)
Received: from stargate.alaskaparadise.com (stargate.alaskaparadise.com [65.74.103.114])
	by stargate.alaskaparadise.com (Postfix) with ESMTP id D50347DCD;
	Tue, 26 Dec 2006 14:09:03 -0900 (AKST)
Message-Id: <1167174543.25893@stargate.alaskaparadise.com>
Date: Tue, 26 Dec 2006 14:09:03 -0900
From: "Beech Rintoul" <beech@alaskaparadise.com>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Cc: beech@alaskaparadise.com
Subject: [Maintainer Update] ftp/proftpd fixed linker errors
X-Send-Pr-Version: gtk-send-pr 0.4.8 
X-GNATS-Notify:

>Number:         107221
>Category:       ports
>Synopsis:       [Maintainer Update] ftp/proftpd fixed linker errors
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 26 23:10:14 GMT 2006
>Closed-Date:    Sat Dec 30 22:46:00 GMT 2006
>Last-Modified:  Sat Dec 30 22:50:10 GMT 2006
>Originator:     Beech Rintoul
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
Alaska Paradise  
>Environment:


System: FreeBSD 7.0-CURRENT #94: Tue Dec 19 15:08:55 AKST 2006
    root@stargate.alaskaparadise.com:/usr/obj/usr/src/sys/STARGATE



>Description:


Fixed Makefile
Added patch - patch-getopt.c (Upgrades lib/getopt.c to version 1.4
Bumped PORTREVISION
Fixed pkg-plist


>How-To-Repeat:





>Fix:


diff -ruN --exclude=CVS /usr/ports/ftp/proftpd.orig/Makefile /usr/ports/ftp/proftpd/Makefile
--- /usr/ports/ftp/proftpd.orig/Makefile	Tue Dec 26 11:12:52 2006
+++ /usr/ports/ftp/proftpd/Makefile	Tue Dec 26 12:00:33 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	proftpd
 DISTVERSION=	1.3.1rc1
+PORTREVISION=	1
 CATEGORIES=	ftp
 MASTER_SITES=	ftp://ftp.proftpd.org/distrib/source/ \
 		ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \
@@ -140,7 +141,7 @@
 .endif
 
 #allow user to override
-MODULES?=	mod_ratio:mod_readme:mod_rewrite:mod_wrap:mod_ifsession
+MODULES?=	mod_ratio:mod_readme:mod_rewrite:mod_wrap2:mod_ifsession
 
 INCLUDEDIRS?=
 LIBDIRS?=
diff -ruN --exclude=CVS /usr/ports/ftp/proftpd.orig/files/patch-getopt.c /usr/ports/ftp/proftpd/files/patch-getopt.c
--- /usr/ports/ftp/proftpd.orig/files/patch-getopt.c	Wed Dec 31 14:00:00 1969
+++ /usr/ports/ftp/proftpd/files/patch-getopt.c	Tue Dec 26 13:45:08 2006
@@ -0,0 +1,20 @@
+--- lib/getopt.c.orig	Thu Feb 28 10:30:01 2002
++++ lib/getopt.c	Tue Dec 26 13:39:53 2006
+@@ -76,7 +76,7 @@
+ # endif
+ #endif
+ 
+-#ifndef _
++#if defined(PR_USE_NLS) && !defined(_)
+ /* This is for other GNU distributions with internationalized messages.
+    When compiling libc, the _ macro is predefined.  */
+ # ifdef HAVE_LIBINTL_H
+@@ -85,6 +85,8 @@
+ # else
+ #  define _(msgid)	(msgid)
+ # endif
++#else
++# define _(msgid)	(msgid)
+ #endif
+ 
+ /* This version of `getopt' appears to the caller like standard Unix `getopt'
diff -ruN --exclude=CVS /usr/ports/ftp/proftpd.orig/pkg-plist /usr/ports/ftp/proftpd/pkg-plist
--- /usr/ports/ftp/proftpd.orig/pkg-plist	Thu Dec 21 13:13:40 2006
+++ /usr/ports/ftp/proftpd/pkg-plist	Tue Dec 26 14:01:31 2006
@@ -30,6 +30,7 @@
 include/proftpd/mkhome.h
 include/proftpd/mod_ctrls.h
 include/proftpd/mod_wrap2.h
+include/proftpd/mod_sql.h
 include/proftpd/modules.h
 include/proftpd/netacl.h
 include/proftpd/netaddr.h



>Release-Note:
>Audit-Trail:
Class-Changed-From-To: sw-bug->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Tue Dec 26 23:10:26 UTC 2006 
Class-Changed-Why:  
Fix category (submitter is maintainer) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107221 
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Dec 27 00:39:08 UTC 2006 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107221 

From: Beech Rintoul <beech@alaskaparadise.com>
To: bug-followup@freebsd.org
Cc: Chris St Denis <chris@ctgameinfo.com>,
 Mohacsi Janos <mohacsi@niif.hu>,
 Boris Kovalenko <boris@tagnet.ru>,
 Gabor Kovesdan <gabor@freebsd.org>,
 michalw@sonet.lublin.pl,
 Shaun Amott <shaun@freebsd.org>,
 janos.mohacsi@bsd.hu,
 Martin Wilke <miwi@freebsd.org>
Subject: Re: ports/107221: [Maintainer Update] ftp/proftpd fixed linker errors
Date: Thu, 28 Dec 2006 10:58:46 -0900

 I have run into a serious portability issue with the new mod_wrap2 that breaks 
 the build. I have contacted the developers and have gotten limited response. 
 Actually they have been very good in their support of this port, but an 
 answer may not be available until after the holiday. In the mean time I'm 
 working to resolve this issue on my own and any help would be appreciated.
 The work in progress port can be found here:
 
 http://www.alaskaparadise.com/freebsd/proftpd_test.tar.gz
 
 I hope to have this fixed and committed ASAP.
 
 Beech
 -- 
 ---------------------------------------------------------------------------------------
 Beech Rintoul - Sys. Administrator - beech@alaskaparadise.com
 /"\   ASCII Ribbon Campaign  | Alaska Paradise Travel
 \ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
  X  - NO Word docs in e-mail | Anchorage, AK 99501
 / \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
 ---------------------------------------------------------------------------------------
 
 
 
 
 
 
 
 
 
 
 

From: =?windows-1252?Q?Micha=3F_W=F3jcik?= <michalw@sonet.lublin.pl>
To: Beech Rintoul <beech@alaskaparadise.com>
Cc: bug-followup@freebsd.org, Chris St Denis <chris@ctgameinfo.com>, 
 Mohacsi Janos <mohacsi@niif.hu>,
 Boris Kovalenko <boris@tagnet.ru>, Gabor Kovesdan <gabor@freebsd.org>, 
 Shaun Amott <shaun@freebsd.org>,
  janos.mohacsi@bsd.hu, Martin Wilke <miwi@freebsd.org>
Subject: Re: ports/107221: [Maintainer Update] ftp/proftpd fixed linker errors
Date: Thu, 28 Dec 2006 21:24:01 +0100

 This is a multi-part message in MIME format.
 --------------040601090204010007020408
 Content-Type: text/plain; charset=windows-1252; format=flowed
 Content-Transfer-Encoding: quoted-printable
 
 Beech Rintoul napisa?(a):
 > I have run into a serious portability issue with the new mod_wrap2 that=
  breaks=20
 > the build. I have contacted the developers and have gotten limited resp=
 onse.=20
 > Actually they have been very good in their support of this port, but an=
 =20
 > answer may not be available until after the holiday. In the mean time I=
 'm=20
 > working to resolve this issue on my own and any help would be appreciat=
 ed.
 > The work in progress port can be found here:
 >=20
 > http://www.alaskaparadise.com/freebsd/proftpd_test.tar.gz
 >=20
 > I hope to have this fixed and committed ASAP.
 
 I'm sending patch that solve one problem in Makefile.in in mod_wrap2.=20
 Problem with linking still exists. I have no idea where is problem.
 
 Best regards
 michalw
 
 --------------040601090204010007020408
 Content-Type: text/plain;
  name="patch-contrib-mod-wrap2-Makefile.in"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="patch-contrib-mod-wrap2-Makefile.in"
 
 --- contrib/mod-wrap2/Makefile.in	Thu Sep  7 01:11:47 2006
 +++ contrib/mod-wrap2/Makefile.in.new	Wed Dec 27 20:44:36 2006
 @@ -13,7 +13,7 @@
  MODULE_NAME=mod_wrap2
  
  # Necessary redefinitions
 -INCLUDES=-I. -I../.. -I../../include
 +INCLUDES=-I. -I../.. -I../../include -I/usr/local/include
  CPPFLAGS= -DHAVE_CONFIG_H $(DEFAULT_PATHS) $(PLATFORM) $(INCLUDES)
  LDFLAGS=-L../../lib
  
 
 --------------040601090204010007020408--

From: Beech Rintoul <beech@alaskaparadise.com>
To: Micha? =?iso-8859-1?q?W=F3jcik?= <michalw@sonet.lublin.pl>,
 freebsd-ports@freebsd.org
Cc: bug-followup@freebsd.org,
 Chris St Denis <chris@ctgameinfo.com>,
 Mohacsi Janos <mohacsi@niif.hu>,
 Boris Kovalenko <boris@tagnet.ru>,
 Gabor Kovesdan <gabor@freebsd.org>,
 Shaun Amott <shaun@freebsd.org>,
 janos.mohacsi@bsd.hu,
 Martin Wilke <miwi@freebsd.org>
Subject: Re: ports/107221: [Maintainer Update] ftp/proftpd fixed linker errors
Date: Thu, 28 Dec 2006 12:47:34 -0900

 --nextPart2000783.Bvr1f4tGEA
 Content-Type: text/plain;
   charset="iso-8859-1"
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: inline
 
 On Thursday 28 December 2006 11:24, Micha? W=F3jcik wrote:
 > Beech Rintoul napisa?(a):
 > > I have run into a serious portability issue with the new mod_wrap2 that
 > > breaks the build. I have contacted the developers and have gotten limit=
 ed
 > > response. Actually they have been very good in their support of this
 > > port, but an answer may not be available until after the holiday. In the
 > > mean time I'm working to resolve this issue on my own and any help would
 > > be appreciated. The work in progress port can be found here:
 > >
 > > http://www.alaskaparadise.com/freebsd/proftpd_test.tar.gz
 > >
 > > I hope to have this fixed and committed ASAP.
 >
 > I'm sending patch that solve one problem in Makefile.in in mod_wrap2.
 > Problem with linking still exists. I have no idea where is problem.
 >
 > Best regards
 > michalw
 
 Thanks, that fixed mod_wrap2, but unfortunately it exposed another build er=
 ror=20
 farther down:
 
 cc -L./lib  -L/usr/local/lib -L/usr/local/lib -o ftptop utils/ftptop.o=20
 utils/scoreboard.o -lncurses -lsupp
 =2E/lib/libsupp.a(getopt.o)(.text+0x5c5): In function `_getopt_internal':
 : undefined reference to `libintl_gettext'
 =2E/lib/libsupp.a(getopt.o)(.text+0x687): In function `_getopt_internal':
 : undefined reference to `libintl_gettext'
 =2E/lib/libsupp.a(getopt.o)(.text+0x8b1): In function `_getopt_internal':
 : undefined reference to `libintl_gettext'
 =2E/lib/libsupp.a(getopt.o)(.text+0xa3a): In function `_getopt_internal':
 : undefined reference to `libintl_gettext'
 =2E/lib/libsupp.a(getopt.o)(.text+0xa99): In function `_getopt_internal':
 : undefined reference to `libintl_gettext'
 =2E/lib/libsupp.a(getopt.o)(.text+0xb04): more undefined references to=20
 `libintl_gettext' follow
 gmake: *** [ftptop] Error 1
 
 The other linker error was fixed with a patch to getopt.c but it didn't fix=
 =20
 this one. I'm working on it. If someone wants to give me a hand it would be=
 =20
 appreciated. I updated=20
 http://www.alaskaparadise.com/freebsd/proftpd_test.tar.gz with the latest=20
 fixes.
 
 Beech
 
 =2D-=20
 =2D------------------------------------------------------------------------=
 =2D-------------
 Beech Rintoul - Sys. Administrator - beech@alaskaparadise.com
 /"\   ASCII Ribbon Campaign  | Alaska Paradise Travel
 \ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
  X  - NO Word docs in e-mail | Anchorage, AK 99501
 / \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
 =2D------------------------------------------------------------------------=
 =2D-------------
 
 
 
 
 
 
 
 
 
 
 
 
 --nextPart2000783.Bvr1f4tGEA
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.6 (FreeBSD)
 
 iD8DBQBFlDuJp5D0B1NlT4URAosxAJ9Oz9OhquAGoDT7guo7/8W52BV5PwCdGgj5
 CQ/HOQAfggkgkW28YATmSbA=
 =E1T1
 -----END PGP SIGNATURE-----
 
 --nextPart2000783.Bvr1f4tGEA--

From: Beech Rintoul <beech@alaskaparadise.com>
To: bug-followup@freebsd.org
Cc: Martin Wilke <miwi@freebsd.org>
Subject: Re: ports/107221: [Maintainer Update] ftp/proftpd fixed linker error
Date: Thu, 28 Dec 2006 20:42:17 -0900

 Here is the final set of patches. All errors that I could find have been 
 fixed.
 
 diff -ruN --exclude=CVS /usr/ports/ftp/proftpd.orig/Makefile /usr/ports/ftp/proftpd/Makefile
 --- /usr/ports/ftp/proftpd.orig/Makefile	Tue Dec 26 07:59:14 2006
 +++ /usr/ports/ftp/proftpd/Makefile	Thu Dec 28 20:19:07 2006
 @@ -7,6 +7,7 @@
  
  PORTNAME=	proftpd
  DISTVERSION=	1.3.1rc1
 +PORTREVISION=	1
  CATEGORIES=	ftp
  MASTER_SITES=	ftp://ftp.proftpd.org/distrib/source/ \
  		ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \
 @@ -54,11 +55,10 @@
  		WRAP "Include mod_wrap2" on \
  		WRAP_FILE "include mod_wrap2_file" off \
  		WRAP_SQL "include mod_wrap2_sql" off \
 -		LANG "include mod_lang" off \
  		RADIUS "Include mod_radius" off \
  		QUOTATAB_RADIUS "include mod_quotatab_radius" off \
  		BAN "include mod_ban (Requires CTRLS)" off \
 -		NLS "Use nls" off
 +		NLS "Use nls-builds mod_lang" off
  
  MODULES?=
  LIBDIRS?=
 @@ -109,10 +109,6 @@
  MODULES:=${MODULES}:mod_quotatab_radius
  .endif
  
 -.if defined(WITH_LANG)
 -MODULES:=${MODULES}:mod_lang
 -.endif
 -
  .if defined(WITH_BAN)
  MODULES:=${MODULES}:mod_ban
  .endif
 @@ -137,10 +133,13 @@
  INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include
  LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib
  CONFIGURE_ARGS+=	--enable-nls
 +USE_GETTEXT=yes
 +PROFTPD_LIBS+=	-lintl -L${LOCALBASE}/lib
 +EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-nls-Makefile.in
  .endif
  
  #allow user to override
 -MODULES?=	mod_ratio:mod_readme:mod_rewrite:mod_wrap:mod_ifsession
 +MODULES?=	mod_ratio:mod_readme:mod_rewrite:mod_wrap2:mod_ifsession
  
  INCLUDEDIRS?=
  LIBDIRS?=
 @@ -218,6 +217,7 @@
  
  pre-configure:
  	@${ECHO_MSG} "==> Configuring with ${MODULES}"
 +	@${ECHO_MSG} "==> ${CONFIGURE_ENV}"
  
  post-configure:
  	${REINPLACE_CMD} -e 's:${EXAMPLESDIR}:${PREFIX}:' ${WRKSRC}/config.h
 diff -ruN --exclude=CVS /usr/ports/ftp/proftpd.orig/files/extra-patch-nls-Makefile.in /usr/ports/ftp/proftpd/files/extra-patch-nls-Makefile.in
 --- /usr/ports/ftp/proftpd.orig/files/extra-patch-nls-Makefile.in	Wed Dec 31 
 14:00:00 1969
 +++ /usr/ports/ftp/proftpd/files/extra-patch-nls-Makefile.in	Thu Dec 28 
 19:19:31 2006
 @@ -0,0 +1,15 @@
 +--- Makefile.in	Fri Dec 29 09:19:12 2006
 ++++ Makefile.in.new	Fri Dec 29 09:19:22 2006
 +@@ -63,10 +63,10 @@
 + 	$(CC) $(LDFLAGS) -o $@ $(BUILD_FTPSHUT_OBJS)
 + 
 + ftptop$(EXEEXT): lib utils
 +-	$(CC) $(LDFLAGS) -o $@ $(BUILD_FTPTOP_OBJS) $(CURSES_LIBS) -lsupp
 ++	$(CC) $(LDFLAGS) -o $@ $(BUILD_FTPTOP_OBJS) $(CURSES_LIBS) -lsupp -lintl
 + 
 + ftpwho$(EXEEXT): lib utils
 +-	$(CC) $(LDFLAGS) -o $@ $(BUILD_FTPWHO_OBJS) -lsupp
 ++	$(CC) $(LDFLAGS) -o $@ $(BUILD_FTPWHO_OBJS) -lsupp -lintl
 + 
 + 
 + # BSD install -d doesn't work, so ...
 diff -ruN --exclude=CVS /usr/ports/ftp/proftpd.orig/files/patch-contrib-mod_wrap2-Makefile.in /usr/ports/ftp/proftpd/files/patch-contrib-mod_wrap2-Makefile.in
 --- /usr/ports/ftp/proftpd.orig/files/patch-contrib-mod_wrap2-Makefile.in	Wed 
 Dec 31 14:00:00 1969
 +++ /usr/ports/ftp/proftpd/files/patch-contrib-mod_wrap2-Makefile.in	Thu Dec 
 28 11:44:08 2006
 @@ -0,0 +1,11 @@
 +--- contrib/mod_wrap2/Makefile.in.orig	Wed Sep  6 15:11:47 2006
 ++++ contrib/mod_wrap2/Makefile.in	Thu Dec 28 11:41:24 2006
 +@@ -13,7 +13,7 @@
 + MODULE_NAME=mod_wrap2
 + 
 + # Necessary redefinitions
 +-INCLUDES=-I. -I../.. -I../../include
 ++INCLUDES=-I. -I../.. -I../../include -I/usr/local/include
 + CPPFLAGS= -DHAVE_CONFIG_H $(DEFAULT_PATHS) $(PLATFORM) $(INCLUDES)
 + LDFLAGS=-L../../lib
 + 
 diff -ruN --exclude=CVS /usr/ports/ftp/proftpd.orig/files/patch-getopt.c /usr/ports/ftp/proftpd/files/patch-getopt.c
 --- /usr/ports/ftp/proftpd.orig/files/patch-getopt.c	Wed Dec 31 14:00:00 1969
 +++ /usr/ports/ftp/proftpd/files/patch-getopt.c	Tue Dec 26 13:45:08 2006
 @@ -0,0 +1,20 @@
 +--- lib/getopt.c.orig	Thu Feb 28 10:30:01 2002
 ++++ lib/getopt.c	Tue Dec 26 13:39:53 2006
 +@@ -76,7 +76,7 @@
 + # endif
 + #endif
 + 
 +-#ifndef _
 ++#if defined(PR_USE_NLS) && !defined(_)
 + /* This is for other GNU distributions with internationalized messages.
 +    When compiling libc, the _ macro is predefined.  */
 + # ifdef HAVE_LIBINTL_H
 +@@ -85,6 +85,8 @@
 + # else
 + #  define _(msgid)	(msgid)
 + # endif
 ++#else
 ++# define _(msgid)	(msgid)
 + #endif
 + 
 + /* This version of `getopt' appears to the caller like standard Unix 
 `getopt'
 
 -- 
 ---------------------------------------------------------------------------------------
 Beech Rintoul - Sys. Administrator - beech@alaskaparadise.com
 /"\   ASCII Ribbon Campaign  | Alaska Paradise Travel
 \ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
  X  - NO Word docs in e-mail | Anchorage, AK 99501
 / \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
 ---------------------------------------------------------------------------------------
 
 
 
 
 
 
 
 
 
 
 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sat Dec 30 22:45:56 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=107221 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/107221: commit references a PR
Date: Sat, 30 Dec 2006 22:45:46 +0000 (UTC)

 miwi        2006-12-30 22:45:40 UTC
 
   FreeBSD ports repository
 
   Modified files:
     ftp/proftpd          Makefile 
   Added files:
     ftp/proftpd/files    extra-patch-nls-Makefile.in 
                          patch-contrib-mod_wrap2-Makefile.in 
                          patch-getopt.c 
   Log:
   - Fixed Makefile
   - Added patch - patch-getopt.c (Upgrades lib/getopt.c to version 1.4
   - Bumped PORTREVISION
   
   PR:             ports/107221
                   ports/107107
                   ports/105947
   Submitted by:   Beech Rintoul <beech@alaskaparadise.com> (maintainer)
                   Johan Svensson<johan@loxley.se>
                   Matus UHLAR - fantomas<uhlar@fantomas.sk>
   
   Revision  Changes    Path
   1.96      +6 -7      ports/ftp/proftpd/Makefile
   1.1       +15 -0     ports/ftp/proftpd/files/extra-patch-nls-Makefile.in (new)
   1.1       +11 -0     ports/ftp/proftpd/files/patch-contrib-mod_wrap2-Makefile.in (new)
   1.1       +20 -0     ports/ftp/proftpd/files/patch-getopt.c (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
