list element in braces followed by } instead of space

2008-09-22 Thread Darren Weber
I have a local port repository under my home path where I am testing a new port for libpqxx (see attached). When I try to install this port, I get the following: [ [EMAIL PROTECTED] ~/ports ]$ sudo port install libpqxx Password: Portfile changed since last build; discarding previous state. ---

Re: list element in braces followed by } instead of space

2008-09-22 Thread Darren Weber
I've also run this debug command: [ [EMAIL PROTECTED] ~/ports ]$ port -d installed DEBUG: list element in braces followed by } instead of space while executing array set receipt_$ref $receipt_contents (procedure receipt_flat::open_entry line 84) invoked from within

Re: list element in braces followed by } instead of space

2008-09-22 Thread Ryan Schmidt
On Sep 22, 2008, at 3:06 PM, Darren Weber wrote: I have a local port repository under my home path where I am testing a new port for libpqxx (see attached). When I try to install this port, I get the following: [ [EMAIL PROTECTED] ~/ports ]$ sudo port install libpqxx Password: Portfile

Re: list element in braces followed by } instead of space

2008-09-22 Thread Darren Weber
Yes, Ryan, the receipt contained a syntax problem, related to the long_description. I created a ticket about that problem, where I noted my solution (#16619). I've now created a new ticket to incorporate a port for libpqxx, Ticket #16621. It installs and uninstalls for me. It should be fully