summaryrefslogtreecommitdiff
path: root/sysutils/logrotate (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/logrotate: Add CPE informationBernhard Froehlich2021-09-101-1/+2
| | | | Approved by: portmgr (blanket)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Ensure that there is only one variable definition per each object, asAlexey Dokuchaev2020-09-043-4/+33
| | | | | | | the C (and C++) standards mandated for years and compilers started to enforce as of recently (Clang 11, GCC 10). Reported by: pkg-fallout
* sysutils/logrotate: fix paths after upate to 3.13.0Steve Wills2017-12-201-5/+9
| | | | | | | | While here add USES=localbase and unmute post-install tasks PR: 223227 Submitted by: a.ulasov@gmail.com (inspired by) Approved by: js@iksz.hu (maintainer)
* sysutils/logrotate: Update to 3.13.0Luca Pizzamiglio2017-10-177-88/+18
| | | | | | | PR: 223017 Submitted by: js@iksz.hu (maintainer) Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12687
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* sysutils/logrotate: 3.8.9 -> 3.9.2Kurt Jaeger2016-01-302-8/+8
| | | | | | | | | | | | | | | | | | | | | | | Changes: - Upstream moved to GitHub: https://github.com/logrotate/logrotate. - Add support for %M, %S and %V in "dateext" directive. - Fix bad filename in subject of email when "compress" and "maillast" is used. - Allow rotating files created before 1996. - Fix compilation errors on NetBSD caused by "array subscript has type 'char' in config.c". - Fix matching subdirectories on BSD systems for patterns like "*/log" in situation where logrotate tried to match "foo/log" even when "foo" has not been a directory. - Fix logging dates in debug messages. - Remove state file entries for logs which do not exist and have not been rotated for more than a year. - Fix poor performance with big state file. - Support logging to syslog by using '-l syslog'. - Allow running test-suite using dash. PR: 205716 Submitted by: douglas@douglasthrift.net Approved by: js@iksz.hu (maintainer)
* sysutils/logrotate: missing logrotate.d directoryPhilip M. Gollucci2015-06-292-0/+3
| | | | | | | | - bump PORTREVISION for plist change PR: 200202 Submitted by: feld@FreeBSD.org Approved by: maintainer timeout (js@iksz.hu ; 44 days)
* - Update to 3.8.9Guido Falsi2015-05-148-29/+27
| | | | | | | | | | - Add LICENSE - Use @sample in plist - While here, regenerate patches to silence portlint warnings PR: 196668 Submitted by: jyoung15 at gmail.com Approved by: Balazs Nagy <js at iksz.hu> (maintainer)
* sysutils/logrotate: 3.8.7 -> 3.8.8, fix mail sendingKurt Jaeger2015-01-063-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | - Add support for building using autotools/automake. Using "./autogen.sh", "./configure" and "make" is now preferred way how to build logrotate. Old Makefile remains available, but it is deprecated and will be removed in the future. Please report any problem related to new build system. - Add support for systems which do not support fork (use vfork instead) and madvise. - Fix bug when wrong log file has been removed in case of dateext and dateformat %d-%m-%Y. - Do not expect that the name of root account is 'root'. - Do not stop rotation with an error when olddir and log file are on different devices and copy or copytruncate is used. - Return an error code when parent directory of log does not exist, "su" directive is not used, logrotate is running as root and missingok is not specified. [vcizek] - Prepend error printed by compression program with the log name even when the compression program exits with zero exit code. PR: 195184 Submitted by: rand@meridian-enviro.com Approved by: maintainer (timeout)
* Cleanup plistAntoine Brodin2014-11-221-1/+0
|
* - Update to 3.8.7 [1]Guido Falsi2014-01-104-21/+33
| | | | | | | | | | | | | While here [2]: - Use new LIB_DEPENDS format - Convert to USES=gmake - Convert to staging - Fix configuration file handling PR: ports/185615 [1] Submitted by: Balazs Nagy <js@iksz.hu> (maintainer) Approved by: implicit portmgr@ blanket approval [2]
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | sysutils)
* - Update to 3.8.5Frederic Culot2013-06-132-3/+3
| | | | | PR: ports/179524 Submitted by: Balazs Nagy <js@iksz.hu> (maintainer)
* - Update to 3.8.4Frederic Culot2013-05-072-8/+4
| | | | | | | | - Trim Makefile's header PR: ports/178264 Submitted by: Anton Yuzhaninov <ayuzhaninov@openstat.ru> Approved by: Balazs Nagy <js@iksz.hu> (maintainer)
* Update to 3.8.3.Wesley Shields2012-12-176-117/+25
| | | | | | PR: ports/173496 Submitted by: wxs@ Approved by: maintainer timeout
* Fix typos and make small modifications in COMMENT (according to Porter'sCarlo Strub2012-08-031-1/+1
| | | | | | Handbook) Approved by: portmgr@ (implicit)
* Remove deprecated lines from "logrotate.conf.sample"Beech Rintoul2011-08-231-3/+0
| | | | | | PR: ports/160009 Submitted by: Henrik Larsson <freepbx@spambox.dk> Approved by: Balazs Nagy <js@iksz.hu> (maintainer)
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
|
* - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.Philip M. Gollucci2010-12-291-1/+0
| | | | | | | PR: ports/153292 Submitted by: myself (pgollucci) Tested by: -exp run by pav Approved by: portmgr (pav)
* - Fix build: this port relies on CPP being gmake's default valuePav Lucistnik2010-11-081-0/+1
| | | | Reported by: pointyhat
* - Update to 3.7.9Pav Lucistnik2010-08-268-64/+110
| | | | | PR: ports/148849 Submitted by: Balazs Nagy <js@iksz.hu> (maintainer)
* - Olddir options fixMartin Wilke2008-08-152-6/+16
| | | | | | | | | | | | | logrotate's path-type options (eg. compress, olddir, just to name a few) fail because FreeBSD's libc implements mbtrowc(3) differently, and returns -2 on empty string. Linux version, however, returns 0. A simple zero-length check added to path check function, which hides this. PR: 126337 Submitted by: Balazs NAGY <js@iksz.hu> (maintainer)
* - Update to 3.7.7Philippe Audeoud2008-06-247-452/+76
| | | | | | | | | - Update MASTER_SITE - Remove some patches PR: ports/124889 Submitted by: Balazs Nagy <js iksz.hu> (maintainer) Approved by: mentor (implicit)
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to 3.7.1 with Debian patch 3Rong-En Fan2007-07-296-25/+429
| | | | | | | | | | | - Fix path in config.h (/var/lib -> /var/log) to match our hier - Include dateext patch. This is obtained from Fedora CVS: http://www.redhat.com/archives/fedora-cvs-commits/2005-June/msg00761.html PR: ports/114523 Submitted by: Tom Mueko <tmueko at kommunity.net> Approved by: Balazs Nagy <js at iksz.hu> (maintaineR)
* - Install the sample file to EXAMPLESDIRGabor Kovesdan2007-02-172-5/+5
| | | | | | | | | - Bump PORTREVISION PR: ports/108466 Submitted by: Ian Tegebo <yontege@rescomp.berkeley.edu> Approved by: Balazs Nagy <js@iksz.hu> (maintainer), erwin (mentor, implicit)
* SHA256ifyEdwin Groothuis2006-01-241-0/+2
| | | | Approved by: krion@
* - Update to debian patch 5Pav Lucistnik2005-07-132-4/+4
| | | | | PR: ports/83337 Submitted by: Bal?zs Nagy <js@iksz.hu> (maintainer)
* Apply latest patch (logrotate_3.7-2.diff)Sergey Skvortsov2004-10-203-9/+14
| | | | Approved by: maintainer
* - Fix bug: prerotate and postrotate scripts don't get the logfile name to bePav Lucistnik2004-06-162-2/+11
| | | | | | | | rotated - Raise portrevision PR: ports/67978 Submitted by: Balázs Nagy <js@iksz.hu> (maintainer)
* - Update to version 3.7Kirill Ponomarev2004-05-245-58/+43
| | | | | PR: ports/67113 Submitted by: maintainer
* Fix gzip and gunzip locations, and fix /var/lib/logrotate.status.Thierry Thomas2004-05-082-0/+25
| | | | | | PR: ports/64373 Submitted by: Kenneth Vestergaard Schmidt <kvs@pil.dk> Approved by: maintainer.
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+2
|
* - Update to 3.6.5Pav Lucistnik2004-02-287-109/+70
| | | | | PR: ports/62926 Submitted by: Balazs Nagy <js@iksz.hu> (maintainer)
* - Assign maintainership to submitterKirill Ponomarev2004-02-131-1/+1
| | | | | | PR: 62685 Submitted by: Balázs Nagy <js@iksz.hu> Approved by: Y. Cheng <ycheng@slat.org>
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 1)
* Fix build on -currentKirill Ponomarev2003-07-302-22/+43
| | | | | | | PR: 54613 Submitted by: krion Approved by: fjoe (mentor) (implicit) Maintainer timeout: one week
* change BUILD_DEPENDS to EXTRACT_DEPENDS for sysutils/logrotateEdwin Groothuis2003-04-021-1/+1
| | | | | PR: ports/49105 Submitted by: Erwin Lansing <erwin@lansing.dk>
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
|
* Update MASTER_SITES to use MASTER_SITE_REDHAT_LINUXPatrick Li2002-07-281-2/+2
| | | | | PR: ports/41048 Submitted by: maintainer
* Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer ↵David W. Chapman Jr.2001-09-231-2/+1
| | | | | | | | exists. PR: 30497 Submitted by: Dan Larsson Approved by: will
* Update MASTER_SITESYukihiro Nakai2001-05-051-1/+1
| | | | | PR: i386/26780 Submitted by: A.G. Russell <arussell@djv.net>
* `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".David E. O'Brien2001-03-201-1/+1
|
* update to 3.5.2.FUJISHIMA Satsuki2001-01-252-4/+5
| | | | | | PR: 23781 Submitted by: George Reid <greid@ukug.uk.freebsd.org> Approved by: maintainer
* Support PREFIX properlyAde Lovett2000-10-132-5/+5
| | | | | | | | Support install macros Update WWW: line of pkg-descr PR: 21617 Submitted by: Ports Fury (no response from maintainer)
* ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.Bill Fumerola2000-05-141-1/+1
|
* Remove the backslash at the end of BUILD_DEPENDS line.Akinori MUSHA2000-04-271-1/+1
| | | | | | Seems ade forgot to remove it. Noticed by: make index
* Adjust dependencies. devel/popt now builds a shared library.Ade Lovett2000-04-241-1/+1
|
* Update with the new PORTNAME/PORTVERSION variableChris Piazza2000-04-091-2/+2
|