FreeBSD Bugzilla – Attachment 125500 Details for
Bug 169128
[patch] mail/mairix: Enable support of gzip- and bzip2-compressed mbox
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 860 bytes, created by
Glen Barber
on 2012-06-16 01:03:29 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Glen Barber
Created:
2012-06-16 01:03:29 UTC
Size:
860 bytes
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/mail/mairix/Makefile,v >retrieving revision 1.28 >diff -u -r1.28 Makefile >--- Makefile 23 Sep 2011 22:23:57 -0000 1.28 >+++ Makefile 15 Jun 2012 21:44:33 -0000 >@@ -22,6 +22,26 @@ > PLIST_FILES= bin/mairix %%EXAMPLESDIR%%/dotmairixrc.eg > PLIST_DIRS= %%EXAMPLESDIR%% > >+OPTIONS_DEFINE= GZIP BZIP >+GZIP_DESC= Enable gzip mbox support >+BZIP_DESC= Enable bzip2 mbox support >+ >+OPTIONS_DEFAULT= >+ >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MGZIP} >+CONFIGURE_ARGS+= --enable-gzip-mbox >+.else >+CONFIGURE_ARGS+= --disable-gzip-mbox >+.endif >+ >+.if ${PORT_OPTIONS:MBZIP} >+CONFIGURE_ARGS+= --enable-bzip-mbox >+.else >+CONFIGURE_ARGS+= --disable-bzip-mbox >+.endif >+ > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/mairix ${PREFIX}/bin > ${MKDIR} ${EXAMPLESDIR}
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 169128
: 125500