Bug 133661 - [PATCH] sysutils/upsdaemon: Unbreak, take maintainership
Summary: [PATCH] sysutils/upsdaemon: Unbreak, take maintainership
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-12 16:20 UTC by Thomas Sandford
Modified: 2009-04-20 18:29 UTC (History)
0 users

See Also:


Attachments
upsdaemon-1.0.patch (1.85 KB, patch)
2009-04-12 16:20 UTC, Thomas Sandford
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Sandford 2009-04-12 16:20:04 UTC
- Unbreak by creating an additional patch file which:
* adds stdlib.h to includes (gets rid of a warning about exit() )
* moves a function prototype out of the main() definition (which was upsetting GCC)

- Take maintainership

Added file(s):
- files/patch-upsdaemon.c

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-04-12 16:40:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-04-16 15:17:02 UTC
miwi        2009-04-16 13:44:38 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/upsdaemon   Makefile 
  Added files:
    sysutils/upsdaemon/files patch-upsdaemon.c 
  Log:
  - Fix build with GCC 4.2
  - Pass maintainership to submitter
  
  PR:             133661
  Submitted by:   Thomas Sandford <freebsduser@paradisegreen.co.uk>
  Approved by:    portmgr (erwin)
  
  Revision  Changes    Path
  1.4       +2 -8      ports/sysutils/upsdaemon/Makefile
  1.1       +26 -0     ports/sysutils/upsdaemon/files/patch-upsdaemon.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2009-04-20 18:29:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!