FreeBSD Bugzilla – Attachment 110537 Details for
Bug 151721
[PATCH] add rsyncable option to archivers/gzip
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 981 bytes, created by
Josh Paetzel
on 2010-10-25 18:20:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Josh Paetzel
Created:
2010-10-25 18:20:08 UTC
Size:
981 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/archivers/gzip/Makefile,v >retrieving revision 1.23 >diff -u -r1.23 Makefile >--- Makefile 5 Feb 2010 21:55:09 -0000 1.23 >+++ Makefile 25 Oct 2010 17:16:11 -0000 >@@ -7,6 +7,7 @@ > > PORTNAME= gzip > PORTVERSION= 1.4 >+PORTREVISION= 1 > CATEGORIES= archivers > MASTER_SITES= ${MASTER_SITE_GNU} > MASTER_SITE_SUBDIR= ${PORTNAME} >@@ -23,6 +24,14 @@ > DOC_FILES= AUTHORS COPYING ChangeLog ChangeLog-2007 INSTALL NEWS README \ > THANKS TODO > >+OPTIONS= RSYNCABLE "Include --rsyncable patch" OFF >+ >+.include <bsd.port.pre.mk> >+ >+.if defined(WITH_RSYNCABLE) >+EXTRA_PATCHES= ${FILESDIR}/extra-patch-gzip-rsyncable.diff >+.endif >+ > post-configure: > @${REINPLACE_CMD} -e 's|^SHELL =.*|SHELL=/bin/sh|' ${WRKSRC}/Makefile > @${REINPLACE_CMD} -e 's|need_charset_alias=true|need_charset_alias=false|g' \ >@@ -36,4 +45,4 @@ > .endfor > .endif > >-.include <bsd.port.mk> >+.include <bsd.port.post.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 151721
: 110537