FreeBSD Bugzilla – Attachment 233723 Details for
Bug 263417
net/rsync: Update to 3.2.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to post-patch to fix man pages
patch-Makefile (text/plain), 560 bytes, created by
Jamie Landeg-Jones
on 2022-05-04 17:36:57 UTC
(
hide
)
Description:
patch to post-patch to fix man pages
Filename:
MIME Type:
Creator:
Jamie Landeg-Jones
Created:
2022-05-04 17:36:57 UTC
Size:
560 bytes
patch
obsolete
>--- Makefile.orig 2022-04-19 12:27:39.000000000 +0100 >+++ Makefile 2022-05-04 18:08:56.733779000 +0100 >@@ -88,8 +88,10 @@ > .endif > > post-patch: >- @${REINPLACE_CMD} -e 's:/etc/:${ETCDIR}/:g' \ >- ${WRKSRC}/rsync.1 ${WRKSRC}/rsyncd.conf.5 >+ @${REINPLACE_CMD} -e 's:/etc/rsync:${ETCDIR}/rsync:g' \ >+ -e 's:/etc/letsencrypt:${PREFIX}/etc/letsencrypt:g' \ >+ ${WRKSRC}/rsync.1 ${WRKSRC}/rsyncd.conf.5 \ >+ ${WRKSRC}/rsync.1.md ${WRKSRC}/rsyncd.conf.5.md > @${REINPLACE_CMD} -e 's|/usr/bin/rsync|${PREFIX}/bin/rsync|g' ${WRKSRC}/support/rrsync > > post-install:
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
Flags:
rodrigo
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 263417
:
233329
|
233723