FreeBSD Bugzilla – Attachment 38808 Details for
Bug 61314
maintainer-update of mail/mutt-devel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.40 KB, created by
Udo.Schweigert
on 2004-01-13 14:20:12 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Udo.Schweigert
Created:
2004-01-13 14:20:12 UTC
Size:
1.40 KB
patch
obsolete
>diff -ru /usr/ports/mail/mutt-devel/Makefile ./Makefile >--- /usr/ports/mail/mutt-devel/Makefile Sat Dec 20 00:13:50 2003 >+++ ./Makefile Tue Jan 13 14:37:12 2004 >@@ -175,7 +175,9 @@ > SGML_USED= no > .endif > >+.if !defined(WITHOUT_NLS) > LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext >+.endif > > .if defined(NOPORTDOCS) > SGML_USED= no >@@ -216,6 +218,9 @@ > .if defined(WITH_MUTT_CYRUS_SASL) > CONFIGURE_ARGS+= --with-sasl=${LOCALBASE} > .endif >+.if defined(WITHOUT_NLS) >+CONFIGURE_ARGS+= --disable-nls >+.endif > > PATCH_DIST_STRIP= -p1 > >@@ -291,6 +296,9 @@ > .endif > .if ! defined(WITHOUT_MUTT_HTML) > SCRIPTS_ENV+= MUTT_HTML="yes" >+.endif >+.if !defined(WITHOUT_NLS) >+SCRIPTS_ENV+= MUTT_NLS="yes" > .endif > > .if !defined(NOPORTDOCS) >diff -ru /usr/ports/mail/mutt-devel/scripts/generate-plist ./scripts/generate-plist >--- /usr/ports/mail/mutt-devel/scripts/generate-plist Sat Dec 20 00:13:50 2003 >+++ ./scripts/generate-plist Tue Jan 13 14:37:12 2004 >@@ -31,6 +31,10 @@ > @unexec if cmp -s %D/etc/Muttrc.dist %D/etc/Muttrc; then rm -f %D/etc/Muttrc; fi > etc/Muttrc.dist > etc/mime.types >+EOF >+ >+if [ "$MUTT_NLS" = "yes" ]; then >+ cat >> $tmp_first <<EOF > share/locale/bg/LC_MESSAGES/mutt.mo > share/locale/ca/LC_MESSAGES/mutt.mo > share/locale/cs/LC_MESSAGES/mutt.mo >@@ -59,6 +63,7 @@ > share/locale/zh_CN/LC_MESSAGES/mutt.mo > share/locale/zh_TW/LC_MESSAGES/mutt.mo > EOF >+fi > > if [ "$MUTT_PORTDOCS" = "yes" ]; then > cat >> $tmp_first <<EOF
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 61314
: 38808