FreeBSD Bugzilla – Attachment 188777 Details for
Bug 223227
sysutils/logrotate doesn't correctly work after upgrading to 3.13.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated patch
logrotate_223227.diff (text/plain), 1.14 KB, created by
Steve Wills
on 2017-12-12 22:39:43 UTC
(
hide
)
Description:
updated patch
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2017-12-12 22:39:43 UTC
Size:
1.14 KB
patch
obsolete
>Index: sysutils/logrotate/Makefile >=================================================================== >--- sysutils/logrotate/Makefile (revision 456186) >+++ sysutils/logrotate/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= logrotate > PORTVERSION= 3.13.0 >+PORTREVISION= 1 > CATEGORIES= sysutils > > MAINTAINER= js@iksz.hu >@@ -15,15 +16,18 @@ > USE_GITHUB= yes > > PATCH_STRIP= -p1 >-USES= gmake autoreconf >+USES= autoreconf gmake localbase > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib >+CONFIGURE_ARGS= --with-default-mail-command=/usr/bin/mailx \ >+ --with-compress-command=/usr/bin/gzip \ >+ --with-uncompress-command=/usr/bin/gunzip \ >+ --with-state-file-path=/var/run/logrotate.status > > post-install: >- @${SED} -e 's|__PREFIX__|${PREFIX}|' \ >+ ${SED} -e 's|__PREFIX__|${PREFIX}|' \ > < ${FILESDIR}/logrotate.conf.sample > ${STAGEDIR}${PREFIX}/etc/logrotate.conf.sample >- @${MKDIR} ${STAGEDIR}${ETCDIR}.d >- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} >+ ${MKDIR} ${STAGEDIR}${ETCDIR}.d >+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} > ${INSTALL_DATA} ${FILESDIR}/syslog.sample ${STAGEDIR}${EXAMPLESDIR} > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223227
:
187473
|
187667
| 188777