Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 211486 Details for
Bug 295001
Add sqlite-support patch for mail-mta/postfix
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
diff -u from official postfix-2.6.5.ebuild
postfix-2.6.5-sqlite.diff (text/plain), 1.94 KB, created by
Nikitas Skembris
on 2009-11-28 21:01:49 UTC
(
hide
)
Description:
diff -u from official postfix-2.6.5.ebuild
Filename:
MIME Type:
Creator:
Nikitas Skembris
Created:
2009-11-28 21:01:49 UTC
Size:
1.94 KB
patch
obsolete
>--- /usr/local/portage/nske/mail-mta/postfix/postfix-2.6.5.ebuild 2009-11-26 18:39:35.000000000 +0200 >+++ /usr/portage/mail-mta/postfix/postfix-2.6.5.ebuild 2009-11-13 08:14:22.000000000 +0200 >@@ -14,8 +14,7 @@ > KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd" > > # regular ebuild >-IUSE="cdb dovecot-sasl hardened ipv6 ldap mbox mysql nis pam postgres sasl >-selinux sqlite ssl vda" >+IUSE="cdb dovecot-sasl hardened ipv6 ldap mbox mysql nis pam postgres sasl selinux ssl vda" > # mailer-config support > #IUSE="cdb dovecot-sasl hardened ipv6 ldap mbox mysql nis pam postgres sasl selinux ssl vda" > >@@ -24,14 +23,12 @@ > MY_URI="ftp://ftp.porcupine.org/mirrors/postfix-release/official" > VDA_PV="2.6.2" > VDA_P="${PN}-${VDA_PV}-vda-ng" >- > RC_VER="2.5" > > DESCRIPTION="A fast and secure drop-in replacement for sendmail." > HOMEPAGE="http://www.postfix.org/" > SRC_URI="${MY_URI}/${MY_SRC}.tar.gz >- vda? ( http://vda.sourceforge.net/VDA/${VDA_P}.patch.gz ) >- sqlite? ( http://www.treibsand.com/postfix-sqlite/postfix-2.6-20080216_sqlite.patch )" >+ vda? ( http://vda.sourceforge.net/VDA/${VDA_P}.patch.gz ) " > > LICENSE="IPL-1" > SLOT="0" >@@ -49,8 +46,7 @@ > pam? ( virtual/pam ) > postgres? ( virtual/postgresql-base ) > sasl? ( >=dev-libs/cyrus-sasl-2 ) >- ssl? ( >=dev-libs/openssl-0.9.6g ) >- sqlite? ( >=dev-db/sqlite-3 )" >+ ssl? ( >=dev-libs/openssl-0.9.6g )" > > # regular ebuild > RDEPEND="${DEPEND} >@@ -164,10 +160,6 @@ > epatch "${WORKDIR}/${VDA_P}.patch" > fi > >- if use sqlite ; then >- epatch "${DISTDIR}/postfix-2.6-20080216_sqlite.patch" >- fi >- > sed -i -e "/^#define ALIAS_DB_MAP/s|:/etc/aliases|:/etc/mail/aliases|" \ > src/util/sys_defs.h || die "sed failed" > >@@ -201,11 +193,6 @@ > mylibs="${mylibs} -lpq -L$(pg_config --libdir)" > fi > >- if use sqlite ; then >- mycc="${mycc} -DHAS_SQLITE -I/usr/include" >- mylibs="${mylibs} -L/usr/lib -lsqlite3" >- fi >- > if use ssl ; then > mycc="${mycc} -DUSE_TLS" > mylibs="${mylibs} -lssl -lcrypto"
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 295001
:
211477
|
211478
| 211486