Re: [CFT] Xorg 7.7 ready for testing!

2012-07-11 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 07/08/12 15:46, Alexander Yerenkow wrote:
> I'm created unofficial pkg repo for patched xorg tree.
> I'm still experimenting with it, but I already have built all required
> packages for CURRENT i386.

Just a couple of quick notes on this since I rebuilt the whole thing
yesterday from the SVN repository at
https://trillian.chruetertee.ch/svn/ports/trunk ..

1) On my x86 Core Duo, the updated x11/libXxf86dga Makefile contains
more -Werror compilation flags causing it to fail with ..

===>  Building for libXxf86dga-1.1.3
Making all in src
make  all-am
  CC XF86DGA.lo
XF86DGA.c: In function 'XF86cleanup':
XF86DGA.c:651: warning: function might be possible candidate for
attribute 'noreturn'
  CC XF86DGA2.lo
XF86DGA2.c: In function 'DGAMapPhysical':
XF86DGA2.c:931: error: cast from pointer to integer of different size
*** [XF86DGA2.lo] Error code 1

Stop in /usr/ports/x11/libXxf86dga/work/libXxf86dga-1.1.3/src.
*** [all] Error code 1

2) The (port) version number on x11-drivers/xf86-input-keyboard is the
same (1.6.1) which means that 'portupgrade -a' won't catch it. This
leaves you with a keyboard driver with a version mismatch to the new
server - one that won't load. A recompile of this driver is required.

Having resolved than these locally, my ~6 year old laptop now has all
the associated eye-candy with the new X-server; compositing, blurring
and all :-)

Thanks!

imb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (FreeBSD)

iEYEARECAAYFAk/9hw8ACgkQQv9rrgRC1JLEswCaA0UWCKbGb9GKTicuzbR+y9UB
9LoAoI1oXv3HBFDB2Ykzl8qLuU/Mz+hn
=iB5N
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [CFT] Xorg 7.7 ready for testing!

2012-07-08 Thread Alexander Yerenkow
Hello All!

I'm created unofficial pkg repo for patched xorg tree.
I'm still experimenting with it, but I already have built all required
packages for CURRENT i386.

You can find it here:
http://pkgng.gits.kiev.ua/packages/test10-32-kmsxorg/

If anyone want to test new xorg, you can install all required packages
using ports/pkg.

 pkg install -x xorg\*
 pkg install -x xf86\*
 pkg install xterm

Also, you can try kde4 in this repo,
 pkg install kde

I'll provide xorg testing enthusiasts with prebuilt images for "simply
boot it and report any feedback" in near future.


-- 
Regards,
Alexander Yerenkow
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [CFT] Xorg 7.7 ready for testing!

2012-06-16 Thread Ruslan Mahmatkhanov

Martin Wilke wrote on 07.06.2012 16:37:

Hi Fans,

The FreeBSD Xorg Team is pleased to announce Xorg 7.7 Release. We are


Just finished the upgrade on yesterday's -current amd64 with 
(WITH_NEW_XORG and WITH_KMS) along with png15 update. Upgrade goes 
smoothly and everything works fine to me. I also used 
xf86-video-intel-2.19.0 prior to xorg77 upgrade w/o any problems. 
Hardware is "2nd Generation Core Processor Family Integrated Graphics 
Controller" on i5-2430M.


Thanks a lot for your work on supporting Xorg in FreeBSD ports tree!

--
Regards,
Ruslan

Tinderboxing kills... the drives.


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [CFT] Xorg 7.7 ready for testing!

2012-06-14 Thread Andreas Nilsson
On Sun, Jun 10, 2012 at 1:17 PM, Andreas Nilsson  wrote:

>
>
> On Sun, Jun 10, 2012 at 11:13 AM, Ivan Klymenko  wrote:
>
>> В Sun, 10 Jun 2012 11:48:41 +0300
>> Alexander Yerenkow  пишет:
>>
>> > Is this fresh installation or you were upgrading?
>> > I'm preparing now live image with new xorg, and don't saw such errors.
>> > But I had yesterday's src/ports tree.
>> >
>> >
>>
>> Forgot to add - to svn r501 everything is fine build and working...
>
>
> I checked out the xorg repo yesterday and it built just fine ( on
> 9.0-RELEASE with  drm-all.14.5-releng9.0.patch ). I actually did this in a
> clone of my root-dataset so I started with pkg_delete -a :) )
>
> Just a thought: shouldn't the new intel driver be part of the OPTIONS of
> the new xorg-drivers?
>
> I'll write back with the results when I get back into the office.
>
> Regards
>

So after upgrade to 9-stable xorg-7.7 starts just fine. Lets hope it keeps
running.

I would prefer to have xorg-7.7 becoming the default version of X, at least
on 9 and above. And how does the nvidia binary blob work with xorg-7.7?

Regards
Andreas
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [CFT] Xorg 7.7 ready for testing!

2012-06-10 Thread Andreas Nilsson
On Sun, Jun 10, 2012 at 11:13 AM, Ivan Klymenko  wrote:

> В Sun, 10 Jun 2012 11:48:41 +0300
> Alexander Yerenkow  пишет:
>
> > Is this fresh installation or you were upgrading?
> > I'm preparing now live image with new xorg, and don't saw such errors.
> > But I had yesterday's src/ports tree.
> >
> >
>
> Forgot to add - to svn r501 everything is fine build and working...


I checked out the xorg repo yesterday and it built just fine ( on
9.0-RELEASE with  drm-all.14.5-releng9.0.patch ). I actually did this in a
clone of my root-dataset so I started with pkg_delete -a :) )

Just a thought: shouldn't the new intel driver be part of the OPTIONS of
the new xorg-drivers?

I'll write back with the results when I get back into the office.

Regards
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [CFT] Xorg 7.7 ready for testing!

2012-06-10 Thread O. Hartmann
On 06/10/12 11:46, Alexander Yerenkow wrote:
> Okay everyone interested - listen up :)
> 
> http://gits.kiev.ua/FreeBSD/FreeBSD-10-i386-2012-06-08.img.xz
> 
> Here is the image, which can be dd'ed to 4g+ flash drive.
> It should be bootable, and contains new xorg, and some soft from ports;
> - seamonkey (if you want go to internet)
> - stellarium (it's full of stars)
> - blender (but it depends on devel/icu which probably built with
> error, or by some other reason blender produces coredump)
> - xterm and openbox;
> 
> How to use:
> boot, login as root;
> after passwordless login you can view simple x run script with:
> cat ./runx.sh
> 
> or you just launch it
> ./runx.sh
> 
> If you have non-intel card, you need edit xorg.conf, and runx.sh
> (remove load i915kms).
> Load process and X launching can be a while if you have not very fast flash.
> 
> I'll continue improving of infrastructure for building such testing
> images, helps and advises appreciated.
> 

This is very nice ;-) Thank you very much.

oh



signature.asc
Description: OpenPGP digital signature


Re: [CFT] Xorg 7.7 ready for testing!

2012-06-10 Thread Alexander Yerenkow
Okay everyone interested - listen up :)

http://gits.kiev.ua/FreeBSD/FreeBSD-10-i386-2012-06-08.img.xz

Here is the image, which can be dd'ed to 4g+ flash drive.
It should be bootable, and contains new xorg, and some soft from ports;
- seamonkey (if you want go to internet)
- stellarium (it's full of stars)
- blender (but it depends on devel/icu which probably built with
error, or by some other reason blender produces coredump)
- xterm and openbox;

How to use:
boot, login as root;
after passwordless login you can view simple x run script with:
cat ./runx.sh

or you just launch it
./runx.sh

If you have non-intel card, you need edit xorg.conf, and runx.sh
(remove load i915kms).
Load process and X launching can be a while if you have not very fast flash.

I'll continue improving of infrastructure for building such testing
images, helps and advises appreciated.

-- 
Regards,
Alexander Yerenkow
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [CFT] Xorg 7.7 ready for testing!

2012-06-10 Thread Ivan Klymenko
В Sun, 10 Jun 2012 11:48:41 +0300
Alexander Yerenkow  пишет:

> Is this fresh installation or you were upgrading?
> I'm preparing now live image with new xorg, and don't saw such errors.
> But I had yesterday's src/ports tree.
> 
> 

Forgot to add - to svn r501 everything is fine build and working...
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [CFT] Xorg 7.7 ready for testing!

2012-06-10 Thread Ivan Klymenko
В Sun, 10 Jun 2012 11:48:41 +0300
Alexander Yerenkow  пишет:

> Is this fresh installation or you were upgrading?

of course updating

> I'm preparing now live image with new xorg, and don't saw such errors.
> But I had yesterday's src/ports tree.
> 
> 

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [CFT] Xorg 7.7 ready for testing!

2012-06-10 Thread Alexander Yerenkow
Is this fresh installation or you were upgrading?
I'm preparing now live image with new xorg, and don't saw such errors.
But I had yesterday's src/ports tree.


-- 
Regards,
Alexander Yerenkow
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [CFT] Xorg 7.7 ready for testing!

2012-06-10 Thread Ivan Klymenko
В Thu, 7 Jun 2012 20:37:53 +0800
Martin Wilke  пишет:

> Hi Fans,
> 
> The FreeBSD Xorg Team is pleased to announce Xorg 7.7 Release. We are
> very happy to be able to Call for testing shortly after the Xorg team
> annouced 7.7 release. This CFT is also open for discussion on how we
> should move forward with xorg release as we are facing some issues and
> we would like to ask for your opinion. Right now we have 2 existing
> xorg versions in our Ports Tree. The situation is quite bad due to our
> poor graphic card support. That means we do not have much choice but
> to take it as how it is now. But with regards to mesa support, we
> have to face some new challanges.
> 
> With the new mesa 8.0 release, accelerated support for a number of
> older graphic cards was dropped. At the moment we are not sure how to
> deal with that.We are thinking of just replacing mesa 7.11 with 8.0 or
> making a new flag like WITH_MESA= 7.11.2 / 8.0 in combination with
> WITH_NEW_XORG, and let the mesa 7.6.1 set as default together with the
> old xorg version. Obviosly the latter option make the already complex
> situation more complex. The problem is, users, especially  the new
> ones can easily get confused with it. Another issue is, the
> packages.We can't deliver a package set with the new Xorg releases.
> This means users with new hardware will have to compile everything by
> themselves. Though I'm totally fine with compiling, not everyone has
> the CPU power to compile everything. What I'm trying to say is, I
> would love to see the newer xorg released as the default version, but
> i know this will break a lot of old hardware. The thing is, when we
> want to try to become a Modern Operating System, I dont see any other
> way to make the new xorg as default but to give Users the chance to
> compile the old xorg with a flag like WITH_OLD_XORG.
> 
> Some notes regarding KMS support:
> KMS Support has been completely migrated to FreeBSD 10. The MFC to 9
> will come soon, that means so long its not MFC'd to 9-Stable, users
> need to get the latest patch from our x11 mailing list.
> 
> This testing includes
> * libdrm 2.4.34 (including KMS support)
> * mesa 8.0.3
> * full Xorg 7.7 release Change log
>   http://www.x.org/releases/X11R7.7/changelog.html
> 
> Checkout Xorg Development Repo:
> You will need to install devel/subversion in order to checkout the
> xorg repo. Next, you will need to add WITH_NEW_XORG=yes in
> your /etc/make.conf if you want to try out the new Xorg and mesa. Note
> that if you are not qualified for the KMS patch, you shouldn’t use
> WITH_NEW_XORG=yes because the old intel driver doesn’t build with the
> new X server. If you are qualified, you should also set WITH_KMS=yes
> in /etc/make.conf. Nvidia and ATI users should set WITH_NEW_XORG=yes.
> 
> svn co https://trillian.chruetertee.ch/svn/ports/trunk
> 
> A small merge script to merge the svn checkout into the real portstree
> can be found here:
> 
> http://people.freebsd.org/~miwi/xorg/xorgmerge
> 
> The script is a modified version of the old kdemerge script. Please
> set the KDEDIR variable to the path of your X.org ports. After
> merging, run one of the following command, depending on which tool
> you use to manage your installed packages.
> 
> portupgrade -af \*
> portmaster -a
> 
> 
> After installing these, you will have to rebuild all xf86-* ports. We
> will bump all releated ports during the commit to the ports tree.
> 
> Roadmap:
> Our current plan is to let the CFT running for a while, and see what
> the outcome of the discussion above is. We hope to get a lot of
> feedback to solve as many problems as possible. Also we are working on
> the libglut to freeglut migration, this will definitely complete
> before we import Xorg 7.7. So we still have enough time.  We are
> looking forward for your feedback.
> 
> - miwi on behalf of the FreeBSD X11 Team
> 
> PS: Please reply only to x11@ thanks.
> 

uname -a
FreeBSD nonamehost 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r236313: Fri Jun  1 
20:20:31 EEST 2012 ivan@nonamehost:/usr/obj/usr/src/sys/mk10  amd64

tree port updated three days ago
port x11-servers/xorg-server build error

gmake[4]: Выход из каталога 
`/usr/ports_build/usr/ports/x11-servers/xorg-server/work/xorg-server-1.12.2/hw/xfree86/man'
gmake[4]: Вход в каталог 
`/usr/ports_build/usr/ports/x11-servers/xorg-server/work/xorg-server-1.12.2/hw/xfree86'
CPP='cpp' AWK='gawk' /bin/sh ./sdksyms.sh ../.. -O2 -ftree-vectorize 
-mfpmath=sse -mssse3 -pipe -march=core2 -fno-strict-aliasing 
-DHAVE_DIX_CONFIG_H -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 
-Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast 
-Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized 
-Wshadow -Wcast-qual -Wmissing-noreturn -Wmissing-format-attribute 
-Wredundant-decls -Werror=implicit -Werror=nonnull -Werror=init-self 
-Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type 
-Werror=trigraphs

Re: [CFT] Xorg 7.7 ready for testing!

2012-06-09 Thread Doug Barton
I removed -current since it's out of scope for this. Also, I want to say
up front that I'm excited to have the new version available. :)

On 06/07/2012 05:37, Martin Wilke wrote:

[...]

> What I'm trying to say is, I would love to see
> the newer xorg released as the default version, but i know this will
> break a lot of old hardware. The thing is, when we want to try to
> become a Modern Operating System, I dont see any other way to make the
> new xorg as default but to give Users the chance to compile the old
> xorg with a flag like WITH_OLD_XORG.

Agreed, we have to continue supporting the current Xorg alongside the
new one. No reason not to drop the oldest one though. If we can swing
package support for 7.5 that would be great, we probably only need it
for i386 and amd64.

You might want to think about having a WITH_XORG flag that takes values
of 75 or 77; and implies the right version of mesa. This is probably
also a good time to think about changing the naming to be xorg77 and
xorg75, rather than just plain xorg. That way the next time we have to
go through this users who are at 77 can do the upgrade to what will then
be the newer version gracefully. Think php here.

> A small merge script to merge the svn checkout into the real portstree
> can be found here:
> 
> http://people.freebsd.org/~miwi/xorg/xorgmerge

This is a good example of where having a projects branch in the new svn
ports repo would be really useful. :)

I think it's great that you're providing some tools that people can use
to test this, but having to redo the patch every time I update my ports
tree doesn't really appeal to me.

Doug

-- 

This .signature sanitized for your protection


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [CFT] Xorg 7.7 ready for testing!

2012-06-07 Thread Warren Block

On Thu, 7 Jun 2012, Martin Wilke wrote:


The FreeBSD Xorg Team is pleased to announce Xorg 7.7 Release. We are
very happy to be able to Call for testing shortly after the Xorg team
annouced 7.7 release.


Thanks for your work on this!

This CFT is also open for discussion on how we should move forward 
with xorg release as we are facing some issues and we would like to 
ask for your opinion. Right now we have 2 existing xorg versions in 
our Ports Tree. The situation is quite bad due to our poor graphic 
card support. That means we do not have much choice but to take it as 
how it is now. But with regards to mesa support, we have to face some 
new challanges.


With the new mesa 8.0 release, accelerated support for a number of
older graphic cards was dropped. At the moment we are not sure how to
deal with that.We are thinking of just replacing mesa 7.11 with 8.0 or
making a new flag like WITH_MESA= 7.11.2 / 8.0 in combination with
WITH_NEW_XORG, and let the mesa 7.6.1 set as default together with the
old xorg version.


WITH_NEW_XORG is already vague, right now we have two that could be 
considered new.  Would WITH_XORG=7.5 or WITH_XORG=7.7 work?  That makes 
it easier to tell what is being requested; "new" is a relative term.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [CFT] Xorg 7.7 ready for testing!

2012-06-07 Thread Mark Felder
On Thu, 07 Jun 2012 08:09:06 -0500, Vitaly Magerya   
wrote:



Will it be possible to provide, say pkgng repo with packages compiled
with new xorg and new mesa? That would simplify testing (and using) by a
very large factor. We'd just change PACKAGESITE and run pkg upgrade.


The ability to add multiple PACKAGESITEs somehow and the latter ones  
override the former if they provide conflicting packages would be an  
interesting way to handle testing things like this...

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: [CFT] Xorg 7.7 ready for testing!

2012-06-07 Thread Vitaly Magerya
Martin Wilke wrote:
> With the new mesa 8.0 release, accelerated support for a number of
> older graphic cards was dropped. At the moment we are not sure how to
> deal with that.We are thinking of just replacing mesa 7.11 with 8.0 or
> making a new flag like WITH_MESA= 7.11.2 / 8.0 in combination with
> WITH_NEW_XORG, and let the mesa 7.6.1 set as default together with the
> old xorg version. Obviosly the latter option make the already complex
> situation more complex. The problem is, users, especially  the new ones
> can easily get confused with it. Another issue is, the packages.We
> can't deliver a package set with the new Xorg releases.

Will it be possible to provide, say pkgng repo with packages compiled
with new xorg and new mesa? That would simplify testing (and using) by a
very large factor. We'd just change PACKAGESITE and run pkg upgrade.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


[CFT] Xorg 7.7 ready for testing!

2012-06-07 Thread Martin Wilke
Hi Fans,

The FreeBSD Xorg Team is pleased to announce Xorg 7.7 Release. We are
very happy to be able to Call for testing shortly after the Xorg team
annouced 7.7 release. This CFT is also open for discussion on how we
should move forward with xorg release as we are facing some issues and
we would like to ask for your opinion. Right now we have 2 existing
xorg versions in our Ports Tree. The situation is quite bad due to our
poor graphic card support. That means we do not have much choice but to
take it as how it is now. But with regards to mesa support, we have to
face some new challanges.

With the new mesa 8.0 release, accelerated support for a number of
older graphic cards was dropped. At the moment we are not sure how to
deal with that.We are thinking of just replacing mesa 7.11 with 8.0 or
making a new flag like WITH_MESA= 7.11.2 / 8.0 in combination with
WITH_NEW_XORG, and let the mesa 7.6.1 set as default together with the
old xorg version. Obviosly the latter option make the already complex
situation more complex. The problem is, users, especially  the new ones
can easily get confused with it. Another issue is, the packages.We
can't deliver a package set with the new Xorg releases. This means
users with new hardware will have to compile everything by themselves.
Though I'm totally fine with compiling, not everyone has the CPU power
to compile everything. What I'm trying to say is, I would love to see
the newer xorg released as the default version, but i know this will
break a lot of old hardware. The thing is, when we want to try to
become a Modern Operating System, I dont see any other way to make the
new xorg as default but to give Users the chance to compile the old
xorg with a flag like WITH_OLD_XORG.

Some notes regarding KMS support:
KMS Support has been completely migrated to FreeBSD 10. The MFC to 9
will come soon, that means so long its not MFC'd to 9-Stable, users
need to get the latest patch from our x11 mailing list.

This testing includes
* libdrm 2.4.34 (including KMS support)
* mesa 8.0.3
* full Xorg 7.7 release Change log
  http://www.x.org/releases/X11R7.7/changelog.html

Checkout Xorg Development Repo:
You will need to install devel/subversion in order to checkout the xorg
repo. Next, you will need to add WITH_NEW_XORG=yes in
your /etc/make.conf if you want to try out the new Xorg and mesa. Note
that if you are not qualified for the KMS patch, you shouldn’t use
WITH_NEW_XORG=yes because the old intel driver doesn’t build with the
new X server. If you are qualified, you should also set WITH_KMS=yes
in /etc/make.conf. Nvidia and ATI users should set WITH_NEW_XORG=yes.

svn co https://trillian.chruetertee.ch/svn/ports/trunk

A small merge script to merge the svn checkout into the real portstree
can be found here:

http://people.freebsd.org/~miwi/xorg/xorgmerge

The script is a modified version of the old kdemerge script. Please set
the KDEDIR variable to the path of your X.org ports. After merging, run
one of the following command, depending on which tool you use to manage
your installed packages.

portupgrade -af \*
portmaster -a


After installing these, you will have to rebuild all xf86-* ports. We
will bump all releated ports during the commit to the ports tree.

Roadmap:
Our current plan is to let the CFT running for a while, and see what
the outcome of the discussion above is. We hope to get a lot of
feedback to solve as many problems as possible. Also we are working on
the libglut to freeglut migration, this will definitely complete before
we import Xorg 7.7. So we still have enough time.  We are looking
forward for your feedback.

- miwi on behalf of the FreeBSD X11 Team

PS: Please reply only to x11@ thanks.

-- 
+--oOO--(_)--OOo+

Facebook:   miwi1
Twitter:miwi_

With best Regards,
Martin Wilke (miwi_(at)_FreeBSD.org)
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"