net/freenet6: Error is 3: INTERFACE_SETUP_FAILED

2007-12-31 Thread Elan marikit
Hello Edwin,

I found out that this port is not working in FreeBSD 7, but I got it working
6.2.

Here is the result:

# tspc -vvv -f /usr/local/etc/tspc.conf
tspc - Tunnel Setup Protocol Client v2.1.1
Initializing (use -h for help)


Connecting to server with reliable udp
Using TSP protocol version 2.0.0
Establishing connection with tunnel broker...
Getting capabilities from server
Connection established
Authenticating emarikit
Using authentification mecanism DIGEST-MD5
Authentication success
Asking for a tunnel
sent: Content-length: 206
tunnel action=create type=v6anyv4 proxy=no
 client
  address type=ipv4192.168.251.253/address
keepalive interval=30address type=ipv6::/address/keepalive
/client
/tunnel

recv:
200 Success
tunnel action=info type=v6udpv4 lifetime=604800
  server
address type=ipv4 64.86.88.116/address
address type=ipv62001:05c0:8fff:fffe::::78c4/address
  /server
  client
address type=ipv4 203.84.188.126/address
address type=ipv62001:05c0:8fff:fffe::::78c5/address
address type=dn emarikit.broker.freenet6.net/address
keepalive interval=30
  address type=ipv62001:05c0:8fff:fffe::::78c4/address
/keepalive
  /client
/tunnel


Processing response from server
sent: Content-length: 35
tunnel action=accept/tunnel

Got tunnel parameters from server, setting up local tunnel
keepalive interval: 30

Going daemon, check tspc.log for tunnel creation status
-

But when I check the tun1, it has no ipv6 address.

And here is what tscp.log reports:
---
# cat tspc.log
2007/12/21 22:07:00 tspc: tspMain: tspc - Tunnel Setup Protocol Client
v2.1.1
2007/12/21 22:07:00 tspc: tspMain: Initializing (use -h for help)
2007/12/21 22:07:00 tspc: tspMain: Connecting to server with reliable udp
2007/12/21 22:07:00 tspc: tspMain: Using TSP protocol version 2.0.0
2007/12/21 22:07:00 tspc: tspSetupTunnel: Establishing connection with
tunnel broker...
2007/12/21 22:07:00 tspc: tspSetupTunnel: Getting capabilities from server
2007/12/21 22:07:01 tspc: tspSetupTunnel: Connection established
2007/12/21 22:07:01 tspc: tspSetupTunnel: Authenticating emarikit
2007/12/21 22:07:01 tspc: tspAuthenticate: Using authentification mecanism
DIGEST-MD5
2007/12/21 22:07:02 tspc: tspSetupTunnel: Authentication success
2007/12/21 22:07:02 tspc: tspSetupTunnel: Asking for a tunnel
2007/12/21 22:07:02 tspc: tspSendRecv: sent: Content-length: 206tunnel
action=create type=v6anyv4 proxy=no client  address type=ipv4
192.168.251.253/addresskeepalive interval=30address
type=ipv6::/address/keepalive /client/tunnel
2007/12/21 22:07:02 tspc: tspSendRecv: recv: 200 Successtunnel
action=info type=v6udpv4 lifetime=604800  serveraddress
type=ipv4 64.86.88.116/addressaddress
type=ipv62001:05c0:8fff:fffe::::78c4/address  /server
clientaddress type=ipv4 203.84.188.126/addressaddress
type=ipv62001:05c0:8fff:fffe::::78c5/addressaddress
type=dn emarikit.broker.freenet6.net/addresskeepalive
interval=30  address
type=ipv62001:05c0:8fff:fffe::::78c4/address
/keepalive  /client/tunnel
2007/12/21 22:07:02 tspc: tspExtractPayload: Processing response from server
2007/12/21 22:07:02 tspc: tspSend: sent: Content-length: 35tunnel
action=accept/tunnel
2007/12/21 22:07:02 tspc: tspSetupTunnel: Got tunnel parameters from server,
setting up local tunnel
2007/12/21 22:07:02 tspc: tspStartLocal: keepalive interval: 30
2007/12/21 22:07:02 tspc: tspStartLocal: Going daemon, check tspc.log for
tunnel creation status
2007/12/21 22:07:02 tspc: tspStartLocal: Waiting for setup script to
complete
2007/12/21 22:07:02 tspc: tspSetupInterface: tspSetupInterface beginning
2007/12/21 22:07:02 tspc: tspSetEnv: TSP_TUNNEL_MODE=v6udpv4
2007/12/21 22:07:02 tspc: tspSetEnv: TSP_HOST_TYPE=host
2007/12/21 22:07:02 tspc: tspSetEnv: TSP_TUNNEL_INTERFACE=tun1
2007/12/21 22:07:02 tspc: tspSetEnv: TSP_HOME_INTERFACE=
2007/12/21 22:07:02 tspc: tspSetEnv: TSP_CLIENT_ADDRESS_IPV4=203.84.188.126
2007/12/21 22:07:02 tspc: tspSetEnv:
TSP_CLIENT_ADDRESS_IPV6=2001:05c0:8fff:fffe::::78c5
2007/12/21 22:07:02 tspc: tspSetEnv: TSP_SERVER_ADDRESS_IPV4=64.86.88.116
2007/12/21 22:07:02 tspc: tspSetEnv:
TSP_SERVER_ADDRESS_IPV6=2001:05c0:8fff:fffe::::78c4
2007/12/21 22:07:02 tspc: tspSetEnv: TSP_TUNNEL_PREFIXLEN=128
2007/12/21 22:07:02 tspc: tspSetEnv: TSP_VERBOSE=3
2007/12/21 22:07:02 tspc: tspSetEnv: TSP_HOME_DIR=/usr/local
2007/12/21 22:07:02 tspc: tspSetupInterface: Executing configuration script:
/bin/sh /usr/local/bin/tspc- freebsd.sh
2007/12/21 22:07:02 tspc: Script: --- Start of configuration script. ---
2007/12/21 22:07:02 tspc: Script: Script: tspc-freebsd.sh
2007/12/21 22:07:02 tspc: Script: Error: TSP_HOST_TYPE not defined.
2007/12/21 22:07:02 tspc: tspStartLocal: Script failed to execute correctly
2007/12/21 22:07:02 tspc: tspMain: Error is 3: INTERFACE_SETUP_FAILED
2007/12/21 

Re: net/freenet6: Error is 3: INTERFACE_SETUP_FAILED

2007-12-31 Thread आशीष शुक्ल Ashish Shukla
Hi,

There's been a discussion on this port few days back on this list, and
the conclusion is that putenv() function (in 7.0) used in tspSetEnv() is the
culprit, so either replace putenv() with setenv() or use net/gateway6
port instead :)

HTH
-- 
Ashish Shukla आशीष शुक्ल  http://wahjava.wordpress.com/
·-- ·-  ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --


signature.asc
Description: Digital signature


Re: net/freenet6: Error is 3: INTERFACE_SETUP_FAILED

2007-12-31 Thread Elan marikit
Oh really. I've downloaded the gateway6 client from go6 and it is working.
But I will now use the port.  I never thought it is the gateway6. :-)

Thanks,
ELan

On Dec 31, 2007 6:41 PM, आशीष शुक्ल Ashish Shukla [EMAIL PROTECTED]
wrote:

 Hi,

 There's been a discussion on this port few days back on this list, and
 the conclusion is that putenv() function (in 7.0) used in tspSetEnv() is
 the
 culprit, so either replace putenv() with setenv() or use net/gateway6
 port instead :)

 HTH
 --
 Ashish Shukla आशीष शुक्ल
 http://wahjava.wordpress.com/
 ·-- ·-  ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- --

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.6 (GNU/Linux)

 iD8DBQFHeMdnHy+EEHYuXnQRAjKJAJ9YWPTyilTJ6yQJiXt9yzJemJU1tgCfTZjT
 rOVEbGwo1ZLMRM45f9XWbEE=
 =WD/W
 -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]

Current unassigned ports problem reports

2007-12-31 Thread FreeBSD bugmaster
Current FreeBSD problem reports
The following is a listing of current problems submitted by FreeBSD users. 
These represent problem reports covering all versions including experimental 
development code and obsolete releases. 
Bugs can be in one of several states:

o - open
A problem report has been submitted, no sanity checking performed.

a - analyzed
The problem is understood and a solution is being sought.

f - feedback
Further work requires additional information from the
 originator or the community - possibly confirmation of
 the effectiveness of a proposed solution.

p - patched
A patch has been committed, but some issues (MFC and / or
 confirmation from originator) are still open.

r - repocopy
The resolution of the problem report is dependent on
 a repocopy operation within the CVS repository which
 is awaiting completion.

s - suspended
The problem is not being worked on, due to lack of information
 or resources.  This is a prime candidate
 for somebody who is looking for a project to do.
 If the problem cannot be solved at all,
 it will be closed, rather than suspended.

c - closed
A problem report is closed when any changes have been integrated,
 documented, and tested -- or when fixing the problem is abandoned.
Critical problems

S Tracker  Resp.  Description

f ports/117270[UPDATE] net/asterisk-addons to 1.4.4

1 problem total.

Serious problems

S Tracker  Resp.  Description

o ports/106369vpnd caused kernel panic with ppp mode
o ports/106372vpnd can't run with slip mode
f ports/108077www/linux-flashplugin9 crashes linux-firefox
f ports/108413net/vnc does not works.
f ports/112385sysutils/lookupd on Kernel 64
f ports/112921x11-wm/Beryl not loading focus and keybinding settings
f ports/113144print/ghostscript-gnu dumps core with several output d
f ports/115818Executable clash between databases/grass and ruby gems
f ports/116378xorg 7.3 on -stable breaks math/scilab
f ports/116385net/vnc using vnc.so crashes Xorg 7.3 when remote comp
f ports/116586net/isc-dhcp3-server does not work when compiled with 
o ports/116611devel/p5-gearmand - rename to devel/p5-Gearman-Server
f ports/116753multimedia/MPlayer crashes after playing *.flv on 7.0-
f ports/116777The math/scilab port fails in demos-signal-bode.
f ports/116778security/nmap ping-scan misses some hosts
f ports/116949security/vpnc: Some Cisco Concentrators refuse Connect
o ports/117025multimedia/pwcbsd: Pwcbsd-1.4.0 + New USBStack not wor
f ports/117128security/ipsec-tools racoon.sh fails with /var on mfs
o ports/117144sysutils/nut :  ACL with IPv6 address rejected
f ports/117196Port net/asterisk-addons 1.4.2 fails to compile
o ports/117942net/redir: fix core dump on redir
f ports/117956HP LaserJet 1022 not working after upgrade to print/HP
f ports/118173net/gatekeeper port doesn't honor LOCALBASE setting
f ports/118337sysutils/lsof does not work when root mounted on cd966
f ports/118780graphics/ImageMagick Test failure without X11
o ports/118877audio/streamripper does not detect song title from str
f ports/118889multimedia/mplayer segfaults on AMD64 if the software 
f ports/118922biology/blat : fix build on other than i386
f ports/118966Configure cannot find path_dps.m4 during mail/mutt-dev
o ports/118996japanese/skkserv crashes always
o ports/119020unbroke net/vyqchat with gcc 4.2
a ports/119041sysutils/lsof not work correctly in zfs
f ports/119053update www/linux-flashplugin7
o ports/119116gtk-theme-switch2 doesn't compile on 6.3RC1
o ports/119119samba 3.0.28 stops working with ZFS whereas 3.0.26a wo
o ports/119176Port builds fail recursively configureing
o ports/119180spamprobe not functioning on amd64.

37 problems total.

Non-critical problems

S Tracker  Resp.  Description

o ports/98590 [FIX] ports rxvt-devel on amd64 crashes inside rxvt_se
o ports/100150mail/mutt*: can't bind End or Enter when using ncu
f ports/101166bittorrent-curses only works under English locales.
o ports/107354net/icmpinfo: icmpinfo -vvv does not recocnize any ICM
f ports/107937jailed net/isc-dhcp3-server wouldn't run with an immut
o ports/110144New port: math/Matlab7
f ports/111399print/ghostscript-gpl: ghostscript-gpl WITH_FT_BRIDGE 

Re: pkg_delete: package 'xorg-drivers-7.3' doesn't have a prefix

2007-12-31 Thread Mon Si
Peter Boosten wrote, on 12/30/07 18:04:
 Quoting Eric Crist [EMAIL PROTECTED]:
 On Dec 28, 2007, at 12:47 PM, Stephen Montgomery-Smith wrote:
 Mon Si wrote:
 Dear list,
 I'm experiencing problems when I try to portupgrade the
 xorg-driver port. The old version of the port can't be
 uninstalled during the portupgrade due to an undefined prefix.
 The port can't be deleted by pkg_delete -f xorg-drivers-7.3
 Does anybody know how to upgrade / remove this port?
 Thanks in advance,
 Simon

 If nothing else works, you could try
 rm -rf /var/db/pkg/xorg-drivers-7.3

 If I remember correctly, there are detailed instructions in
 /usr/ports/UPDATING -- go back to notes for sometime in May of
 2007, and there's a really long entry on upgraded to Xorg 7.x
 from 6.9.  I think the entry specifically mentions 7.2, but it
 should work for 7.3 as well.


 The following worked for me: In
 /usr/ports/x11-drivers/xorg-drivers do make config

 then portupgrade -f xorg-drivers

 Peter


Thanks a lot for the suggestions!
Removing /var/db/pkg/xorg-drivers-7.3 worked, the make config 
portupgrade -f xorg-drivers method gave me the same error message
as before.

However I don't really understand why this prefix thing shows up
well after the upgrade from 6.9 to 7.2. Perhaps I cvsup'd at a bad
time.

Simon

-- 














































-- 























-- 

-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Is skype only usable on intel and not on AMD64?

2007-12-31 Thread eculp
When trying to install skype on an acer amd turrion64x2 model  
5520-5679 using the latest Current snapshot for AMD64, I see the  
following:


/usr/ports/net/skype # make install
===  Installing for skype-1.2.0.18,1
===   skype-1.2.0.18,1 depends on file:  
/compat/linux/usr/lib/libfontconfig.so.1 - found
===   skype-1.2.0.18,1 depends on file:  
/compat/linux/usr/lib/libexpat.so.0 - found
===   skype-1.2.0.18,1 depends on file:  
/compat/linux/usr/X11R6/lib/libGL.so.1 - not found
===Verifying install for /compat/linux/usr/X11R6/lib/libGL.so.1  
in /usr/ports/graphics/linux_dri

===  linux_dri-7.0 is only for i386, while you are running amd64.
*** Error code 1

Stop in /usr/ports/graphics/linux_dri.
*** Error code 1

Maybe I am missing something in my linux emulation.  I have installed

linux_base-f7-7

and in sysctl.conf

compat.linux.osrelease=2.6.16

Thanks,
ed

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


Re: Is skype only usable on intel and not on AMD64?

2007-12-31 Thread Erik Trulsson
On Mon, Dec 31, 2007 at 07:43:09AM -0600, eculp wrote:
 When trying to install skype on an acer amd turrion64x2 model 5520-5679 
 using the latest Current snapshot for AMD64, I see the following:
 
 /usr/ports/net/skype # make install
 ===  Installing for skype-1.2.0.18,1
 ===   skype-1.2.0.18,1 depends on file: 
 /compat/linux/usr/lib/libfontconfig.so.1 - found
 ===   skype-1.2.0.18,1 depends on file: 
 /compat/linux/usr/lib/libexpat.so.0 - found
 ===   skype-1.2.0.18,1 depends on file: 
 /compat/linux/usr/X11R6/lib/libGL.so.1 - not found
 ===Verifying install for /compat/linux/usr/X11R6/lib/libGL.so.1 in 
 /usr/ports/graphics/linux_dri
 ===  linux_dri-7.0 is only for i386, while you are running amd64.
 *** Error code 1
 
 Stop in /usr/ports/graphics/linux_dri.
 *** Error code 1
 
 Maybe I am missing something in my linux emulation.  I have installed
 
 linux_base-f7-7
 
 and in sysctl.conf
 
 compat.linux.osrelease=2.6.16
 

You are not missing anything.  Skype depends on graphics/linux_dri and
graphics/linux_dri currently only works on i386.

I do not know what would be needed to make it work on other architectures as
well.


-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Is skype only usable on intel and not on AMD64?

2007-12-31 Thread Boris Samorodov
On Mon, 31 Dec 2007 07:43:09 -0600 eculp wrote:

 When trying to install skype on an acer amd turrion64x2 model
 5520-5679 using the latest Current snapshot for AMD64, I see the
 following:

 /usr/ports/net/skype # make install
 ===  Installing for skype-1.2.0.18,1
 ===   skype-1.2.0.18,1 depends on file:
 /compat/linux/usr/lib/libfontconfig.so.1 - found
 ===   skype-1.2.0.18,1 depends on file:
 /compat/linux/usr/lib/libexpat.so.0 - found
 ===   skype-1.2.0.18,1 depends on file:
 /compat/linux/usr/X11R6/lib/libGL.so.1 - not found
 ===Verifying install for /compat/linux/usr/X11R6/lib/libGL.so.1
 in /usr/ports/graphics/linux_dri
 ===  linux_dri-7.0 is only for i386, while you are running amd64.
 *** Error code 1

 Stop in /usr/ports/graphics/linux_dri.
 *** Error code 1

You may be interested at:
http://www.freebsd.org/cgi/query-pr.cgi?pr=91318 

 Maybe I am missing something in my linux emulation.  I have installed
 linux_base-f7-7
 and in sysctl.conf
 compat.linux.osrelease=2.6.16


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Is skype only usable on intel and not on AMD64?

2007-12-31 Thread Andy Fawcett
On Monday 31 December 2007 15:43:09 eculp wrote:
 When trying to install skype on an acer amd turrion64x2 model
 5520-5679 using the latest Current snapshot for AMD64, I see the
 following:

 /usr/ports/net/skype # make install
 ===  Installing for skype-1.2.0.18,1
 ===   skype-1.2.0.18,1 depends on file:
 /compat/linux/usr/lib/libfontconfig.so.1 - found
 ===   skype-1.2.0.18,1 depends on file:
 /compat/linux/usr/lib/libexpat.so.0 - found
 ===   skype-1.2.0.18,1 depends on file:
 /compat/linux/usr/X11R6/lib/libGL.so.1 - not found
 ===Verifying install for /compat/linux/usr/X11R6/lib/libGL.so.1
 in /usr/ports/graphics/linux_dri
 ===  linux_dri-7.0 is only for i386, while you are running amd64.
 *** Error code 1

 Stop in /usr/ports/graphics/linux_dri.
 *** Error code 1

 Maybe I am missing something in my linux emulation.  I have installed

 linux_base-f7-7

 and in sysctl.conf

 compat.linux.osrelease=2.6.16

I hit the same, and over-rode the amd64 block manually in linux_dri. So far, 
it's working fine for me on 7.0/amd64 (even without the osrelease syscall)

Andy


-- 
Andy Fawcett | [EMAIL PROTECTED]
 | [EMAIL PROTECTED]
In an open world without walls and fences,  | [EMAIL PROTECTED]
  we wouldn't need Windows and Gates.  -- anon  | [EMAIL PROTECTED]
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Is skype only usable on intel and not on AMD64?

2007-12-31 Thread eculp

Quoting Boris Samorodov [EMAIL PROTECTED]:


On Mon, 31 Dec 2007 07:43:09 -0600 eculp wrote:


When trying to install skype on an acer amd turrion64x2 model
5520-5679 using the latest Current snapshot for AMD64, I see the
following:



/usr/ports/net/skype # make install
===  Installing for skype-1.2.0.18,1
===   skype-1.2.0.18,1 depends on file:
/compat/linux/usr/lib/libfontconfig.so.1 - found
===   skype-1.2.0.18,1 depends on file:
/compat/linux/usr/lib/libexpat.so.0 - found
===   skype-1.2.0.18,1 depends on file:
/compat/linux/usr/X11R6/lib/libGL.so.1 - not found
===Verifying install for /compat/linux/usr/X11R6/lib/libGL.so.1
in /usr/ports/graphics/linux_dri
===  linux_dri-7.0 is only for i386, while you are running amd64.
*** Error code 1



Stop in /usr/ports/graphics/linux_dri.
*** Error code 1


You may be interested at:
http://www.freebsd.org/cgi/query-pr.cgi?pr=91318

Hi Boris,

Sure am :) gonna give the patch a try in a bit.

Thanks

ed



Maybe I am missing something in my linux emulation.  I have installed
linux_base-f7-7
and in sysctl.conf
compat.linux.osrelease=2.6.16



WBR
--
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve




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


Re: Is skype only usable on intel and not on AMD64?

2007-12-31 Thread eculp

Quoting Andy Fawcett [EMAIL PROTECTED]:


On Monday 31 December 2007 15:43:09 eculp wrote:

When trying to install skype on an acer amd turrion64x2 model
5520-5679 using the latest Current snapshot for AMD64, I see the
following:

/usr/ports/net/skype # make install
===  Installing for skype-1.2.0.18,1
===   skype-1.2.0.18,1 depends on file:
/compat/linux/usr/lib/libfontconfig.so.1 - found
===   skype-1.2.0.18,1 depends on file:
/compat/linux/usr/lib/libexpat.so.0 - found
===   skype-1.2.0.18,1 depends on file:
/compat/linux/usr/X11R6/lib/libGL.so.1 - not found
===Verifying install for /compat/linux/usr/X11R6/lib/libGL.so.1
in /usr/ports/graphics/linux_dri
===  linux_dri-7.0 is only for i386, while you are running amd64.
*** Error code 1

Stop in /usr/ports/graphics/linux_dri.
*** Error code 1

Maybe I am missing something in my linux emulation.  I have installed

linux_base-f7-7

and in sysctl.conf

compat.linux.osrelease=2.6.16


I hit the same, and over-rode the amd64 block manually in linux_dri. So far,
it's working fine for me on 7.0/amd64 (even without the osrelease syscall)


Thanks Andy, gonna give it a try.  AMD64 is very very new to me.

ed


Andy


--
Andy Fawcett | [EMAIL PROTECTED]
 | [EMAIL PROTECTED]
In an open world without walls and fences,  | [EMAIL PROTECTED]
  we wouldn't need Windows and Gates.  -- anon  | [EMAIL PROTECTED]




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


Re: x11/gtk-theme-switch vs x11/gtk-theme-switch2

2007-12-31 Thread Andrew J. Caines
That's funny. I used to maintain a gtk-theme-switch2 port, but retired
it since gtkchtheme was better and had fewer bugs. Looks like someone
resurrected it.


-Andrew-
-- 
 ___
| -Andrew J. Caines-   Unix Systems Engineer   [EMAIL PROTECTED]  |
| FreeBSD/Linux/Solaris, Web/Mail/Proxy/...   http://halplant.com:2001/ |
|   Machines take me by surprise with great frequency - Alan Turing   |
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]