OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 24-Oct-2006 11:21:19 Branch: HEAD Handle: 2006102410211800 Added files: openpkg-src/imap imap.patch Modified files: openpkg-src/imap imap.spec Log: do not enable PAM automatically for BSD Summary: Revision Changes Path 1.3 +11 -0 openpkg-src/imap/imap.patch 1.48 +3 -1 openpkg-src/imap/imap.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/imap/imap.patch ============================================================================ $ cvs diff -u -r0 -r1.3 imap.patch --- /dev/null 2006-10-24 11:21:17 +0200 +++ imap.patch 2006-10-24 11:21:19 +0200 @@ -0,0 +1,11 @@ +Index: Makefile +--- Makefile.orig 2006-09-15 20:10:32 +0200 ++++ Makefile 2006-10-24 11:16:57 +0200 +@@ -320,7 +320,6 @@ + + bsf bso: an + $(BUILD) BUILDTYPE=$@ \ +- PASSWDTYPE=pam \ + SPECIALS="SSLINCLUDE=/usr/include/openssl SSLLIB=/usr/lib SSLCERTS=/etc/ssl/certs SSLKEYS=/etc/ssl/private GSSINCLUDE=/usr/include GSSLIB=/usr/lib LOCKPGM=/usr/sbin/mlock PAMLDFLAGS=-lpam" + + cyg: an @@ . patch -p0 <<'@@ .' Index: openpkg-src/imap/imap.spec ============================================================================ $ cvs diff -u -r1.47 -r1.48 imap.spec --- openpkg-src/imap/imap.spec 13 Oct 2006 17:28:53 -0000 1.47 +++ openpkg-src/imap/imap.spec 24 Oct 2006 09:21:18 -0000 1.48 @@ -37,7 +37,7 @@ Group: Mail License: University of Washington's Free-Fork License Version: %{V_here} -Release: 20061013 +Release: 20061024 # package options %option with_ssl yes @@ -47,6 +47,7 @@ # list of sources Source0: ftp://ftp.cac.washington.edu/imap/imap-%{V_real}.tar.Z +Patch0: imap.patch # build information Prefix: %{l_prefix} @@ -80,6 +81,7 @@ %prep %setup -q -n imap-%{V_real} + %patch -p0 %build mflags="%{l_mflags}" @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org