Bug 76330

Summary: editors/openoffice-1.1 calls uname needlessly
Product: Ports & Packages Reporter: Colin Percival <cperciva>
Component: Individual Port(s)Assignee: freebsd-openoffice (Nobody) <openoffice>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
oo.diff none

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!