FreeBSD Bugzilla – Attachment 98550 Details for
Bug 137485
mail/lbdb - take the mainternership, add OPTIONS.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
lbdb.patch
lbdb.patch (text/plain), 1.96 KB, created by
Alexey Degtyarev
on 2009-08-06 13:00:18 UTC
(
hide
)
Description:
lbdb.patch
Filename:
MIME Type:
Creator:
Alexey Degtyarev
Created:
2009-08-06 13:00:18 UTC
Size:
1.96 KB
patch
obsolete
>diff -u -Nr lbdb.orig/Makefile lbdb/Makefile >--- lbdb.orig/Makefile 2008-09-30 18:15:13.000000000 +0400 >+++ lbdb/Makefile 2009-08-06 15:35:59.000000000 +0400 >@@ -11,38 +11,29 @@ > MASTER_SITES= http://www.spinnaker.de/debian/ > DISTNAME= ${PORTNAME}_${PORTVERSION} > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= alexey@renatasystems.org > COMMENT= Set of tools for use with mutt's external mail address query feature > >-RUN_DEPENDS= gsed:${PORTSDIR}/textproc/gsed >+RUN_DEPENDS= gsed:${PORTSDIR}/textproc/gsed \ >+ p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap >+ >+OPTIONS= ABOOK "Enable abook address book support" off \ >+ EVOLUTION "Enable Ximan Evolution support" off \ >+ GPG "Enable GNU Privacy Guard support" off > > WRKSRC= ${WRKDIR}/lbdb-${PORTVERSION} >-GNU_CONFIGURE= YES >+GNU_CONFIGURE= yes > CONFIGURE_ARGS+= --prefix=${PREFIX} --sysconfdir=${PREFIX}/etc \ > --libdir=${PREFIX}/libexec --enable-lbdb-dotlock >-USE_GMAKE= YES >+USE_GMAKE= yes > USE_PERL5= yes > > .include <bsd.port.pre.mk> > >-.if exists (${LOCALBASE}/bin/gpg) >-WITH_GPG= yes >-.endif >-.if exists (${LOCALBASE}/bin/abook) >-WITH_ABOOK= yes >-.endif >-.if exists (${LOCALBASE}/bin/evolution) >-WITH_EVOLUTION= yes >-.endif > .if exists (/usr/bin/getent) > WITH_GETENT= yes > .endif > >-.if defined(PACKAGE_BUILDING) >-WITH_GPG= yes >-WITH_ABOOK= yes >-.endif >- > .if defined(WITH_GPG) > BUILD_DEPENDS+= gpg:${PORTSDIR}/security/gnupg > RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg >diff -u -Nr lbdb.orig/files/patch-mutt_ldap_query lbdb/files/patch-mutt_ldap_query >--- lbdb.orig/files/patch-mutt_ldap_query 1970-01-01 03:00:00.000000000 +0300 >+++ lbdb/files/patch-mutt_ldap_query 2009-08-06 13:38:32.000000000 +0400 >@@ -0,0 +1,10 @@ >+--- mutt_ldap_query.pl.in.orig 2008-06-14 14:24:46.000000000 +0400 >++++ mutt_ldap_query.pl.in 2009-08-06 13:36:39.000000000 +0400 >+@@ -33,6 +33,7 @@ >+ my $version = 0; >+ my $ldap_server_nickname = ''; >+ my $config_file = ''; >++my $prefix = '@prefix@'; >+ >+ # hostname of your ldap server >+ our $ldap_server = 'ldap.four11.com';
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 137485
: 98550