The attached patch adds amd64 to the list of supported archs for inventor. I use it daily, it works just fine. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->gahr Submitter has GNATS access (via the GNATS Auto Assign Tool)
Maintainer of graphics/inventor, Please note that PR ports/157704 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/157704 -- 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)
The patch seems reasonable to me => approved. Many thanks, Christian. On Wednesday 08 June 2011 15:50:20 Edwin Groothuis wrote: > Maintainer of graphics/inventor, > > Please note that PR ports/157704 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/157704
gahr 2011-06-08 15:26:57 UTC FreeBSD ports repository Modified files: graphics/inventor Makefile distinfo graphics/inventor/files patch-SoV1NkCatalog.c++ patch-ivcommondefs patch-machine.h Added files: graphics/inventor/files patch-SoDragger.c++ patch-SoNkCatalog.c++ patch-SoOutput.c++ patch-SoType.c++ patch-SoXtRsrc.c++ Log: - fix build on amd64, enable that platform PR: 157704 Submitted by: gahr@FreeBSD.org Approved by: Christian Gusenbauer <c47g@gmx.at> (maintainer) Revision Changes Path 1.21 +1 -1 ports/graphics/inventor/Makefile 1.4 +0 -1 ports/graphics/inventor/distinfo 1.1 +11 -0 ports/graphics/inventor/files/patch-SoDragger.c++ (new) 1.1 +11 -0 ports/graphics/inventor/files/patch-SoNkCatalog.c++ (new) 1.1 +11 -0 ports/graphics/inventor/files/patch-SoOutput.c++ (new) 1.1 +11 -0 ports/graphics/inventor/files/patch-SoType.c++ (new) 1.2 +21 -14 ports/graphics/inventor/files/patch-SoV1NkCatalog.c++ 1.1 +11 -0 ports/graphics/inventor/files/patch-SoXtRsrc.c++ (new) 1.3 +1 -1 ports/graphics/inventor/files/patch-ivcommondefs 1.2 +39 -23 ports/graphics/inventor/files/patch-machine.h _______________________________________________ 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"
State Changed From-To: feedback->closed Committed. Thanks!