Please consider updating to ver. 3.7.9. Some errors are fixed in the latest version. sysutils/logrotate is required some applications which has specified shell scripts for log rotation (Ex. mysql-log-rotate on mysql).
Maintainer of sysutils/logrotate, Please note that PR ports/148849 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148849 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Points taken, I'll create a patch soon.
Responsible Changed From-To: freebsd-ports-bugs->sahil I'll take it.
Hi, What is the status on this? Do either of you have a patch or should we close this PR? -- Sahil Tandon <sahil@FreeBSD.org>
Hi, Please keep it open for a week. I was not able to work on it yet. Thanks. -- -jul- On Aug 7, 2010, at 17:36, Sahil Tandon <sahil@FreeBSD.org> wrote: > Hi, > > What is the status on this? Do either of you have a patch or should we > close this PR? > > -- > Sahil Tandon <sahil@FreeBSD.org>
Here comes the diff. I really hope it arrives correctly. If not, I have a gzip-ed uuencoded version too. Please note some of the linuxisms, like setting close-on-exec during open(2), requesting read-ahead for mmap(2), and advising the system not to allow access of malloc(2)-ed data to child processes were reimplemented (coe + open), or just stubbed out (MAP_POPULATE and MADV_DONTFORK).
I have updated the patch according to Porter's Handbook. I have converted old patches to the appropriate format too, to comply w/ the handbook.
State Changed From-To: feedback->open Maintainer has revised patch.
Responsible Changed From-To: sahil->freebsd-ports-bugs back to the pool; ENOTIME to properly review for several days
State Changed From-To: open->closed Committed, thanks!
pav 2010-08-26 09:20:53 UTC FreeBSD ports repository Modified files: sysutils/logrotate Makefile distinfo sysutils/logrotate/files patch-Makefile patch-config.h Added files: sysutils/logrotate/files patch-config.c patch-logrotate.8 patch-logrotate.c Removed files: sysutils/logrotate/files patch-aa patch-man Log: - Update to 3.7.9 PR: ports/148849 Submitted by: Balazs Nagy <js@iksz.hu> (maintainer) Revision Changes Path 1.27 +3 -4 ports/sysutils/logrotate/Makefile 1.11 +3 -3 ports/sysutils/logrotate/distinfo 1.6 +9 -6 ports/sysutils/logrotate/files/patch-Makefile 1.8 +0 -43 ports/sysutils/logrotate/files/patch-aa (dead) 1.1 +67 -0 ports/sysutils/logrotate/files/patch-config.c (new) 1.5 +4 -3 ports/sysutils/logrotate/files/patch-config.h 1.1 +34 -0 ports/sysutils/logrotate/files/patch-logrotate.8 (new) 1.3 +18 -0 ports/sysutils/logrotate/files/patch-logrotate.c (new) 1.2 +0 -33 ports/sysutils/logrotate/files/patch-man (dead) _______________________________________________ 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"