Bug 100352 - New port: misc/downtime A GTK-based shutdown timer using shutdown(8)
Summary: New port: misc/downtime A GTK-based shutdown timer using shutdown(8)
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: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-15 20:30 UTC by Nick Withers
Modified: 2006-07-17 09:56 UTC (History)
0 users

See Also:


Attachments
file.shar (1.90 KB, text/plain)
2006-07-15 20:30 UTC, Nick Withers
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Withers 2006-07-15 20:30:17 UTC
DownTime is a relatively little application that serves primarily as a GTK front-end for shutdown(8).

NOTE: The Makefile in the DownTime 0.2.0 distribution needs some attention. In particular, a make && make install will actually fully compile DownTime twice. If this is a problem from a FreeBSD ports perspective, please hassle me. I'm keen on fixing it anyway but have very limited knowledge of make(1).

Fix: %shar `find /usr/ports/misc/downtime`
Comment 1 Roman Bogorodskiy freebsd_committer freebsd_triage 2006-07-16 07:16:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->novel

I will take it.
Comment 2 Roman Bogorodskiy freebsd_committer freebsd_triage 2006-07-16 21:09:52 UTC
Doesn't build on -CURRENT:

http://tb3.droso.net/errors/7-novel/downtime-0.2.0.log

Roman Bogorodskiy
Comment 3 Nick Withers 2006-07-17 00:22:05 UTC
On Sun, 16 Jul 2006 20:09:52 +0000
Roman Bogorodskiy <novel@FreeBSD.org> wrote:

> Doesn't build on -CURRENT:
> 
> http://tb3.droso.net/errors/7-novel/downtime-0.2.0.log

Cheers Roman,

I believe the problem is that WIF*() macros actually take an
int, not an (int *) as I've given (the waitpid(2) man page is
a little ambiguous on this).

I'll update my code in the next day or so, bump version numbers
and update the PR (if this suits you).

> Roman Bogorodskiy

Thanks for your help, and quick handling of the PR!
-- 
Nick Withers
email: nick@nickwithers.com
Web: http://www.nickwithers.com
Mobile: +61 414 397 446
Comment 4 Roman Bogorodskiy freebsd_committer freebsd_triage 2006-07-17 09:56:38 UTC
State Changed
From-To: open->closed

New port added. Thanks!