- 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
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!