Re: purely package-based/oriented solution

2008-04-23 Thread Andriy Gapon
on 23/04/2008 01:37 Pav Lucistnik said the following:
 Andriy Gapon píše v út 22. 04. 2008 v 22:41 +0300:
 Sorry if this is something obvious or a FAQ.

 Is there a tool for purely package-based management of third-party software?
 That is, something that meets the following criteria:
 1. doesn't require ports tree
 2. works similarly to package installation in FreeBSD installer
 3. can properly handle upgrading packages (including dependencies)
 4. can check remote package repositories and, based on timestamp or
 INDEX, can find new versions for installed packages
 5. can verify that all dependencies would be met before downloading all
 packages in full (e.g. based on INDEX data or can download initial
 blocks of packages, so that package metadata could be extracted and
 examined).
 
 portupgrade should be able to do 1-4, I don't know if 5 too.
 

I have an impression that portupgrade doesn't consult INDEX file in
package repository to get package versions, instead it looks at local
ports tree (or its INDEX) to find outdated packages and then tries to
fetch new versions (according to the ports) from the remote repository
and if that fails it tries to fetch complete package files from Latest
and then checks if downloaded version is newer than installed version.
Again, this is my impression.

-- 
Andriy Gapon
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


xmlto-0.0.18_1 = xmlto-0.0.20: build failure

2008-04-23 Thread Andriy Gapon
===  Building for xmlto-0.0.20
make  all-am
depbase=`echo xmlif/xmlif.o | sed 's|[^/]*$|.deps/|;s|\.o$||'`; cc
-DHAVE_CONFIG_H -I.  -O2 -fno-strict-aliasing -pipe -O2
-fno-strict-aliasing -pipe -march=athlon64 -MT xmlif/xmlif.o -MD -MP -MF
$depbase.Tpo -c -o xmlif/xmlif.o xmlif/xmlif.c  mv -f $depbase.Tpo
$depbase.Po
cc  -O2 -fno-strict-aliasing -pipe -O2 -fno-strict-aliasing -pipe
-march=athlon64   -o xmlif/xmlif xmlif/xmlif.o
for xml in xmlif.xml xmlto.xml; do  FORMAT_DIR=./format
/usr/local/bin/bash ./xmlto -o man/man1 man ./doc/$xml ;  done || (
RC=$?; cat ./FAQ; exit $RC )
Note: meta source : No productname or alternative   xmlif
Note: meta source : No [EMAIL PROTECTED] xmlif
Note: meta version: No productnumber or alternative xmlif
Note: meta version: No [EMAIL PROTECTED]xmlif
Note: meta manual : No ancestor with title  xmlif
Note: meta manual : No [EMAIL PROTECTED] xmlif
Note: Writing xmlif.1
Note: meta version: No productnumber or alternative xmlto
Note: meta version: No [EMAIL PROTECTED]xmlto
Note: Writing xmlto.1

Q: I'm trying to build xmlto on my Debian box, but it doesn't work.

A: If you get `Attempt to load network entity' errors when building
   xmlto, your system does not have the required support for XML
   Catalogs
   (http://www.oasis-open.org/committees/entity/spec-2001-08-06.html).
   In particular, Debian has no support for these.  Try the Fedora
   Project http://fedoraproject.org.
*** Error code 1

Stop in /usr/ports/textproc/xmlto/work/xmlto-0.0.20.
*** Error code 1


$ pkg_info -r -R -x xmlto
Information for xmlto-0.0.18_1:

Depends on:
Dependency: xmlcatmgr-2.2
Dependency: sdocbook-xml-1.1,1
Dependency: pkg-config-0.23_1
Dependency: libiconv-1.11_1
Dependency: gettext-0.16.1_3
Dependency: libxml2-2.6.31
Dependency: libgpg-error-1.6
Dependency: libgcrypt-1.4.0
Dependency: libxslt-1.1.22_1
Dependency: getopt-1.1.4
Dependency: docbook-xml-4.2_1
Dependency: docbook-xsl-1.71.1_2
Dependency: bash-3.2.33

-- 
Andriy Gapon
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


djvulibre-3.5.20 = djvulibre-3.5.20_1: build fails

2008-04-23 Thread Andriy Gapon
creating djview
/bin/sh ../../libtool --tag=disable-static --mode=compile cc
-I/usr/local/include -I/usr/local/include  -I/usr/local/include
-D_GETOPT_H -I/usr/local/include -DHAVE_CONFIG_H -DNDEBUG -Wall
-Wno-non-virtual-dtor -I.  -I../..  -I../../gui/shared/res
-I../../gui/npsdk -I/usr/X11R6/include -c nsdejavu.c -o nsdejavu.lo
mkdir .libs
 cc -I/usr/local/include -I/usr/local/include -I/usr/local/include
-D_GETOPT_H -I/usr/local/include -DHAVE_CONFIG_H -DNDEBUG -Wall
-Wno-non-virtual-dtor -I. -I../.. -I../../gui/shared/res
-I../../gui/npsdk -I/usr/X11R6/include -c nsdejavu.c  -fPIC -DPIC -o
.libs/nsdejavu.o
cc1: warning: command line option -Wno-non-virtual-dtor is valid for
C++/ObjC++ but not for C
/bin/sh ../../libtool --tag=disable-static --mode=link cc
-I/usr/local/include -I/usr/local/include  -I/usr/local/include
-D_GETOPT_H -I/usr/local/include -DHAVE_CONFIG_H -DNDEBUG -Wall
-Wno-non-virtual-dtor -I.  -I../..  -I../../gui/shared/res
-I../../gui/npsdk -I/usr/X11R6/include nsdejavu.lo -no-undefined -L/lib
-R/lib -lSM -lICE -lXt -lXext -lX11  -rpath
/usr/local/lib/djvulibre/plugins -module -o nsdejavu.la
cc -shared  .libs/nsdejavu.o  -Wl,--rpath -Wl,/lib -L/lib -lSM -lICE
-lXt -lXext -lX11  -Wl,-soname -Wl,nsdejavu.so.0 -o .libs/nsdejavu.so.0
/usr/bin/ld: cannot find -lSM
*** Error code 1

Stop in /usr/ports/graphics/djvulibre/work/djvulibre-3.5.20/gui/nsdejavu.
*** Error code 1

/usr/local/lib/libSM.so.6 exists, but -L/usr/local/lib doesn't seem to
present in the compiler/linker flags above.
I am build with X11 support, of course.

-- 
Andriy Gapon
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: purely package-based/oriented solution

2008-04-23 Thread Andriy Gapon
on 23/04/2008 01:37 Pav Lucistnik said the following:
 Andriy Gapon píše v út 22. 04. 2008 v 22:41 +0300:
 Sorry if this is something obvious or a FAQ.

 Is there a tool for purely package-based management of third-party software?
 That is, something that meets the following criteria:
 1. doesn't require ports tree
 2. works similarly to package installation in FreeBSD installer
 3. can properly handle upgrading packages (including dependencies)
 4. can check remote package repositories and, based on timestamp or
 INDEX, can find new versions for installed packages
 5. can verify that all dependencies would be met before downloading all
 packages in full (e.g. based on INDEX data or can download initial
 blocks of packages, so that package metadata could be extracted and
 examined).
 
 portupgrade should be able to do 1-4, I don't know if 5 too.
 

BTW, strange thing:
$ portupgrade -a -PP
...
** Port marked as IGNORE: devel/linux_kdump:
does not build with the default linux base, use the package instead

What's this about? :-) I do say to use packages only.

-- 
Andriy Gapon
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: purely package-based/oriented solution

2008-04-23 Thread Pav Lucistnik
Andriy Gapon píše v st 23. 04. 2008 v 16:35 +0300:
 on 23/04/2008 01:37 Pav Lucistnik said the following:
  Andriy Gapon píše v út 22. 04. 2008 v 22:41 +0300:
  Sorry if this is something obvious or a FAQ.
 
  Is there a tool for purely package-based management of third-party 
  software?
  That is, something that meets the following criteria:
  1. doesn't require ports tree
  2. works similarly to package installation in FreeBSD installer
  3. can properly handle upgrading packages (including dependencies)
  4. can check remote package repositories and, based on timestamp or
  INDEX, can find new versions for installed packages
  5. can verify that all dependencies would be met before downloading all
  packages in full (e.g. based on INDEX data or can download initial
  blocks of packages, so that package metadata could be extracted and
  examined).
  
  portupgrade should be able to do 1-4, I don't know if 5 too.
  
 
 BTW, strange thing:
 $ portupgrade -a -PP
 ...
 ** Port marked as IGNORE: devel/linux_kdump:
 does not build with the default linux base, use the package instead
 
 What's this about? :-) I do say to use packages only.

Guess portupgrade still looks at the ports tree. What happens if you try
to rm -rf /usr/ports first?

-- 
Pav Lucistnik [EMAIL PROTECTED]
  [EMAIL PROTECTED]

EMACS: Eight Megabytes And Continually Swapping


signature.asc
Description: Toto je digitálně	 podepsaná část	 zprávy


Re: purely package-based/oriented solution

2008-04-23 Thread Andriy Gapon
on 23/04/2008 16:39 Pav Lucistnik said the following:
 Andriy Gapon píše v st 23. 04. 2008 v 16:35 +0300:
 on 23/04/2008 01:37 Pav Lucistnik said the following:
 Andriy Gapon píše v út 22. 04. 2008 v 22:41 +0300:
 Sorry if this is something obvious or a FAQ.

 Is there a tool for purely package-based management of third-party 
 software?
 That is, something that meets the following criteria:
 1. doesn't require ports tree
 2. works similarly to package installation in FreeBSD installer
 3. can properly handle upgrading packages (including dependencies)
 4. can check remote package repositories and, based on timestamp or
 INDEX, can find new versions for installed packages
 5. can verify that all dependencies would be met before downloading all
 packages in full (e.g. based on INDEX data or can download initial
 blocks of packages, so that package metadata could be extracted and
 examined).
 portupgrade should be able to do 1-4, I don't know if 5 too.

 BTW, strange thing:
 $ portupgrade -a -PP
 ...
 ** Port marked as IGNORE: devel/linux_kdump:
 does not build with the default linux base, use the package instead

 What's this about? :-) I do say to use packages only.
 
 Guess portupgrade still looks at the ports tree. What happens if you try
 to rm -rf /usr/ports first?

Well, I want to keep them.
I.e. I am actually looking for a tool that would be agnostic of ports,
but I still want to keep ports for things that I'd rather customize myself.
But for the sake of experiment I will try mv-ing ports of the way and
see what happens.

-- 
Andriy Gapon
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: djvulibre-3.5.20 = djvulibre-3.5.20_1: build fails

2008-04-23 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, Apr 23, 2008 at 04:11:07PM +0300, Andriy Gapon wrote:
 creating djview
 /bin/sh ../../libtool --tag=disable-static --mode=compile cc
 -I/usr/local/include -I/usr/local/include  -I/usr/local/include
 -D_GETOPT_H -I/usr/local/include -DHAVE_CONFIG_H -DNDEBUG -Wall
 -Wno-non-virtual-dtor -I.  -I../..  -I../../gui/shared/res
 -I../../gui/npsdk -I/usr/X11R6/include -c nsdejavu.c -o nsdejavu.lo
 mkdir .libs
  cc -I/usr/local/include -I/usr/local/include -I/usr/local/include
 -D_GETOPT_H -I/usr/local/include -DHAVE_CONFIG_H -DNDEBUG -Wall
 -Wno-non-virtual-dtor -I. -I../.. -I../../gui/shared/res
 -I../../gui/npsdk -I/usr/X11R6/include -c nsdejavu.c  -fPIC -DPIC -o
 .libs/nsdejavu.o
 cc1: warning: command line option -Wno-non-virtual-dtor is valid for
 C++/ObjC++ but not for C
 /bin/sh ../../libtool --tag=disable-static --mode=link cc
 -I/usr/local/include -I/usr/local/include  -I/usr/local/include
 -D_GETOPT_H -I/usr/local/include -DHAVE_CONFIG_H -DNDEBUG -Wall
 -Wno-non-virtual-dtor -I.  -I../..  -I../../gui/shared/res
 -I../../gui/npsdk -I/usr/X11R6/include nsdejavu.lo -no-undefined -L/lib
 -R/lib -lSM -lICE -lXt -lXext -lX11  -rpath
 /usr/local/lib/djvulibre/plugins -module -o nsdejavu.la
 cc -shared  .libs/nsdejavu.o  -Wl,--rpath -Wl,/lib -L/lib -lSM -lICE
 -lXt -lXext -lX11  -Wl,-soname -Wl,nsdejavu.so.0 -o .libs/nsdejavu.so.0
 /usr/bin/ld: cannot find -lSM
 *** Error code 1
 
 Stop in /usr/ports/graphics/djvulibre/work/djvulibre-3.5.20/gui/nsdejavu.
 *** Error code 1
 
 /usr/local/lib/libSM.so.6 exists, but -L/usr/local/lib doesn't seem to
 present in the compiler/linker flags above.
 I am build with X11 support, of course.

Yes, please try this patch.

http://miwi.homeunix.com/djvu.diff

- - Martin

 
 -- 
 Andriy Gapon
 ___
 freebsd-ports@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-ports
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

- -- 

+---+---+
|  PGP: 0x05682353  |  Jabber : miwi(at)BSDCrew.de  |
|  ICQ: 169139903   |  Mail   : miwi(at)FreeBSD.org |
+---+---+
|   Mess with the Best, Die like the Rest!  |
+---+---+
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)

iD8DBQFID0pZFwpycAVoI1MRAgqbAKCnDa4o/zvd/p/7QSOA1uC0geqb/QCfeN99
WtDOIMj8ZZkTM+FDG1qm4Yk=
=muc8
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: error building java/jdk15

2008-04-23 Thread Kim Højgaard-Hansen

Rich Winkel skrev:

On Mon, Apr 14, 2008 at 09:31:22AM -0400, Mikhail Teterin wrote:
  
It is trying to build JDK-1.5 using 1.4.2 and failing. I would've recommended 
installing linux-sun-jdk15, but that will not work any more either:


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

You have to use diablo-jdk15 to build native JDK ports...



I ran into the same problem.  So I installed diablo-jdk15 and tried to
build jdk15 under 7.0-RELEASE.  But it seems diablo-jdk15 needs 
libraries (libc.so.6, libpthread.so.2) which aren't present in 7.0.


What to do??

Thanks!!
Rich

  

i think those are provided by lthe linux emulations port(s)

/Kim
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: error building java/jdk15

2008-04-23 Thread Kim Højgaard-Hansen

Sam Fourman Jr. skrev:

I wonder if someone has a work around for this, I have been unable to
use my web java apps in FreeBSD 7.0 they worked fine in PC-BSD 1.4
(FreeBSD 6.2)

thank you for your help

Sam Fourman Jr.
  
actually I solved it by pkg_delete linux_java14 or what it's called :) 
and then installing the diablo JDK.


MATLAB needs the linux one to work, so I installed that afterwards... 
not sure how pretty that is, since it seems the javac binary is provided 
by both environments or something like that.


/Kim
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Update to net/gnome-netstatus to support new wlan system in -CURRENT

2008-04-23 Thread Coleman Kane
Hi,

I put together some changes to the net/gnome-netstatus applet to allow
it to detect and work with the new wlan interface system that was just
introduced in CURRENT.

This new code doesn't identify non-wlanN interfaces as wifi anymore.

I think it may need some help in getting signal-strength detection
properly using the if_ndis driver. Mine keeps telling me that the signal
strength is always 100% no matter where I walk in my apt.

-- 
Coleman Kane
diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile
index 2e6c3f0..08be832 100644
--- a/net/gnome-netstatus/Makefile
+++ b/net/gnome-netstatus/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	gnome-netstatus
 PORTVERSION=	2.12.1
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	net gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
 MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
diff --git a/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c b/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c
index 5ffcd32..dca1903 100644
--- a/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c
+++ b/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c
@@ -1,5 +1,5 @@
 --- src/netstatus-sysdeps.c.orig	2007-02-13 04:39:19.0 -0500
-+++ src/netstatus-sysdeps.c	2007-07-29 13:14:34.0 -0400
 src/netstatus-sysdeps.c	2008-04-23 13:07:24.0 -0400
 @@ -37,13 +37,26 @@
  
  #ifdef __FreeBSD__
@@ -157,7 +157,12 @@
  
  char *
  netstatus_sysdeps_read_iface_wireless_details (const char *iface,
-@@ -548,21 +633,44 @@ netstatus_sysdeps_read_iface_wireless_de
+@@ -544,25 +629,52 @@ netstatus_sysdeps_read_iface_wireless_de
+   if (signal_strength)
+ *signal_strength = 0;
+ 
++#if __FreeBSD_version  800036
+   if (g_strncasecmp (iface, an,   2) 
g_strncasecmp (iface, wi,   2) 
g_strncasecmp (iface, ath,  3) 
g_strncasecmp (iface, ndis, 4) 
@@ -168,6 +173,9 @@
 +  g_strncasecmp (iface, rum,  3) 
 +  g_strncasecmp (iface, ray,  3) 
g_strncasecmp (iface, acx,  3))
++#else
++  if (g_strncasecmp (iface, wlan, 4))
++#endif
  return error_message;
  
 +#if __FreeBSD_version  700046


signature.asc
Description: This is a digitally signed message part


Re: error building java/jdk15

2008-04-23 Thread Rich Winkel
On Wed, Apr 23, 2008 at 09:16:00PM +0200, Joakim Fogelberg wrote:
 Install misc/compat6x ?

Thanks, I did that but didn't think it had installed the needed libs.
I'm sure it will work now.  Many thanks!!

Rich

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Newer versions of mapserver

2008-04-23 Thread Þórður Ívarsson
I noticed there are newer versions of mapserver available, I belive
version 5 is development and 4 is stable, but both should be available in
ports tree.

The only patch for current port should work for version 5.0.1 if pointing
to correct file.

Thanks,
Thordur


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


graphics/gnash: is somebody working on upgrading to 0.8.1?

2008-04-23 Thread Carlos A. M. dos Santos
Otherwise I will attempt to do it.

-- 
Carlos A. M. dos Santos
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: graphics/gnash: is somebody working on upgrading to 0.8.1?

2008-04-23 Thread Scott T. Hildreth
It is 0.8.1, has been for awhile.  Maybe your ports aren't updated.

On Wed, 2008-04-23 at 19:29 -0300, Carlos A. M. dos Santos wrote:

 Otherwise I will attempt to do it.
 
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: graphics/gnash: is somebody working on upgrading to 0.8.1?

2008-04-23 Thread Dmitry Marakasov
* Carlos A. M. dos Santos ([EMAIL PROTECTED]) wrote:

 Otherwise I will attempt to do it.
0.8.2 you mean? I am, hopefully i'll submit it before the end of week.

-- 
Dmitry A. Marakasov| jabber: [EMAIL PROTECTED]
[EMAIL PROTECTED]   | http://www.amdmi3.ru
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: graphics/gnash: is somebody working on upgrading to 0.8.1?

2008-04-23 Thread Carlos A. M. dos Santos
On Wed, Apr 23, 2008 at 9:22 PM, Dmitry Marakasov [EMAIL PROTECTED] wrote:
 * Carlos A. M. dos Santos ([EMAIL PROTECTED]) wrote:

   Otherwise I will attempt to do it.
  0.8.2 you mean? I am, hopefully i'll submit it before the end of week.

Yes, I meant 0.8.2. :-)

Thanks for the good news. Feel free to call if you need a beta tester.

-- 
Carlos A. M. dos Santos
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Port: fldigi-2.10

2008-04-23 Thread Diane Bruce
On Tue, Apr 22, 2008 at 11:26:45AM -0700, Chris Maness wrote:

Resolved.

It never occured to me Chris was missing a soundcard. This is the
assert trap from portaudio2. ;-) It's a very cryptic message.

- Diane (VA3DB)
--
- [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.db.net/~db
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Port: fldigi-2.10

2008-04-23 Thread Chris Maness


On Wed, 23 Apr 2008, Diane Bruce wrote:


On Tue, Apr 22, 2008 at 11:26:45AM -0700, Chris Maness wrote:

Resolved.

It never occured to me Chris was missing a soundcard. This is the
assert trap from portaudio2. ;-) It's a very cryptic message.

- Diane (VA3DB)
--
- [EMAIL PROTECTED] [EMAIL PROTECTED] http://www.db.net/~db


Sorry, I should have mentioned it.

Chris
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD Port: p5-libwww-5.805

2008-04-23 Thread Ching Hsien Ho
Dear

Why don't you update this port for long time?
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]