Bug 82168 - Update port sysutils/anacron: Warnings removed
Summary: Update port sysutils/anacron: Warnings removed
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: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-12 18:30 UTC by Derik van Zuetphen
Modified: 2005-06-16 16:53 UTC (History)
0 users

See Also:


Attachments
file.diff (21.90 KB, patch)
2005-06-12 18:30 UTC, Derik van Zuetphen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Derik van Zuetphen 2005-06-12 18:30:12 UTC
2005-06-03 Nikolai Nespor <nikolai.nespor (at) utanet.at>

main.c, log.c:
        #include <stdlib.h> added

matchrx.c:
        #include <string.h> added


2005-06-05 Derik van Zuetphen <dz (at) 426.ch>

runjob.c, Makefile:
        replaced tempnam with mkstemp

main.c:
        string literal shortened to less than 509 chars (ISO C89)

Makefile, README, anacron.8.in, anacrontab.5.in:
        env variable PREFIX can be set prior to make
        PREFIX gets adjusted in manpages
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-06-12 18:34:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 2 Derik van Zuetphen 2005-06-12 19:55:12 UTC
I forgot to mention: apply the patch with "patch -p1"!

-Derik.
Comment 3 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-06-16 16:51:56 UTC
State Changed
From-To: open->closed

Committed, thanks! 

Notes: 
- I have performed several modifications. See my commit message for details. 
- Removing warnings is not necessary.