Bug 157704 - [patch] graphics/inventor -- enable AMD64
Summary: [patch] graphics/inventor -- enable AMD64
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-08 14:50 UTC by Pietro Cerutti
Modified: 2011-06-08 16:40 UTC (History)
0 users

See Also:


Attachments
file.diff (8.37 KB, patch)
2011-06-08 14:50 UTC, Pietro Cerutti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pietro Cerutti freebsd_committer freebsd_triage 2011-06-08 14:50:07 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-08 14:50:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-08 14:50:20 UTC
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
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-08 14:50:22 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Christian Gusenbauer 2011-06-08 15:29:00 UTC
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
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-06-08 16:27:11 UTC
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"
Comment 6 Pietro Cerutti freebsd_committer freebsd_triage 2011-06-08 16:40:45 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!