Bug 87082 - Update port: graphics/linux-ac3d (miscellaneous fixes and cleanups)
Summary: Update port: graphics/linux-ac3d (miscellaneous fixes and cleanups)
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: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-07 18:50 UTC by Jean-Yves Lefort
Modified: 2005-10-09 19:39 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (30.73 KB, patch)
2005-10-07 18:50 UTC, Jean-Yves Lefort
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Yves Lefort freebsd_committer freebsd_triage 2005-10-07 18:50:19 UTC
- unconditionally install the dynlinked version (the static version
  does not use 3D hardware acceleration)
- libGLU.so.1 from linux_dri is also required in the WITH_NVIDIA_GL case
- remove pkg-message (the information it provides is available using
  pkg_info -L)
- move the executable to libexec
- wrapper script:
   - use exec, to not keep the wrapper in memory while the program is running
   - pass command line arguments to the program
- do not silence mkdir
- the executable expects the manual in ${DATADIR}/manual, so:
   - add a symlink pointing to ${DOCSDIR}/manual
   - unconditionally install the documentation

Maintainer: do you approve this patch?
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-10-07 18:53:19 UTC
State Changed
From-To: open->feedback

Asked maintainer for approval. 


Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-10-07 18:53:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=87082 

Adding to audit trail from misfiled PR ports/87148:

Date: Fri, 7 Oct 2005 23:26:46 +0400
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2005-10-09 05:29:51 UTC
State Changed
From-To: feedback->open

Note that feedback was receive in misfiled PR ports/87148.
Comment 4 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-10-09 19:38:08 UTC
State Changed
From-To: open->closed

Committed (I don't think there's a reason to hide mkdir calls).