The port cannot find its shared libraries because the lib path is not properly configured in the port's Makefile: Instead of /usr/local/NX/lib is configured /usr/local/NX only which then propagates into /usr/local/libdata/ldconfig/nxserver. Fix: .include <bsd.port.pre.mk>--4fA6c78jKIAa8noKKgT3XwVvzoLZWk95r4qb3ONCWGE0QoSm Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- Makefile 2008-06-06 15:50:12.000000000 +0200 +++ Makefile.fixed 2008-12-24 01:46:55.000000000 +0100 @@ -39,7 +39,7 @@ ALL_TARGET= World PLIST_SUB+= NX_MAJOR=${PORTVERSION:R:R} NX_VERSION=${PORTVERSION} NXPREFIX?= ${PREFIX}/NX -USE_LDCONFIG= ${NXPREFIX} +USE_LDCONFIG= ${NXPREFIX}/lib How-To-Repeat: Install net/nxserver and try to run some of its binaries e.g. /usr/local/NX/bin/nxagent
Maintainer of net/nxserver, Please note that PR ports/129893 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/129893 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
On Dec 23, 2008, at 8:00 PM, Edwin Groothuis wrote: > Maintainer of net/nxserver, > > Please note that PR ports/129893 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/129893 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org approved
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it.
State Changed From-To: open->closed Committed. Thanks!
amdmi3 2008-12-31 00:09:56 UTC FreeBSD ports repository Modified files: net/nxserver Makefile Log: - Use correct path in USE_LDCONFIG PR: 129893 Submitted by: martinko <gamato at users dot sf dot net> Approved by: Dewey Hylton <freenx at deweyonline dot com> (maintainer) Revision Changes Path 1.13 +2 -2 ports/net/nxserver/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"