FreeBSD Bugzilla – Attachment 41139 Details for
Bug 64491
[patch] make gnupg obey WITHOUT_NLS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gnupg.patch
gnupg.patch (text/plain), 3.12 KB, created by
Sebastian Klemke
on 2004-03-20 03:10:16 UTC
(
hide
)
Description:
gnupg.patch
Filename:
MIME Type:
Creator:
Sebastian Klemke
Created:
2004-03-20 03:10:16 UTC
Size:
3.12 KB
patch
obsolete
>diff -urN gnupg.orig/Makefile gnupg/Makefile >--- gnupg.orig/Makefile Fri Mar 19 16:55:18 2004 >+++ gnupg/Makefile Fri Mar 19 17:04:17 2004 >@@ -18,7 +18,11 @@ > COMMENT= The GNU Privacy Guard > > USE_BZIP2= YES >-USE_GETTEXT= yes >+ >+.if !defined(WITHOUT_NLS) >+USE_GETTEXT= YES >+.endif >+ > USE_GMAKE= YES > GNU_CONFIGURE= YES > CONFIGURE_TARGET= --build ${MACHINE_ARCH}-portbld-freebsd${OSREL} >@@ -26,6 +30,12 @@ > MACHINE_ARCH= i586 > .endif > CFLAGS:= ${CFLAGS:S/-pipe//g} >+.if !defined(WITHOUT_NLS) >+PLIST_SUB= NLS="" >+.else >+CONFIGURE_ARGS+=--disable-nls >+PLIST_SUB= NLS="@comment " >+.endif > MAN1= gpg.1 gpgv.1 > MAN7= gnupg.7 > >diff -urN gnupg.orig/pkg-plist gnupg/pkg-plist >--- gnupg.orig/pkg-plist Fri Mar 19 16:55:18 2004 >+++ gnupg/pkg-plist Fri Mar 19 17:00:05 2004 >@@ -24,32 +24,32 @@ > %%PORTDOCS%%share/doc/gnupg/THANKS > %%PORTDOCS%%share/doc/gnupg/TODO > %%PORTDOCS%%share/doc/gnupg/VERSION >-share/locale/be/LC_MESSAGES/gnupg.mo >-share/locale/ca/LC_MESSAGES/gnupg.mo >-share/locale/cs/LC_MESSAGES/gnupg.mo >-share/locale/da/LC_MESSAGES/gnupg.mo >-share/locale/de/LC_MESSAGES/gnupg.mo >-share/locale/el/LC_MESSAGES/gnupg.mo >-share/locale/eo/LC_MESSAGES/gnupg.mo >-share/locale/es/LC_MESSAGES/gnupg.mo >-share/locale/et/LC_MESSAGES/gnupg.mo >-share/locale/fi/LC_MESSAGES/gnupg.mo >-share/locale/fr/LC_MESSAGES/gnupg.mo >-share/locale/gl/LC_MESSAGES/gnupg.mo >-share/locale/hu/LC_MESSAGES/gnupg.mo >-share/locale/id/LC_MESSAGES/gnupg.mo >-share/locale/it/LC_MESSAGES/gnupg.mo >-share/locale/ja/LC_MESSAGES/gnupg.mo >-share/locale/nl/LC_MESSAGES/gnupg.mo >-share/locale/pl/LC_MESSAGES/gnupg.mo >-share/locale/pt/LC_MESSAGES/gnupg.mo >-share/locale/pt_BR/LC_MESSAGES/gnupg.mo >-share/locale/ro/LC_MESSAGES/gnupg.mo >-share/locale/ru/LC_MESSAGES/gnupg.mo >-share/locale/sk/LC_MESSAGES/gnupg.mo >-share/locale/sv/LC_MESSAGES/gnupg.mo >-share/locale/tr/LC_MESSAGES/gnupg.mo >-share/locale/zh_TW/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/be/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/ca/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/cs/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/da/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/de/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/el/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/eo/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/es/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/et/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/fi/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/fr/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/gl/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/hu/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/id/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/it/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/ja/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/nl/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/pl/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/pt/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/pt_BR/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/ro/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/ru/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/sk/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/sv/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/tr/LC_MESSAGES/gnupg.mo >+%%NLS%%share/locale/zh_TW/LC_MESSAGES/gnupg.mo > @dirrm share/gnupg > @unexec rmdir %D/share/locale/be/LC_MESSAGES 2>/dev/null || true > @unexec rmdir %D/share/locale/be 2>/dev/null || true
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 64491
: 41139