FreeBSD Bugzilla – Attachment 69071 Details for
Bug 101318
[PATCH] security/gnupg: Change OPTIONS, fix WITH_LDAP build, use PORTDOCS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
gnupg-1.4.5.patch
gnupg-1.4.5.patch (text/plain), 2.52 KB, created by
Renato Botelho
on 2006-08-03 13:50:16 UTC
(
hide
)
Description:
gnupg-1.4.5.patch
Filename:
MIME Type:
Creator:
Renato Botelho
Created:
2006-08-03 13:50:16 UTC
Size:
2.52 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/pcvs/ports/security/gnupg/Makefile,v >retrieving revision 1.86 >diff -u -u -r1.86 Makefile >--- Makefile 2 Aug 2006 01:34:30 -0000 1.86 >+++ Makefile 3 Aug 2006 12:38:51 -0000 >@@ -24,41 +24,47 @@ > MACHINE_ARCH= i586 > .endif > CFLAGS:= ${CFLAGS:S/-pipe//g} >-.if !defined(WITHOUT_NLS) >-USE_GETTEXT= YES >-PLIST_SUB= NLS="" >-.else >-CONFIGURE_ARGS+=--disable-nls >-PLIST_SUB= NLS="@comment " >-.endif > MAN1= gpg.1 gpgv.1 gpg.ru.1 > MAN7= gnupg.7 > INFO= gpg gpgv > >+PORTDOCS= * >+ > OPTIONS= LDAP "LDAP keyserver interface" off \ > LIBICONV "use libiconv" off \ > SUID_GPG "install GPG with suid" off \ >- NOPORTDOCS "without port docs" off >+ NLS "Native Language Support" on > > .include <bsd.port.pre.mk> > > .if defined(WITH_LIBICONV) || exists(${PREFIX}/lib/libiconv.so) > USE_ICONV= yes > .endif >+ > .if defined(WITH_LIBUSB) > CONFIGURE_ARGS+= --with-libusb=${LOCALBASE} > LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb > .else > CONFIGURE_ARGS+= --without-libusb > .endif >+ > .if defined(WITH_LDAP) > USE_OPENLDAP= yes > PLIST_SUB+= WITH_LDAP="" >+CONFIGURE_ARGS+= --with-ldap=${LOCALBASE} > .else > PLIST_SUB+= WITH_LDAP="@comment " > CONFIGURE_ARGS+= --disable-ldap > .endif > >+.if !defined(WITHOUT_NLS) >+USE_GETTEXT= YES >+PLIST_SUB+= NLS="" >+.else >+CONFIGURE_ARGS+=--disable-nls >+PLIST_SUB+= NLS="@comment " >+.endif >+ > post-install: > .if !defined(NOPORTDOCS) > ${MKDIR} ${DOCSDIR} >Index: pkg-plist >=================================================================== >RCS file: /home/pcvs/ports/security/gnupg/pkg-plist,v >retrieving revision 1.36 >diff -u -u -r1.36 pkg-plist >--- pkg-plist 2 Aug 2006 01:34:30 -0000 1.36 >+++ pkg-plist 3 Aug 2006 12:38:51 -0000 >@@ -10,21 +10,6 @@ > %%DATADIR%%/FAQ > %%DATADIR%%/faq.html > %%DATADIR%%/options.skel >-%%PORTDOCS%%%%DOCSDIR%%/README >-%%PORTDOCS%%%%DOCSDIR%%/DETAILS >-%%PORTDOCS%%%%DOCSDIR%%/FAQ >-%%PORTDOCS%%%%DOCSDIR%%/HACKING >-%%PORTDOCS%%%%DOCSDIR%%/OpenPGP >-%%PORTDOCS%%%%DOCSDIR%%/ABOUT-NLS >-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS >-%%PORTDOCS%%%%DOCSDIR%%/BUGS >-%%PORTDOCS%%%%DOCSDIR%%/COPYING >-%%PORTDOCS%%%%DOCSDIR%%/INSTALL >-%%PORTDOCS%%%%DOCSDIR%%/NEWS >-%%PORTDOCS%%%%DOCSDIR%%/PROJECTS >-%%PORTDOCS%%%%DOCSDIR%%/THANKS >-%%PORTDOCS%%%%DOCSDIR%%/TODO >-%%PORTDOCS%%%%DOCSDIR%%/VERSION > %%NLS%%share/locale/be/LC_MESSAGES/gnupg.mo > %%NLS%%share/locale/ca/LC_MESSAGES/gnupg.mo > %%NLS%%share/locale/cs/LC_MESSAGES/gnupg.mo >@@ -77,4 +62,3 @@ > @dirrmtry share/locale/sk > @dirrmtry share/locale/zh_TW/LC_MESSAGES > @dirrmtry share/locale/zh_TW >-@dirrm %%DOCSDIR%%
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 101318
: 69071