The port fails to get past the post-build stage when databases/mysql*-client and databases/postgresql*-client are both installed (may also happen when only databases/postgresql*-client is installed). The port gives the following error: sed: 1: "s/^DB_LIBS = libfile.la ...": unescaped newline inside substitute pattern Fix: The problem is a missing "/" at the end of the second -e expression for the REPLACE_CMD that is enabled when WITH_PGSQL is defined. How-To-Repeat: Install both databases/mysql*-client and database/postgresql*-client. Then build the port with WITH_SMSD defined. # make configure -DWITH_SMSD : # make post-build -DWITH_SMSD sed: 1: "s/^DB_LIBS = libfile.la ...": unescaped newline inside substitute pattern *** Error code 1 Stop in /usr/ports/comms/gnokii.
Maintainer of comms/gnokii, Please note that PR ports/89422 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/89422 -- Edwin Groothuis edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback
On Tue, Nov 22, 2005 at 04:03:13PM +0000, Edwin Groothuis wrote: > Maintainer of comms/gnokii, > > Please note that PR ports/89422 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/89422 Sorry, this got past me. I approve the patch. -- Guido Falsi <mad@madpilot.net>
State Changed From-To: feedback->closed Committed, thanks!