Bug 76330 - editors/openoffice-1.1 calls uname needlessly
Summary: editors/openoffice-1.1 calls uname needlessly
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: freebsd-openoffice (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-17 04:40 UTC by Colin Percival
Modified: 2005-06-19 03:32 UTC (History)
0 users

See Also:


Attachments
oo.diff (753 bytes, patch)
2005-01-17 04:40 UTC, Colin Percival
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Percival 2005-01-17 04:40:37 UTC
editors/openoffice-1.1/Makefile generates SIMPLEOSVER by parsing the 
output of `uname -r`.  This is pointless, since the same data can be
obtained from the (already generated) OSREL variable.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2005-01-17 06:22:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->openoffice

Over to maintainer(s).
Comment 2 Maho Nakata freebsd_committer freebsd_triage 2005-06-19 03:31:51 UTC
State Changed
From-To: open->closed

Committed, thanks!