| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Approved by: portmgr (blanket)
|
| | |
|
| |
|
|
|
|
|
| |
the C (and C++) standards mandated for years and compilers started to
enforce as of recently (Clang 11, GCC 10).
Reported by: pkg-fallout
|
| |
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
| |
PR: 223017
Submitted by: js@iksz.hu (maintainer)
Approved by: olivier (mentor)
Differential Revision: https://reviews.freebsd.org/D12687
|
| |
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
| |
- bump PORTREVISION for plist change
PR: 200202
Submitted by: feld@FreeBSD.org
Approved by: maintainer timeout (js@iksz.hu ; 44 days)
|
| |
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
| |
|
|
| |
sysutils)
|
| |
|
|
|
| |
PR: ports/179524
Submitted by: Balazs Nagy <js@iksz.hu> (maintainer)
|
| |
|
|
|
|
|
|
| |
- Trim Makefile's header
PR: ports/178264
Submitted by: Anton Yuzhaninov <ayuzhaninov@openstat.ru>
Approved by: Balazs Nagy <js@iksz.hu> (maintainer)
|
| |
|
|
|
|
| |
PR: ports/173496
Submitted by: wxs@
Approved by: maintainer timeout
|
| |
|
|
|
|
| |
Handbook)
Approved by: portmgr@ (implicit)
|
| |
|
|
|
|
| |
PR: ports/160009
Submitted by: Henrik Larsson <freepbx@spambox.dk>
Approved by: Balazs Nagy <js@iksz.hu> (maintainer)
|
| | |
|
| |
|
|
|
|
|
| |
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
|
| |
|
|
| |
Reported by: pointyhat
|
| |
|
|
|
| |
PR: ports/148849
Submitted by: Balazs Nagy <js@iksz.hu> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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 MASTER_SITE
- Remove some patches
PR: ports/124889
Submitted by: Balazs Nagy <js iksz.hu> (maintainer)
Approved by: mentor (implicit)
|
| |
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/108466
Submitted by: Ian Tegebo <yontege@rescomp.berkeley.edu>
Approved by: Balazs Nagy <js@iksz.hu> (maintainer),
erwin (mentor, implicit)
|
| |
|
|
| |
Approved by: krion@
|
| |
|
|
|
| |
PR: ports/83337
Submitted by: Bal?zs Nagy <js@iksz.hu> (maintainer)
|
| |
|
|
| |
Approved by: maintainer
|
| |
|
|
|
|
|
|
| |
rotated
- Raise portrevision
PR: ports/67978
Submitted by: Balázs Nagy <js@iksz.hu> (maintainer)
|
| |
|
|
|
| |
PR: ports/67113
Submitted by: maintainer
|
| |
|
|
|
|
| |
PR: ports/64373
Submitted by: Kenneth Vestergaard Schmidt <kvs@pil.dk>
Approved by: maintainer.
|
| | |
|
| |
|
|
|
| |
PR: ports/62926
Submitted by: Balazs Nagy <js@iksz.hu> (maintainer)
|
| |
|
|
|
|
| |
PR: 62685
Submitted by: Balázs Nagy <js@iksz.hu>
Approved by: Y. Cheng <ycheng@slat.org>
|
| |
|
|
| |
(Part 1)
|
| |
|
|
|
|
|
| |
PR: 54613
Submitted by: krion
Approved by: fjoe (mentor) (implicit)
Maintainer timeout: one week
|
| |
|
|
|
| |
PR: ports/49105
Submitted by: Erwin Lansing <erwin@lansing.dk>
|
| | |
|
| |
|
|
|
| |
PR: ports/41048
Submitted by: maintainer
|
| |
|
|
|
|
|
|
| |
exists.
PR: 30497
Submitted by: Dan Larsson
Approved by: will
|
| |
|
|
|
| |
PR: i386/26780
Submitted by: A.G. Russell <arussell@djv.net>
|
| | |
|
| |
|
|
|
|
| |
PR: 23781
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Approved by: maintainer
|
| |
|
|
|
|
|
|
| |
Support install macros
Update WWW: line of pkg-descr
PR: 21617
Submitted by: Ports Fury (no response from maintainer)
|
| | |
|
| |
|
|
|
|
| |
Seems ade forgot to remove it.
Noticed by: make index
|
| | |
|
| | |
|