From nobody@FreeBSD.org  Sun Jul 13 02:51:31 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 881871065670
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 13 Jul 2008 02:51:31 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 7A0C48FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 13 Jul 2008 02:51:31 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m6D2pVCa068604
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 13 Jul 2008 02:51:31 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m6D2pVlC068602;
	Sun, 13 Jul 2008 02:51:31 GMT
	(envelope-from nobody)
Message-Id: <200807130251.m6D2pVlC068602@www.freebsd.org>
Date: Sun, 13 Jul 2008 02:51:31 GMT
From: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: sysutils/k3b: Update to 1.0.5
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: h.eichmann@gmx.de

>Number:         125552
>Category:       ports
>Synopsis:       sysutils/k3b: Update to 1.0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 13 03:00:01 UTC 2008
>Closed-Date:    Tue Aug 26 10:31:58 UTC 2008
>Last-Modified:  Tue Aug 26 10:40:01 UTC 2008
>Originator:     Pedro F. Giffuni
>Release:        6.3-Release
>Organization:
>Environment:
FreeBSD kakumen.cable.net.co 6.3-RELEASE FreeBSD 6.3-RELEASE #10: Sat Jan 19 01:13:55 COT 2008     root@kakumen.cable.net.co:/usr/src/sys/amd64/compile/SMP  amd64
%
>Description:
- Update to version 1.0.5 (bugfix release)
- Add libmad option instead of making it mandatory
>How-To-Repeat:

>Fix:
diff -ruN k3b.orig/Makefile k3b/Makefile
--- k3b.orig/Makefile	2008-07-12 19:11:32.000000000 -0500
+++ k3b/Makefile	2008-07-12 21:38:02.000000000 -0500
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	k3b
-PORTVERSION=	1.0.4
-PORTREVISION=	3
+PORTVERSION=	1.0.5
 CATEGORIES=	sysutils multimedia kde
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -34,6 +33,7 @@
 		LAME "Add audio/lame encoder (for mp3 files)" On \
 		FFMPEG "Add multimedia/ffmpeg decoder (for wma files)" Off \
 		MUSICBRAINZ "Use audio/libmusicbrainz music meta database" Off \
+		MAD "Add audio/libmad decoder (for MAD Audio Mpeg)" On \
 		MPC "Add audio/libmpcdec decoder (for musepack file)" Off \
 		LIBDVDREAD "Use libdvdread (for video dvd ripping)" On \
 		DVDPLUSRW "Add DVD+RW Tools (for DVD+/-R(W) burning)" On \
@@ -88,6 +88,14 @@
 CONFIGURE_ARGS+=	--without-musicbrainz
 .endif
 
+.if defined(WITH_MAD)
+PLIST_SUB+=	MAD=""
+LIB_DEPENDS+=	mad:${PORTSDIR}/audio/libmad
+.else
+PLIST_SUB+=	MAD="@comment "
+CONFIGURE_ARGS+=	--without-libmad
+.endif
+
 .if defined(WITH_MPC)
 PLIST_SUB+=	MPC=""
 LIB_DEPENDS+=	mpcdec:${PORTSDIR}/audio/libmpcdec
diff -ruN k3b.orig/distinfo k3b/distinfo
--- k3b.orig/distinfo	2008-07-12 19:11:32.000000000 -0500
+++ k3b/distinfo	2008-07-12 19:12:48.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (k3b-1.0.4.tar.bz2) = 42538ddae0809707d3bcdbe0a6ed6a43
-SHA256 (k3b-1.0.4.tar.bz2) = 2b384127c330bf6c9ef5d08733b0da2d815aec66893a8fc628b746181f06d4bb
-SIZE (k3b-1.0.4.tar.bz2) = 5115790
+MD5 (k3b-1.0.5.tar.bz2) = e3b37d0d009af3dd149215d6ae0d54f3
+SHA256 (k3b-1.0.5.tar.bz2) = d4f9799f234ade98b7e417d1493de3bd4a44fd937e813c2beb29eba02cda50df
+SIZE (k3b-1.0.5.tar.bz2) = 5113060
diff -ruN k3b.orig/pkg-plist k3b/pkg-plist
--- k3b.orig/pkg-plist	2008-07-12 19:11:32.000000000 -0500
+++ k3b/pkg-plist	2008-07-12 21:18:57.000000000 -0500
@@ -155,9 +155,9 @@
 lib/kde3/libk3blibsndfiledecoder.a
 lib/kde3/libk3blibsndfiledecoder.la
 lib/kde3/libk3blibsndfiledecoder.so
-lib/kde3/libk3bmaddecoder.a
-lib/kde3/libk3bmaddecoder.la
-lib/kde3/libk3bmaddecoder.so
+%%MAD%%lib/kde3/libk3bmaddecoder.a
+%%MAD%%lib/kde3/libk3bmaddecoder.la
+%%MAD%%lib/kde3/libk3bmaddecoder.so
 %%MPC%%lib/kde3/libk3bmpcdecoder.a
 %%MPC%%lib/kde3/libk3bmpcdecoder.la
 %%MPC%%lib/kde3/libk3bmpcdecoder.so


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Jul 13 03:00:14 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: h.eichmann@gmx.de
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/125552: sysutils/k3b: Update to 1.0.5
Date: Sun, 13 Jul 2008 03:00:13 UT

 Maintainer of sysutils/k3b,
 
 Please note that PR ports/125552 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/125552
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Heiner <h.eichmann@gmx.de>
To: bug-followup@freebsd.org,
 pfgshield-freebsd@yahoo.com
Cc:  
Subject: Re: ports/125552: sysutils/k3b: Update to 1.0.5
Date: Sat, 19 Jul 2008 10:28:43 +0200

 Hi!
 
 Thanks for the patch. I may be wrong, but I think, that you can not disable 
 mad support: k3b depends on kdelibs, which depends on arts which depends on 
 mad. This dependencies can not be turned off, so that you ALWAYS have mad if 
 you compile k3b.
 
 Do you agree?
 
 I am currently setting up a FreeBSD 7.0 and will work on the upgrade once this 
 works.
 
 
 Regards,
 
 Heiner

From: Pedro Giffuni <pfgshield-freebsd@yahoo.com>
To: bug-followup@freebsd.org, Heiner <h.eichmann@gmx.de>
Cc:  
Subject: Re: ports/125552: sysutils/k3b: Update to 1.0.5
Date: Sat, 19 Jul 2008 08:37:18 -0700 (PDT)

 --0-1155728779-1216481838=:25160
 Content-Type: text/plain; charset=utf-8
 Content-Transfer-Encoding: quoted-printable
 
 Here is a proof-of-concept patch for audio/arts .. not that it makes sense =
 but arts still builds without libmad ;-).=0A=0A=0A      Posta, news, sport,=
  oroscopo: tutto in una sola pagina. =0ACrea l&#39;home page che piace a te=
 !=0Awww.yahoo.it/latuapagina
 --0-1155728779-1216481838=:25160
 Content-Type: application/octet-stream; name=patch-arts
 Content-Transfer-Encoding: base64
 Content-Disposition: attachment; filename="patch-arts"
 
 ZGlmZiAtcnVOIGFydHMub3JpZy9NYWtlZmlsZSBhcnRzL01ha2VmaWxlCi0t
 LSBhcnRzLm9yaWcvTWFrZWZpbGUJMjAwOC0wNy0xOSAxMDowMTozMC4wMDAw
 MDAwMDAgLTA1MDAKKysrIGFydHMvTWFrZWZpbGUJMjAwOC0wNy0xOSAxMDoy
 MjoyMC4wMDAwMDAwMDAgLTA1MDAKQEAgLTE5LDcgKzE5LDYgQEAKIENPTU1F
 TlQ9CUF1ZGlvIHN5c3RlbSBmb3IgdGhlIEtERSBpbnRlZ3JhdGVkIFgxMSBk
 ZXNrdG9wCiAKIExJQl9ERVBFTkRTKz0JYXVkaW9maWxlOiR7UE9SVFNESVJ9
 L2F1ZGlvL2xpYmF1ZGlvZmlsZSBcCi0JCW1hZDoke1BPUlRTRElSfS9hdWRp
 by9saWJtYWQgXAogCQlvZ2c6JHtQT1JUU0RJUn0vYXVkaW8vbGlib2dnIFwK
 IAkJZ2xpYi0yLjA6JHtQT1JUU0RJUn0vZGV2ZWwvZ2xpYjIwIFwKIAkJdm9y
 YmlzOiR7UE9SVFNESVJ9L2F1ZGlvL2xpYnZvcmJpcwpAQCAtNDEsNiArNDAs
 NyBAQAogQ09ORklHVVJFX0FSR1MrPS0tYnVpbGQ9JHtNQUNISU5FX0FSQ0h9
 LXBvcnRibGQtZnJlZWJzZCR7T1NSRUx9CiAKIE9QVElPTlM9CUVTRCAiRW5h
 YmxlIGVzb3VuZCBzdXBwb3J0IiBvZmYgXAorCQlNQUQgIkVuYWJsZSBsaWJt
 YWQgZm9yIE1QMyBhdWRpbyIgb24gXAogCQlOQVMgIkVuYWJsZSBOQVMgc3Vw
 cG9ydCIgb2ZmCiAKIC5pbmNsdWRlICIkey5DVVJESVJ9Ly4uLy4uL3gxMS9r
 ZGUzL01ha2VmaWxlLmtkZSIKQEAgLTUyLDYgKzUyLDExIEBACiAuZW5kaWYK
 IC5lbmRpZgogCisuaWYgZGVmaW5lZChXSVRIX01BRCkKK0xJQl9ERVBFTkRT
 Kz0JbWFkOiR7UE9SVFNESVJ9L2F1ZGlvL2xpYm1hZAorLmVsc2UKK0NPTkZJ
 R1VSRV9BUkdTKz0JLS1kaXNhYmxlLWxpYm1hZAorLmVuZGlmCiAuaWYgZGVm
 aW5lZChXSVRIX0VTRCkKIFVTRV9HTk9NRSs9CWVzb3VuZAogLmVuZGlmCg==
 
 
 --0-1155728779-1216481838=:25160--

From: Tilman Linneweh <arved@freebsd.org>
To: bug-followup@freebsd.org, pfgshield-freebsd@yahoo.com
Cc:  
Subject: Re: ports/125552: sysutils/k3b: Update to 1.0.5
Date: Sun, 20 Jul 2008 17:35:42 +0200

 I don't see any value added in making the mad dependency optionally.

From: Heiner <h.eichmann@gmx.de>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/125552: sysutils/k3b: Update to 1.0.5
Date: Sun, 17 Aug 2008 21:42:09 +0200

 Hi!
 
 I have now tested k3b on a FreeBSD 7.0 installation and it seems to work. I 
 have not used the --without-mad knob as Tilman rejected it for arts. I have 
 furthermore modified the pkg-message for FreeBSD 7.x users (thanks to Phillip 
 Musumeci for the hints).
 
 Please submit this upgrade.
 
 
 Regards,
 
 Heiner

From: Heiner <h.eichmann@gmx.de>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/125552: sysutils/k3b: Update to 1.0.5
Date: Sun, 17 Aug 2008 21:43:51 +0200

 --Boundary-00=_39HqI4p/8KmHOwX
 Content-Type: text/plain;
   charset="iso-8859-1"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Clicked "Send" too fast :-/
 Here is the patch. 
 
 
 Heiner
 
 --Boundary-00=_39HqI4p/8KmHOwX
 Content-Type: text/x-diff;
   charset="iso-8859-1";
   name="k3b.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
 	filename="k3b.diff"
 
 diff -urN ../k3b.orig/Makefile ./Makefile
 --- ../k3b.orig/Makefile	2008-06-20 17:41:53.000000000 +0200
 +++ ./Makefile	2008-08-07 15:33:34.000000000 +0200
 @@ -6,8 +6,7 @@
  #
  
  PORTNAME=	k3b
 -PORTVERSION=	1.0.4
 -PORTREVISION=	3
 +PORTVERSION=	1.0.5
  CATEGORIES=	sysutils multimedia kde
  MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
  MASTER_SITE_SUBDIR=	${PORTNAME}
 @@ -56,6 +55,10 @@
  
  .include <bsd.port.pre.mk>
  
 +.if ${OSVERSION} > 700000
 +PKGMESSAGE=     ${PKGDIR}/pkg-message-7
 +.endif
 +
  .if defined(WITH_FLAC)
  PLIST_SUB+=	FLAC=""
  LIB_DEPENDS+=	FLAC:${PORTSDIR}/audio/flac
 diff -urN ../k3b.orig/distinfo ./distinfo
 --- ../k3b.orig/distinfo	2007-12-12 06:00:47.000000000 +0100
 +++ ./distinfo	2008-08-07 15:38:45.000000000 +0200
 @@ -1,3 +1,3 @@
 -MD5 (k3b-1.0.4.tar.bz2) = 42538ddae0809707d3bcdbe0a6ed6a43
 -SHA256 (k3b-1.0.4.tar.bz2) = 2b384127c330bf6c9ef5d08733b0da2d815aec66893a8fc628b746181f06d4bb
 -SIZE (k3b-1.0.4.tar.bz2) = 5115790
 +MD5 (k3b-1.0.5.tar.bz2) = e3b37d0d009af3dd149215d6ae0d54f3
 +SHA256 (k3b-1.0.5.tar.bz2) = d4f9799f234ade98b7e417d1493de3bd4a44fd937e813c2beb29eba02cda50df
 +SIZE (k3b-1.0.5.tar.bz2) = 5113060
 diff -urN ../k3b.orig/pkg-message ./pkg-message
 --- ../k3b.orig/pkg-message	2007-12-12 06:00:47.000000000 +0100
 +++ ./pkg-message	2008-08-07 15:23:11.000000000 +0200
 @@ -1,4 +1,4 @@
 -Notes for FreeBSD 5.x and onwards users:
 +Notes for FreeBSD 5.x and 6.x users:
  1. The FreeBSD k3b port supports SCSI drives only. If you have IDE CD or DVD
     drives, use them through the cam system. See Chapter 12.5.9 of the handbook
     (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html#ATAPICAM)
 diff -urN ../k3b.orig/pkg-message-7 ./pkg-message-7
 --- ../k3b.orig/pkg-message-7	1970-01-01 01:00:00.000000000 +0100
 +++ ./pkg-message-7	2008-08-07 15:23:01.000000000 +0200
 @@ -0,0 +1,53 @@
 +Notes for FreeBSD 7.x and onwards users:
 +1. The FreeBSD k3b port supports SCSI drives only. If you have IDE CD or DVD
 +   drives, use them through the cam system. See Chapter 12.5.9 of the handbook
 +   (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html#ATAPICAM)
 +2. Your CD and DVD drives must have a mount point in /etc/fstab. They have
 +   to be accessed through their atapicam device if possible. I.e. the drives
 +   have to be adressed by e.g. /dev/cd0 instead of /dev/acd0.
 +3. k3b has to be started from a root console, which is not recommended.
 +   Alternatively do ALL of the following:
 +3a. set the suid flag on cdrecord and cdrdao. The 'Notes' chapter of
 +    'man cdrecord' discusses this.
 +3b. - For every user who should be able to use k3b and for every CD or DVD
 +      device add a directory in the users home directory. These directories
 +      must be owned by the corresponding user. For each such directory add a
 +      line in /etc/fstab (see remark 2), like:
 +        /dev/cd0c  /usr/home/XXX/cdrom  cd9660  ro,noauto,nosuid  0  0
 +      Furthermore allow user mounts as described in topic 9.22 of the FAQ:
 +      http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#USER-FLOPPYMOUNT
 +      Every user must have read and write access to /dev/cdX:
 +        * add to your /etc/devfs.rules under '[system=10]':
 +            add path 'cd*' mode 666
 +          or if you prefer allow access for a group XXX only add instead:
 +            add path 'cd*' mode 660 group XXX
 +        * to enable it, add to your /etc/rc.conf a
 +            devfs_system_ruleset="system"
 +    - or just give mount and umount the suid flag, which is a security leak.
 +3c. Every user who should be able to use k3b must have read and write access
 +    to all pass through devices connected with CD and DVD drives and to the 
 +    /dev/xpt0 device. Run 'camcontrol devlist' to identify those devices (seek 
 +    string 'passX' at the end of each line). Note, that this is a security 
 +    leak as well but that there is no alternative! 
 +        * add to your /etc/devfs.rules under '[system=10]':
 +            add path 'pass*' mode 666
 +            add path 'xpt0' mode 666
 +          or if you prefer allow access for a group XXX only add instead:
 +            add path 'pass*' mode 660 group XXX
 +            add path 'xpt0' mode 660 group XXX
 +        * to enable it, add to your /etc/rc.conf a
 +            devfs_system_ruleset="system"
 +        * to apply these changes without reboot, run as root:
 +            /etc/rc.d/devfs restart
 +4. Check, that DMA is activated for atapi devices: 'sysctl hw.ata.atapi_dma'
 +   If not, set it to 1 and put a 'hw.ata.atapi_dma=1' into /boot/loader.conf.
 +5. Create a directory on a partition, which has enough disk space to hold a CDs
 +   or DVDs content (usually below /usr). Enter this directory in Settings->
 +   Configure K3b...->Misc.
 +6. If you experience problems while burning CDs, try to set the cdrdao driver 
 +   manually. To do so choose Settings->Configure K3b...->Devices. Below the CD 
 +   recorder click on the string "auto" behind "Cdrdao driver:" For most of the 
 +   recent drives "generic-mmc" or "generic-mmc-raw" should work. 
 +   See http://cdrdao.sourceforge.net/drives.html.
 +
 +To read this instructions again, type 'make showinfo' in the k3b port directory
 diff -urN ../k3b.orig/pkg-plist ./pkg-plist
 --- ../k3b.orig/pkg-plist	2007-07-29 18:48:01.000000000 +0200
 +++ ./pkg-plist	2008-08-10 22:41:51.000000000 +0200
 @@ -19,6 +19,8 @@
  include/k3bbootitem.h
  include/k3bbusywidget.h
  include/k3bcdcopyjob.h
 +include/k3bcddb.h
 +include/k3bcddbresult.h
  include/k3bcdparanoialib.h
  include/k3bcdrdaowriter.h
  include/k3bcdrecordwriter.h
 
 --Boundary-00=_39HqI4p/8KmHOwX--

From: Heiner <h.eichmann@gmx.de>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/125552: sysutils/k3b: Update to 1.0.5
Date: Sun, 17 Aug 2008 22:12:35 +0200

 --Boundary-00=_zYIqIX4MJ5jYoVf
 Content-Type: text/plain;
   charset="iso-8859-1"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 For some reason the patch does not come through. I try it now as a packed 
 file....
 
 
 Heiner
 
 --Boundary-00=_zYIqIX4MJ5jYoVf
 Content-Type: application/x-tbz;
   name="k3b.diff.tar.bz2"
 Content-Transfer-Encoding: base64
 Content-Disposition: attachment;
 	filename="k3b.diff.tar.bz2"
 
 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
 5nYgP/i7kinChIIbhBa4
 
 --Boundary-00=_zYIqIX4MJ5jYoVf--

From: Heiner <h.eichmann@gmx.de>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/125552: sysutils/k3b: Update to 1.0.5
Date: Mon, 18 Aug 2008 20:10:13 +0200

 For some reason my last 2 mails look very strange if I look at the PR with 
 Firefox. If you click on "Raw PR" you'll find the attached patch. 
 Alternatively I can send them to a committer by mail.
 
 
 Regards,
 
 
 Heiner
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon Aug 25 19:19:56 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=125552 
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Aug 26 10:31:56 UTC 2008 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/125552: commit references a PR
Date: Tue, 26 Aug 2008 10:31:56 +0000 (UTC)

 miwi        2008-08-26 10:31:45 UTC
 
   FreeBSD ports repository
 
   Modified files:
     sysutils/k3b         Makefile distinfo pkg-message pkg-plist 
   Added files:
     sysutils/k3b         pkg-message-7 
   Log:
   - Update to 1.0.5
   
   PR:             125552 (based on)
   Submitted by:   Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
   Approved by:    maintainer
   
   Revision  Changes    Path
   1.54      +6 -4      ports/sysutils/k3b/Makefile
   1.28      +3 -3      ports/sysutils/k3b/distinfo
   1.13      +1 -1      ports/sysutils/k3b/pkg-message
   1.1       +53 -0     ports/sysutils/k3b/pkg-message-7 (new)
   1.15      +2 -0      ports/sysutils/k3b/pkg-plist
 _______________________________________________
 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:
