Re: Help installing gnome with macport

2008-05-25 Thread Rainer Müller
Tabitha McNerney wrote:
 Good suggestion. After a sudo port clean --all libcaca I then ran the 
 fetch phase separately, and got the bit bucket:
[...]

Make sure you really got the latest Portfile (port sync).

| [EMAIL PROTECTED] ~ $ port cat libcaca |head -1
| # $Id: Portfile 36996 2008-05-22 15:46:21Z [EMAIL PROTECTED] $

| [EMAIL PROTECTED] ~ $ sudo port -v fetch libcaca
| Password:
| ---  Fetching libcaca
| ---  libcaca-0.9.tar.bz2 doesn't seem to exist in 
/opt/local/var/macports/distfiles/categories/libcaca
| ---  Attempting to fetch libcaca-0.9.tar.bz2 from 
http://libcaca.zoy.org/files/libcaca/
|   % Total% Received % Xferd  Average Speed   TimeTime Time 
  Current
|  Dload  Upload   Total   SpentLeft 
  Speed
| 100  167k  100  167k0 0   103k  0  0:00:01  0:00:01 
--:--:--  188k

Frank changed the master_sites, while your Portfile still uses the old URL.

Rainer
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Help installing gnome with macport

2008-05-24 Thread Tabitha McNerney
Hello Frank, et al ...

I have a very recent version of the libcaca MacPort port file (did a
selfupdate if I'm not mistaken after your changes synced a few days ago). I
had no problems fetching the distfile for libcaca (specifically port -v
fetch libcaca -- got me libcaca-0.9.tar.bz2) but when I attempted to
install it after the fetch phase (e.g., port -v install libcaca), I got a
distfile checksum error:

Portfile checksum: libcaca-0.9.tar.bz2 md5 c7d5c46206091a9203fcb214abb25e4a
 Distfile checksum: libcaca-0.9.tar.bz2 md5 80f5e3828d740d3292d05ddfd6c280ed
 Error: Target org.macports.checksum returned: Unable to verify file
 checksums
 Warning: the following items did not execute (for libcaca):
 org.macports.activate org.macports.extract org.macports.checksum
 org.macports.patch org.macports.configure org.macports.build
 org.macports.destroot org.macports.install
 Error: Status 1 encountered during processing.


If you look at the current portfile for libcaca here:

http://trac.macports.org/browser/trunk/dports/graphics/libcaca/Portfile

You'll see that the checksum is stated to be:

checksumsmd5 c7d5c46206091a9203fcb214abb25e4a


And this is a conflict as the output of port -v install libcaca asserts. I
started to look around on the libcaca home page to try and find an original
copy of libcaca-0.9.tar.bz2 but I could not find this resource file. How
sure can we be that the source hasn't been tampered with since the Portfile
was created? Maybe I'm worrying too much. What should we do?

Thanks,

-T.M.


On Thu, May 22, 2008 at 11:14 AM, Frank Schima [EMAIL PROTECTED]
wrote:

 On May 22, 2008, at 3:01 PM, eazy livn wrote:

 Hi Frank,
 Thanks for your efforts.  I tried to install the library and still get the
 same error.  I'm wondering if I'm doing something dumb here.   Here is
 the error message:

 /opt/local eazylivn$ sudo port clean --all libcaca
 ---  Cleaning libcaca

 /opt/local eazylivn$ sudo port install libcaca
 ---  Fetching libcaca
 ---  Attempting to fetch libcaca-0.9.tar.bz2 from
 http://sam.zoy.org/projects/libcaca/
 ---  Attempting to fetch libcaca-0.9.tar.bz2 from
 http://svn.macports.org/repository/macports/distfiles/libcaca
 ---  Attempting to fetch libcaca-0.9.tar.bz2 from
 http://svn.macports.org/repository/macports/distfiles/general/
 ---  Attempting to fetch libcaca-0.9.tar.bz2 from
 http://svn.macports.org/repository/macports/downloads/libcaca
 Error: Target org.macports.fetch returned: fetch failed
 Error: Status 1 encountered during processing.


 Please use reply-all to keep all replies on the list.
 It takes a little while for the changes to sync I believe. But later today
 or tomorrow you have to do the following:

 sudo port selfupdate

 Then try to install again.

 sudo port install libcaca
 sudo port install gnome


 Cheers!
 Frank Schima
 Boulder, CO
 [EMAIL PROTECTED]




 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Help installing gnome with macport

2008-05-24 Thread Tabitha McNerney
Hello everyone,

Here is an update. On the libcaca wiki I found think link to download
libcaca-0.9.tar.bz2 ...

http://libcaca.zoy.org/attachment/wiki/libcaca/libcaca-0.9.tar.bz2?format=raw

Sure enough, I download it and ran an md5 check on it, here's what I got:

$ md5deep libcaca-0.9.tar.bz2
 c7d5c46206091a9203fcb214abb25e4a  /Users/me/Desktop/libcaca-0.9.tar.bz2


Certainly c7d5c46206091a9203fcb214abb25e4a is the same md5 checksum that is
authored into the libcaca portfile, therefore, I now have even more
reservations because the distfile md5 checksum doesn't match:

Distfile checksum: libcaca-0.9.tar.bz2 md5 80f5e3828d740d3292d05ddfd6c280ed


I do not believe that I am being unreasonable to worry that the distfile and
portfile md5 checksums do not match! So what is the best course of action to
take? Where did the distfile come from when I performed port -v fetch
libcaca a few days ago? I think I will replace that distfile with the
libcaca-0.9.tar.bz2 that I downloaded from the libcaca site. ANy other
ideas?

-T.M.

On Sat, May 24, 2008 at 3:47 PM, Tabitha McNerney [EMAIL PROTECTED]
wrote:

 Hello Frank, et al ...

 I have a very recent version of the libcaca MacPort port file (did a
 selfupdate if I'm not mistaken after your changes synced a few days ago). I
 had no problems fetching the distfile for libcaca (specifically port -v
 fetch libcaca -- got me libcaca-0.9.tar.bz2) but when I attempted to
 install it after the fetch phase (e.g., port -v install libcaca), I got a
 distfile checksum error:

 Portfile checksum: libcaca-0.9.tar.bz2 md5 c7d5c46206091a9203fcb214abb25e4a
 Distfile checksum: libcaca-0.9.tar.bz2 md5
 80f5e3828d740d3292d05ddfd6c280ed
 Error: Target org.macports.checksum returned: Unable to verify file
 checksums
 Warning: the following items did not execute (for libcaca):
 org.macports.activate org.macports.extract org.macports.checksum
 org.macports.patch org.macports.configure org.macports.build
 org.macports.destroot org.macports.install
 Error: Status 1 encountered during processing.


 If you look at the current portfile for libcaca here:

 http://trac.macports.org/browser/trunk/dports/graphics/libcaca/Portfile

 You'll see that the checksum is stated to be:

 checksumsmd5 c7d5c46206091a9203fcb214abb25e4a


 And this is a conflict as the output of port -v install libcaca asserts. I
 started to look around on the libcaca home page to try and find an original
 copy of libcaca-0.9.tar.bz2 but I could not find this resource file. How
 sure can we be that the source hasn't been tampered with since the Portfile
 was created? Maybe I'm worrying too much. What should we do?

 Thanks,

 -T.M.


 On Thu, May 22, 2008 at 11:14 AM, Frank Schima 
 [EMAIL PROTECTED] wrote:

 On May 22, 2008, at 3:01 PM, eazy livn wrote:

 Hi Frank,
 Thanks for your efforts.  I tried to install the library and still get the
 same error.  I'm wondering if I'm doing something dumb here.   Here is
 the error message:

 /opt/local eazylivn$ sudo port clean --all libcaca
 ---  Cleaning libcaca

 /opt/local eazylivn$ sudo port install libcaca
 ---  Fetching libcaca
 ---  Attempting to fetch libcaca-0.9.tar.bz2 from
 http://sam.zoy.org/projects/libcaca/
 ---  Attempting to fetch libcaca-0.9.tar.bz2 from
 http://svn.macports.org/repository/macports/distfiles/libcaca
 ---  Attempting to fetch libcaca-0.9.tar.bz2 from
 http://svn.macports.org/repository/macports/distfiles/general/
 ---  Attempting to fetch libcaca-0.9.tar.bz2 from
 http://svn.macports.org/repository/macports/downloads/libcaca
 Error: Target org.macports.fetch returned: fetch failed
 Error: Status 1 encountered during processing.


 Please use reply-all to keep all replies on the list.
 It takes a little while for the changes to sync I believe. But later today
 or tomorrow you have to do the following:

 sudo port selfupdate

 Then try to install again.

 sudo port install libcaca
 sudo port install gnome


 Cheers!
 Frank Schima
 Boulder, CO
 [EMAIL PROTECTED]




 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 http://lists.macosforge.org/mailman/listinfo.cgi/macports-users



___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Help installing gnome with macport

2008-05-24 Thread Rainer Müller
Tabitha McNerney wrote:
 I have a very recent version of the libcaca MacPort port file (did a 
 selfupdate if I'm not mistaken after your changes synced a few days 
 ago). I had no problems fetching the distfile for libcaca (specifically 
 port -v fetch libcaca -- got me libcaca-0.9.tar.bz2) but when I 
 attempted to install it after the fetch phase (e.g., port -v install 
 libcaca), I got a distfile checksum error:
 
 Portfile checksum: libcaca-0.9.tar.bz2 md5
 c7d5c46206091a9203fcb214abb25e4a
 Distfile checksum: libcaca-0.9.tar.bz2 md5
 80f5e3828d740d3292d05ddfd6c280ed
 Error: Target org.macports.checksum returned: Unable to verify file
 checksums
 Warning: the following items did not execute (for libcaca):
 org.macports.activate org.macports.extract org.macports.checksum
 org.macports.patch org.macports.configure org.macports.build
 org.macports.destroot org.macports.install
 Error: Status 1 encountered during processing.

Try to fetch the file again.

$ sudo port clean --all libcaca
$ sudo port install libcaca

The checksum for the distfile is okay for me.

Rainer
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Help installing gnome with macport

2008-05-24 Thread Tabitha McNerney
On Sat, May 24, 2008 at 4:46 PM, Rainer Müller [EMAIL PROTECTED] wrote:

 Tabitha McNerney wrote:

 I have a very recent version of the libcaca MacPort port file (did a
 selfupdate if I'm not mistaken after your changes synced a few days ago). I
 had no problems fetching the distfile for libcaca (specifically port -v
 fetch libcaca -- got me libcaca-0.9.tar.bz2) but when I attempted to
 install it after the fetch phase (e.g., port -v install libcaca), I got a
 distfile checksum error:

Portfile checksum: libcaca-0.9.tar.bz2 md5
c7d5c46206091a9203fcb214abb25e4a
Distfile checksum: libcaca-0.9.tar.bz2 md5
80f5e3828d740d3292d05ddfd6c280ed
Error: Target org.macports.checksum returned: Unable to verify file
checksums
Warning: the following items did not execute (for libcaca):
org.macports.activate org.macports.extract org.macports.checksum
org.macports.patch org.macports.configure org.macports.build
org.macports.destroot org.macports.install
Error: Status 1 encountered during processing.


 Try to fetch the file again.

 $ sudo port clean --all libcaca
 $ sudo port install libcaca

 The checksum for the distfile is okay for me.


Rainer,

Good suggestion. After a sudo port clean --all libcaca I then ran the fetch
phase separately, and got the bit bucket:

# port -v fetch libcaca
 ---  Fetching libcaca
 ---  libcaca-0.9.tar.bz2 doesn't seem to exist in
 /opt/local/var/macports/distfiles/libcaca
 ---  Attempting to fetch libcaca-0.9.tar.bz2 from
 http://sam.zoy.org/projects/libcaca/
   % Total% Received % Xferd  Average Speed   TimeTime Time
 Current
  Dload  Upload   Total   SpentLeft
 Speed
   0 00 00 0  0  0 --:--:--  0:00:04
 --:--:-- 0
 ---  Attempting to fetch libcaca-0.9.tar.bz2 from
 http://svn.macports.org/repository/macports/distfiles/libcaca
   % Total% Received % Xferd  Average Speed   TimeTime Time
 Current
  Dload  Upload   Total   SpentLeft
 Speed
   0 00 00 0  0  0 --:--:-- --:--:--
 --:--:-- 0
 ---  Attempting to fetch libcaca-0.9.tar.bz2 from
 http://svn.macports.org/repository/macports/distfiles/general/
   % Total% Received % Xferd  Average Speed   TimeTime Time
 Current
  Dload  Upload   Total   SpentLeft
 Speed
   0 00 00 0  0  0 --:--:-- --:--:--
 --:--:-- 0
 ---  Attempting to fetch libcaca-0.9.tar.bz2 from
 http://svn.macports.org/repository/macports/downloads/libcaca
   % Total% Received % Xferd  Average Speed   TimeTime Time
 Current
  Dload  Upload   Total   SpentLeft
 Speed
   0 00 00 0  0  0 --:--:-- --:--:--
 --:--:-- 0
 Error: Target org.macports.fetch returned: fetch failed
 Warning: the following items did not execute (for libcaca):
 org.macports.fetch
 Error: Status 1 encountered during processing.


Hmmm ... the stars are not aligned for our friend libcaca lately.

Thanks,

T.M.


Rainer

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Fwd: Help installing gnome with macport

2008-05-22 Thread Randall Wood
Forwarding because I hit reply instead of reply-all by accident


-- Forwarded message --
From: eazy livn [EMAIL PROTECTED]
Date: Thu, May 22, 2008 at 9:11 AM
Subject: Re: Help installing gnome with macport
To: Randall Wood [EMAIL PROTECTED]


Thank you Randall for taking time to reply to my request for help.   I
tried your suggestion.  However, the process still fails.  I also
tried downloading, and installing, the library directly from
http://sam.zoy.org/projects/libcaca/  using the library install
instructions from that site. Then I tried running the install again,
but I continue to receive the same error, which makes me wonder if the
checksum being used to validate the file may itself be incorrect.

Below is what happens when I tried your suggestion:

Thanks again for your help!
Best,
 ~don


ip24-254-1-110:/sw/share root# port clean --all libcaca ;
---  Cleaning libcaca

ip24-254-1-110:/sw/share root# port install libcaca ;
---  Fetching libcaca
---  Attempting to fetch libcaca-0.9.tar.bz2 from
http://sam.zoy.org/projects/libcaca/
---  Attempting to fetch libcaca-0.9.tar.bz2 from
http://svn.macports.org/repository/macports/distfiles/libcaca
---  Attempting to fetch libcaca-0.9.tar.bz2 from
http://svn.macports.org/repository/macports/distfiles/general/
---  Attempting to fetch libcaca-0.9.tar.bz2 from
http://svn.macports.org/repository/macports/downloads/libcaca
Error: Target org.macports.fetch returned: fetch failed
Error: Status 1 encountered during processing.

ip24-254-1-110:/sw/share root# port install gnome;
---  Fetching libcaca
---  Attempting to fetch libcaca-0.9.tar.bz2 from
http://sam.zoy.org/projects/libcaca/
---  Attempting to fetch libcaca-0.9.tar.bz2 from
http://svn.macports.org/repository/macports/distfiles/libcaca
---  Attempting to fetch libcaca-0.9.tar.bz2 from
http://svn.macports.org/repository/macports/distfiles/general/
---  Attempting to fetch libcaca-0.9.tar.bz2 from
http://svn.macports.org/repository/macports/downloads/libcaca
Error: Target org.macports.fetch returned: fetch failed
Error: The following dependencies failed to build: gnome-desktop-suite
gnome-applets gnome-control-center gnome-settings-daemon
gst-plugins-good libcaca libcdio libcddb libdv libshout2 speex taglib
wavpack libgnomekbd libxklavier metacity gnome-python-desktop
gnome-media gtksourceview gnuregex totem-pl-parser gucharmap
system-tools-backends p5-net-dbus p5-xml-twig gnome-audio
gnome-backgrounds gnome-games ggz-client-libs libggz guile gmp
libsdl_mixer libsdl smpeg py25-gtkglext gtkglext py25-opengl py25-pil
py25-setuptools py25-zlib py25-tkinter tcl tk gnome-keyring-manager
gnome-mag gnome-session gnome-system-monitor gtkmm cairomm glibmm
libsigcxx2 gnome-terminal vte gnome-user-docs gnome-utils gnopernicus
libgail-gnome libgtkhtml3 seahorse avahi dbus-python25 gdbm libdaemon
py25-gdbm gpgme gnupg bzip2 pth vino yelp firefox-x11 zip zenity
Error: Status 1 encountered during processing.

An act of kindness, no matter how small, is never wasted. - Aesop

--- On Thu, 5/22/08, Randall Wood [EMAIL PROTECTED] wrote:

From: Randall Wood [EMAIL PROTECTED]
Subject: Re: Help installing gnome with macport
To: [EMAIL PROTECTED]
Date: Thursday, May 22, 2008, 2:43 AM

In this case, it seems that the libcaca source code did not download
correctly. Try this:

sudo port clean --all libcaca ; sudo port install libcaca

If that works, then pick up with building gnome again.

On Wed, May 21, 2008 at 2:39 PM,
 eazy livn [EMAIL PROTECTED] wrote:
 I'm new to Macports so I request forbearance if my question seems
stupid.

 When I attempt to install gnome I use the following command in a terminal
 window:  'port install gnome'.  After running for a substantial
amount of
 time, I receive the error listed below when the process quits.  Thanks for
 any help anyone can provide.

 Best,
  ~don



-- 
Randall Wood
[EMAIL PROTECTED]

The rules are simple: The ball is round. The game lasts 90 minutes.
All the rest is just philosophy.



-- 
Randall Wood
[EMAIL PROTECTED]

The rules are simple: The ball is round. The game lasts 90 minutes.
All the rest is just philosophy.
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Help installing gnome with macport

2008-05-22 Thread Frank Schima

Hi Randall,


On May 21, 2008, at 12:39 PM, eazy livn wrote:
I'm new to Macports so I request forbearance if my question seems  
stupid.


When I attempt to install gnome I use the following command in a  
terminal window:  'port install gnome'.  After running for a  
substantial amount of time, I receive the error listed below when  
the process quits.  Thanks for any help anyone can provide.


Best,
 ~don

---  Fetching libcaca
---  Attempting to fetch libcaca-0.9.tar.bz2 from 
http://sam.zoy.org/projects/libcaca/
---  Verifying checksum(s) for libcaca
Error: Checksum (md5) mismatch for libcaca-0.9.tar.bz2
Error: Target org.macports.checksum returned: Unable to verify file  
checksums
Error: The following dependencies failed to build: gnome-desktop- 
suite gnome-applets gnome-control-center gnome-settings-daemon gst- 
plugins-good libcaca libcdio libcddb libdv libshout2 speex taglib  
wavpack libgnomekbd libxklavier metacity gnome-python-desktop gnome- 
media gtksourceview gnuregex totem-pl-parser gucharmap system-tools- 
backends p5-net-dbus p5-xml-twig gnome-audio gnome-backgrounds gnome- 
games ggz-client-libs libggz guile gmp libsdl_mixer libsdl smpeg  
py25-gtkglext gtkglext py25-opengl py25-pil py25-setuptools py25- 
zlib py25-tkinter tcl tk gnome-keyring-manager gnome-mag gnome- 
session gnome-system-monitor gtkmm cairomm glibmm libsigcxx2 gnome- 
terminal vte gnome-user-docs gnome-utils gnopernicus libgail-gnome  
libgtkhtml3 seahorse avahi dbus-python25 gdbm libdaemon py25-gdbm  
gpgme gnupg bzip2 pth vino yelp firefox-x11 zip zenity

Error: Status 1 encountered during processing.


The libcaca source moved for some reason. I fixed the Portfile to  
point to the new location. I also wrote up a bug ticket for it.

http://trac.macports.org/ticket/15399

In the future, you can write a bug report for problems like this.  
Please see the wiki page on it:

http://guide.macports.org/#project.tickets


Cheers!
Frank Schima
Boulder, CO
[EMAIL PROTECTED]

___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Help installing gnome with macport

2008-05-22 Thread Frank Schima

On May 22, 2008, at 9:56 AM, Frank Schima wrote:

 Hi Randall,

Heh, i meant Don! Sorry about the name mixup.


Cheers!
Frank Schima
Boulder, CO
[EMAIL PROTECTED]



___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Help installing gnome with macport

2008-05-22 Thread Frank Schima

On May 22, 2008, at 3:01 PM, eazy livn wrote:


Hi Frank,
Thanks for your efforts.  I tried to install the library and still  
get the same error.  I'm wondering if I'm doing something dumb  
here.   Here is the error message:


/opt/local eazylivn$ sudo port clean --all libcaca
---  Cleaning libcaca

/opt/local eazylivn$ sudo port install libcaca
---  Fetching libcaca
---  Attempting to fetch libcaca-0.9.tar.bz2 from 
http://sam.zoy.org/projects/libcaca/
---  Attempting to fetch libcaca-0.9.tar.bz2 from 
http://svn.macports.org/repository/macports/distfiles/libcaca
---  Attempting to fetch libcaca-0.9.tar.bz2 from 
http://svn.macports.org/repository/macports/distfiles/general/
---  Attempting to fetch libcaca-0.9.tar.bz2 from 
http://svn.macports.org/repository/macports/downloads/libcaca
Error: Target org.macports.fetch returned: fetch failed
Error: Status 1 encountered during processing.


Please use reply-all to keep all replies on the list.

It takes a little while for the changes to sync I believe. But later  
today or tomorrow you have to do the following:


sudo port selfupdate

Then try to install again.

sudo port install libcaca
sudo port install gnome


Cheers!
Frank Schima
Boulder, CO
[EMAIL PROTECTED]



___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Help installing gnome with macport

2008-05-21 Thread eazy livn
I'm new to Macports so I request forbearance if my question seems stupid.When I attempt to install gnome I use the following command in a terminal window: 'port install gnome'. After running for a substantial amount of time, I receive the error listed below when the process quits. Thanks for any help anyone can provide.Best,~don--- Fetching libcaca--- Attempting to fetch libcaca-0.9.tar.bz2 from http://sam.zoy.org/projects/libcaca/--- Verifying checksum(s) for libcacaError: Checksum (md5) mismatch for libcaca-0.9.tar.bz2Error: Target org.macports.checksum returned: Unable to verify file checksumsError: The following dependencies failed to build: gnome-desktop-suite gnome-applets gnome-control-center gnome-settings-daemon gst-plugins-good libcaca libcdio libcddb libdv
 libshout2 speex taglib wavpack libgnomekbd libxklavier metacity gnome-python-desktop gnome-media gtksourceview gnuregex totem-pl-parser gucharmap system-tools-backends p5-net-dbus p5-xml-twig gnome-audio gnome-backgrounds gnome-games ggz-client-libs libggz guile gmp libsdl_mixer libsdl smpeg py25-gtkglext gtkglext py25-opengl py25-pil py25-setuptools py25-zlib py25-tkinter tcl tk gnome-keyring-manager gnome-mag gnome-session gnome-system-monitor gtkmm cairomm glibmm libsigcxx2 gnome-terminal vte gnome-user-docs gnome-utils gnopernicus libgail-gnome libgtkhtml3 seahorse avahi dbus-python25 gdbm libdaemon py25-gdbm gpgme gnupg bzip2 pth vino yelp firefox-x11 zip zenityError: Status 1 encountered during processing.



  
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users