#16619: receipt bug for new port in testing -------------------------------------------+-------------------------------- Reporter: darren.weber.lists@gmail.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: base | Version: 1.6.0 Resolution: | Keywords: receipt port syntax Port: | -------------------------------------------+-------------------------------- Comment(by darren.weber.lists@gmail.com): I changed the long_description to: {{{ long_description \ libpqxx is the official C++ client API for PostgreSQL, \ the enterprise-strength open-source database software. }}} This removes the \n and all the \" text from it. I'm pleased to say the following now works: {{{ [ dweber@elegans ~/ports ]$ sudo port clean --all libpqxx Password: Portfile changed since last build; discarding previous state. ---> Cleaning libpqxx [ dweber@elegans ~/ports ]$ [ dweber@elegans ~/ports ]$ sudo port install libpqxx ---> Fetching libpqxx ---> Attempting to fetch libpqxx-2.6.9.tar.gz from http://pqxx.org/download/software/libpqxx/ ---> Verifying checksum(s) for libpqxx ---> Extracting libpqxx ---> Configuring libpqxx ---> Building libpqxx with target all ---> Staging libpqxx into destroot ---> Installing libpqxx 2.6.9_0 ---> Activating libpqxx 2.6.9_0 ---> Cleaning libpqxx [ dweber@elegans ~/ports ]$ ll /opt/local/lib/libpqxx* -rwxr-xr-x 2 root admin 397K 2008-09-22 14:30 /opt/local/lib/libpqxx-2.6.9.dylib* -rw-r--r-- 2 root admin 695K 2008-09-22 14:30 /opt/local/lib/libpqxx.a lrwxr-xr-x 1 root admin 19 2008-09-22 14:30 /opt/local/lib/libpqxx.dylib -> libpqxx-2.6.9.dylib* -rwxr-xr-x 2 root admin 880 2008-09-22 14:30 /opt/local/lib/libpqxx.la* }}} -- Ticket URL: <http://trac.macports.org/ticket/16619#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS