Bug 66918 - update port: sysutils/gkrelltop minor update from 2.2 to 2.2.1
Summary: update port: sysutils/gkrelltop minor update from 2.2 to 2.2.1
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-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-20 01:40 UTC by David Gardner
Modified: 2004-05-21 14:06 UTC (History)
0 users

See Also:


Attachments
gkrelltop.diff (1.14 KB, patch)
2004-05-20 01:40 UTC, David Gardner
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Gardner 2004-05-20 01:40:16 UTC

gkrelltop update from v2.2 to 2.2.1
For some reason the author included his x86 Linux binaries in the tgz file so there is a rm *.o in the Makefile, otherwise make will assume all packages are already built. I couldn't think of a more elegant way to handle this, I also emailed the author about this.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-05-21 14:04:01 UTC
State Changed
From-To: open->closed

Committed with modifications, thanks! 
I added a chmod u+rwx ${WRKSRC} line so that non-root-builds 
will be able to remove  the files: The directory was a-w. 
Also, I changed this to the post-extract-target, because that's 
what it basically is.